Vadim Chekan
Vadim Chekan
I am trying to run LimeSDR board and depending on settings, sometimes it works, sometimes it does not. In particular, I get this: ``` [WARNING] GetDC_IQ_Interp(108.05 MHz, ch=0, tx=0): no...
Cyclic references in Rust are impossible in straightforward way and workarounds are required. 1. Describe reason why it is so. 2. Show different examples when cyclic reffereneces are present 3....
**Describe the bug** There are 2 resources used in paket.dependencies as github urls. This is not desirable as we do not have control over those and they can be removed...
I like the idea of pickling library very much, but the problem with documentation is not lack of it, but confusing examples and structure. I believe usage example should look...
Implements #129
#dotnetcore On linux with .net core 2.0.2 installed, run build.sh. Build will succeed, but unit tests will fail with message: ```Test Files /home/vadim/projects/kafunk/tests/kafunk.Tests/bin/Release/Kafunk.Tests.dll Errors, Failures and Warnings 1) Error :...
When starting long running action (update for example), there is no progress indicator. In result, it is easy to start working with the code while modifications are not finished yet....
What is the reason to relocate necohtml? Is it published necohtml with some patches applied? Currently mvn compile fails while mvn package succeeds?! The implication of this is that when...
I am not 100% sure it is the cause, but roughly after updating from 1.16 to 1.17 I can my project fails and qmp-rust unit tests do not pass either:...
My application started exiting with status code 1 and I think one time I've seen signal 11 too. Investigation narrowed it down to this line: ``` let mut local =...