Angelo Rodrigues
Angelo Rodrigues
Agreed, in production there is never a time when you should be disabling peer verification. But I don't see the issue of having the option for a dev env, and...
We may want to utilize GitHub actions to do the final build/push to docker hub as well. I'd be in favour of remaining on docker hub, but if we want...
Perfect, thanks! Awesome work with the project btw, I can't believe I haven't heard of RS and I'm very excited to start contributing.
I've got a PR up that allows - A user to log in - The logged in user can see all the applications they've approved, as well as the permissions...
Bumping on this
I wasn't sure what the PR/submission process was for such a large change. I'm definitely open to working on it because it's definitely functionality that should be present. I can...
Wouldn't exclusively random id allocation require consensus across the cluster anyway leading to some lock? I would be in favour of some kind of vector clock based addition to the...
One thing that could be done is a PR that changed any links that hardcoded the protocol to `//`. IE: ``` Becomes ``` This will force the browser to supply...
It sends them just fine - you just need to make sure you are sending a valid error code and response body. EX: ``` javascript var restify = require('restify'), app...
Is relying on git hooks (instead of github webhooks) out of the question? That way on your deployment server, you have a git post-receive hook configured locally. After the "git...