Alexandr Priezzhev

Results 19 comments of Alexandr Priezzhev

The problem is that local (not global) domains could not be resolved. To enable is in Arch Linux [nss-mdns](https://www.archlinux.org/packages/extra/x86_64/nss-mdns/) package is required. In Debian there should be something similar (rdnssd,...

Yeah, I mean exactly dev extensions. Maybe will find time to take a look at it later, thanks.

@beerline , you can use the following technique: ```bash scripts: # using position parameters my-command: sh -c 'touch "$0" | echo "$1" > "$0"' ``` Notice that arguments indexes are...

@leisim Any progress on that? Package is really useful, but the output becomes unreadable when debugging on iOS.

Actually I do not use Rofi's built-in features at all and just use it as a very nice looking dmenu replacement. It's appearance could be customised greatly (and yes, I...

Spark seems to be non working with 10.11. However, both Alfred (via "launch script") and BetterTouchTool do the thing perfectly.

I have not tried `fast-xml2js`, but `xml2json` (https://github.com/Cheedoong/xml2json) is much faster than `xml-rs`/`treexml-rs` pair used within this very module. Will put the numbers here later.

Benchmarked both modules, 5 passes for each. The time measured does not include the file load phase. File is about 138Mb and contains 1 736 790 lines. Best pass for...

Here https://stackoverflow.com/a/16125341 are the keycodes, that can be used with comex's approach.

Same for me. Running OS X. `setup.sh` completed successfully.