Hugo

Results 1705 comments of Hugo

Kind bump? This is a really annoying regression since 1.10.

This was not reproducible on i3 last I checked. Have you reproduced the bug yourself? When moving windows through a tabbed container, sway will at some point render _another_ window,...

Here's a video reproducing the behaviour: https://mirror.whynothugo.nl/t/sway-issue-8292.mkv I start out with a tabbed container with: - One terminal (1) - A horizontal split with a single terminal (2) - One...

> container_insert_child will amongst other things detach the container from the current parent, which causes the parent to pick its last child to render instead. It does not do anything...

~~For projects which directly depend on kutil, we can use:~~ replace github.com/tliron/kutil => github.com/tliron/kutil v0.1.59 ~~But for projects which depend on github.com/tliron/glsp, there's no obvious workaround.~~ Never mind, I have...

Checks have not completed because they require maintainer approval. This isn't something I can do anything about, I'm not sure what's the purpose of this warning.

Building the simulator fails. `docker run --rm -it -v ${PWD}:/sources infinitime-build` doesn't build the simulator too. I tried tweaking it to build it, but apparently multiple other dependencies are missing....

See: https://github.com/InfiniTimeOrg/InfiniSim/pull/180

`FZF_DEFAULT_OPTS='--colors=16'` works for text, but borders don't have any colour in dark mode.

> FZF_DEFAULT_OPTS='--colors=16' works for text, but borders don't have any colour in dark mode. The currently selected line is also not highlighted on dark mode.