BobDotCom
BobDotCom
I'm unable to reproduce this, my `ensure_future` latency is actually slightly higher than with `await`. My results: ``` Getting average read/write latency for 1000 iterations... --------------------------------------------------------- ensure_future average: 0.705ms (read)...
Fixed in aa3d51126065f352e21f7e1531b09547e54aee97 👍
If you don't want to use RawSQL, maybe you could make yourself a helper function for it, something like this. ```py from ast import literal_eval from typing import Any def...
You could try ```py logging.getLogger("tortoise").setLevel(logging.WARN) ```
What's the status of this?
> When I enabled this flag, I noticed that in docstring summaries there is an inconsistent newline before the closing quotes. When the summary is longer than the max line...
Related: - RelativityMC/C2ME-fabric#279 Duplicate of: - #4304 - #4224 Possibly Related: - #4352
> By the way. I had and still have a similar issue with the Input component. It requires crossOrigin={undefined} attribute. This is a bug, introduced in `@types/react` v18.2.20. It is...
Could you add a way to pass in the ButtonTypes class into a classmethod constructor (or as a param in the init constructor) for the paginator? The use_styled_buttons/use_default_buttons params should...