Costas Papastathis

Results 91 comments of Costas Papastathis

PRs are welcome for adding nginx on the noble builder

I see, you are right, on the builders we include the composite buildpacks

This error might happen due to the missing id I removed in the past. Opened PR adding it back https://github.com/paketo-buildpacks/github-config/pull/965

Currently there is no failure o nthe push buildpackage workflow

I tried increasing it to `await sleep(100000)` but the error still occurs

Changed the line 56 on `pino/test/syncfalse.test.js` from `silent:true` to `silent:false` and got a little bit more additional output for the error as shown below: So the test now fails before...

@mcollina We experimented some more with @mhdawson and we managed to make the test pass by either adding `process.exit(0)` or `asyncLogger.flush()` in the end of below file. https://github.com/pinojs/pino/blob/1934cda1be0717714631584e3cbfa6fb0ef4224b/test/fixtures/syncfalse.js#L1-L6 What we...

Hello @mcollina We did a little bit more research based on your suggestion and we tried the following things 1. Instrumentation shows that in the failing case, the clear method...

Adding it for reference: This issue is blocked by https://github.com/paketo-buildpacks/builder-noble-buildpackless-base/issues/38

We have added the noble builder on all integration tests of the buildpacks included under the nodejs buildpack.toml . Also on this repo too https://github.com/paketo-buildpacks/nodejs/pull/1211