Federico

Results 19 comments of Federico

@juhp You are right. I've created a `containers.conf` in `~/.config/containers/containers.conf` ``` [engine] detach_keys="" ``` and now `^P` works.

Getting this error too. * Fedora 41 Silverblue * Podman * Localstack CLI 4.1.1 I can't even start localstack following the docs. I use ```sh DEBUG=1 DOCKER_CMD="podman" DOCKER_SOCK=$XDG_RUNTIME_DIR/podman/podman.sock DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock localstack...

**Hidden story in the front page. No visual changes.** --- **Current "Hidden" section** **Proposed "Hidden" section** --- **Current single post page** **Proposed single post page**

What a shame. I knew the rule about baseline, but I failed to notice the difference between "widely available" and "newly available". Edit: I deleted a long, unnecessary essay to...

Even if it hurts accessibility? We know the old solution doesn't work with the keyboard, and for a screen reader, there's no obvious relation between a hidden checkbox and a...

Hello, @caius What version of Safari are you using? Maybe I can find a version of Chrome from around the same date that shows this behaviour. Also, do you know...

I rather avoid opening another issue for a similar issue. Nav links in the header have their focus ring clipped too. Again it's because of the `overflow` properties that were...

>On comment_text, we don't want longs of unbroken text or [zalgo text](https://en.wikipedia.org/wiki/Zalgo_text) to spill outside of the comment. [`overflow-wrap: break-word`](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap) would prevent that.