Emil Ernerfeldt

Results 813 comments of Emil Ernerfeldt

https://store.steampowered.com/hwsurvey/Steam-Hardware-Software-Survey-Welcome-to-Steam VRAM: ![image](https://user-images.githubusercontent.com/1148717/218759700-1ab4072f-56f5-4f2f-afd8-97261e65431f.png) 20% has 2GB or less 😭 Not a perfect overlap between Steam gamers and computer vision researchers though, but… point taken.

I can see how much the fiat demo uses. 2GB should be fairly safe imho

ok, fiat is no problem at all

We need to rethink this and do it properly. We can have a big RAM-cache of decoded JPEG images, and then a MUCH smaller VRAM cache of uploaded textures. Issue...

Hayden helped me on Discord to get it to compile: ``` rust fn tracing_init() { use tracing_subscriber::prelude::*; use tracing_subscriber::{filter, fmt, registry, reload}; let stdout_layer = fmt::Layer::default() .with_filter(filter::LevelFilter::INFO) .boxed(); let tracing_layers...

Oh wow. We need to upstream this problem to `tracing_subscriber`!

I wonder if this is still a problem now that we've switched to `env_logger`

I 100% want this lint, but with one small modification > If your workspace has a `[lints]` table specifying lints, then this lint checks that the `lints.workspace = true` value...

I think adding a dependency on [`bitflags`](https://crates.io/crates/bitflags) is fine

I assume you are talking about IME input of e.g. asian characters (as opposed to e.g. typing a `Ã…` on a Swedish keyboard)?