Hunter Loftis
Hunter Loftis
Additionally, the plugin mentioned above by @edoardocavazza (https://www.npmjs.com/package/@chialab/esbuild-plugin-html) is limited to a single html entrypoint. If esbuild supports html entrypoints, I hope it doesn't special-case that into "a single html...
Caught me as well. Old, confusing docs.
I'm unable to recreate a failing test. Running multiple times, does it still fail for you? If so, which versions of node/npm are you using?
Hi, A search for "cryo security" turns up nothing in my email. What's up?
That's what it looked like to me too, just wanted to check. Thanks for the quick reply @e3dio!
I'm the latest person to get stuck on this dev vs. prod parity) bug for hours before finding this thread. +1 to documenting `env.ASSETS.fetch` in the Functions docs beyond the...
We've been just listing out the app.VERBs and that works well at the beginning - but eventually you have hundreds of lines of routes and it can become a headache....
Just issued a pull request for this: https://github.com/visionmedia/express-resource/pull/44 ## Drop separate functions per format? I omitted more complex handling of formats in middleware'd routes. What do you guys think? I...
A better solution that breaks backwards-compatibility for function-mapped-formats: https://github.com/visionmedia/express-resource/pull/45
I agree that middleware is an even better solution for most use cases. I just wanted to be clear that my implementations omit the `action: { format1: ..., format2: ......