Joseph

Results 92 comments of Joseph

The issue is if the value has spaces, e.g. I copy from a PDF with line breaks. I'm on mobile but it's easy to reproduce

Possibly blocked by #1606 and/or will cause merge issues.

As of v13 Testing 1, here are the guaranteed survivors that need to be handled - [ ] Application - [ ] FormApplication - [ ] DocumentSheet - [ ]...

This apparently also includes ClientDocumentMixin, which is declared in another file.

API docs are also missing the global functions in `resources/app/client/apps/templates.js`

Possible that some of these are blocked by schema updates.

AmbientSoundConfig and AmbientLightConfig render contexts will need an update after the CONFIG updates are merged in.

Alternatively, the function's call to `if ( typeof choices === "object" )` should probably use `foundry.utils.getType` so it doesn't try to use `Object.entries` on an array.

Update `src/foundry/client/pixi/groups/primary.d.mts` after PrimaryCanvasGroupAmbienceFilter is added