Martin Sandström Krisell
Martin Sandström Krisell
https://github.com/beyondcode/expose/blob/97993318e737a422075444cfe8d180415ed43180/app/Http/RouteGenerator.php#L50 Note the left parenthesis in `{$method}-($uri}` If the `(` is intentional, I think a comment about the asymmetry would be good, but I'm guessing it's intended to be a...
I know you are working on a JS API, and I'm not expecting this to be merged. I'm simply proposing that receiving battery level information will be part of this...
When typing with the iPad keyboard in a textarea or editable div, the autocapitalization is not disabled, even though AAC is used. This is in conflict with the documentation on...
**Describe the Bug** In SEB 3.4.0, when using the setting to not show the taskbar/dock, using the TAB key a few times causes SEB to crash and quit. See exact...
### Describe the bug After updating to v1.1.2 we started seeing some strange issues in lists using `DynamicScroller`. Data seems to be reused from other rows. Downgrading to v1.1.1 resolved...
##### Expected behavior. Special character is inserted at cursor position. ##### Actual behavior. Cursor position is lost and special character is inserted first. ##### Steps to reproduce the problem. When...
##### Expected behavior. Hovered/focused special character has the focus style. ##### Actual behavior. The first character per section always has the focus style, in addition to the hovered one. #####...
The numbers `2256` and `2255` in the text must be mis-formatted powers of 2, i.e. 2256 and 2255, which is also the correct numbers in the given context. I used...
### Description Laravel 11 introduced the ability to add `app.previous_keys` to migrate the app-key for encryption transparently, added in https://github.com/laravel/framework/pull/49962 This PR adds the same support for signed URLs, by...