Dmitry
Dmitry
WOW WOW WOW HOT IN HERE!!! 🔥
There is a proper implementation of custom error classes using `extend`, i worked on it it several years ago https://github.com/adriengibrat/ts-custom-error/blob/main/src/custom-error.ts#L27-L47
Is there any plans to rewrite the module structure of bootstrap?)
> Module support for sure is coming in v6 with [#41236](https://github.com/twbs/bootstrap/pull/41236), but I'm working with [@julien-deramond](https://github.com/julien-deramond) to see if we can get it done sooner as well. It'd be a...
As i said, this PR is WIP. It should have options like ```ts interface Options { readonly connector: Effect.Effect< PubSub.PubSub | Queue.Queue >; readonly resetOnRefCountZero?: boolean; readonly resetOnError?: boolean; readonly...
@tim-smart could you maybe provide an example of code of how to use hypothetical `ScopedRef` to solve the described problem?
@tim-smart wow, i didn't noticed your message here, saw it just now after pushed refined version of `share` to ask you for a help. Anyway, as i understand, it it...
I fixed the test to bypass the founded bug
> Again, this should be `Effect`. > > The context should be captured at the point of creation, so the R is eliminated from the consumption point, and any fibers...
I also implemented a test that dead-locks in case of using `Effect.forkScoped` under the hood of `shareRefCount`