Hörmet Yiltiz
Hörmet Yiltiz
Yes, what the perse was describing sounds awfully similar. So `utf-8-mac` for macOS?
`man file` is the same as http://netbsd.gw.com/cgi-bin/man-cgi?file+1+NetBSD-current. So, it seems what you are suggesting is working. ```BASH ~ $ pass | iconv -f utf-8-mac -t utf-8 | file -I -...
Oy! We made it! ```BASH ~/bin $ ag 'pass-wrapper' passff.py 15:COMMAND = "/Users/me/bin/pass-wrapper.sh" ~/bin $ echo -e "\x02\x00\x00\x00[]" | passff.py | tail -c +4; echo {"exitCode": 0, "stdout": "0=_%GL#1\n", "stderr":...
Is that expected to show `0=_%GL#1\n` when nothing is fed to `pass`? ```BASH /bin $ pass 0=_%GL#1 ~/bin $ pass show 0=_%GL#1 ~/bin $ pass show anything Error: anything is...
It would be ideal if all of the below would be opened properly inside emacs using pdftools: - `[[./file.pdf]]` - pressing enter on pdf files in `dired` - opening/finding a...
@u-fischer could you provide a mwe using the pdfmanagement-testphase package (and hyperref?) to create a radio button group, please? I am trying to read back in the PDF created via...
I do wanna give it a try if you can point me to a "Makefile" that creates a binary I can try to import into Firefox. We can take it...
I like that `any` is currently a functional, and requires an explicit function of type `a -> Bool` to work. `is-empty` is probably a common function of that type, but...
As demonstrated above, the current behavior of `any? true` `any? false` etc. is surprising, if not a bug. It would be desirable to keep this open until we reach a...
Something like `luit` or `nq` built-in would be really awesome.