Davor Josipovic
Davor Josipovic
Any news on this one? If it can not be fixed, then at least remove the "..." argument from the documentation so people are not led astray.
@krlmlr, this was on my todo list for a long time, but due to priorities.... Anyway, I executed your script (https://serverfault.com/q/1000690/95758) on windows with 2 small modifications: `Sys.getpid()` and 4...
Here one with 2 processes: is a bit more clear:  They differ on each run: 
Based on your unix graph  it seems that on unix, most of the time nothing happens. As if one process is locking the table, up until the "buffer" is...
@wch, here is `sessionInfo()` from which the original code was executed: ``` R version 3.6.3 (2020-02-29) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19044) Matrix products: default locale:...
Then I get the same as you yes. This is what I expect from a global event loop, but I don't understand exactly how a private loop should behave. I'll...
Here is an odd case that may be helpful in understanding what happens on Windows: ```r object
@jeroen, any plans to accept this into the codebase?
> Hi @sorcerb okay, so this one is in the FAQ > > > * Why OPTIONS (aka preflight requests) and DELETE fails with 401 status code (using Basic Auth)...