Amrit Rathie

Results 12 issues of Amrit Rathie

I didn't know whether to expect #10 to be accepted, but since it was, here are some similar optimizations (with more detailed explanations). # Summary Using the iterator extend pattern...

The behavior for `s` is not very clear from the help menu. I had to search for this behavior, as many people before me (#463, #440, #553, #438). > Save...

## 🐛 Bug description Nothing actually bad happens, but when I try to run `wasm-pack --help`, the help message is printed, followed by `Segmentation fault (core dumped)`. ```plain $ wasm-pack...

I want to contribute to this project but I don't know how to, so I thought this would be a start.

- Update breaking parts of Rocket - Use `sqlx` rather than `postgres` - split db initialization into proper config file and `src/db.rs` - add sqlx migrations for postgres db -...

Simple rust build/test workflow

Substituted with a manually chunked std::thread approach. While this does use a different dependency, it's significantly less dependencies overall. Currently, this decreases performance by a couple milliseconds on my machine,...

I believe the integration style tests you have in [`src/test.rs`](orca/src/test.rs) should go in `tests/test.rs` (or whatever file name you want) because they will then be classified as "integration tests" by...

I want to learn Haskell using AOC in 2022. A lot of other AOC helpers include support for automatically downloading input when it is missing. This would be great functionality...