Zach Bruggeman

Results 12 comments of Zach Bruggeman

Hi @hawkins! I don't officially have a roadmap, since Umi player is just something I work on for fun 😂 However, if you're interested in contributing, I'm always open to...

Hi! I've submitted an update for the extension that'll fix it. However, Google has made their extension guidelines a lot more strict, and I think it's possible they might deny...

A few others have reported this as well. I'll be looking into it, will update once I figure out what's going wrong. Thanks for bringing this to my attention!

I think a dark theme would be a great idea, especially if it's across the whole player instead of just the episode page. The current "dark" mode I intended to...

@yowkah Go for it! 👍 Here are some quick notes: * We should keep the dark mode toggle in the Vuex store. As well, it should persist to the browser...

This is looking very good so far! 🎉 My one request would be to make any text that's `gray` into `near-white`, as it has more contrast and is easier to...

I will likely play with some of the colours after this is finished, so you don't need to worry about them being perfect. Of course, play with whatever you think...

I'd try using a library like [async](https://github.com/caolan/async), which allows you to do operations over an iterable like an array, but with callbacks so you can guarantee an order. For your...

good idea! for backwards compatibility, it would always take in array, but then it could look like this: ``` js var assets = [ '/path/to/file.txt', { name: 'foo.txt', path: '/path/to/bar.txt'...

Expanded notes (cc @abacon, sorry for the delay!): - The GUI should be super easy to use. Like the CLI is just one command, the GUI should just be one...