Martin Kamleithner

Results 21 issues of Martin Kamleithner

Consider the following example: ```dart void main() async { runApp(Provider( create: (ctx) => 1, child: MaterialApp( theme: ThemeData(textTheme: TextTheme(body1: TextStyle(fontSize: 32, height: 1.5))), home: Scaffold( body: SafeArea( child: Column( children:...

enhancement

I'm running into an issue that occurs with complex queries on big-ish (~50mb) databases on Android using the ffi/sqlite3 library. When running the query, I get an error code 6410...

Right now, there is one[ list of reserved names](https://github.com/gql-dart/gql/blob/master/codegen/gql_code_builder/lib/src/common.dart#L8) which get escaped when used as an identifier. This list includes reserved keywords in dart (like `class`) and names which are...

package/gql_code_gen

```bash repeat 20 multipack info | dot -Tsvg -x | md5 ``` outputs ``` 2db5aa6b11b6b4f52e8283f2435d5212 d6156c52000e690a7c3e72e52553b9db 2db5aa6b11b6b4f52e8283f2435d5212 2db5aa6b11b6b4f52e8283f2435d5212 1979929664b2fbc1bce4975000f37ac3 5201338dd5c626e72645bbcedf9ea4bf 5201338dd5c626e72645bbcedf9ea4bf 2db5aa6b11b6b4f52e8283f2435d5212 5201338dd5c626e72645bbcedf9ea4bf 2db5aa6b11b6b4f52e8283f2435d5212 2db5aa6b11b6b4f52e8283f2435d5212 2db5aa6b11b6b4f52e8283f2435d5212 5201338dd5c626e72645bbcedf9ea4bf 5201338dd5c626e72645bbcedf9ea4bf 5201338dd5c626e72645bbcedf9ea4bf 5201338dd5c626e72645bbcedf9ea4bf...

update the svg

When checking for partial data, do not treat missing fields as partial data, if the field has a `skip` directive with an `if:` argument that evaluates to `true` or an...

Images are not loading any more. Maybe we should switch to another open graphql api.

fixes #396 It might be considered a breaking change though, as some users might rely on the old behavior. I would consider it a bug though as the optimistic patch...