Turiiya
Turiiya
### Describe the bug ```v struct Papa { fam_name string } pub struct Child { Papa pub mut: activity Activity = Fun.roll // some string // Adding a field in-between...
net: concurrent processing of large response bodies results in `substr(start, length) out of bounds`
### Describe the bug Although this bug isn't always present, its probability of occurring rises with the number of items we add. In the case of 5 requests in the...
PR adds direct encoding and decoding in toml. Let me know about considerations and nitpicks to make this good as it should be.
*Smartcasting causes? ### Describe the bug Direct match arms will throw `invalid memory access` in some scenarios. Calling the same behavior in `else` works on the other hand. I assumed...
### Describe the bug Working with generics and structs at comptime I'm running into the issue that it only works correctly for one struct, or if the other structs have...
**Is your feature request related to a problem? Please describe.** I couldn't find a way to toggle the preview in the outline.
**Is your feature request related to a problem? Please describe.** Currently when increasing the size of the outline split the preview position won't update and overlay items in the outline...
- Initial focus on search field - Basic keyboard navigability. E.g., up, down arrows select next / previous chat. Above suggestions would mimic the desktop version.
I would like to be able to further customize scrolling motions in neovim. Specifically the `z` motions. E.g. that `zt` won't go to scroll-off but would stop a little below....
As far as I can see, the `not` validator needs a little schooling. It doesn't behave when used in combination with a computed `sameAs` value. this **doesn't work** ```vue not(sameAs(value))...