Andrey Paramonov
Andrey Paramonov
Another incompatible provider: [Flask OAuth 2.0 Server](http://docs.authlib.org/en/latest/flask/2).
@cgarciae Thanks for sharing your implementation! What do you think of the alternative interface for the same task? It's basically a further generalization of [paco.gather](https://paco.readthedocs.io/en/latest/api.html#paco.gather): ````py def igather(coros_or_futures, limit=0, loop=None,...
An implementation sketch inspired by https://bugs.python.org/issue30782#msg336237: ````py async def igather(tasks, limit=None): async def submit(tasks, buf): # TODO: additionally support async iterators for task in tasks: await buf.put(asyncio.create_task(task)) await buf.put(None) async...
For OTL 3.05, the latter program unexpectedly outputs Starting... Starting... Starting... and then hangs. It is a severe error that 3 tasks get executed!
If I comment WriteLn lines out, the latter sample still freezes. Is the problem reproducible for you?
In fact, in many cases diff'ing series of IEEE 754 floats as integers is nearly as efficient as calculating the precise floating-point differences. This works if typical delta is less...
@gsliepen Thanks for your contribution! Is it correct understanding that your patch adds something like speedscope's default order: https://github.com/jlfwong/speedscope#time-order ? This improvement is very welcome,
@nartz It seems you are referencing to something like https://github.com/jlfwong/speedscope#%EF%B8%8Fleft-heavy Indeed, this ordering would be welcome in `flamegraph.pl` as well.
Having interface compatible with [requests.AuthBase](http://docs.python-requests.org/en/master/user/authentication/#new-forms-of-authentication) would be really great.
> The covered items will be typeset transparently rather than completely hidden, that is, the items still occupy the spaces. It is the expected behavior, yes. Unexpected is that invisibly...