Joe Shelby
Joe Shelby
### Is your feature request related to a problem? Please describe. My collection is rather large and I tend to keep things organized on the file-system first, ID3 second. In...
A lot of the Russian time zones are out of date. The UTC offsets are for their 2011 to 2014 DST-365 rules. They are now standard time 365, so each...
License?
Technically it is illegal (or at least, legally questionable) for anybody to use this code or incorporate it into an application at this time.
In my app, I have fixed cards that represent wrappers around the cards that can actually be moved around (e.g., albums, folders, artists). I'd like to be able to block...
I have a really old project that we're trying to bring up to date. We use (and derive from) RootCloseWrapper from 0.6.2. The new version uses a hook useRootClose which...
It would be nice if this was typescript-ready. Either by being rewritten in typescript or simply having a types.d file in the module.
I'm the maintainer of the SubFire suite of apps for subsonic (and currently the only Subsonic client for Amazon FireTV's platform). I like to verify that my libraries support Subsonic-compatible...
``` let i = 0; for (const f of ['base', "lows", "mids", "highs"]) { wave.addAnimation(new wave.animations.Turntable({ frequencyBand: f as "base" | "lows" | "mids" | "highs", // this can't be...
Proposed Syntax: `const loadUsers = useAsyncFunction( () => fetch('/users'), [x,y,z]);` where the array of [x,y,z] is used, either directly with useMemo, or indirectly with the same basic behavior, to reset...
### Is your feature request related to a problem? Please describe. I am a big proponent for code reuse, and very used to react 'children' and web-component slots in Oracle...