Igor Borges
Igor Borges
I see. Well, ping me if you try `OnBuildQuery`/`OnNewClassFoundCallback`. I'll see if it's easy to generate the whole schema again. Just two cents from someone who doesn't fully understand MoorDB/graphql-flutter...
Hello again @lucasavila00, That makes sense. It's not a priority, though, given this would require redoing most of the work `json_serializable` does. It makes more sense to have `json_serializable` (or...
Sure, but first-class support is different from coupling everything in one library to make another one work. Lazy fields shouldn't be Artemis responsability, but rather something it could get from...
@raix Is it possible to grounddb to keep adding entries to the grounded collection as the user navigates to other routes? (without erasing the old entries or publishing the whole...
+1 on this, I've been using an old version that still leverages query parameters instead of localStorage because of this.
The same is happening with me. ``` moment('2015-10-18', 'YYYY-MM-DD').format('YYYY-MM-DD HH:mm:ss') ``` The code above returns `"2015-10-17 23:00:00"` on my Brazilian timezone (`America/Sao_Paulo`).
Hello @blinkn! Sorry for taking a long time to answer this. This library was a hacky implementation of Fuse.js in Dart and those sort of errors could definitely occur, sorry...
Hey @DeanPack! What do you mean by "after the showcase is dismissed"? Could you provide a code idea or elaborate a little more, please?
Ohh I get it! So you guys are using the `showcaseWidgets` API directly, and not the generator, is that right?
I've opened up a PR with some changes, please review it and tell me if it makes sense: https://github.com/comigor/showcase/compare/futurize?expand=1#diff-98f497aa17758e8e42fe637feae4300e Sorry about the other changes I've done, but I needed to...