Alberto Manzaneque
Alberto Manzaneque
I think you're right. I can't reproduce with simnet and that's probably because I'm running neutrino against a bitcoind which, as you say, doesn't do retargets, as can be seen...
I created a pull request https://github.com/lightninglabs/neutrino/pull/256 that fixes the issue. It's probably not the right way of fixing it, but if you point me in the right direction I can...
I'm having a related issue (#9). I use KDE and by default this nm-applet is not running. Protonvpn fails to connect unless I explicitly start nm-applet. Has the dependency to...
I'm not sure if it's related, but I have fairly large workspace, and as soon as I enable "Live Information - Automatic Process Tracking Enabled" the language server process starts...
@kdvolder It starts using between 50% and 90% of CPU all the time, it never stops. It makes the laptop run out of battery and eclipse feel sluggish, so it...
So I just tried changing the tracking delay as @martinlippert suggested and, indeed, setting a higher value (e.g. 50000) lowers the CPU usage. Actually, with 50 seconds, the CPU stays...
Apparently, commands don't run in the same order as you set them in the POM, but rather in a fixed order. The fixed order is actually this: addOptimisation(); addEnv(b); addLabels(b);...