Tim Shedor
Tim Shedor
Hey @printercu - I poked around, and it might be a while for this one. The trick is distinguishing when a tag is actually just plain text versus when it's...
(Wanted to leave a note I've acknowledged this ticket; it's my white whale of the repo)
@ml @jumbosushi This is actually tricky to do. 1) The highlighter handles any line that starts with `=` or `-` as Ruby code 1) github/linguist handles the syntax highlighting across...
@pkozlovskiy I'm a little bit torn on this functionality. On one hand I agree, the response should be immediate after reaching SQLite. On the other, I want to ensure that...
Hey @MarcusSorealheis thanks for using Brick and opening this issue. I haven't used Realm since 2015 and haven't reviewed much since. A couple questions about it in its modern implementation:...
@bbqaaq Great call. I almost always run with `multipass` enabled, so I didn't notice. I've moved it before `removeUselessDefs`.
@TiagoDinisFonseca I've addressed those bugs. Thanks for reporting them. Regarding the `` attributes, I changed the `` tag into a group as per your suggestion, and my tests show equivalent...
@jonsamwell I'll leave it up to you. This PR was moved [here on your advice from the flutter_gherkin repo](https://github.com/jonsamwell/flutter_gherkin/pull/71#issuecomment-660573177). Flutter has `http` as a dependency, so it made sense there....
@pkozlovskiy I'm going to close this since `OfflineFirstUpsertPolicy.requireRemote` is now available
@KayoticSully That's an interesting question. My gut is, if the data is not complex, to use a . I'd recommend using an [OfflineFirstSerdes](https://getdutchie.github.io/brick/#/offline_first/models?id=offlinefirstserdes) model so that the data is stored...