Noah Horton

Results 47 comments of Noah Horton

Just came across this same issue. Thanks to the folks above for at least putting in workarounds.

I have another example where I need this. I need to stub a method that could take some time, and I want to call the rails `travels` time helper to...

Here is an example. I think this might be worst-case scenario too. The functionality in question here is a soft-timeout on jobs where they end and re-enqueue themselves (with checkpoints)...

Scan https://dev.37signals.com/making-export-jobs-more-reliable/ for a minute. That is the core of what I am doing. To directly answer, Warmeable in my example is a basically a delegated type that needs a...

Explaining my code will never be ideal as there is too much domain stuff. Let me do a simpler synthetic version with the code I would like to write. *...

Is there any info on where the pycall gaps are on this so that others can contribute? Like @simonfranzen, we need to use the same stack.

This would be really nice to get sometime soon. Even if it is not fully tested and such, having an example that generally works would go a long ways.

This has not had much activity in months, and I am a bit stuck on this. Any word on approaches here? I am going to have to figure out a...

Two quick notes: - I would be up for trying to fix this, but want to make sure it is accepted as a bug before doing the work there. -...