Ryan Anderson

Results 19 comments of Ryan Anderson

I noticed this started happening for me after I followed instructions in #89 to get the app working again, can't say for sure it wasn't working before that though.

I think I'm experiencing a related issue... I just downloaded a fresh copy today (0.10.1) and when I first opened the app and hit play, it immediately skipped through the...

Yep... after downloading the source and investigating... I can see I'm getting the same rate limit error when I load up the stream URL in a browser: `{"errors":[{"meta":{"rate_limit":{"bucket":"by-client","max_nr_of_requests":15000,"time_window":"PT24H","name":"plays"},"remaining_requests":0,"reset_time":"2017/06/09 20:41:59 +0000"}}]}`...

same thing is happening for me, it's overlapping everything ![screen shot 2016-01-08 at 12 57 05 pm](https://cloud.githubusercontent.com/assets/689046/12209390/596a7b3a-b607-11e5-9c80-055b82185472.png) Atom v1.3.2 Merge Conflicts v1.3.7 Theme: One Dark Syntax: One Dark

The overflow trick helps, but still looks a little odd when only parts of the UI overlap the line numbers ![screen shot 2016-01-08 at 12 55 10 pm](https://cloud.githubusercontent.com/assets/689046/12209365/38d11bae-b607-11e5-9e98-95a49d20bba7.png)

I had to add "atom-text-editor" to line 15 (probably could have just replaced the class really - my styles file must be outdated) ``` less /* * Your Stylesheet *...

My guess would be that the other posts just didn't try scrolling left/right or had soft-wrap on or something so they couldn't.

+1 I noticed this option today while reading over the inputmask-core docs and would love to have this integrated! Specifically, I think it's annoying when the input is masked with...

Seems like this might be related to the "Primordials" issue related to `graceful-fs` and Node 12+. This issue might be related? https://github.com/andrewrk/node-s3-client/issues/228 I was able to get this working locally,...

I've have the same need. I'm working on developing a running application that tracks your position and calculates distance, time and average paces, etc. What I found is that you...