Joe Krill

Results 10 issues of Joe Krill

On my Sony Tablet S, what the device thinks is "right side up" is the exact opposite of what _I_ think is right side up. Consequently, using this setting for...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

feat

This is a PR to test the preview link webhook - please ignore.

Given: ``` const myschema = myzod.object({ foo: myzod.string().optional() }); myschema.parse({}); ``` The result is an empty object (`{ }`) But if I add `allowUnknownKeys()`: ``` const withUnknownKeys = myzod.object({ foo:...

### Description When using a responsive `size` value (either array or object syntax) for an `IconButton`, the button padding is different compared to using the same `size` value directly, as...

In Firefox the site often crashes with a blank page and the error message: > Application error: a client-side exception has occurred (see the browser console for more information). Here's...

**Describe the bug** In Firefox the state returned by `useGeolocation` is never updated when permission is requested and given. It will only update if permission is given _permanently_ and the...

**How can we reproduce this bug?** There's a variable called `$button-color-alt` that is documented as: ```scss /// Text color of buttons with a light background. /// @type Color $button-color-alt: $medium-gray...

I'm trying to upgrade to Redux Toolkit v2 but running into a problem that I'm pretty sure is caused by the `UpdateDefinitions` type not being exported from `@reduxjs/toolkit/query`. I have...