kiss81
kiss81
Had no idea how to describe this in a proper way so here is the background: Although I know spindowns of harddisks is a controversial topic: I want to let...
as I had issues with the resyncing loop of my node: besu 23.4.1 nimbus eth2 23.6.1 proxmox debian lxc container (20gb ram / 6gb swap) I decided to start setting...
@arnetheduck thank you for looking at the issue, but it closed a bit too soon I think :) Follow of issue #5136 as it got closed. I do: ``` sudo...
nethermind is leaking memory for me. I run it in an ubuntu noble proxmox lxc container with 6 cpu cores / 32gb RAM with nimbus as a consensus client. cpu...
Still really like this library. Any chance to update it to use the new ADC driver? #warning "legacy adc driver is deprecated...
My pc: Ryzen 3700x / nvidia gtx1070 I am currently on ubuntu sway remix 25.04. (fully updated) My config: ``` timeout 2 'echo 1' timeout 30 '/usr/share/sway/scripts/kbd-backlight.sh off && swaymsg...
Small but fatal issue in the tmc6200.cpp :) You can check one of the other drivers where it's fine... Line 183 and 202: ```spi->end();``` must be both ```spi->endTransaction();```