Brian Chen

Results 35 comments of Brian Chen

I'll try to put out a fix for this in the next few days. I won't bump the version for below though as this only affects the build script.

@bhzhu203 which Linux distribution are you on? Would be helpful to document and understand the differences. I'm surprised at the output of `clang --version` as it should usually show something...

Thanks! The problem here is that we have automation internally that generates Cargo.toml which is returning in the semver metadata, and it doesn't update Cargo.lock as we don't build with...

I am using the Arc theme and can't find style.css existing in the theme?

nvm. You were referring to the themes folder in the extension directory.

I also hit this very frequently after a session for several days

Perhaps something like [this](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=7ed08741ecd9175aa1f04f14ca4659de) can be a workaround? I'm just not sure if it's something we can reliably depend on. ```rust use std::collections::BTreeMap as Map; use serde_json::Value; use serde::{Serialize, Deserialize};...

This should have been addressed by the above commits. We can probably extent this in the future to support a filter per column rather (#8173).

This may not be the exact fix you wanted, but #8180 limited the number of devices to 5 so it should generally not overflow to a second line.