Tom Maiaroto

Results 66 comments of Tom Maiaroto

Already gathering channel subscriber changes...But there may be more to be done here.

I also get this error. https://gist.github.com/tmaiaroto/eeaeb123f6185c864479 Any way to skip over errors and just ignore the document and continue indexing the rest? I can't guarantee the consistency of my data...

Something to do with this? https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/APIs/APIs.html#//apple_ref/doc/uid/TP40012302-CH5-SW1

I'm not sure, I've been trying to search around a bit. It seems like there may be new APIs to use based on that link above. Though I'm new to...

K for fonts... but what about relative resolution? https://developer.apple.com/library/mac/documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/APIs/APIs.html#//apple_ref/doc/uid/TP40012302-CH5-SW8 Would this be here? https://github.com/andlabs/ui/blob/master/window_darwin.m#L30 The `NSWindow` using `convertRectToScreen` ? Then the backing store with `convertRectToBacking` ?

For me things were blurry on Macbook Pro Retina machines due to the high resolution. I believe the way windows and sized and items positioned, there's an API to use...

Well this is really strange. It's no longer blurry for me when I'm testing now. I wonder if it was because I had an external monitor plugged in...Though I tried...

I've used cURL in my fork if you like.

That's interesting. I wonder if there's any options that could be passed with cURL to change that. Maybe they try to prevent scraping so if a user agent or something...

Cool, good to know. I don't have any of my Go code checked in yet (it's quite messy), but I will soon. I am currently grabbing and storing data from...