Matt Black
Matt Black
I am working on a React 16 component library bootstrapped with nwb. On my demo app, I get the same screen on React-Sight as shown [above](https://github.com/React-Sight/React-Sight/issues/91#issuecomment-336547934) But I have a...
@EvanBacon I looked at most of the loader code briefly and it seems pretty tedious to maintain. Any chance there might be a better approach? A new strategy the community...
@evanmrose I saw another issue comment that mentioned adding a metro bundler config and adding the file extensions there too. It was a while ago. Maybe packagerOpts isn’t working right...
Sorry, I won’t be much help other than I’ve looked at node_modules and I don’t think the current npm release has it implemented. Id like to eventually help redesign the...
@securingsincity, I can confirm that @SidneyNemzer tip works: ``` ``` successfully disables the worker. Looking forward to the eslint babel-eslint change upstream.
PR addressing point # 2 - https://github.com/pmndrs/gltfjsx/pull/163 Adds `--output`, `-o` option to override output file name/path.
I think because its just swapping middleware, it's not an issue? Unless a request can get dropped between two synchronous lines of code: ``` // server/core/main-server.js:128 // this removes all...
@theodorDiaconu Actually, I learned about Prisma and development took a turn. Now I'm using our meteor app to orchestrate a prisma instance. Which basically makes it like an internal graph.cool...
@theodorDiaconu The Prisma thing was cool but it felt like overkill and we weren't thrilled about managing 2 more servers and dealing with MySQL. So, I did another attempt with...
@theodorDiaconu graphql-middleware is here, thought you’d be interested. check it out: https://www.prisma.io/blog/graphql-middleware-zie3iphithxy/ Btw, I really think Vulcan should adopt your grapher+apollo setup.