hasezoey
hasezoey
This is a reminder issue to refactor the code to be less reliant on the current `data.ts` Maps, because they cause naming conflicts and could be mitigated against for example...
## Summary [NOTE]: Currently the SSI in KeepassXC will *stay* disabled when another service had been running, and does not re-enable itself after that service is gone ## Examples [NOTE]:...
**Describe the bug** Currently when trying to identify with musicbrainz (in this case a artist by musicbrainz id) shows empty results, but after reload the id is applied **System (please...
VSCode 1.59 added the [Native Testing Api](https://code.visualstudio.com/updates/v1_59#_testing-apis), which should probably be used over the extension, and currently the extension is still a dependency of this extension, so my proposal is...
Fix md's
extracting the following changes from #31 : sort .gitignore fix README.md fix docs/index.md
**Describe the bug** `SiteChecker.prototype.on` is not a function **To Reproduce** ```ts const { SiteChecker } = require('broken-link-checker'); const { EventEmitter } = require('events'); const siteChecker = new SiteChecker({}); console.log(siteChecker instanceof...
**Describe the bug** Using cursive and a panic comes up (example via a `todo!` or explicit `panic!`) does not show up at all once `.run` has been called and the...
This PR basically adds symphonia feature `mkv` and updates all surrounding code to support it, and some refactors which annoyed me along the way (like changing `eprintln` to `error`), in...
This PR will look quite big, but is actually just some small changes, but with indentation / relocation changes, in more detail: - fix mpv clippy & deprecation warnings -...
~~This PR requires / is build on #193; do not merge this current PR first!~~ This PR updates dependency `souvlaki` (generic mpris), but i still wanna wait for some feedback...