Olivier Refalo
Olivier Refalo
Looking forward to it. It really helps... especially for testing your projects ;-) I am not familiar with Bundler -> "Automatic locking" what does that mean
hum.. I am afraid I don't see the diff with smart.json. I can edit the file and change the version in it too: on the next mrt run, meteorite will...
ok, the lock file records the actual state of the dependencies - most likely using a git commit hash. tks for the details.
got it , ;-)
I found all these change reasonable - even if they are 3 years old :-( @vladimyr I don't understand you "check last line"
Thank you ;-) At this point I am trying to find an example to make it work. found this https://bitbucket.org/baldiviab/authed-graphql/commits/all trying to understand how the permissions are set
just found this - https://github.com/aduh95/viz.js-playground
so.. I am almost there - I replaced viz.js with @adhum95/viz.js in graphql-voyager. My branch can be found at https://github.com/orefalo/graphql-voyager I am getting a webpack error (I HATE WEBPACK!) ```...
Morning Antoine, thank you for your feedback. I didn't know about this plugin, but I believe I solved this particular problem by following your recommendations on https://github.com/aduh95/viz.js/issues/20 and switching to...