-
Consider this simple stateful workflow that throws `TODO()` on render.
```kotlin
class FooWorkflow : StatefulWorkflow() {
override fun initialState(
props: Unit,
snapshot: Snapshot?
…
-
## Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] Testing fundamentals
- [x] INI Parser project
- [ ] Extra: RESP Parser
### resources
- [x] [gobyexample](https://gob…
-
## Week 1
- [X] Go fundamentals
- [X] Typescript fundamentals
- [X] Testing fundamentals
- [X] INI Parser project
- [ ] Extra: RESP Parser
### resources
- [X] [gobyexample](https://gob…
-
## Week 1
- [x] Go fundamentals
- [ ] Typescript fundamentals
- [x] Testing fundamentals
- [x] INI Parser project
- [ ] Extra: RESP Parser
### resources
- [gobyexample](https://gobyexa…
-
In the last dev meeting, @drammock and I discussed that our Contributing Guide may need an overhaul.
Right now, the guide is long, hard to navigate if you search for something, and hard to understa…
-
### Is your feature request related to a problem?
As we're migrating away from Atlassian to `ICL`. I would like to list the steps that would be required, from my point of view, for a similar migrat…
-
When using latest version 5.2.0. I have tested with 5.2.1-SNAPSHOT and has still this issue. This works with 5.1.1 version.
```
java.lang.IllegalArgumentException: Platform class kotlin.Unit requ…
-
## intro
This is a rough plan of the development internship program for 2024 -8 to 10 weeks program-. The intern need to be able to reason about the code, and be able to write tests (units and integ…
-
I'm syncing from SkimDB to my local couchdb.
Application at sequence 13570 quits.
After restarting at sequence 13570 I've got something like this:
```
START npm FullFat/1.1.4 node/v0.10.9 pid=20272
…
-
TDD: https://en.wikipedia.org/wiki/Test-driven_development
Green build before merging