Tom Noonan II
Tom Noonan II
Good evening: I'm hitting the common `Error, couldn't open /dev/audio` issue. However, unlike the other reports I've found, I'm trying to run dsd against wav files and do not wish...
When the recording path is set to ```/tmp``` recording fails with the following error: ``` Recording path does not exist or is not writable. Please use 'Set Recording Path' from...
## Is your feature request related to a problem? Please describe. While backing up my system today I noticed Rubocop writing into `~/.cache`. I find this behavior undesirable as I...
### Severity Minor ### Versions 20.6.0, 18.21.0 ### Components/Modules core ### Operating Environment Debian Bookworm based Docker container ### Frequency of Occurrence Constant ### Issue Description This is a re-open...
**Describe the bug** The default server config contains `cipher AES-256-CBC` uncommented: https://github.com/OpenVPN/openvpn/blob/master/sample/sample-config-files/server.conf#L252 On start: ``` 2024-03-03 00:51:30 us=398513 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN...
This behavior caught me by surprise: ```ruby > ip = IPAddr.new('1.2.3.4/16') => # > ip.to_s => "1.2.0.0" ``` Looking at the code I believe this is happening at https://github.com/ruby/ipaddr/blob/master/lib/ipaddr.rb#L649-L651, which...