Matt Swensen
Matt Swensen
Bumping this back into your queue, @fiatjaf — let me know if themer.dev is a good fit for your list. Note that though there are some themes for sale, users...
Another +1 for this. Great work, guys!
Good call @coelmay / @erezrokah , that makes sense. I wonder if a callout in the [create-react-app Netlify docs](https://docs.netlify.com/configure-builds/common-configurations/create-react-app/) might be helpful, to give folks a heads up. (Feel free...
Confusingly, in development, when trying to `require()` an ES module, you get the following message: ``` Error: require() of ES Module from not supported. Instead change the require of index.js...
I've found a workaround: 1. Add `node_bundler = "esbuild"` to the `[functions]` section of `netlify.toml`. 2. Convert functions from CommonJS to the ES Module syntax. 3. Add the `.netlify` directory...
Hi @eduardoboucas , sounds great, I'll send that over now. Thanks!
It appears that `options.stdio` is rather particular about the type of `Stream`s that are allowed to be passed. From [the docs](https://nodejs.org/dist/latest-v10.x/docs/api/child_process.html#child_process_options_stdio) (emphasis added): > Share a readable or writable stream...
Thanks for the report, @KatPurpy ! Mind if I get your OS and Visual Studio versions so that I can look into this?
Great suggestion @krisu5 , will put it on the backlog 👍🏻
That sounds great @jward8 , thank you!