Owen Kelly

Results 52 comments of Owen Kelly

I've found a very relevant issue from the Otel repo https://github.com/open-telemetry/opentelemetry-specification/issues/740. It goes into a bit of depth about other CI tooling, and how they've mostly settled on using `TRACEPARENT`...

👋 just sharing how I got this to work for yarn.build. We start by looking at the monorepo, and based on the package that is going to be deployed we...

> intended to get serverless to work with pnp This is basically just a script that runs before anything else, and ensures pnp is configured correctly. It is currently missing...

I can see how this would just slow more and more over time. I wonder if filtering through files as we copy will slow down the initial copy. This s...

I’ve played with this idea a bit, and it was hard to generalise without adding too much configuration. Some scripts want to run in their own watch modes (nextjs for...

It looks for `"main"` in `package.json` of the workspace your bundling, as it needs to re-export that.

Nope that's correct. `entrypoint.js` is meant to be added to the very top level of the zip. This is so you don't need to encode the whole path to your...

I think you might have just hit of the underlying reason why `test` warrant being its own command. It currently just executes the same strategy as `build`, which is a...

Do you think it would be valuable for you also to be able to do something like `yarn build --diff $` where the result is just passed to `git diff`...

I was just thinking a color change works, made the issue to keep track if so we don't forget. seeing the whole tree is very useful. Probably just using a...