Roman Imankulov
Roman Imankulov
If you're like me and came here for a workaround until the issue is addressed, here's the simplest one. When the record mode is `all`, ignore all previously recorded content....
**adr-tools support custom templates** The documentation may not be clear, but [this example in tests](https://github.com/npryce/adr-tools/blob/master/tests/project-specific-template.sh) shows how to use them. You create a file `templates/template.md` inside a directory with your...
Sorry, I can't accept this pull request in its current form. You made some indentation updates which obscure your main changes, and there is a number of commented out strings...
@advancingu, you mean that autocompletion shouldn't start at the very beginning of typing, but only if I start typing with delimiter? Like, for example, if I start typing "he" in...
To anyone who comes across this issue as I did, the solution apparently is to wrap column expressions with the `col()` wrapper as documented here: https://sqlmodel.tiangolo.com/tutorial/where/#type-annotations-and-errors. For example: ```python from...
Well, no. The idea actually was to provide a **replacement** for the RESTful interface or any HTTP-based interface for inter-service communications in service-oriented architecture.
Hey everyone! Would like to kindly ask for an update from package maintainers. Ended up with the same issue today. Only wanted to use non-ml features of talon, but couldn't...