Kjell-Morten

Results 11 comments of Kjell-Morten

Thanks for looking into this! I'd like to give a +1 for including a `d.ts` definition in the library (option 1 from @karthikiyengar) as this will make crocks support TS...

Quick fix on OS X: Locate the `atom.sh` script (probably in `/Applications/Atom.app/Contents/Resources/app/`), and add the following line at the top, just below `#!/bin/bash`: ``` NODE_ENV="production" ``` It's not a stable...

My "workaround" now is to open Atom from Finder before using the `atom` command in Terminal. It works, but it still seems strange that Atom is depending on NODE_ENV in...

It seems like this is fixed now, @smashwilson and @BinaryMuse? At least I can open atom from the command line again with `NODE_ENV=development` and get the GitHub package. Thank you...

Sorry, @vkolgi, I've been sick for a few days. This is more about converting _from_ json, at least for me. I plan to store GraphQL queries in JSON and then...