Mislav Marohnić

Results 833 comments of Mislav Marohnić

> For Spotify you could probably do something like `tell application __ \"Spotify\"` Thanks @dsiem, the approach with spaces works. I was able to tweak the binary so it starts...

> Anyway, the patch doesn't change the behaviour of the buttons once the app is running. It only makes `rcd` launch Rdio/Spotify instead of iTunes Well, I made a script...

> - Maybe fallback to the most recently uploaded rank so we don't have gaps? I switch between EU and NA regions; thus two of my ranked games in a...

I experience a version of this bug where all averages are "0.0". The "Runs" column is accurate, as well as the histogram in the bottom. I expected to see data...

Hot damn, @coleww. That totally did it! 🏆 I checked the cookies before 🔥ing them. There was the Google Analytics cookie (irrelevant, I suppose, the `mode` cookie set to "ranked",...

For posterity: 041c753f9c27c28d942865d90866fddbc05defaf

I've investigated whether Arena drafting info appears in game logs at all, and it seems like it doesn't. Other tracking software seems to hook into Arena drafting by analyzing pixels...

After reading the Command code for a while, I don't see a really flexible way to decide how to handle errors at runtime. This is the approach we've ended up...

@marckhouzam Thanks for chiming in. And I understand if backwards compatibility is a priority, then it's not a good idea to merge this. Feel free to close; this changeset was...

Another idea: taking an approach where backwards compatibility is kept, but introducing a new opt-in method that replaces `command.SetOut()` with a new one that does the right thing. This already...