Steinar H. Gunderson

Results 31 issues of Steinar H. Gunderson

Hi, There seems to be no way to bind to exactly two IPs, e.g. “-f 129.241.93.53,443 -f 2001:700:300:1800::2011,443”. This is useful if you want to bind to both IPv4 and...

Fathom occasionally does not disambiguate moves properly: ``` sesse@pannekake:~> fathom --path=/srv/syzygy '2Q5/6P1/8/8/8/1k5K/8/2Q5 w - - 1 16' --path=/srv/syzygy 2Q5/6P1/8/8/8/1k5K/8/2Q5 w - - 1 16 [Event ""] [Site ""] [Date "??"]...

Hi, I thought I'd leave this here as an interesting addition to your guides. I upgraded to the newest firmware (20211201), rebooted… and the device would go into an infinite...

Hi, I wanted to use mtrx to use some remote microphones over IP, but I already have FFmpeg input support and didn't want to involve dmix etc., so I thought...

It seems that when a large token is split into multiple Syntax atoms, and that token spans multiple lines, column numbers that are out-of-bounds can be created (this may be...

Simply: ``` cassarossa:~# quotaon /export/cassarossa/skummel/ quotaon: Cannot stat() mounted device /dev/dm-51:/dev/dm-50: No such file or directory quotaon: Cannot stat() mounted device /dev/dm-51:/dev/dm-50: No such file or directory quotaon: Cannot stat()...

The SV08 (or SV-08; nomenclature is not completely consistent) is a relatively new printed based on Voron 2.4, running Klipper. This adds printer, extruder and material definitions for it, based...

PR: Printer Definitions :factory:
PR: Community Contribution :crown:

This is similar to #5211, but with a different test case. I've simplified it down from a couple of hours to segfaulting in about five seconds; it is possible that...

Dep: CGAL
Type: Bug

Hi, I'm using klipper_estimator via the klipper_postprocessor script in Cura, and the estimates are pretty much amazing. However, Klipper cannot really use the klipper_estimator estimates for percentage completed, for some...

enhancement

Hi, It seems gxhash64() does this to reduce 256 to 64 bits: ``` return *(uint64_t*)&full_hash; ``` However, all the mixing operations in GxHash (when using AVX2; not so much on...

bug