Adam McKee

Results 12 comments of Adam McKee

I've been using `#[arg(...)]` macro yet have seen use of `clap` interchangeably in other sources. Although it's not on docs.rs, switching out `arg` for `clap` works. However, neither `arg` nor...

Does this API support positioning the PiP window from the host document? Looks like it can be moved manually once opened. I was wondering if it could be positioned on...

Where in Chromium is the code for this feature?

Curiosity: why doesn't C and Golang use a static lib built from the Rust crate?

@p-lindberg that sounds like a separate issue. My error was fixed by changing the elliptic curve and not the container.

Either screenshot update via Chromecast or use leanback mode for Android and communicate between the apps running on an Android phone or tablet and and on a Google TV.

Trying to debug/read code (to no avail) and was curious to see that neither appId nor instanceId match when proxying through Vite vs connecting to flutter run's dwds ws directly....

I never resolved the issue nor could workaround it. I also haven't tried recreating it since reporting a few Flutter versions ago. Maybe removing `ws: true` will fix it. I'll...

Even though that Vite proxy says `Sse` in the pathname, it is a WS connection. I still have no idea what prevents a debug web server from bootstrapping when reverse...

The first image is `flutter run -d chrome --web-port 5710` and proxied through Vite. It connects to the WS, sends the message, yet the dart web server doesn't respond. HMR...