CatGuardian

Results 20 comments of CatGuardian

I haven't looked at your commits yet but I just wanted to jot done some potential TODO's from this feature. I don't expect you to necessarily do these. I can...

Ok I agree as I was looking through the source code again for a different bug (#119). And it makes the best sense for TDocument to look like the actual...

I had this exact same question. Might be worth addressing directly in the documentation.

Also, how is the validate property used? That one I'm not sure on. I'm guessing this defines global validators that get executed whenever any other validator would be executed? And...

Thank you for the clarification. This is a good explanation. I'm glad I asked otherwise I would have been programming under incorrect assumptions. What I'm trying to do is implement...

Thanks! I'll give it a try. And yeah I realize that any interactions with the non-standard methods provided by InstanceInterface will be generally using MongoDB stuff.

Ok some more information: I think I was slightly confused when I wrote up the issue. I wrote the above with the assumption that the [token refresh flow](https://auth0.com/docs/tokens/refresh-token/current) is the...

Thank you for leaving that comment! Otherwise I wouldn't have known if it was seen or not.

Yes I agree! This also doesn't work: ``` window.open('googlechrome://navigate?url=test.com'); ``` If you do that and you haven't allowed pop-ups, then samsung internet will have a little popup notifying you that...

@vesper8, I think if you wanted an `` tag that the user clicks on to open youtube, then you can do that by using `` if you find out what...