jahed.dev
jahed.dev
Fixes #743 ## Notes I had to update the lockfile as a new dependency was needed and the lockfile format was quite old. `npm ci` was not working completely as...
The React team published a plugin to enforce the [Rules of Hooks](https://reactjs.org/docs/hooks-rules.html). I think it's worth including as part of standard-react. Seems pretty standard. https://www.npmjs.com/package/eslint-plugin-react-hooks Thoughts?
There's a Windows icon, but the Windows brand is not the same as Microsoft's brand. https://en.wikipedia.org/wiki/Microsoft https://en.wikipedia.org/wiki/Microsoft_Windows However, Windows 11 dropped the skewed Windows 10 logo so when colours are...
## Bug Report: I've enabled the block list feature but there is no way to add a channel to the blocklist. Looking at previous issues with screenshots like #1378 it...
When my battery gets too low, Ubuntu will suspend/hibernate. Upon waking from this state, I've found the following issues arise: - Sound crackles. `alsactl init` fixes this. - Touch input...
https://dependabot.com/ We probably want to remove jQuery first to avoid having to deal with any issues related to it. See #7.
Due to the core use case of vast-parser being to transform data from one structure to another, a type system will provide a huge benefit. The main benefit is that...
jQuery is currently used for: - Event Emission - Requesting VAST via AJAX This seems overkill considering how large jQuery is. ## Event Emission Event Emission can be reimplemented easily,...
When manifestMaskable is set, all maskable icons are generated. They should be configurable like all of the other icons are. https://github.com/itgalaxy/favicons/blob/7b0e34047efe410c46a81d07190086ec9fc6e723/src/platforms/android.ts#L108-L124
There's currently a "manifestMaskable" option available to create "purpose: maskable" icons but there's no equivalent "manifestMonochrome" option to create "purpose: monochrome" icons. Favicons should generate this icon too for a...