David Peter
David Peter
Related: https://github.com/dirs-dev/directories-rs/issues/47. We would probably need to switch to https://docs.rs/etcetera/latest/etcetera/index.html to fix this.
Thanks for opening this issue. I agree that we should support darkening/lightening in other color spaces. LCh an Lab would be other candidates. LCh/Lab might be the better default compared...
Sounds like a reasonable request, thank you.
Let's close this in favor of #4.
Thank you! Not sure how we missed this in profiles so far. I guess it became slower with #511 because now we're loading the tz database from disk. Conceptually, this...
> I have actually been thinking about how having lazy loaded values could be useful for function local variables. I have often needed to use an if-then-else expression to ensure...
Thank you for reporting this. > most likely due to a floating point precision problem Yes. The problem is here: `t - (t |> floor_in(days))`. `t` is in weeks and...
> Another approach could be to change the subtraction. Instead of using the left hand side to get the unit, we could always use the smaller unit instead. > I...
I would love that, too. I mentioned something similar [here](https://libera.irclog.whitequark.org/numbat/2024-06-05#36451572). Something that comes quite close are the interactive examples in my article about the Numbat type system [here](https://numbat.dev/articles/intro.html). The HTML/JS/CSS...
In order to run this locally, one needs to build the WASM version of Numbat using ``` cd numbat-wasm bash build.sh ``` And then copy the generated `www/pkg/` folder over...