Michael Joseph Rosenthal

Results 149 comments of Michael Joseph Rosenthal

Ah I see – yes that could be a problem. I could also see there being a similar issue on iOS with old enum values cached. Not sure what the...

@talsaiag you would probably need to add a rules inspector to https://github.com/djrobstep/schemainspect and support for `rules` as a thing in [/migra/changes.py](https://github.com/djrobstep/migra/blob/74a43be2c513c21dc6bda1ba9a9dff7e40f0e517/migra/changes.py)

For reference, the output of `build -vvv` is pretty uninformative here flutter pub run build_runner build -vvv ``` [INFO] Generating build script... [INFO] Generating build script completed, took 259ms [INFO]...

@comigor That seems like an alright approach - I don't follow the "builder builder" part entirely, as I'm not familiar with `builder_factories`. The "grouped file parsing" sounds like it's enough...

Currently working on a simple concatenation option for schema map, as well as looking into #30

> You mean generate all types from all the schema, instead of filtering by queries/mutations fragments? Exactly. Moor is an sqllite lib we're considering building a normalized cache with. So,...

@comigor it's still in the [consideration/planning phase](https://github.com/zino-app/graphql-flutter/issues/402) - we haven't begun development yet.

Nested tests are necessary for testing the success of a function that wraps a test. For instance, I have a wrapper that takes a function with metadata containing examples, and...

@mightyiam my current approach is just testing with `node-tap`, which I guess is similar @sonicdoe a custom macro would definitely make my code cleaner in a lot of respects, but...

@Munksgaard [inheritance isn't integrated with unique constraints](https://www.postgresql.org/docs/11/tutorial-inheritance.html), including primary keys. So, `test.user_file` has no primary keys, which could be the underlying cause. I don't have this issue using a great...