Tom Shawver

Results 55 comments of Tom Shawver

Actually, circling back, is the issue that electron doesn't include/blocks the `aes256` cipher? I'm curious why that doesn't work if Node, ultimately, is what's supplying the ciphers. If possible, it...

Thanks for the report. Could you supply the code and/or cli command that's resulting in that error, as well as the file structure?

A frontend project-- that's interesting. Maybe an obvious question, but I have to make sure: You're using your cryptex secrets during the webpack build process rather than trying to access...

What I was getting at is, Cryptex is not at all meant for in-browser use. It uses the server-side AWS SDK, not the client-side one, and will not work even...

Ah, I understand! Sorry, I was unfamiliar with how Serverless works. The error message is accurate, though -- `use` is _not_ a function. I think what you want is `update`...

Are you aware of any TPM bindings available for node? All I was able to find on short order is https://github.com/jplyle/node-tss, however after brief review it looks like this use...

Hmm, that is happening when the [FS-EventBridge](https://github.com/TechnologyAdvice/fs_eventbridge) installer takes over. Its first step is to launch a rust container from the docker hub in which to compile itself. Yours failed...

Interesting interesting... I wish I knew how to replicate this. For what it's worth, if you know the networking config that needs to be passed to the xhyve driver in...

Excellent find! This addition should go in StandardSQLFormatter.php -- very very simple fix. I'll check it out later today.

That looks incredible! Thanks for the heads up -- I'll have to check out the doc attributes and see how much tweaking the inline docs might need.