Yevhenii Melnyk
Yevhenii Melnyk
Setting `GRPC_POLL_STRATEGY=poll` doesn't help. So the issue is likely unrelated to epollex.
> Also, does it work on 1.45 with epoll1? Yes > As a stretch, it might even be useful to bisect to a particular commit. I will try doing this.
Unfortunately, I still have no easy example to reproduce the issue. The codebase that I deal with is somewhat ugly and it's hard to extract a simple scenario. However, I...
It would be great to have ability to get `TemplateModel` outside of Thymeleaf so that we can operate on it
Hi! I have started hacking on this issue and I am a little stuck. The InputStream api is blocking. So, let's say I have a Subscriber and an interaction flow:...
Hey there! I'd like to share an idea that could potentially help you achieve side-effect isolation. In Datafusion we implemented a runner and a Postgres client, that assume: - there...
Hi there! I wanted to share one more use case for the problem that you're solving here. Datafusion uses `sqllogictest-rs` to run some `.slt` tests to check compatibility between Datafusion...