Tobias Hunger
Tobias Hunger
We try to keep "good first issues" open for a bit to give contributors a chance to sink their teeth in:-) Go ahead and give it a try.
I do not think the failed CI job is related to my change: It's about running out of space while extracting the cache.
@tdejager: * Yes that is the troubling part, but wrapping some `UrlOrPath` into a `Verbatim` is a breaking change, too. We could in theory add `FromStr` back and make that...
Is there anything I can do to push this forward? I do not think I can fix the Linux CI to not run out of space :-(
I can reproduce this.
Its strange: In `interpreter/highlight-rs` we check that the element is not repeated and take the execution path that sees no `repeater_path`. Then we take the Element's `item_index` and access that....
@mackrol: Did you try the skia renderer? It tends to render a bit nicer for me, but unfortunately is more error-prone to build, too :-/
@anivie: You seem to have misunderstood the issue: We can style everything, we just can not switch styles at runtime and we can not have a good way to have...
Not sure whether this is because we set the maximum to the biggest possible value we can set or because winit provides us with that as the maximum window size....
I read the bug report as we should not ever report a max size that is bigger than the may size the window manager will actually be able to handle.