David Ammouial
David Ammouial
Any news on this PR? Thanks!
A credential states 3 core things (besides metadata about the credential itself): - something claimed - by someone (in the broad sense, not necessarily a person) - about someone (broad...
Thanks @dlongley, I hadn't thought of the nodes as having standalone value and being composable with one another. If we took the id out of the node, that would stop...
I believe the general recommendation is to not try and store the actual data but a symmetric key used to encrypt and decrypt the data. That's how disk encryption such...
@fanatid's Your solution does work, thanks! What do you think the root problem is, @barrysteyn? Many people seem to be facing the same issue when installing some modules on Windows...
@fanatid's [comment](https://github.com/barrysteyn/node-scrypt/issues/152#issuecomment-303808880) on #152 solved it for me.
FYI @ptorsson, I get the exact same error with latest LTS NodeJS. Problem solved thanks to @fanatid's [comment](https://github.com/barrysteyn/node-scrypt/issues/152#issuecomment-303808880) on #152.
Hi @BernhardFuchs, sorry for the misconfiguration, it's fixed now.
Thanks @BernhardFuchs. Apparently the microservice is crashing, which would explain why the resolver can't reach it. It worked in our test environment, but we'll try to see what could be...
I wasn't passing the port number correctly, it should be fixed now.