Joseph

Results 139 issues of Joseph

`resources/app/common/documents/adventure.mjs`

documents
data model
foundry v12

`resources/app/common/documents/actor.mjs`

documents
data model
foundry v12

`resources/app/common/documents/active-effect.mjs`

documents
data model
foundry v12

`resources/app/common/abstract/embedded-collection.mjs`

documents
data model
foundry v12

`resources/app/common/abstract/embedded-collection-delta.mjs`

documents
data model
foundry v12

`resources/app/common/abstract/data.mjs` Fairly minor updates overall, just held up by desire to minimize merge conflicts

documents
data model
foundry v12

ActorSheetV2 implements three native `actions` - `configurePrototypeToken`, `showPortraitArtwork`, and `showTokenArtwork`, which are handled by static private functions _but_ can be overridden by ActorSheetV2 subclasses. Right now, these actions are not...

apps
foundry v12

These errors have been introduced as a result of other datamodel related changes. Eliminate them. ```ts src/foundry/client/config.d.mts:382:33 - error TS2552: Cannot find name 'RollFunction'. Did you mean 'Function'? 382 functions:...

foundry v12

- Audit all uses of `CanvasViewPosition` and determine when fields are always filled in. This is probably just in canvasPan (if at all). - Rename `CanvasViewPosition` to `Canvas.ViewPosition` or possibly...