Will Ridgers

Results 4 issues of Will Ridgers

### Description With `CMAKE_BUILD_TYPE=RelWithDbgInfo` or `Debug`, Studio segfaults when dynamically resizing objects with the mouse. The `charm.io` example reproduces this bug reliably for me: ``` (define (sphere r) (lambda-shape (x...

bug

Example config: [led_effect bed_idle] autostart: true frame_rate: 30 leds: neopixel:bed_lights layers: cylon 0.75 1 top (1,0,0),(0,1,0),(0,0,1) ### Examples ![WhatsAppVideo2024-03-01at20 12 39-ezgif com-video-to-gif-converter](https://github.com/julianschill/klipper-led_effect/assets/235730/33036598-4d4a-4709-b879-86e50b8d76f9) ![WhatsAppVideo2024-03-01at20 14 08-ezgif com-video-to-gif-converter](https://github.com/julianschill/klipper-led_effect/assets/235730/a0b772b4-6739-403c-8398-8456a9bb93e4)

Verifying the cooling fans are correctly wired up is an essential step that, if missed, can lead to difficult to diagnose clogging and part quality problems.

**Describe the bug** `yyjson_is_sint()` returns false for positive integers **Your environment** - OS: Gentoo - Compiler: gcc 13.3.1 **Additional context** I assume this is related to https://github.com/ibireme/yyjson/issues/152. I wrote a...