Richard Davison

Results 27 comments of Richard Davison

This is what i did. This plugin replaces __dirname and/or __filename with the correct values ``` const fs = require("fs"); const path = require("path"); const nodeModules = new RegExp(/^(?:.*[\\\/])?node_modules(?:[\\\/].*)?$/); const...

This PR fixes this: https://github.com/serverless/serverless/pull/7178 Further improvements could be to don't pass the entire build context to docker build. Maybe I make sure to do a PR for that after...

I think we can close this one as local invoke is now much faster

> Hey there! I suspect this would have to do with the fact that the entire bundled JS library is loaded / evaluated at startup. > > TBH I have...

I love these changes. Regarding the bundling: Can't this be part of the build process? So when compiling txiki you first compile it and then create the bundled bytecode and...

@lukaspili @rharter updated!

BUMP @rpidanny. Did you have time to look at this?

Im having the same issue: `cannot find decrypted version of file: {FILENAME}`

> > > > Hey Richard. I think i solved this by making sure I have the same GPG version on both encrypting and decrypting sides. In my case Local...

This does not work for me. Im getting: `Error: Babel plugin 'react-optimized-image/plugin'`