Noah Jelich
Noah Jelich
Linting makes our lives easier because it tells us what’s wrong with our code. Prettier makes formatting universal, and easier to follow. Adding these would make collaboration easier in the...
**Description** The issues are pretty self evident. There are some missing markdown features (I used the [markitdown demo](https://markdown-it.github.io/)). Most of the UI changes are simple CSS fixes for mobile sizes,...
**LinkOff - LinkedIn Filter and Customizer 🧹 Seeking New Maintainer!** Hello LinkOff Users, I hope this message finds you well. I am reaching out to inform you that due to...
Currently smartbugs works fine on contracts with clear direct dependencies, but what about contracts importing from "@openzeppelin" "@chainlink" etc as part of node_modules and similar. Should these cases be handled...
Hi! I found a curious edge case and made a PoC for it. https://github.com/njelich/ipnet-poc This affects the [if-watch package](https://github.com/mxinden/if-watch/issues/38).
For MX mouse users encountering issues with the UnnaturalScrollWheel addon due to Logi Options, here's a straightforward fix: - Issue: Logi Options is causing interference with UnnaturalScrollWheel functionality specifically for...
When removing dependencies using the `--fix` flag, the features for those dependencies are not removed. This adds support for that. I tested it manually, but tests should probably be written...
https://github.com/krisprice/ipnet/issues/54 PoC available here: https://github.com/njelich/ipnet-poc
The stdsimd unstable feature was removed from rust, some packages updated with that in mind. Many are broken. https://github.com/rust-lang/rust/issues/48556 I am adding a CI to catch issues in the future,...