Dario Antonio Quintero Dominguez
Dario Antonio Quintero Dominguez
I've found https://github.com/prisma/prisma/issues/1981 but I'm not sure its relationship given that in the graphql playground localhost:4000 the mutation works correctly, but through the graphql-cli-load I get this error.
Solved it, the mappings inside the `const column=(rMapping[key]||key).toString();` were not giving me the correct column headers for the `values` generation that is used in the mappings, so I changed it...
I also removed the original example repository since I have now copied the working version of the minimum example code as a separate branch of my own fork [here](https://github.com/daquintero/graphql-cli-load/tree/prismaExample/prismaExample)
Hey jexp, thanks for the reply. Apologies for the unclean code, I will be more careful with presenting it better next time. Would I suggest continuing to discuss this issue...
Is there a particular resolution for this?
Yeah I got the same, I think maybe we need to update the project as it's quite valuable to mantain it in active development and create another set of infrastructure...
So I'm already working on this. Just going to keep writing my notes on these public issues/discussions rather than have them in, say, a personal notebook. (I don't know if...
Sounds good! I think the `web/__init__.py` is a good way to go re the `create_config_folder` as I was just writing this when you posted, but you've already proposed the solution....
Just happened to be around here and just as an idea, there could be a scope of a kicad gplugins in this context, integrating: * https://github.com/yaqwsx/KiKit * eg. inspired by...
Further updates here https://github.com/CrossNox/m2r2/pull/66 Unfortunately I'm going to have to release our version to pypi as we need it to build our project for an urgent release (we were using...