Norbert Kéri

Results 4 issues of Norbert Kéri

I would like to make writing JSON post bodies a bit more friendly in regards to syntax, eg. pass in a dict as the body, instead of manually JSON serializing...

Hey, I started dabbling with the yew framework, and I got to the point where I would like to implement scroll restoration. I realize this is not the yew issue...

### Did you check docs and existing issues? - [X] I have read all the flash.nvim docs - [X] I have searched the existing issues of flash.nvim - [X] I...

bug
stale

I'm very new to both rust and sqlx, so I might be wrong here, but it seems like sqlx tries to convert mysql mediumint columns to rust u8s: ```rust struct...