lenneis
lenneis
Well, after reading up on how to compile restic from source (all three lines of it) I went ahead and did just that. It was not fast by any means,...
> Which go version did you use for compiling? I think the binaries have libc and libpthread as dependencies to be more portable, but it shouldn't matter much, because depending...
> > Also @lenneis if the build is really slow, try cross-compiling: > The build is slow, but then there is time enough between releases to do it. I find...
> Come to think of it, it might be an option to turn that on for the downloadable binaries. Floating point is mostly used for the progress display and statistics,...
Done, at https://github.com/lenneis/graphql-es6-bug.git. I have included the graphql module in the repository. Run with "node index.mjs".
I just tested with node 14.5 as well. The error message changes to this: ``` import { GraphQLObjectType } from 'graphql'; ^^^^^^^^^^^^^^^^^ SyntaxError: The requested module 'graphql' is expected to...
OK, will do.
OK, will do.
OK, this is all way messier than I thought. I am trying to do this using "pure" node, so not the esm module. First, the fix for your code seems...
OK, I am giving up on import/export from graphql and graphql-type-json and will revert back to require. This is simply not ready for prime time. I was testing the workaround...