Dave Sag

Results 33 comments of Dave Sag

has this project been abandoned?

@xmunx I've not looked at them but will do and get back to you. Thanks.

Right now you can't as I don't pass through any ssl options to `amqplib` but I could fix that. You would have to get the keys from the java keystores...

Could we update to `Solidity v0.4.19` which appears to be the most recent now?

The linters all currently break on the new syntax unfortunately. Also solcov doesn't play nicely with the new constructor syntax.

I'm choosing an emailer solution right now for an MVP project I am working on and in the past I have always chosen SendGrid as, in the past, it's been...

I agree. I've been trying to implement a very simple encrypt / decrypt pair of methods using RSA key pairs. I've got something encrypting just fine but have no idea...

`return JWE.createEncrypt(publicKey).update(buffer).final();` is returning a `Promise` not a value. See https://codeburst.io/securing-tokens-with-help-from-jose-33d8c31835a1 for a working example with detailed explanation.

Just my 2c / I think this is best kept as a separate library rather than cluttering up this core library with irrelevant code.