Aalekh Patel

Results 17 issues of Aalekh Patel

I'm probably missing something because it is rare for an executable to not have a `help` flag (` --help` or ` -h` for help around the arguments, parameters and their...

Feature: - A fast implementation of the UnionFind data structure that has a [Rust backend](https://docs.rs/reunion/0.1.14/reunion/). Minor updates: - Refactor the Solution class in `algorithms/unionfind/count_islands.py` to use the new UnionFind API....

Creating a draft PR to establish that I'll be working on `cv-sift`.

Just like how we can work with images, it would be really useful to work with Videos to provide an alternative for `VideoCapture` from OpenCV. Ideally, we'd not want to...

This is a fix for #131. I faced a similar error when I tried to build the `nms` extension. This solution worked for me. Hence this PR.

Hi owner/mod, I develop primarily in React and have recently gotten into learning Svelte. I have built a few projects in Angular 8 and Vue 3 as well. As it...

I'm not sure if someone has looked into #60 yet so I thought to give it a shot. This PR provides a `FileReader` based implementation for producing client-side file upload...

I'm trying to use `rmp_serde` to send and receive entire messages (`enum`s or `struct`s) via a `BytesMut` buffer that gets populated and emptied by a different part of the system...

Implement the `VisitMap::unvisit` method as proposed in #610 .

### Summary [PathTracker](https://github.com/petgraph/petgraph/blob/52da328c7752a3a85ccc95a3928f93d362c186a8/src/algo/astar.rs#L142) seems like a neat data structure that could potentially be in the public api. But we can do better, by making `PathTracker` (i.e. `HashMap`) a specific implementor...