Brenton Simpson
Brenton Simpson
https://github.com/material-foundation/material-remixer-web/
I'm leaving my architecture notes from #8 in this issue, but it could probably be broken into smaller issues. In React, components should be small/single responsibility and only affect themselves...
I expected this to use the ES2015 `export { BrowserQRCodeSvgWriter }` syntax. Instead, it uses CommonJS's `require`. I suspect your tsconfig needs to be updated to export proper ES modules...
Is it possible to register a global exception handler from within JS executed by CocoaScript? In a typical environment, this can be done with `addEventListener('error', …)`, but of course the...
https://github.com/christinecha/choreographer-js/blob/master/src/Animation.js#L80
Uses `type-fest` and `${ prefix }key` to teach the types about all possible pseudoprops (beyond the ones that were enumerated in the previous typing). ----- My first pass at this...
Fixes #30598
### Hyprland Version 0.32.3 ### Bug or Regression? Bug ### Description Hyprland sets `WAYLAND_DISPLAY` when it starts up, but doesn't release it when quit. This prevents other sessions (like `gamescope`)...