Joel Flaig

Results 5 issues of Joel Flaig

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? I would like...

enhancement
mojo-stdlib
mojo

The code below produces a LSP parser crash. ```mojo struct Type(CollectionElement): var data: Int fn __init__(inout self, num: Int): self.data = num fn __moveinit__(inout self, owned other): self.data = other.data...

bug
mojo-lang
mojo
crash

Thanks for this awesome plugin, it helped me a lot !

I added this, because i found it annoying not being able to toggle groups by default

**Describe the bug** Box rendering does not look as i expected. **Expected behavior** I expected the vertical box lines to be unbroken. **Screenshots** ![Using FiraCode Nerd Font](https://github.com/user-attachments/assets/278f17e6-fd9a-4708-8442-7c8fb97e9a54) ![Using FiraCode IF](https://github.com/user-attachments/assets/14af4ead-8ff2-44ab-b5cb-eeb33a677d56)...

good first issue
icon mismatch