Thomas Steiner
Thomas Steiner
Could you verify if this is a problem in the downloaded GeoNames raw data? The app mostly just reflects what it finds there, without much processing if I recall correctly.
> While waiting for the issue to be resolved on this integration I am using a fork that fixes the issue and can be used in addition to or instead...
Closing here as per the [warning in the `README`](https://github.com/sqlite/sqlite-wasm/blob/main/README.md#bug-reports), but @sgbeal FYI.
Oh, I see that now, sorry. So for the first point, this seems to be declared as `number` here: https://github.com/sqlite/sqlite-wasm/blob/870dca9f29dc06d051e5f9ca656d942a31ea06f3/index.d.ts#L1719 The second point seems to be declared here: https://github.com/sqlite/sqlite-wasm/blob/870dca9f29dc06d051e5f9ca656d942a31ea06f3/index.d.ts#L1652-L1657 @qt-kaneko,...
> That's definitely something we could promote in https://developer.chrome.com/docs/capabilities/fugu-showcase for sure. [@tomayac[](https://teams.googleplex.com/[email protected])](https://github.com/tomayac) What do you think? 100%, whenever it's ready, feel free to submit the app using the link in...
It's not supported yet in neither Edge nor Chrome, just specified in the explainer. The bug to monitor is https://crbug.com/422803232.
Thanks for the feedback. I'm not entirely sure I'd count this as a bug. FWIW, the same behavior happens with native apps, where, when you move apps between screens with...
Is this still an issue? @michaelwasserman's offer to help still stands (sorry for speaking on your behalf, Mike, but I'm sure it does).
> [@Dinkh](https://github.com/Dinkh) [@tomayac[](https://teams.googleplex.com/[email protected])](https://github.com/tomayac) [@michaelwasserman[](https://teams.googleplex.com/[email protected])](https://github.com/michaelwasserman) https://youtu.be/avmv818-o7A > > this part was more fun than i thought. uninterrupted widget to popup & back dragging. Wow, that's really neat! Congratulations!
Duh, past me thought of [updating the article](https://developer.chrome.com/docs/capabilities/web-apis/websocketstream#:~:text=Note%3A%20In%20an%20earlier%20version%20of%20the%20API%2C%20WebSocketStream.opened%20was%20called%20WebSocketStream.connection.), but forgot to reflect the change in the [demo](https://websocketstream-demo.glitch.me/). It's fixed now. Thanks for the heads-up! 