William Casarin
William Casarin
thx for the code... I'll try to see what's up...
The colors on rendered images are all messed up (weird pink tinge), I wonder if this is related?
I tried rendering a gradient texture and when I sample the color with a color picker, the red and the blue components appear to be swapped. I fixed it with...
does `cargo-apk` work with this? we were relying on rustup for cross compiling to android
@kernelkind I think the point of this is that we wouldn't use rustup at least for fetching the compiler? can you try with just a nix shell?
Sounds right to me! A good example of why this makes sense is with muting: Imagine if you are using someone elses notifications you still want to use your own...
this is done right?
@kernelkind made an adjustment here: - [36d2dd0f0b3c ("remove context from DesktopSidePanel")](https://github.com/damus-io/notedeck/pull/76/commits/36d2dd0f0b3cca5bb842be01a2545fa485da80ed) also working on a branch of this that integrates it into the main UI: - #80
superceded by - #80 which was merged. it's currently still non-functional since I'm working on the new nav, so nav is up next!
if doing the popup is too hard I don't mind creating a new control for this like I did with egui-tabs, since I'm getting the hang of it. all we...