StaringOS

Results 40 comments of StaringOS

> @theniceboy any user can implement their own `EditCommand`s, so no this isn't the only way. Got it. I was curious if SuperEditor implements a well established OT format. The...

With the 1.0 release, will hope to see this planned

https://www.youtube.com/watch?v=N66MdEDHh2Q This is a slo-mo video recorded that can demonstrate this issue. Up top is the Wonderous app, and down below is a swift app.

Seeing this behavior on iPad scrolling with the Apple Pencil. You can see that the iOS recognizes the pencil first and triggers the scribble API (which is a Flutter bug),...

Thank you for your effort! I've been trying to migrate Hive v2 to package:web and have been stuck. I'll be trying your branch very soon and giving you feedback.

I'm experience a runtime error. Here's the related info ``` Unsupported operation: Infinity or NaN toInt main.dart.mjs:56 at Error._throwWithCurrentStackTrace (http://localhost:59048/main.dart.wasm:wasm-function[1606]:0x43ec60) at _BoxedDouble.toInt (http://localhost:59048/main.dart.wasm:wasm-function[1910]:0x4434a5) at JSNumberToNumber|get#toDartInt (http://localhost:59048/main.dart.wasm:wasm-function[1908]:0x443446) at StorageBackendJs.getKeys closure at...

I did forget to re-ran the generator. The error still shows up. The same code runs well when compiled to main.dart.js without error. Other than using the master channel, I'm...

Thanks! I tried the `flutter build web --wasm --no-strip-wasm` command on stable. The `Platform._operatingSystem` exception is gone, and the `Infinity or NaN toInt` exception is also gone. Now the only...

Filed this issue: https://github.com/getsentry/sentry-dart/issues/2082 (Not that it's related to Hive. Just for tracking sake)

Yes, I updated the getKeys method with the code you provided. I got rid of Sentry. Now this is the error I'm getting: ``` JavaScriptError main.dart.mjs:56 at StorageBackendJs.initialize inner (http://localhost:5066/main.dart.wasm:wasm-function[42752]:0x73513c)...