JP Camara
JP Camara
FYI, I have a PR open to add batch support to SolidQueue: https://github.com/basecamp/solid_queue/pull/142 It hasn't gotten any response yet, so I'm not sure how it'll turn out in the end....
> Hi @jpcamara, can you help me understand the use case where you run into issues with threading? I'd like to fully understand the scenario you're encountering. > > In...
Hi @tilo! Any thoughts on this?
I realized it's actually pretty easy to get `2` to happen, even on CRuby. With the following CSVs, and the following code, you'll be able to easily recreate broken headers....
Sorry to be so noisy! This'll be my last comment on the issue for awhile. I'm writing a series on concurrency in ruby, so I share some of my thoughts...
> I'm looking into it, but wanted to point out that when calling it concurrently, > > the simplest fix is adding a mutex: > > > > ``` >...
Closing in favor of this fix: https://github.com/tilo/smarter_csv/pull/279 Thanks @tilo !
This couldn't utilize `Process._fork`?
Yw! I'm noticing now that it never even makes it to `t1.wait` ```rb mkcdtmpdir { File.mkfifo("fifo") puts "async" Async do |task| puts "t1.async" t1 = task.async { open("fifo", "r") {|r|...
Any news on this @Skaelv? Turbolinks 5.0.1 and Rails 4.2.9 here. I only see this on Safari, but it happens basically on hover over anything, resulting in thousands of errors...