Michael Gummelt

Results 4 issues of Michael Gummelt

### Summary TypeError following https://github.com/graphile/postgraphile/commit/73fe8011d902f14c7ba29771e162bde81d6ce5b0 `Generic type 'ExecutionResult' requires between 0 and 1 type arguments` It seems the author is assuming a type definition of `ExecutionResult` that's incompatible with graphql...

🐛 bug
🤩 good-first-bug
⚛️ compatibility

See here: https://codesandbox.io/s/adoring-fermi-swfl3?file=/src/App.js

I need to add a Spark package that's a bugfix release of a previous branch (e.g. 1.6), but I don't want this to become the default package, since the 2.0...

I just installed `@logdna/logger`, and am instantiating my logger as follows: ``` import logdna, { LogLevel } from "@logdna/logger"; const options = { app: "Rover", level: LogLevel.debug, }; const logDNALogger...