Michael Joseph Rosenthal

Results 152 comments of Michael Joseph Rosenthal

> Another solution might be to add a new different method that lets you pass a GraphQL query as a string (which you still have to construct yourself), and returns...

I don't think a valid data package should ever lack a `datapackage.json`, but maybe we could make `_datapackage.json` a location convention for generated package descriptors, and have tooling for generating...

@mleonhard generally, you can expect`ClientExceptions`, plus any errors from the wrapped library in your environment, like [`io` exceptions](https://api.dartlang.org/stable/2.4.1/dart-io/dart-io-library.html#exceptions) in flutter, etc. That said, I can't find a list of `dart:html`...

This just a travis cli / testing issue, right? It shouldn't effect end users?

my `graphile-upsert-plugin` fork is slightly more up-to-date, and includes a batch upsert plugin: https://github.com/micimize/graphile-upsert-plugin

@t184256 I threw together an approach for [memoizing the prompt per-line](https://gist.github.com/micimize/f7766aca09db7df7b86683e7c859d840#file-xonshrc-py-L53-L102), but I always get a gray bar at the bottom that impacts responsiveness when `$UPDATE_PROMPT_ON_KEYPRESS=True`

oh no, my PR doesn't close this. Gotta be more careful when throwing around the word "fix" 😅

I think you're looking for `--replace-refs delete-no-add`

@newren I think their response was in answer to "why are my old commits still around even though I overwrote history." As far as I can tell, to completely rewrite...

Latest works just fine for me with artboard names like `Mobile / Goals / List` and `userPrefs.use_slashes = true`