CatGuardian

Results 8 issues of CatGuardian

I was looking at the Plugins sub-framework and was hoping to find documentation on when each of the plugin methods are executed. http://sierrasoftworks.github.io/Iridium/interfaces/plugin.html I see that there is newInstance and...

question
docs

Hi Benjamin, A long while back I asked you about how to automatically do a createdAt and updatedAt property for all of my Models and you suggested a Plugin that...

bug

Hi Benjamin, I have been doing some thinking lately about how Iridium requires you to reassign a nested object in order to get it to be saved. I have come...

bug
enhancement
investigating

Installed version: 8.0.0-alpha.7 The problem is that interacting with an Instance that is not created using the corresponding Model doesn't bind the Instance's properties and doesn't save them. For example:...

question

I have found a bug where the onCreating hook of an Instance/Model is not getting triggered when creating a document through the Instance.save method. Below is an example of what...

bug
help wanted
awaiting release

Hi Ben (is it ok to call you that?), I just had a brilliant idea that I think will take Iridium to the next level and really enhance the functionality....

enhancement
investigating

I thought of a useful idea which came about from a problem I am struggling with. The problem is I don't think I should have to do 'await myCore.connect()' everywhere...

enhancement
investigating

The documentation page for rules has incorrect information in it which is very misleading for anyone who wants to create rules. The page I'm talking about: https://auth0.com/docs/rules The corresponding file...