Craig Watson
Craig Watson
@JohannesProgrammiert the heatmap looks great -- is there any reason this PR is still in progress?
I see, thank you. I added `blosc-src = { version = "0.3.0", features = ["lz4", "zlib", "zstd"] }` to `Cargo.toml` to make it work. May I suggest adding this to...
@Berrysoft I know this issue is a little dated, but I was wondering how well your approach worked? This feature would be very useful for me, and I might be...
Great to hear, and thanks for the quick reply!
@airstrike I know this was a while ago but have you looked into it any more since your comment? This actually isn't tied to blurring, it also happens on master...
FWIW I get a similar issue on Windows, too, where the light background isn't transparent but the dark background is. I have a modified styling example [in this branch](https://github.com/watsaig/iced/tree/blur-troubleshooting) to...
Looking at the [docs](https://docs.rs/figment/latest/figment/index.html#extracting-and-profiles) closer, I thought this could be solved with different profiles: > A profile is [selected](https://docs.rs/figment/latest/figment/struct.Figment.html#method.select) when extracting, and the dictionary corresponding to that profile is deserialized...