Datner
Datner
The way `Match` works is that it takes your pattern, and uses some internal type algo to remove it from the source type. Every match extends the union of patterns....
@arekmaz sorry to ping you here but I can't tag you it seems.. would you be interested in championing [this](https://github.com/Effect-TS/effect/issues/3208)?
local-first developers and their nonsense ```ts import { WebLock } from "@effect/platform-browser" effect.pipe( Effect.flatMap(anotherOne), Effect.flatMap(theresMore), WebLock.request("my-lock") ) ``` or something like that? Though the api is quite involved with `steal`ing...
@arkemaz would you be interested in championing this?
deferring to @mikearnaldi 🙏🏻 I am not sure what would be preferable. I default to wait but that does not guarantee a conclusion
@danielo515 given 4 parsers: foo, bar, baz, and qux. Knowing that `drizzle-orm` had `drizzle-foo`, `drizzle-bar`, and `drizzle-baz` in their repo. Where would you expect `drizzle-qux` to be? How would you...
> I can verify. This happens in general as long we're before the first emit of the other stream. So it would accumulate fibers and once the other stream emits...
TL;DR 'providing' something might need a bit more clarification from a mental model standpoint
Please refer to the thread since this is not the best representation of it and the key takeaways here are useless
Also suffering from this, `react-router` use `import()` which I can't convince pigment to not explode on