Gene Wood
Gene Wood
This will change the key that's generated when running `yubikey-agent -setup` to a key with a touch policy of "cached". This will mean that "a touch is not needed if...
Would it make sense to have the `-setup` argument default to using the [`cached`](https://docs.yubico.com/yesdk/users-manual/application-piv/pin-touch-policies.html#touch-policies) touch policy instead of the `always` policy? https://github.com/FiloSottile/yubikey-agent/blob/2e5376c5ec006250c12c1b6de65fa91de9afe687/setup.go#L143C20-L143C37 > Cached: a touch is not needed if...
I had challenges getting gallery3 (galleryrevival) working due to the [`purifier` module](https://github.com/bwdutton/gallery3-contrib/tree/master/3.0/modules/purifier). I ended up just removing the `gallery3/modules/purifier` directory and got it working. I thought I'd report it here...
When installing proxifier this error message is shown ``` re-installing proxifier... WARNING: licenses is empty, but is recommended. Use a license identifier from http://spdx.org/licenses or 'Nonstandard' for a nonstandard license....
* OS : Ubuntu 18.04 * Duplicacy version : 2.1.2 When using the `set` command to set the storage password (`password`), if the password contains an ampersand (`&`), or probably...
# Steps to reproduce ``` virtualenv -p python2.7 ~/venv ~/venv/bin/python ./setup.py install ~/venv/bin/pulseaudio-dlna ``` # Result ``` Traceback (most recent call last): File "/home/jdoe/venv/pulseaudio-dlna/bin/pulseaudio-dlna", line 11, in load_entry_point('pulseaudio-dlna==0.5.2', 'console_scripts', 'pulseaudio-dlna')()...
# Steps to reproduce ``` virtualenv -p python2.7 ~/venv ~/venv/bin/python ./setup.py install ~/venv/bin/pulseaudio-dlna ``` # Result ``` Traceback (most recent call last): File "/home/jdoe/venv/pulseaudio-dlna/bin/pulseaudio-dlna", line 11, in load_entry_point('pulseaudio-dlna==0.5.2', 'console_scripts', 'pulseaudio-dlna')()...
# Steps to reproduce ``` virtualenv -p python2.7 ~/venv ~/venv/bin/python ./setup.py install ~/venv/bin/pulseaudio-dlna ``` # Result ``` Traceback (most recent call last): File "/home/jdoe/venv/pulseaudio-dlna/bin/pulseaudio-dlna", line 11, in load_entry_point('pulseaudio-dlna==0.5.2', 'console_scripts', 'pulseaudio-dlna')()...
Sometimes rest-client returns a payload of nil when querying Dynect When dynect_rest tries to parse that response here : https://github.com/adamhjk/dynect_rest/blob/master/lib/dynect_rest.rb#L197 it throws an exception because the json library can't parse...
In markokr/rarfile#70 it's reported that the `custom_check` function was removed from the rarfile pypi package. As a result the error reported in Diaoul/subliminal#1013 occurs when a version of rarfile newer...