Anders Langlands

Results 61 comments of Anders Langlands

I'm getting hit by this on linux where something is sometimes setting the following environment variables: ``` PULSE_PROP_OVERRIDE_application.icon_name=konsole PULSE_PROP_OVERRIDE_application.name=Konsole PULSE_PROP_OVERRIDE_application.version=17.12.3 ``` I have no idea where these are being set,...

Based on today's discussion threads I assume this simply has not been implemented yet. If someone can give me a broad overview of what needs to happen to make this...

Hi Larry, it will be difficult for me to make a call this Thursday but I should be able to do the next one. What time do you do them...

Hadn't thought of that, but it does make it a bit ugly and noisy at the call site.

Thanks Doug! On Sat, 18 Mar 2023 at 12:40, Doug Walker ***@***.***> wrote: > @anderslanglands , thanks for > identifying this problem and proposing a solution. We fixed this issue...

Hi, it's not a space I've ever used and I have very little time to work on this these days. As for how to implement it, I'd look at https://github.com/anderslanglands/colorspace-rs/blob/master/src/lab.rs...

This patch should fix it. I thought I upstreamed it but maybe not diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c7e0c3..a933eea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,9 +33,7 @@ enable_testing() #...

Ah no my bad, I did upstream it and the version you’re using includes this fix. On Sun, 6 Nov 2022 at 11:32, Anders Langlands ***@***.***> wrote: > This patch...

AFAICT this requires adding an EXPORT parameter to zlib's install command. I've made a PR to mitsuba's zlib fork to add that here: https://github.com/mitsuba-renderer/zlib/pull/1 I've tested it on your branch...

Hi, that's not a use case I'd thought of! Doing a quick bit of searching, the following bit from `str::to_lowercase()` makes me think this would not be easy to implement:...