Marie
Marie
generateMostSearched.js seems to use an old data model, so i updated it to use the new one.
I noticed while doing #406 that the code style/formatting is sometimes really inconsistent. I think it would be good to add something like ktlint to the build to fix that....
It seems that react-query-firebase does not work with TanStack Query (formerly react-query) 4.
I added a module to display the version of [Gradle](https://gradle.org). #### Description I added 2 different strategies which are available via the config, because invoking the gradle executable is really...
This is a small list of my ideas for some guides mentioned in #17. ### Development Environment Setup Guide This guide is for those users, which don't know how to...
This PR adds nushell completion support, see #2323 because of https://github.com/clap-rs/clap/issues/5164, this generates invalid nu code for now # Checklist If applicable: - [x] I have updated `CHANGELOG.md` - [x]...
## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves...
As described in #83, when opening a file using netrw, the wrong path separator gets used on windows. This PR fixes that. I'm not sure if it's worth it introducing...