Dmytro Kostiuchenko
Dmytro Kostiuchenko
Have you happened to see https://github.com/jirutka/asciidoctor-html5s/issues/11? It has a styling example from @jirutka , and it looks, like the result you looking for may actually be achievable
Found this bug, while searching for related issue. For me it is the opposite. While watching youtube, screen goes off according to powersaving settings. I'd expect it remain on, if...
@The-Compiler I didn't post any details because I wasn't sure, whether I'll be redirected to another issue. However, I tested just now, and the issue is reproduced on qutebrowser, falkon...
Doug, thanks a lot for your quick response. > Why not use a custom trailer key instead? It's an existing ecosystem of thousands of apps developed in other languages which...
@kirawi , could you please take a look and let me know if overall approach looks ok? Thanks for your time.
@the-mikedavis , I fixed the clippy error. Yes, the change in textwrap is not yet released. Are you are fine with this PR overall? If you intend to merge some...
@mgeisler , thanks for the response. I do not represent the helix dev team. I just had a couple of free evenings and wanted to find an interesting task to...
@mgeisler , I benchmarked `wrap` with `lines()` vs `split('\n')` on 4800 input, and consistently across multiple runs the `lines()` version is slower. `lines()` additionally removes `\r` in the end of...
FWIW, at NCBI we use different approach. Our consul store plugin combines pieces of dtabs stored in different keys into single dtab (originally the idea belongs to @Ashald) That's how...
@chrismikehogan , we have custom plugin for that. We haven't thought about publishing it, but if there's interest, we can do this.