flux242
flux242
The closest I could get is this: `command! -bang -nargs=* -complete=file Make call asyncrun#run('', '', 'make ') | cwindow 10'` It would work if I'd specify an additional arguments like...
I've cloned sources today and built rar2fs. If I try to mount a pdf file inside of a rar file then zathura won't open it saying - 'Document does not...
Why do you want -dev packages to be installed? We do not install no -dev packages unless we are developing on them
$ diff -Nur .dircolors
with the commit https://github.com/trapd00r/LS_COLORS/commit/1c9dfd798dec1c9e46d8c0840a0027ec0f4c0412#diff-1e41905d9f35a0e2aa259dc7735cf497 the .Z extension was removed for some reason. The standard 'compress' utility adds by default .Z extension. Why was it removed?
lets take 'du' as an example: ``` # du (^|[/\w\.]+/)du\s? conf.du ``` what you actually wanted was: ``` (^|^[/\w\.]+/)du\s? ``` it's because otherwise if I'd issue ``` du -sh ./dig.txt...
As long as nobody wanted to finish pull request https://github.com/ExpressLRS/ExpressLRS/pull/2018 I had to do it myself. Basically I implemented all the review comments from PR #2018 on top of the...
this recipe `expresslrs-configurator.yml` file (based on focal) will create an Appimage from a `expresslrs-configurator_1.6.1_amd64.deb` package: ``` # You can easily make your own using this recipe like this on a...
because it's the CSV format.
I have soldered a touch button to the ESP01. As I configured the pin and Push type. The first time I touched the button it erased all my stored settings....