Will

Results 106 comments of Will

I don't actually know who hosts that particular domain - it's a few versions behind (mostly just loading speed improvements and extra effects that the xmas charts don't use). I've...

Have found and contacted the owner (twitter: azuretan). Until they've sorted it, I am now hosting xmas hues and have redirected the README link. xmas.moe is a much better domain...

Ah - the search for songs is based on the song name only, so if you provide `song=LÅT` it works fine. There are some solutions here, such as just using...

Here's my recommendation: If you can host external respacks, you can host your own hues! This solves - reference remote/external respacks using URL. - add/append additional packsURL - filter/deselect/forbid some...

Seems reasonable enough - that's why the code is open-source, after all!

Hey! If you don't want to mess around with the build system, just [use a pre-compiled release.](https://github.com/mon/0x40-web/releases/latest) Download the zip file, _not_ the source code. There is documentation about creating...

I just use `python -m http.server` to locally host, but you can use literally any local-hosting server to do it for you. I know that npm has some packages. See...

If you've already set up everything and gulp creates a .js.min, I'd recommend modifying the source and building minified bundles that way. Modifying the .min directly is quite a painful...

As a sanity check - modify the `` in index.html. Does it change? Perhaps your local server is not pointing at the right place?

What does your index.html look like? Specifically, what is the `defaults` object?