Vidhan Bhatt

Results 30 comments of Vidhan Bhatt

Does [StreamDeserializer](https://docs.rs/serde_json/latest/serde_json/struct.StreamDeserializer.html) not work for this?

> This was my naive approach (not working with gigantic data amounts though) > > ```rust > std::fs::write( > file, > your_vec > .into_iter() > .map(|e| serde_json::to_string(&e)) > .collect::()? >...

This would probably be achievable without breaking changes by adding a `NothingToken(TokenMarker)` type which just checks for EOF? maybe it could even be added to the `Token!` macro as `Token![]`.

`yarn add -D @types/remark-prism` or `npm i -D @types/remark-prism`

This issue also has occured with me, when using my Xbox One controller on bluetooth with dolphin, running a GameCube game. The audio also cuts out, and it only plays...

these look great, any update on why they aren't merged yet?

Thanks a lot! I'm really liking this project, and have suggested many of my friends to use it top! I would also like to add something else to the list,...

One more thing, for deathmatch it could be time left until the game ends, as the timer is concrete in the mode. Also, I will let you know if all...

First thing I've found: `Score: 20` would be more readable than `20 score`

@Conner-PYS thanks! yeah, there is definitely some prior discussion that has been done here. currently, the best solution using my library is to use a `Node::UnsafeText` (or `unsafe_text!` and just...