Anurag Roy

Results 24 comments of Anurag Roy

@mcollina There are a lot of test files using `tap` (around 150). Are we looking to migrate all of them in one PR or migrating part by part is fine?

@Uzlopak There isn't, we are using `@matteo.collina/tspl` package instead of t.plan Example usage [here](https://github.com/nodejs/undici/blob/main/test/node-test/abort-controller.js#L25).

I found a solution: **serverless.yml** ``` app: yourAppName service: yourServiceName ``` **cli** `serverless deploy --org `

Was anyone able to make this (or any other workaround) work for Next.js 14?

@keith-hall Can we expect a new release anytime soon?

Check out [this comment](https://github.com/sharkdp/bat/issues/3025#issuecomment-2212452233) and the whole issue, that might solve your issue.

@flohw Think your issue is different. Can you check your groff version using ``` groff -v ``` And if it's 1.23.0, try adding `MANROFFOPT='-c'` and that should fix it.