Jordan Eldredge

Results 253 comments of Jordan Eldredge

Could you explain what you mean by this?

Webamp does not support loading files via URL, that is not a bug, but a limitation of what we can do in the browser (Google CORS) to learn more. Can...

Interesting. Which OS and browser is this? Also, how are you opening the file picker? Clicking the eject button?

Does clicking "Add File" right below that option, or clicking the "Eject" button in the main window allow you to select individual files?

Interesting! I'm not able to reproduce on Chrome/Mac, so probably this is specific to the Chromebook? Could you clarify: 1. How are you opening the files? (eject button? drag and...

Check out the `initialTracks` property passed when constructing a new Webamp instance: https://github.com/captbaritone/webamp/blob/master/packages/webamp/docs/usage.md#construction

## Before ``` Using targets: { "chrome": "85", "edge": "85", "firefox": "81", "ios": "13.4", "opera": "70", "safari": "13.1" } Using modules transform: auto Using plugins: proposal-nullish-coalescing-operator { "ios":"13.4" } proposal-optional-chaining...

Hey, sorry it took me a bit to reply here: 1. Not really. Browsers work hard to prevent autoplay since it gets abused. 2. There is not currently a public...

Nice! I’ve thought about this a bit, and I was thinking that we could have some kind of state (either in Redux or some parent component) that tracked when you...

Nice start! Love CodeSandbox for this kind of thing. Great to get to play with it, and read through to code. As for focus and triggering mousepressed, I don't think...