Chris Hanks
Chris Hanks
I know this issue is a bit stale, but anyone have an example of a workaround handy? I've spent some time fiddling with a custom deserializer and I don't feel...
Is rack-flash being maintained anymore? It's not compatible with the just-released Rack 1.4.0. Is there an alternate gem we should switch to?
@nesquena Thanks! I actually am using Sinatra, and sinatra-flash works great.
Hi Tom - this is the kind of thing that would need to be rolled in to each of the three implementations for calculating distance. Modifying `Distance` would work for...
Updated with your changes, thank you!
I'm running into this too, while trying to install on Heroku with version 0.7.0 of libgraphqlparser. Strangely, it works locally. ``` remote: Gem::Ext::BuildError: ERROR: Failed to build gem native extension....
Never mind, I don't think this is a problem with the gem, I think it's my configuration.
Changed function name in response to feedback, and got tests passing. Frustratingly, try_recv() doesn't seem to be enough to fill the buffer of more than one notification, but a simple...
Thanks @abonander. I didn't know about `now_or_never()`, but it seems like that approach relies a bit more on implementation details than I'd like (relying on the method remaining cancel-safe and...