Dmytro Kostiuchenko
Dmytro Kostiuchenko
TIP and INFO admonition blocks use `` as an outmost enclosing element. The other admonition blocks, CAUTION, IMPORTANT and WARNING, use `` for the same purpose. Both use the same...
Please see the FAQ in our main README.md before submitting your issue. ### Use case(s) - what problem will this feature solve? Integrating go service into an existing infrastructure with...
This is a fix for the #2645. It assumes a fix for the _textwrap_ library, which is already in `master` but not yet released. See details here https://github.com/mgeisler/textwrap/issues/453 Here's a...
``` $ git describe 1.2.3-1-gc18d12c ``` When executed from subdirectory I expect ``` $ ./gradlew cV -q Project version: 1.2.3-SNAPSHOT ``` But actually I get ``` $ ./gradlew cV -s...
[Helix editor](https://github.com/helix-editor) recently added a feature to reflow a piece of text; _helix_ uses _textwrap_ for this There's an issue, where reflow does not work correctly if `CRLF` sequence (`\r\n`)...
Issue Type: - [ ] Bug report - [x] Feature request **What happened**: Current gRPC runtime implementation by Buoyant doesn't validate `content-type` header in incoming requests. A generic http2/gRPC client...
Please implement support for transactions endpoints (`/txn`). It is requried for atomic update of multiple keys in KV https://www.consul.io/api/txn.html
As far as I understand, consul token is currently a property of interpreter. Which means, that we need interpreter per token. Would you consider adding support for setting token on...
Is it possible to have something like `ClassicCron` or `UnixCron` expression and parser to work with the classic cron format? It seems, that it is not possible to implement this...
given: search field is focused and keyboard is opened when: I hide the keyboard expect: search field loses focus, cursor doesn't blink in the search field actual: cursor blinks in...