Hovis

Results 16 comments of Hovis

@boneskull I'm not @Swivelgames but your suggestion of adding --parallel works for me. Thanks!

I have also tried `--env staging` and with no environment specified at all. I get identical behavior in each of these cases. I have also verified that my AWS credentials...

Reviewing the source code, it appears that the bug is here: https://github.com/rocketjob/symmetric-encryption/blob/c81735ecb3686a7a8d68a4c7f98d71e27177f2ef/lib/symmetric_encryption/keystore.rb#L70 Because I'm using the AWS keystore, I don't have a key_encrypting_key entry or a private_rsa_key entry in my...

To test my theory I added `key_encrypting_key: HAAAX` to my config yaml, and all of a sudden I started getting somewhere. Worth noting is that even with this hack it...

I'm just a dude on the street, but I anticipated this problem and am intentionally NOT using the ActiveRecord integration of SymmetricEncryption for exactly this reason. Automatic decryption of sensitive...

Considering how long this has been dead, has the usability issue been addressed by something else somewhere else?

I've spent about an hour looking up how to get a debugger attached and then found this thread. I understand now why `--inspect` isn't already available, but I'll add my...

I was also trying to find a way to do something like `:echo gutentags#show_file_info("path/to/file.js")` and have it spit out details like what project it thinks this file belongs to and...

I'm very interested in seeing/using Replicache without all the noise from other frameworks.

Thanks for the links! These are definitely better, but there's still a lot of noise just from Typescript. I haven't needed Typescript yet, and it takes extra effort to see...