ehmicky

Results 187 issues of ehmicky

It appears that `netlify-plugin-fetch-feeds` fails due to using a native module `node-expat` which shows a Node.js version mismatch error. [Example build logs](https://app.netlify.com/sites/mick/deploys/614b7f13be01d4384b7a67db#L225) What's strange is that this happens even when...

type: bug
feat/builds
theme/plugin-author-experience
theme/plugin-user-experience
init/modern-build-images

`@netlify/build` runs `yarn` on two instances, which are both opt-in behavior: - When the `@netlify/plugin-functions-install-core` plugin is used, we run `yarn` in the functions directory - When the `@netlify/plugin-local-install-core` plugin...

type: bug
theme/js-dependency-mgmt

When the `--statsd.host` is provided, we should validate it is not an empty string. Context: we changed the value of that CLI flag and spent some time figuring out why...

type: bug

When a TypeScript function has been transpiled before `zip-it-and-ship-it` starts, it will be present in the functions directory both as a `.ts` and a `.js` file. The current behavior seems...

good first issue

We could allow configurations to be shareable like ESLint does. This could be as simple as adding an `extends` property that points to either a Node.js module name, or to...

enhancement

It has been reported that Build plugins installed in `package.json` do not work with Yarn v3. They show an error message `Plugins must be installed either in the Netlify App...

type: bug
Ecosystem: Dev Foundations

There are several issues in the buildbot related to logs: - [ ] empty lines get removed: https://github.com/netlify/buildbot/issues/595 - [x] logs get truncated: https://github.com/netlify/buildbot/issues/384 - [ ] logs from `@netlify/build`...

type: bug
theme/logs

Netlify Build performs few network requests to: - Bitballoon API, specifically the `getSite`, `cancelDeploy` and `createPluginRun` endpoints - Telemetry In integration tests, we currently [mock those](https://github.com/netlify/build/blob/836b84a30e951942394f45922c59b6b6d7c6d561/packages/build/tests/helpers/server.js#L7). This makes the test...

test
type: chore
area: api
area: testing

Some plugins have previously wanted to know the output directory where Functions are bundled. We provide with a non-configurable `constants.FUNCTIONS_DIST` for this purpose. We might have the same need for...

type: feature
project:edge-handlers-support

As part of #40, we should move the [`install_dependencies`](https://github.com/netlify/build-image/blob/9cade8af58c2cf3a17a1e9433d2e979149488837/run-build-functions.sh#L159) logic from the buildbot Bash script to Netlify Build. The logic involves installing dependencies by using heuristing to guess which ones...

type: feature
feat/builds