E L E A N D R O
E L E A N D R O
Did you think about use `.akr` as extension too? I think that how more short, more better.
No, it is not the expected behavior and is making it hard for me to do unit tests using the InMemory storage
This should be abstracted to make it possible to add different behaviors based on the kind of storage being used.
This is a hack, but works ```golang Relation("Meta", func(sq *bun.SelectQuery) *bun.SelectQuery { return sq. ColumnExpr("my_votes.vote as meta__my_vote"). ColumnExpr("meta.views_count as meta__views_count"). ColumnExpr("meta.answers_count as meta__answers_count"). ColumnExpr("meta.votes_count as meta__votes_count"). ColumnExpr("meta.post_id as meta__post_id") })....
You you would some SDK from the device brand you have and create a channel between the SDK and Flutter in case no package already did that for you.
The fact that this question is not answered for over a year is the answer...
I was able to achieve it by: ``` onTap: () { final editor = widget.editorState; final selection = editor.selectionNotifier.value; if (selection != null) { final node = editor.getNodeAtPath(selection.start.path); final isQuote...
This is really necessary.
> Did you use `import 'package:intl/date_symbol_data_http_request.dart';`? I solved this error with`import 'package:intl/date_symbol_data_local.dart';`. > > If you want to support both web and mobile then it may depend on [another issue](https://github.com/flutter/flutter/issues/56829)....