Christian Iversen

Results 13 issues of Christian Iversen

Pyjaco should either correctly support old-style classes (and we should have unit tests to make sure we have the semantics in place), or (favorably), we should give an error if...

compiler

When testing or debugging iPXE, it's very common to want to inspect more than one setting at a time. For convenience, it is now possible to display a whole set...

enhancement

This is a work-in-progress PR for version 1.1

This PR is work-in-progress. Experimentally, we add support for the Moonraker API, allowing us to connect Mainsail to ankerctl. We can also use this API for printing from PrusaSlicer (and...

We should make a checklist of steps to check manually, when preparing a new official (numbered) release. I imagine we'll try to get into a habit of keeping the `master`...

enhancement

I just had a bizzare experience with rustup - unfortunately, one that lost me quite a few hours of work (which would have been many times more, without a backup)....

enhancement

Hello Koenkk, et. al. :) It's been difficult to figure out the best way to report this. I'm not sure if you'd prefer many small issues, a discussion, or one...

**Problem** This is a spin-off from #4011 The `ErrorBoundary` construction seems entirely broken. **Steps To Reproduce** ```rust use dioxus::prelude::*; const FAVICON: Asset = asset!("/assets/favicon.ico"); const MAIN_CSS: Asset = asset!("/assets/main.css"); fn...

bug
core

**Problem** This is a spin-off from #4011 ("dx serve stalls"). I've researched this some more, and have some surprising findings. First, I've let `dx serve` run to completion, to make...

bug

The Wavin AHC9000 has target temperature resolution of 0.5 C, but measures temperatures in 0.1 C. This PR enables the full resolution of the temperature sensors, without sacrificing the correctness...