Michael Hueschen

Results 32 comments of Michael Hueschen

> I also have a similar problem with the brightness of the images. I use ImageMagick's "convert" utility to change the brightness/saturation/contrast @livmackintosh thanks, that is clever, I have just...

## suggested implementation approach (suggestion for me 🙂) * add cmdline argument for color temperature. perform basic validation on it - ensure it is in range of the lookup table....

hi @TomSmeets, thanks for the reply and helpful information! doing a second pass makes a lot of sense and sounds more reasonable than what I suggested above :slightly_smiling_face: perhaps it...

I am curious if anyone has a detailed understanding of what causes this problem :thinking: I am running into it on my secret quest to build a Rust/wasm frontend for...

@psionic-k very cool! thanks. I will try to test out the PR branch.

very cool! appreciate your work here :smile: I tried to use your recent work to compile to wasm a couple days ago and it didn't work (as expected, based on...

ok, so I made a start on this little example: https://github.com/mhuesch/nix-build-rust-wasm-example the [`naersk` build](https://github.com/mhuesch/nix-build-rust-wasm-example/blob/main/flake.nix#L73) works (as in, produces wasm) and the [`cargo2nix` build](https://github.com/mhuesch/nix-build-rust-wasm-example/blob/main/flake.nix#L43) fails (tho I am sure I am...

thanks for the IFD discussion link, helpful context. yeah, I think that there will be auxiliary tooling to get all the way to "bundling Rust-wasm into a .js frontend". >...

ok I just tried out your `no-profile-for-wasm` branch on my own [`no-profile-for-wasm` branch](https://github.com/mhuesch/nix-build-rust-wasm-example/tree/no-profile-for-wasm). there, I am able to `nix build .#rust-wasm_cargo2nix` and it succeeds, where before it failed with a...

sorry for the delay on this! holiday travel took me away and I got backlogged. > Rust triples and Nix triples don't always match. In this case, rust considers wasm32-unknown-unknown...