André Cruz

Results 161 comments of André Cruz

Notes from personal discussion: we should provide a generic "validation" hook of CRDT operations so that anyone can bring their own identity/verification system. Then we would have a library that...

@Constellation I don't think it is working right. Here's an example: ``` js dejavu.Class.declare({ method2: function () {} }); ``` Generated an ast and then passed to escodegen and here's...

@Constellation any chance to have this landed on npm?

@Constellation There is still some strange things, but they are hard to explain. Can we talk via gtalk or something?

@Constellation yes. Original code: https://github.com/IndigoUnited/dejavu/blob/master/test/specs/functional.js Code outputed after some transformations: https://github.com/IndigoUnited/dejavu/blob/master/test/specs/functional_optimized.js As you can see, escodegen does not preserve new lines, semi-colons and other things correctly.

Hello! Are you using Gatsby 2 and the latest version of this plugin? I’m asking because we no longer use `.` but instead use `__GATSBY_IPFS_PATH_PREFIX__` We replace all those occurrences...

Understood. So, what you want is a way for this plugin to replace `__GATSBY_IPFS_PATH_PREFIX__` with something else for certain files, in your case, with `/`. With that in mind, the...

If it does work correctly for gatsby 4 out of the box, yes we can just update the peer dependency. Does it work correctly so far?

I’m on my phone so I can’t see the screencast now. I will check it out tomorrow but feel free to keep pinging me if I don’t answer.