Nazar Mokrynskyi
Nazar Mokrynskyi
Looks like the latest version was pulled in my project in CI and it now doesn't compile: ``` Found ninja-1.12.1 at C:\gtk-build\tools\ninja-1.12.1\ninja.EXE ninja: fatal: ReadFile: The handle is invalid. [1/156]...
I have a piece of code where `rwlock.write()` hangs in one of the threads forever. There are other threads that are calling both `rwlock.write()` and `rwlock.read()` on the same instance...
Mostly for aesthetic purposes, now instead of 5 files in the root of the repo we will have a single directory. Due to naming conventions the only way to move...
Right now piece cache sync can't be interrupted. This is fine for regular farmer, but in cluster setup where caches can appear and disappear at any time it causes problems...
While proving with CPU is perfectly fine, it still makes sense to use GPU for table derivation on basically any GPU since it should be significantly faster and more energy...
Currently farming cluster operates on farms and caches without any knowledge of "farmer". This works and is flexible, but results in a bit too many notifications from identification messages, which...
When node leaves Snap sync, logs and Substrate APIs do not show that node is actually syncing, it is stuck in Preparing for a while before rolling back to Syncing...
I use `BitArray` as a container and then trying to index into it. Immutable indexing to return `&bool` works just fine, but attempt to return `&mut bool` fails: ``` 218...
### Suggestion Description When compiling software with Nvidia CUDA support there is an option to compile with statically linked runtime, so user doesn't need to install anything other than application...
### Description of errors I was trying to find what values of `hipDeviceProp_t::major` correspond to what GPU and wasn't able to find it. There are also seemingly no official CLI...