Joseph

Results 139 issues of 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...

data model

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.

bug
apps
documents
foundry v11

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...

bug
data model
foundry v11

- [ ] 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...

bug
data model
foundry v11

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...

documentation
documents
foundry v11