Remco Ros

Results 68 comments of Remco Ros

We (@GersonDias and me) finally figured out our issue. It was a misconfigured client that set the ClientKeepAliveInterval to 30 seconds (so it sends a ping every 30 seconds), while...

Have you considered that relying on a statically configured base url could create issues when exposing lnbits on multiple domains. E.g. an http .onion service and an https clearnet domain.

Also happens on Openbox with X, so it might not be a window manager issue. Hopefully this will be fixed in JavaFX at some point👍

I've seen cases where people flip a hundred coins, get a streak of 15 heads and then think: ,,well, that is not random, let's start over''. Or even worse: they...

> Doesn't the Apache license require derivative works to show the license too? Sould not v8 (new license) built on the back of v7 (Apache license) be derivative work? I...

A solution would be to include those .nupkg files in the repo itself (e.g. "./nugetpackages"), and add a package source "local" + package source mapping to nuget.config pointing to "./nugetpackages/"

I'm not seeing what you are seeing. I'm using public-pool on StartOS connected to Core, on testnet4 at the moment and it shows the latest block. Make sure you are...

Technically, a submitted block should have a timestamp greater than the median time past of the previous block (not a fixed 2 hours), see: https://github.com/bitcoin/bitcoin/blob/90b2884ce4ba0121ba3800e21f9f00583aef4ecf/src/validation.cpp#L4189 If it's possible to get...

That block was found on someone's own instance of public-pool (apparently on an Umbrel), they were not using public-pool.io, so it's not visible on web.public-pool.io or someone else's instance.

Having ValueTask in Mediatr does not make sense to me. If you need the performance benefit of ValueTask when doing synchronous work only in a hot path, why do you...