gus4rs

Results 32 comments of gus4rs

This one looks just a bunch of data structs, no access to the Index or query

> what you are trying to use the Index for Basically local lookup of sat ranges, inscriptions, etc without going through a HTTP/JSON overhead

I am initially writing a "sat scanner" on top of ```ord``` to detect categories like https://magisat.io/categories For that, the methods exposed by the server should suffice, but since there is...

Yes, that is what I've done to troubleshoot the problem. Maybe at this point it'd be better to not expose the Index & friends directly, but to extract an interface...

Still happening in Fire TV 4K Max and NewPipe 0.26.1 Cannot reach the playback speed control

UPDATE: it happens on Fire TV 4K (Fire OS 6.x), but NOT on Fire TV 4K Max (Fire OS 7.x)

The workaround works because it creates a new downloader on every download, which is wasteful. A solution is to only re-create the downloader if it is disconnected, reuse it otherwise

A workaround to compile Monero on Fedora 40 (that ships with gcc 14.x): ``` dnf install -y gcc13-c++ CC="gcc-13" CXX="g++-13" make -j8 release ```

Version ```0.20.1``` dies after a reorg, doesn't respond to graceful shutdown signal and must be killed abruptly, screwing up the database. Happened to me on ```testnet3```

So this is indeed a bug? I simply cannot read an SSD disk from the guest virtual machine or is there a workaround?