Ilya Grigorik
Ilya Grigorik
Sam, what you've described is pretty much exactly what we did in Goliath to provide websocket support: https://github.com/postrank-labs/goliath/blob/master/lib/goliath/websocket.rb As long as you have access to the underlying EM connection object,...
Not sure how you're structuring your code, but notice that the Goliath code did not have to copy the connection class - we simply implemented the necessary shims and mapped...
@mloughran have you ever tried em-websocket on JRuby? JRuby was never a hard requirement for em-websocket, but if we can make it work.. that'd be great!
Thanks for the detailed detective work! Based on the fact that there are _some_ issues that are being closed, I'm inclined to think that perhaps we may be missing/dropping some...
Paging @fhoffa for input and guidance :)
How are you checking for StarEvent? Note that example json "action" is "created", with extra starred_at field.
Looks like GitHub does not surface these in their events API then. This is not the only event either.. :(
Yes, I would expect some events to be missing, but no.. not 6/7th of them. Can you share the query that you're running? Are you accounting for multiple commits in...
Hmm, this is an interesting puzzle. I don't see any obvious issues with the query. Curious, have you tried capturing the error instead of just returning an empty array? Wondering...
Gotcha, thanks for the context. Have you tried looking at some of the missing commits: are there any common patterns or distinctions for those vs. what's in the archives? Are...