Rinat Shigapov
Rinat Shigapov
I'm interested why ormx chose to return boxed future and stream instead of `impl Future` and `impl Stream` respectively?
At the moment I can't enforce lxml validation of header simple or complex types.
Validation of email address is not possible using lxml. I think it may be a good idea to enforce lxml validation with some soft validators. We may need extra method...
Good defaults for workspace names will encourage workspace usage. In my opinion it would be nice to have in workspace name prompt a default suggested from git branch. It will...
Workspace autosave feature will be useful if vim is closed incorrectly due to system crash, etc. This feature is inspired by https://github.com/xolox/vim-session that saves current session every few minutes.
Rust has an unstable feature for generators/semicoroutines - https://doc.rust-lang.org/beta/unstable-book/language-features/generators.html It's interesting to see how it will compare to async based implementations.
**Environment** bigartm 0.8.3 **Current behavior** I embed Bigartm in a Python service for online data processing. When I pass invalid (empty) tokens in input data one of the workers fails...
It would be nice to skip generation of related Django model when related key is provided. Example: ``` class Author(models.Model): ... class Book(models.Model): author = models.ForeignKey(Author) ... # don't generate...
### Is your feature request related to a problem? Please describe. Current API gives users either: - stale reads when operating on transaction isolation level below serializable - serialization error...
Cmatcher should match just tag name in Tag mode. Now it matches whole string.