Linus Färnstrand

Results 72 issues of Linus Färnstrand

Hi. Sorry to ask for maintenance chores to be done. But would it be possible to push a git tag for the code corresponding to the release (singular so far,...

I'm writing code where I measure light output from various light sources with a spectrometer. And I want to convert this spectral data to XYZ (and other color spaces). But...

I just bumped our dependency on `shadowsocks` by just doing `cargo update -p shadowsocks`. This sticks to semver compatible releases (1.14 -> 1.15 in this case). But then my code...

This PR implements the changes needed to match with https://github.com/mullvad/globe-mesh-builder/pull/1. The description for this change is basically the same, so I'll copy it over: This PR does three things to...

Adds pinning of Rust version to this repository. Still work in progress! ## Benefits * Developers do not need to manually run `rustup update`. Cargo will take care of getting...

I have been able to render OpenGL nicely in `GLArea`s in a `gtk4-rs` application in general. But using textures simply does not work for me. I [reported this to gtk4-rs](https://github.com/gtk-rs/gtk4-rs/issues/1647),...

I have been struggling a bit with rendering correct colors lately. As part of investigating this, I wanted to get a better understanding of what color spaces the shaders were...

In the official documentation for RMT, it is highly recommended to put the encoding function into IRAM: > The encoding function is running in the ISR context. To speed up...

Companion PR with https://github.com/esp-rs/esp-idf-sys/pull/221. This caveat makes me waste a lot of time every time I get into ESP programming. I don't know how common it is in general to...