Johannes Loher

Results 196 issues of Johannes Loher

**In which branch or foundry version does the problem occur?** main **Describe the wrong type** The types for `register` are currently not correct. The connection between the `type` property and...

bug
foundry v11

Also update TypeScript to v5.5.3

Also update related libraries

This PR removes the `neverAbortedSignal` and instead simply does not pass a signal by default. The behavior is essentially the same, but it simplifies the code a bit, in my...

Instead, errors are now consistently typed as `unknown`. BREAKING CHANGE: The types of errors have been changed from `Error` to unknown because they are not statically known (in JavaScript, _anything_...