shartte

Results 97 issues of 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...

providers
core

### 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...

bug

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`

api
cleanup

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...

api
forge

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...

cleanup

has_meteorites is new in 1.18.2, has_quartz_ore in 1.19

cleanup

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...

enhancement

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: ![image](https://user-images.githubusercontent.com/1261399/118957075-7e2fe880-b960-11eb-967e-f9c2421ca80c.png) It should check every...

enhancement

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...

enhancement