Dmitry
Dmitry
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description Implementation of replay last N...
## Type - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description I implemented raceAll using high-level...
### What version of Effect is running? 3.4.6 ### What steps can reproduce the bug? When using `Stream.interruptWhenDeferred` in conjunction with `Deferred.succeed`, the stream is not interrupted as expected. Instead...
### What is the problem this feature would solve? Is there a particular reason of having type helpers in nested namespace e.g. `Effect.Effect.Success`, `Stream.Stream.Success`? It feels cumbersome to use it...
### What is the problem this feature would solve? I have a WebSocket connection to a remote server. To manage subscriptions, I need to send messages like `subscribe@someTopic` to subscribe...
According to the official documentation for the Redis sink connector, No Schema and JSON payloads are supported: However, when I use STOREAS PubSub with a JSON payload without schema (`value.converter.schemas.enable=false`),...
Add support for `post.image(size: SMALL)`-style singular relation fields based on unique constraints
### Feature description It would be awesome if PostGraphile supported **parameterized singular relation fields** — basically, being able to fetch a **single related row by a unique key** directly on...
### Reproduction url https://taiga-ui.dev/components/sheet-dialog ### Description I made a quick swipe down gesture, but it takes around 2 seconds for dialog to close, which feels extremely slow. Is there a...