Shark that walks like a man
Shark that walks like a man
`CalendarData#difference` takes two date-times and returns a duration. The duration is still run through `timeToComponents` (which expects to be processing a date-time and _not_ a duration), resulting in something like...
Originally reported by [hi25114](https://discord.com/channels/170995199584108546/1296292044011995136/1429927508710789162). `HTMLProseMirrorElement##onPointerUp` does not currently check `event.button` to ensure the event was the result of a left/primary click. This means that any click (middle, right, or extra...
An Active Effect would be capable of retrieving a list of string "statements" describing the actor it's targeting and checking them against a potentially complex condition in order to determine...
Currently, Active Effects are limited to changing `PrototypeToken` data, which doesn't quite hit the spot when the desire is to alter both existing and to-be-created `TokenDocument`s. While systems can build...
Actor data preparation typically results in the creation of fields that were undeclared by a `TypeDataModel` since those fields are not intended to be written to source data. Active Effects...