maritz
maritz
For some reason the linter config I get here https://github.com/Phaiax/ArcticTypescript/blob/master/lib/tsconfiglint/tsconfigglobexpand.py#L82 is from the tsconfig.json and not the ArcticTypescript.sublime-settings. Thus the node_path was not found for me. Resulting Error: ArcticTypescript: notify...
The set of `prefix.relationKeys` (where keys are stored under which the actual relations then are) is currently not handled properly on an unlink. It removes the entire thing. Instead it...
When an instance is removed, it only removes indices/uniquelocks for the values that have been loaded into that instance. A static .remove() (aka with an unloaded instance or on the...
When adding a new prop with a defaultValue to an existing model, the checks for whether the property is dirty/updated don't trigger and thus cause the update method to not...
Currently setting a custom type function (called behavior in docs) means that it cannot be recognized as a numeric index. For things like a `createdAt` property that is supposed to...
The main problem is that there is no migration guidance and migration needs to be taken into account for things like this. Currently when setting a property to be indexed...
Currently .id is a readable and writable property. This has lead to confusion and problems before. The better way to deal with it is probably to make .id completely internal...
I deleted the server hosting the example app without realizing the nohm-example-rest-app was running there. Ooops.
Supporting `nohm.model()` and `nohm.register()` is currently producing *a lot* of duplicated code. `nohm.register()` is the way forward (`class` based approach) and thus `.model()` will be removed. Since removing it will...
Currently the updating of meta versions on model changes is run pretty much silently and there is not enough documentation around it. There needs to be some more safety around...