Jordan Eldredge

Results 253 comments of Jordan Eldredge

That’s basically the work around I have in place. https://github.com/captbaritone/winamp2-js/blob/master/js/actionCreators.js#L260 This work around is probably fine for me for now. In the future, I might want to let users supply...

@lukepighetti do you think this might be the issue you were seeing? https://github.com/atom/atom/pull/18545

PR to add a license file would be welcome.

Odd. I'm guessing that adding `raven-for-redux` results in some Raven code which tries to use `window.fetch` getting called. Do you have JS-DOM enabled in Jest? Do you have a full...

Here is how I solved this problem: https://github.com/captbaritone/vagrant-lamp/commit/71c86bed503b6f78a08cdc60a5f4aa9678358fdb

Yay! The most recent version of Webamp beta (`webamp@next` should have the `__customMediaClass` code in it.

Feel free to close this issue whenever you wish.

This is odd. From what I can tell, `text` is guaranteed to be a string. In fact, we even check for a falsy value or empty string and ensue it's...

Often line breaks in diagnostic messages are meaningful (Flow results for example). I worry that allowing wrapping would add confusion to the 90% use case in order to support this...