Rushabh Vasani

Results 10 issues of Rushabh Vasani

Fixes: https://github.com/JuliaCollections/DataStructures.jl/issues/639 Note: I was a little confused by the issue-description, so not sure if the changes I made are at the correct place.

- [ ] Fedora - [ ] Archlinux Feel free to add other distros of your choice in the comments below.

enhancement
help wanted

Do it for only one functionality per PR and so that it can be easier to review. Comment the functionality you are working on to avoid duplicate efforts.

Currently, more than one person can add their faces for root access, but that is not being maintained with their usernames. Adding this feature means being able to remove a...

There was a bug that was initializing an infinite authentication loop when running facerec with the Ubuntu software center. As a work-around facerec is currently disabled on the software center....

Fixes: https://github.com/JuliaText/TextAnalysis.jl/issues/183 I haven't added the test as `pad_sequenses` is not being exported. How should go about adding it?

resolves: https://github.com/JuliaText/TextAnalysis.jl/issues/242 On testing, it raises `UndefVarError: BIO1 not defined`. I tried figuring out the reason but couldn't. Should I use something else instead of `Main`? I am new to...