Joshua T.
Joshua T.
When a git tag is pushed, the action still uses the `automatic_release_tag` for the release if set. Relevant config: ``` uses: marvinpinto/action-automatic-releases@latest with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest" prerelease:...
With #63 we have automatic ratings, but this includes way more steps required to go through when you add a new movie. My 2 cents: - Generate `storage.js` from `_prebuilt.md`...
When num lock is off, alternate functions do not work (direction keys, end, home, pgup, pgdown). Also: really nice editor! Blazingly fast!
# I have made things! Docs generation now uses `MyST-Parser` instead of the deprecated `recommonmark` to parse .md files. Other changes: - removed m2r package as it is no longer...
Checklist Please make sure all of the following is true so your issue can be quickly resolved (check like [X]): - [x] My version of the userstyle is up to...
From what I understand, to update the repo, we still require to periodically run `harwest codeforces` or `harwest atcoder`. Instead, we could also offer the option of automatically setting up...
Fixes #14. I've switched the `notify` function to use `gdbus` instead of `notify-send` since the latter doesn't seem to support replacing/closing existing notifications. 
Firstly - great project! Thank you for your great work! Coming to the issue, I use `conda` to manage my python dependencies, and it'd be really great if it were...
TypeScript offers type-safety, has interesting features like interfaces, decorators, it should make the code base cleaner.
```sh assertion failed: !injected_module_handle.is_null() # ... 3: dll_syringe::syringe::LoadLibraryWStub::call at dll-syringe-0.17.0\src\syringe.rs:420 4: dll_syringe::syringe::Syringe::inject at dll-syringe-0.17.0\src\syringe.rs:148 5: dll_syringe::syringe::Syringe::find_or_inject at dll-syringe-0.17.0\src\syringe.rs:180 ``` It looks like this assertion is failing: https://github.com/OpenByteDev/dll-syringe/blob/cdea464ed87644eeead76c998c29a02e80310223/src/syringe.rs#L417-L420