David Konsumer

Results 457 comments of David Konsumer

Both work. This sticks with the spirit of "PIXI is already in my namespace" but I can put it in the factory, too.

I have the same issue, even when I lock in to the same version of graphql that graphql-schema-from-json uses: ### package.json ```json { "name": "tools", "version": "0.0.0", "private": true, "scripts":...

schema looks like this: ``` GraphQLSchema { _queryType: Query, _mutationType: Mutation, _subscriptionType: null, _directives: [ GraphQLDirective { name: 'include', description: 'Directs the executor to include this field or fragment only...

I made [this](https://github.com/konsumer/json2x), which is not as complete, but it fit my purpose and doesn't throw errors. It also works for protobuf & jsonschema.

I did the same thing before realizing you had made this PR!

That looks like it might get me closer. No SSR, but looks like it would work for client-side react. I recommend using [npm-run-all](https://www.npmjs.com/package/npm-run-all) for the `start` script, so you can...

I made a quick thing [here](https://konsumer.js.org/frida-codeshare). It updates on github CI once a day. It currently has a very rudimentary search (which could definitely be improved) and [the JSON](https://konsumer.js.org/frida-codeshare/codeshare.json) is...

I tried it on Linux (Pop!OS 20.10) and got similar: ``` npm run dev > [email protected] dev > flareact dev 🚀 Starting Flareact dev server on http://localhost:8080 ... [worker] ⬇️...

Looks like this specific issue on Linux is related to [node-fibers#451](https://github.com/laverdet/node-fibers/issues/451), but on OSX I am using node 14.15.2, so it shouldn't be the problem.

It seems like the upload in the app itself is incomplete. I wrote a very simple vercel endpoint: ```js import { send } from 'micro' import { upload } from...