Andres G. Aragoneses

Results 228 issues of Andres G. Aragoneses

Apply same finalizer leak fix to the rest of IDisposable-ownership cairo classes as the one recently committed for Cairo.Context[1]. [1] https://github.com/mono/gtk-sharp/commit/41eeecbf9a6d84fa29ccee9adfee98ada1f1de66

So that the define is only enabled with the old mono version, and no define is needed for modern versions.

I noticed this in many occassions. An example was that I was given about 200 sat/vB while mempool.space was suggesting a range around [50-70] at most. Maybe we have wrong...

### Description Trying to add a pre-release nuget package reference to my projects yields an error. ### Repro steps 1. Use the adviced command: `dotnet add myProject/myProject.fsproj package FSharpx.Collections --version...

Lightning transactions should always be RBF enabled, because the miner fee rates can vary wildly since the moment they are signed until the moment they are broadcasted.

See https://github.com/joemphilips/DotNetLightning/runs/695486967 (We should use Map instead of ConcurrentDictionary.)

The consequence of this is that the types need their members to be `mutable`, which is ugly.

DoubleCheckLockingRule proposes the use of the volatile keyword when using .NET >= 2.0. This is right but according to http://blogs.msdn.com/b/brada/archive/2004/05/12/130935.aspx using a MemoryBarrier is a better solution. So we need...

When I go to https://play.google.com/store/apps/details?id=chat.sphinx with my Android phone it tells me "this app is not available in your country". Cannot you deploy it for all countries? I currently have...

Problem about BIP351 is: * Need electrum-server support. * Still vulnerable to UTXO consolidation problems (which could be mitigated with PayJoin...). All in all, great features but still on-chain tech.