-
Collection of ideas that would be nice to have but would introduce a BC and would therefore only be possible in the next major version.
-
Currently it is very hard to convert colors at compile time.
If you know the type already you can do this conversion manual .
But if you do not know the type yet you can not simple create a Bgr888 a…
-
The colors from the Catppuccin plugin don't override the colors injected into the `.prose` class. I've managed to fix a few, but I'm uncertain if this is the correct way, and the plugin should take ca…
-
It would be great if this plugin could support oklch. Oklch fixes the hue shift on chroma and lightness changes in blue colors (between hue values of 270 and 330) in lch. For more information see this…
-
I want to read RGB information from point_cloud.ply, which represents 3D Gaussian. Are the expressions of f_dc_0, f_dc_1, and f_dc_2 R, G, and B? Then what do you mean by the f_rest_num information?
-
Right now to create a sled, your only option is:
```rs
let sled = Sled::new("/path/to/config.toml")?;
```
Which will populate the Sled struct with LED data, each LED getting 32-bits/channel for …
-
I recently learned that any `calc()` value can contain font/container/viewport relative lengths, as they can be used from with a sign() math function. One implication of this seems to be that eager ev…
-
#### Expected behaviour
![image](https://github.com/user-attachments/assets/70d1ce5c-573a-426e-bf9c-b255ed4018ff)
this is my payload
filename: DesignWiz_Chart
type: image/jpeg
width: undefined
…
-
Hi,
I would like to display different types of genes when using gtf file. Is there any aproach to display different types with different colors? In another word, that means anything like the `color=b…
-
Here is a minimal repro case.
We'll start with something that works so we can keep it as a reference. This basic workflow below generates a video of a running person (SparseCtrl-RGB module is bypas…