Nils Kilden-Pedersen
Nils Kilden-Pedersen
Why would the yuml extension slowness lead to the markdown extension being reported as slow?
The page is effectively broken, and yet it isn't important enough to fix? EDIT: Ok, the problem seems to be that the "I'm using" selection of "Software" is not actually...
Or instead of changing the signature of `contentTypeInferrer`, it might be valid to match on `Unit` and return `null`.
You have tests that check for content type on empty content? Without knowing the details, I would argue that it's the tests that are wrong.
@shawnyeager I was trying to avoid that, because Umbrel doesn't allow you to uninstall, if there are any dependencies. So now I have to also uninstall Samourai to even be...
Ok, I went ahead and uninstalled/reinstalled. Same problem.
This Docker container keeps restarting ``` electrs_electrs_1 Restarting (1) Less than a second ago ```
Perhaps this is helpful: ``` electrs_1 | Starting electrs 0.10.1 on aarch64 linux with Config { network: Bitcoin, db_path: "/data/db/bitcoin", daemon_dir: "/data/.bitcoin", daemon_auth: CookieFile("/data/.bitcoin/.cookie"), daemon_rpc_addr: 10.21.21.8:8332, daemon_p2p_addr: 10.21.21.8:8333, electrum_rpc_addr: 0.0.0.0:50001,...
There's a common misconception that async (non-blocking really) is "faster", when in reality, you'll often see slightly increased latency. Non-blocking behavior increases the amount of load an application can handle,...
IMO, it would be preferable to get rid of the RxJava dependency altogether. EDIT: which seems to be the plan: https://github.com/alaisi/postgres-async-driver/issues/47#issuecomment-317825123