Jed McCaleb

Results 65 comments of Jed McCaleb

ask_user is a fallback in case allow_access fails. So it would be: ``` request_comes_in() { if(allow_access) { return: user info }else if(ask_user) { return: user info } return: no info...

I haven't looked at the implementation. What I described is how it should work

Yeah Rob's first interpretation is correct. To rewrite your code bartek: ``` if "record exists in a DB" { return compliance.AuthStatusOk } else { if rh.Config.Callbacks.AskUser != "" { //...

I disagree. People shouldn't be using this if they need to maintain privacy. We should favor clarity

metadata vs meta one I fixed scott lets talk about the other one

If we are going to use this please pull it out of beast. We will hopefully drop beast at some point.

I would start with everything expanded. I get what you are saying since that this is moving between pages rather than just being a single page it gets weird. @jessica-collier...

Yeah the two table approach is fine. Thanks!

You are running your own stellard or connecting to ours?

It will say noNetwork when your stellard isn't synced to the network. It can take several hours to sync with the current codebase. We are trying to improve this.