luvarqpp
luvarqpp
Added some note about SCRIPT_DIR, as it was one of two glitches for me (newcomer to i3blocks), when I have followed this documentation.
Change regular space to non breaking space in illustrative text. Changed just single character. NOTE: Correct change would be perhaps to disable soft wrapping of given sentence part. This way...
Fixes https://github.com/vivien/i3blocks-contrib/issues/324 Added possibility to handle format without spaces. For example, one cane use configuration like this: ``` [bandwidth] INLABEL= OUTLABEL=⇵ ``` Will produce output like this: ` 17K⇵6K `
### Expected behavior when using (for example) bandwidth block with config like this: ``` [bandwidth] INTERFACE=eth0 interval=5 INLABEL= OUTLABEL=⇵ ``` I would expect resulting bar to be something like this:...
Fixed path for command. By default when following documentation on https://vivien.github.io/i3blocks/ there are commands in directories. This was missing in example script. Added some clarification for `$SCRIPT_DIR` thing. Also made...
## Testing Problem When running nontrivial tests (i.e. integration tests using jqwik-spring for example), runtime does matter. I would like to see average (or at least "wall time") runtime in...
**Describe the bug** When I issue test of webauthn, I see red notification, but there is no buttons. Nor click on notification does anything. I see from logs that this...
Property based testing (PBT) does count that test is fast and can be run many times during single test suite execution. This project (moduliths) provide (as side thing) possibility to...
I would like to see some example, where I can use HATEOAS approach for creating rest api services on some real objects. Is this approach good way? I mean something...