frank06

Results 24 comments of frank06

`@media` only works when it's the first character of the input string. If you put something else before it, it breaks. In my app, I get an exception: `unexpected }`....

Bummer. @leisim would something like [waitFor](https://api.dart.dev/stable/2.3.1/dart-cli/waitFor.html) or an alternative in Javascript be possible to block async calls? (Could be slower, and discouraged, but at least it would work) I have...

Found a workaround: ```dart void main() async { WidgetsFlutterBinding.ensureInitialized(); // ignore: unawaited_futures FlutterIsolate.killAll(); Future.delayed(Duration(milliseconds: 100), () async { print('done'); // ... }); } ```

You can use the instance returned by `await FlutterIsolate.spawn(isolate1, "hello");` and then call `kill()` on that. The main problem would be: where do you call `stopIsolate()`? I am using the...

+1. We are wondering the exact same thing

I think the reason has less to do with Rust and more to do with type safety in Dart

So sorry @danaoira ! I totally totally missed your question and it's been almost 2 years. Oops. It's probably not relevant anymore? I just updated the app to Octane if...

Thanks @zion03 for reporting! Would you mind posting your JSON API payload with the relationship by link? I need that for the test

thanks - the riak-js version this is running is old ... i first need to finish my work on the next release of riak-js (with good jquery support) in order...