Markus Stöger
Markus Stöger
I'm getting the following warning soon after starting monerod since I updated to v0.18: ``` W Invalid DNSSEC TXT record signature for updates.moneropulse.org: validation failure : no DNSKEY rrset from...
I'm behind my company's proxy server. I think I configured it correctly, but I'm getting the following error when I try to install packages: "tunneling socket could not be established,...
Release?
hi, would you mind creating a release? there are some merged PRs that haven't been released to a nuget package yet. thanks!
### The issue We're occasionally getting unexpected PostgresExceptions **while executing queries**: ``` Npgsql.PostgresException : 53300: remaining connection slots are reserved for non-replication superuser connections ``` We expected this exception to...
VS 20222 crashes somewhere within FSharp.Compiler.Service.ni.dll when you open a file containing an async function with too many lines of code. **Repro steps** 1. git clone https://github.com/stmax82/vs-crash.git 2. Open Kaputt.sln...
Some methods require the "apiVersion" parameter. Could you please provide some more documentation on why this parameter is required and how to obtain a list of valid values? --- ####...
Since I upgraded Jupyter to 5.7.0 a few days ago I noticed the following several times both at work and at home: When I click "Kernel" -> "Restart & Run...
To determine if a node is ready / fully synched I'm calling the python client's ready() function. Internally this is probably making a HTTP GET /ready request. I noticed that...
Below are 9 unit tests, 2 green / 7 red. ### Situation The red tests show cases where the MailboxProcessor.PostAnd(Async)Reply calls get stuck for eternity due to different reasons. I...