Mikuláš Mrva
Mikuláš Mrva
Fixing a known issue with Metamask in Firefox under strict Content-Security-Policy that prevents from injecting the provider js object. See https://github.com/MetaMask/metamask-extension/issues/3133
Adding the option to implement custom methods in abstract ModelSchema subclasses that cannot be instantiated and thus they don't have to undergo the strict checks that regular ModelSchemata need to...
I am using Djantic in my project, and I would like to base a base class between `ModelSchema` and my individual model schemata, to implement a `to_orm` method directly on...