Achim Domma
Achim Domma
```python var("space", NUMBER, 30, 20, 60) texts = ["shorty", "longer one", "a very long one ...."] texts = [ (textmetrics(t)[0], t) for t in texts ] max_width = max(w for...
I need some help setting up authentication via Gitlab. We had been using docker_auth for a while, but are now moving to Gitlab and would like to use it as...
I'm quite new to Bevy, just doing my first experiments and I was pointed to this crate for drawing 2D shapes. In my simple example I span a `Text2d::new("bla bla")`...
I set `vim.opt.winborder = "single"` to make pop-ups stand out more. After doing so all Telescope windows had doubled borders. I was able to solve that by passing ``` defaults...