brianasapp
brianasapp
That makes sense, but I would argue you can reconcile the described scenario by doing the following. ```ts class Foo { }; declarePersistable(Foo, '[email protected]'); ``` ```ts class Foo { };...
Apologies, I totally misread your last message! May I go ahead and open the PR? I have another proposed solution which involves attaching a hash value to the class prototype...
That's a great idea, thank you for the suggestions and your responsiveness. Will try to get to this in the near future, and will try my best to make the...
Hi Etienne, Had a couple of comments I would like to run by you before I continue. First I'd like to check that my approach for generating a vendor hash...
#2 might resolve the second thing, just would like to see what the current status is.