Jeremy Williams

Results 6 comments of Jeremy Williams

My use case was at the beginning of the program fork off a pool of worker processes that I could offload slow/blocking tasks to (filesystem I/O) so that it wouldn't...

I think what you're describing would work for my case. I'm imagining something like this: ```c int worker_handles[NUM_WORKERS]; for (int i = 0; i < NUM_WORKERS; i++) { int s[2];...

Sorry for the late response. I'd be curious to know more but I can't reproduce the issue. Do you have a file that you wouldn't mind sharing that can reproduce...

I agree. It looks like Ruby 3 support just got added so it seems like a good time for a release. Are people hand wringing over a 2.0.0 release? I...

@ricobl Thanks for the suggestion, that makes sense. I've taken a first pass at your suggestion. I've left `DoubleEntry::Money` in as a module that delegates `new` and any singleton methods...

@orien Could you take a look at this? It seems like the original reviewer is no longer a maintainer.