Oleksii
Oleksii
@rogerdahl @osvenskan Above path_lock context manager implementation with unlink doesn't perform locking. I'm running Ubuntu 18.04 and if I use above with unlink - I get race condition, here is...
@osvenskan Here is what I came up with coding in C, please examine as I'm not a C dev. Issue was reproduced ```C // C program to demonstrate race condition...
Hello, I also met this issue, the idea to send only what was changed is ok, but it'll be cool to know on client side **what was changed** (in order...
I finally have found reason of such behavior. The code in WL do the following: `getClass().getClassLoader().loadClass(configFile).newInstance()` newInstance method throws only `java.lang.Class#newInstance throws InstantiationException, IllegalAccessException` It does not throw `IllegalArgumentException, InvocationTargetException`...