Josh
Josh
@wrzasa I'm still getting the error, haven't looked into it much, but as an example: https://gist.github.com/kernelsmith/c7beb8377e558cdb8f12 This is on a fresh install and having done nothing else to the gpio...
Thanks. Apologies, I'm overseas for a few days so I won't have any meaningful responses/feedback for a week or so On Feb 20, 2016, at 11:34, Zshawn Syed [email protected] wrote:...
@ctxldy I'm not sure development has continued on feedlot. I have no idea for sure, I'm just guessing. If @mohae doesn't chime in, you might consider https://github.com/boxcutter It's definitely not...
It's very deterministic, but decoding is annoying because it generally requires an actual browser and a js runtime for it to run properly. A decoder could certainly be written, but...
@rathboma take a look at https://github.com/ueno/ruby-gpgme/blob/master/lib/gpgme/misc.rb#L65 you can call `imports` as @Carlgo11 suggested, but depending on what you want to do exactly, you might be able to use ``` considered,...
> @errfanwadia Unfortunately not. There might be a way in Ruby to connect to STDIN and STDOUT to know when the lib asks for confirmation and write it to STDOUT...
This would also simplify my specs greatly as well
@ueno my C is not great, but I dev in Ruby daily and used to be an open source external developer for the Metasploit Framework https://github.com/rapid7/metasploit-framework If you still need...
I think this is related to #62, #99 except --use-embedded-filename would have to be exposed. Although, I should point out GnuPG considers this option to be unsafe: "This can be...
This may be related to "suggested embedded filenames". GPG can be invoked with: ``` --set-filename string Use string as the filename which is stored inside messages. This overrides the default,...