strayge
strayge
Last update allows to check just specific group. You can move PIN password to another group and don't check it. It's not enough?
> However if this is being stripped from the request for whatever reason, there's not much I can do. It's not stripped. Proper user-agent showed in cloudflare response. Also same...
@Chaiavi try [FmanActionBar](https://github.com/strayge/FmanActionBar) plugin.
@oskretc it just a text, which can be edited via json config
@AalborgHTX should be underscore instead of space in command ```json [ { "keys": ["F3"], "command": "toggle_fullscreen" } ] ``` works for me on windows
I've added ".." entries by plugin - [FmanDotEntries](https://github.com/strayge/FmanDotEntries). Work for me at Win & Mac. BTW I didn't found any API to add new entries so it a bit clutters....
plugin - [FmanTreatDotAsHidden](https://github.com/strayge/FmanTreatDotAsHidden)
32-bit programs does not see `Windows/System32` directory (they see `Windows/SysWOW64` instead) to fix `fman` should be recompiled as 64-bit app.
Processing audio from pipe doesn't work for me with python3 on Ubuntu 16.04.1 ``` $ python3 decode.py < test_cbr80_mono.mp3 Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.5/threading.py",...
Just adding `.buffer` to `stdout` hasn't fixed problem: ``` Traceback (most recent call last): File "decode.py", line 65, in decode() File "decode.py", line 38, in decode f = audioread.decode(sys.stdin) File...