Yury Selivanov
Yury Selivanov
we now have `gel.expr()` -- this should resolve this
Interesting. We'll get this PR merged likely in a week. Thanks for the thorough investigation and good issue full of details.
@fantix this is your area of expertise :)
> The thing is, I've also made a few other nice optimizations a couple month ago (check out the latest PRs) that significantly improve uvloop performance! However, nobody gave any...
In general this applies to everything - review other generated methods.


Let's just disable format for now, we don't need it. Closing in favor of https://github.com/geldata/gel-python/issues/734 (which I have a commit for)
@graingert @kumaraditya303 > I think the fix is to use: > self._waiter = waiter > self._task = task = self._loop.create_task(self._connect_pipes()) > task.add_done_callback(self._wake_waiter_and_call_pending_calls_or_close) I'm not so sure. This might fix the...
@lildude, sincere apologies for not following the process. As an open source maintainer myself I should have had better judgement. We've updated the commit / PR message, please take another...