Paul Colomiets
Paul Colomiets
Seems like tabled supports derives and should be simpler to work with. Also can help with text wrapping. https://crates.io/crates/tabled
Vim mode
This is mostly rustyline issue, but this issue tracks the status * [x] `dd` and similar line commands should handle single line * [ ] visual selection mode
Currenly, only strings are accepted *(hint: you can cast strings to other types in the edgeql itself)*
https://github.com/edgedb/edgedb/pull/2138 1. We should allow inserting arbitrary queries: ``` y - confirm the prompt, use the DDL statements n - reject the prompt l - list the DDL statements associated...
This requires some way of async support in rustyline (because fetching arguments is async)
Hi, I need an zookeeper protocol implementation for asyncio. While it seems kazoo supports different asynchronous APIs it relies on python stack in a way that doesn't allow integration with...
* `Submit` is used to return data unconditionally. This is useful for example if you want compiler to show you where the unclosed paren that doesn't pass validation actually is....