Maharshi Basu

Results 7 comments of Maharshi Basu

Hi @IamAshrafSyed I've already worked on the aforementioned issue. You can contact the maintainer for the issues #898 and #899

Hey, I was thinking maybe using vulture in a pre-commit hook would be better than directly adding it to the CI pipeline.

Thanks! I'll work on creating the pre-commit hook PR.

Okay, I'll work on it. @jelly

The original `.eslintrc.json` used [babel-eslint](https://www.npmjs.com/package/babel-eslint) as the lint parser which caused failure when running lints locally since it was deprecated. Since `bslint` does not need to be defined in the...

After running the two commands you provided, the build process was successful. However, when using `cargo build --workspace --features sprs-benches`, additional packages were installed, notably `vcpkg`. Consequently, I assumed that...

Yes. I've made a [PR](https://github.com/sparsemat/sprs/pull/345) for future users who encounter this error while building. Please inform me if I need to make some edits.