Michael Zimmermann

Results 108 comments of Michael Zimmermann

the online documentation for that is very bad and mostly outdated(due to kernel and qemu updates). But here's some references that helped me set it up several times: - https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF#Plain_QEMU_without_libvirt...

I saw the RFC repo while writing this issue but didn't read it because the latest commit is from 2018.

Ok there seems to be some useful info in that repo. Is that in the RFC repo because they're not done? Where would they end up after finalization? EDIT: nvm,...

It looks like this was solved but there are no callbacks for operations on x yet. So if you're working with things like angles it's not gonna work.

@wang701 that's because they wrap around or in Rogers words "are modular" https://nbviewer.jupyter.org/github/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/10-Unscented-Kalman-Filter.ipynb#Implementation You can also check the *_fn arguments to the [UKF](https://github.com/rlabbe/filterpy/blob/master/filterpy/kalman/UKF.py) code. Angular velocities and angular accelerations should...

I kinda liked that it does so you can see the whole thing in case it doesn't fit the screen.

can we see the difference between keyrepeat and keypress? if yes, disabling leaving the view through keyrepeat might at least allow to scroll to the very left by holding down...

If this is purely a question of priorities but you're otherwise fine with adding that feature, I could also try to implement it. It can't hurt to get more familiar...

> So this would allow `lxc launch < definition.yaml` where definition.yaml would include the instance name as well as its source. It'd be great if we could still override the...