Michael Arnaldi
                                            Michael Arnaldi
                                        
                                    This is part of a larger discussion about using "void" instead of "unknown" when we don't care about the value of an effect, in theory it would make sense
> Mainly you lose some meaning / intent. This function returns nothing (void) vs this function could return anything but we don't care what (unknown). Void doesn't mean that this...
> But in terms of familiarity for the majority of developers, most of them know that > > ```ts > const myFn = () => { > // No explicit...
This is x-repo to be ported in every other
Doesn't seem related but that's also strange, it seems that it is trying to import `@effect/data` but there is no `@effect/data` import, there are only modules like `@effect/data/X` that are...
> any news on this? "Again, I have no example to show, but it surely is reproducible." With a concrete example we may consider guarding against but as far as...
cc @patroza @gcanti @IMax153 @pigoz
Code is all in https://github.com/mikearnaldi/lambda-conf-2024
> It is because the fiber hasn't started when it hits `Effect.awaitAllChildren`, if we ensure the fiber has started first it will work: https://effect.website/play#83b4743a0952 > > Alternatively you can use...
> The spec might never make it into typescript but there are still quite a few libraries that adhere to the proposed type: rxjs, xstate, redux, facebook's [relay](https://github.com/facebook/relay/blob/95aaa48412e2b950a230cfb9c6566015d76e0714/packages/relay-runtime/network/RelayObservable.js#L89) being a...