Robert U

Results 149 comments of Robert U

Good point about glyphs, I hadn't thought about those. My use case is less relevant in comparison. I wanted to tweak the naming of layer names for the drawing and...

Finally got around testing this - Works great on my end! Thanks for implementing this & hope to see it upstream soon :)

> Finally got around testing this - Works great on my end! Thanks for implementing this & hope to see it upstream soon :) After some more usage I struggle...

I can reproduce the exact issue reported in OP with WSL version `2.5.9.0` **if and only if** `WSLg` is also installed (`v1.0.66`). Uninstalling `WSLg` restores the expected behavior: ```sh $...

Indeed, a related issue re-emerged after restarting for me as well. It seems that even after uninstalling WSLg, it continues to mount `/mnt/wsgl/run/user` to `run/user` (overwriting `tmpfs` originally mounted to...

A few notes: 1. I can reproduce that `PyPardisoSolver` *instances* don't free up the memory when no longer used. My guess is that this could be automated by adding a...

IIRC implicit mods are always passed through. So you might be able to achieve this by nesting two mod-morphs and binding an implicit mod to the inner one. That is,...

It might be more economically to activate the outer morph with `LCTL|LGUI|LALT`, to avoid having to nest all combinations of mods: ```yaml outer_morph - mods = LCTL|LGUI|LALT - keep-mods =...

Looks like the error is caused by `west update`. Maybe some temporary connection issue with one of the dependencies?

What's the use case here? I fear that adding such config option might falsely promise portability across runners, which generally isn't guaranteed even among Linux runners (and definitely isn't for...