shartte
shartte
## Reasoning 💡 Allow setting the full oidc-client Issuer metadata without using Issuer discovery by making `issuer` `string|IssuerMetadata`. I would argue that `issuer` is completely useless without setting jwks_uri, and...
### Description 🐜 I am trying to configure a custom OAuth Provider *without* using Issuer discovery (the reason being due to some unhealthy internal DNS shenanigans I need to use...
Browsers consider localhost to be a secure origin (i.e. see https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#restrict_access_to_cookies). express-session does not. This means for my local configuration, I need to disable the Secure flag, which has other...
Otherwise Loom will not remap the API when it is used in `modCompileOnly` or `modCompileOnlyApi`
This is the tracking issue for planned breaking changes to AE2s API in 1.19. - [x] Rename `PREVIEW_REGULAR` and `PREVIEW_LARGE_FONT` in `appeng.api.stacks.AmountFormat` to `SLOT` and `SLOT_LARGE_FONT` to better communicate that...
Instead of relying on the plane ticking itself to reset a `blocked` flag, use a global tick counter to keep track of the last time an insertion was attempted to...
has_meteorites is new in 1.18.2, has_quartz_ore in 1.19
Related issue: #5836 When rendering a large amount of items, especially enchanted items, the FPS take a big hit. We can optimize rendering this by trying to batch all items...
When switching an interface from omni-directional to directional, the first direction it switches to should be chosen in a smarter way. I.e. in this scenario:  It should check every...
See #5158: Crafting CPUs will currently add items to the waitingFor list with an amount that may exceed what is actually needed to fullfil the crafting job. Most noticeable for...