Keenan Brock

Results 228 comments of Keenan Brock

@flavorjones I converted my gist to use a comparison. Does this work for you? ```ruby #!/usr/bin/env ruby require 'nokogiri' src =

redoing this: @flavorjones lets focus on namespaces, not on whether it was removed from the source. I expect the namespaces to stay the same. expect `extra` to be as is...

Thank you @flavorjones for the insightful and thorough example. I also wonder how expensive that would be to implement.

Hey @matthewd -- pretty sure you know the background of my intent, please push me in what ever direction you want me to take. (even if it is for a...

Hi @eileencodes This is all about an internal API, so thank you for the consideration. If you look in `to_sql.rb`, [almost] all the places that produce SQL for an attribute...

@matthewd not sure if you wanted a test that is testing basic `In` functionality, or if you wanted a failing one. I put one of each but feel the failing...

When I am exploring in SolveSpace, rather than copying a diagram I often create a few groups in an order: A, B, C, where a cube in C depends upon...

@aleph7 1. Would you add Pusher#push_batch method to show the actual implementation of your sample above? 2. Avoid sleep. It it unreliable and sometimes looses the messages from Apple. Calling...

Thanks @stevenharman for pointing out https://github.com/vanstee/grocer/blob/2fd146d4816795ad79f4e2c5beb5a101d00dc72e/lib/grocer/history.rb - All of the ring buffer implementations that I see out there have a concept of full / out of space. - They also...

Not knowing about error responses and notifications really simplifies the tests and keeps it simple. But there are a few things that would be nice if it knew about other...