David Hersey

Results 24 comments of David Hersey

So, I am having similar issues .... and I suspect I am misunderstanding how the stack is set up for different threads. I am doing ```ruby cdq.contexts.push(:main) cdq.contexts.create(:private, named: :map)...

Ok, an update ... I have managed to get this to work by emulating what`cdq.background` does. First, I get the context ```ruby context = cdq.contexts.map ``` Then, I put myself...

That makes sense ... what threw me about that example was that the :network thread was pushed during setup, which implied to me that it was part of the stack,...

It's a great framework, and now that I have separated out the issues it all seems very straightforward. I hope this thread helps others too. I still am not sure...

Great, thank you. That makes sense ... I suppose I could just do a ```ruby cdq.contexts.create(:private, :blah) cdq.contexts.on :blah do cdq.contexts.push :blah {} end ``` and that would establish the...

The monkey patch seems to introduce another bug. This code works without the patch (but produces the deprecation warning) ``` ruby t = Topic.all.sample t.posts.joins{author}.group{author.name}.size ``` With the patch applied,...

EXACTLY! It seems to me there are 3 categories of classifiable news 1. Things that can be discredited by multiple "neutral" sources 2. Things that can be authenticated by multiple...

Fine with me! But I'm not part of the Princeton hack team :). That said, I would love to kick solutions to this around with you and help in any...

This is awesome --- I also was thinking along these lines :) Any thoughts on what it would take to generalize this beyond facebook, to call out info appearing in...

I'm still chasing this .. I updated everything to RN 0.61 (because aysnc storage was updated) and the symptoms changed (redux persist is no longer in the stack trace) but...