Tim
Tim
I would prefer to see only one way of initializing do notation, then composing it with other operators: ```dart Option.of(1).flatMap((i) => Option.Do(($) { final sum = $(Option.of(i + 1)); return...
@SandroMaglione Did you need any help with this? I'm using `fpdart` in a experimental package (https://github.com/tim-smart/nucleus/tree/main/packages/elemental), and Do notation for `Option` and `Either` would be really nice :)
Let the pull requests begin!
> Use https://pub.dev/packages/flutter_screen_wake This only supports Android?
Here is a POC: https://github.com/Effect-TS/effect/pull/2353
This is cool! Made some suggestions here: https://github.com/colinhacks/zod/pull/3449
I think for the names, you could match the conventions you have already established. ```ts // non-effect schema.parse(...) schema.parseAsync(...) // effect schema.parseEffect(...) schema.parseAsyncEffect(...) ``` Bit longer, but keeps all the...
> @mikearnaldi I'm a little fuzzy on your recommendation here. Do you think this should use the continuation approach is better, or are you happy with the two-method API? If...
@patroza is this still an issue?
Once the first device is finished, what happens? Does it shutdown? Any errors? It is supposed to shutdown the first device after it is finished then boot up the next...