Sebastian Mares

Results 43 comments of Sebastian Mares

Thanks, that was it! Your hint about `scroll-padding-top` allowed me to create a pen showing the issue: https://codepen.io/smares/pen/MWvMjEz Scroll a few lines down, then click on the "Open modal" button,...

The patch should not solve the docs issue, that is something else. The patch solves the issue where closing a modal re-focuses its trigger causing a page scroll. Re-focusing should...

> @smares Did you find a way to make histoire works inside a Nuxt module ? Nope, I gave up on using Nuxt and Histoire due to various reasons.

Is there a good reason why these responses are hard-coded? My MR with the fix got closed with a generic text.

Did you read my issue? It's literally the first step I did.

Just for the record, the Hetzner server I was testing Coolify with had an IP address that Google didn't like so that no matter which credentials I used, they all...

The offset is not relative to the current offset - at least it doesn't seem like it if we're at EOF. If I have a 12 bytes stream and use...

I also have an issue that might be related (or the same?). First of all, I squashed migrations and so far only have a `database/schema/mysql-schema.sql`. I have a `access_token_expires_at` column...

And in the SQL dump I have: ```sql CREATE TABLE `external_user_identities` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL, `provider` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `provider_id`...