Mateus Melchiades
Mateus Melchiades
Python parser also seems to be out-of-date. The `.wasm` in language-python package is from 10 months ago, and the tree-sitter-python repo has seen a couple of updates since then. The...
`break` statement also isn't highlighted. Probably missing definition in `highlighs.scm`, should be alongside `continue`, which is marked as `@keyword.control.repeat._TYPE_.python`
The first error probably happened because you were trying to install on an LVM, which we don't have support for yet. Regarding the second error, could you give more details?...
Something's weird with the checkboxes. Apparently it only updates the selected layouts if I press the row itself. My guess is that the checkbox toggle signal needs to connect to...
I'm not entirely sure how we would implement this, but I suppose we can somehow flag in stdout that the installation has reached the next step (similar to how Docker/Podman...
It would also be useful to know the output of `lsblk` after the command fails.
I'll test this PR in a VM when I get home just to be sure, but LGTM
@mirkobrombin should we wait until Orchid is out just to be safe?
So, I'm a bit late to the party but I managed to figure out what's causing Ruff to throw this error. For some reason, Ruff excepts a [range parameter](https://github.com/astral-sh/lsp-types/blob/master/src/lib.rs#L358) for...