Alexandru Pirvulescu

Results 25 comments of Alexandru Pirvulescu

I've researched a little bit more about this and I think there are two places where changes need to be made: - `nictagadm` to check if a physical NIC for...

I am not using the stepper drivers onboard. I use just the STEP,DIR,ENA pins with external steppers.

I get this behavior a lot of time. - Pandas operations that take less than a second, sometimes take 2+ minutes (until I hit "stop" and it shows the result)....

Thank you! I searched the issues list like crazy and the closest thing I could find was this issue.

Here's the hardcoded list. https://github.com/jetstack/kube-lego/blob/84d1eec4de97b326c4f9ea9812b8c5539b2121f1/pkg/kubelego_const/consts.go#L24

I've switched to the serial interface and everything is smooth, except that some data is missing (but can be inferred).

@cobolbaby this is not about surpassing Int64 range because those integers are proper Int64. The thing is that they are above Int53 which is the limit of JS internal float64...

```DKMS make.log for gasket-1.0 for kernel 6.4.5-x64v4-xanmod1 (x86_64) Wed Jul 26 01:37:04 PM EEST 2023 make: Entering directory '/usr/src/linux-headers-6.4.5-x64v4-xanmod1' warning: the compiler differs from the one used to build the...

Has anything been done for logger serial 23**** ?

I ended up doing it from scratch in Go. Got my hands on the modbus registers list. It works flawlessly since then.