Ashwin Naren

Results 197 comments of Ashwin Naren

I think all indexeddb work is paused until the intermittency issues are resolved. I can try to revive this and see what happens though.

It shouldn't error out at all, as cpython does not.

I might take a shot at modernizing it; I'll look into `btleplug`.

`btleplug` is async though, means the bluetooth crate might need access to the runtime if we go down that route.

> https://crates.io/crates/objc2-core-location for macOS. This is probably something that we want to provide a generic embedding API to update the engine with the latest location, then create a separate crate...

> This is probably something that we want to provide a generic embedding API to update the engine with the latest location Where should this be passed in? We can...

macOS seems to require apps to be packaged as `.app`s in order to use geolocation APIs.

Seems like firefox uses objective C++ for their implementation: https://github.com/mozilla-firefox/firefox/blob/main/dom/system/mac/CoreLocationLocationProvider.mm