Jordan Eldredge

Results 253 comments of Jordan Eldredge

There's not currently a way to do this. Webamp has a bunch of logic around constraining itself to the window and it's relatively hard coded to that. Supporting constraining itself...

The behavior where Webamp will respond to window resize events is registered here: https://github.com/captbaritone/webamp/blob/master/packages/webamp/js/components/App.tsx#L91 This is intended to prevent issues where the user resizes the window and Webamp ends up...

@vesper8 Yeah, we can/should expose the `UPDATE_WINDOW_POSITIONS` action. For now, you can call the Redux store directly with something like this and see if you can make it work: ```...

Wow. The non-gz size is significantly better, but gz size is worse :( - Baseline: - `536K built/webamp.lazy-bundle.min.js` - `180K built/webamp.lazy-bundle.min.js.gz` - webp lossless method 6 quality 100: - `508K...

Hey @sciner, could you explain a bit more what you are trying to do? From what I can tell, your existing step one should work already. Are you looking for...

Are you suggesting that we do this on the demo site, or are you looking for a way to do this with your own project?

What would we gain by storing the playlist in a json file?

You're correct that it would probably be a little bit cleaner to at least move the playlist to its own file (.js might be just as good as json). Currently...

It looks like the file paths are parsed differently on the two platforms: ## Winamp Skin Museum ## Demo Site I suspect that these are two different versions of JSZip

Fiddling with different versions of JSZip on https://codesandbox.io/s/sleepy-goldstine-4d6fc?file=/src/index.js I've been unable to trigger the demo site behavior. I also noticed that often the `JSZip.version` runtime property is not quite right....