Stephen Paul Weber
Stephen Paul Weber
It would be very nice if the gem used a library like Faraday with swappable HTTP backends so that it could be used properly in an EventMachine environment, for example.
``` startOfInput :: Parser t () startOfInput = Parser $ \t pos more lose succ -> if pos == 0 then succ t pos more () else lose t pos...
Add optional PBKDF2 encryptor that is available when the pbkdf2 gem is installed.
### General information * SDK/Library version: 1.33.0 * Environment: Sandbox * Browser and OS: Firefox 91.6 ### Issue description We are using the vault manager to allow customers to choose...
I have implemented (for RSA keys) signing, verification, keysigning, and verification of key signatures. This includes the full or more full implementation of some packet types that were stubbed out...
It would be nice if there were some way to have per-project TODO files default their category to the project name.
I tried to use the snippet in the README, but quickly found org complaining that many of the files did not exist (since not every folder on my computer with...
```ruby class Custom def initialize @value = 1 end def encode_with(coder) coder.scalar = @value.to_s end def init_with(coder) @value = coder.scalar.to_i end end YAML::load(YAML::dump(Custom.new)) # => 1 ``` Would expect that...
Right now it only stores to PEP, and since candy reads from both it works, but most other clients I use do not support the PEP storage yet.