Kevin Yue

Results 407 comments of Kevin Yue
trafficstars

Thanks for your feedback. I will check it.

Yes. The native switching is good. You may no longer need this extension. I will evaluate if it is necessary to support switching GitHub accounts by rules.

@samuaz You could try to add a rule for your default account. The rule below could match all URLs that don't belong to your org. I just tested it with...

> @samuaz You could try to add a rule for your default account. The rule below could match all URLs that don't belong to your org. I just tested it...

@YousufSSyed Thanks for your feedback. I will consider your suggestion and see if this extension can support it.

Yes. I think it could help to better organize related packages.

I met the same problem and removing `LogTarget::Webview` worked for me.

I’m new to argocd, I started with 2.7.8, and it worked well for ten days, then I upgraded it to 2.8, and now I encountered the same error after upgrading...

> I’m new to argocd, I started with 2.7.8, and it worked well for ten days, then I upgraded it to 2.8, and now I encountered the same error after...

I encountered this problem with Gnome Wayland on Ubuntu 24.04. Use the example in the [`wry` repo](https://github.com/tauri-apps/wry) by setting the `inner_size` to `LogicalSize::new(240.0, 240.0)`. ``` cargo run --example simple ```...