Joseph
Joseph
[SWADE commit](https://gitlab.com/peginc/swade) `6ad833b517d796554e2101413081a0a92c2f4825` in `CommonActorData` This appears to be resolvable by typing `this: TheDataModel` for instance methods, but A. Can't help getters and B. raises question of why this is...
The `Folders`, `FogExploration`, and `Users` collections erroneously include `SidebarTab` as an option in their results. Furthermore, it's unclear if the inclusion of `null` is correct.
The `choices` parameter in NumberFieldOptions should constrain the resulting type, but it does not currently. Options for implementation 1. Replicate the handling from StringField (easier solution) 2. Find a way...
- [ ] The `darkness` field in `foundry.documents.BaseAmbientSound` is a SchemaField that is not required and can be safely initialized from a value of an explicit `undefined` or `null`, but...
With the successful implementation of data models, the old system of configuring flags appears to be broken. In general, the CONFIG file needs some love and attention and can be...