Damien Simonin Feugas

Results 25 comments of Damien Simonin Feugas

Hello folks. I'd like to volunteer on this one. I did a quick spike with sonic boom, and it's indeed _very easy_ to create a transport that rotates files based...

Another silly question @noweh. When rotating files, there are multiple strategies: 1. current log file name is the previous file name +1(in particular, when using max size): ``` log.1 (older)...

It's not easy to get it reviewed, but here is a "draft" implementation. https://github.com/feugy/pino-roll It needs more automated testing but may be just enough for @noweh to do some testing....

@mcollina, yes I will, when we'll be happy with the proposal. Let's see how useful it is first.

Hello gents! @noweh, @DRoet I've published [`[email protected]`](https://www.npmjs.com/package/pino-roll), please have a try and let me know. @mcollina I'll add this to the list of known transport afterward

Hi there. I'm also experiencing this issue, and made a stable reproduction repository [here](https://github.com/feugy/jest-issue-11438/tree/master) As you can see, I've stripped down all my code to the minimum: a module (index.js)...

Going one step further: by placing console logs within jest-runtime `loadEsmModule()` function and jest-environment-node constructor and `teardown()`, I found out a mismatch in environment handling. Basically, each test file has...

You saved my life @gkubisa. Until this PR is merged, our tests will still work

Hey @EndangeredMassa! Thank you for this. @javivelasco and I did a bit of analysis. The reason why we caught exceptions & rejections at process level within EdgeRuntime is to avoid...

In case this helps, the regression started with version 5.6.0. Working with 5.5.1 works. Trying to assemble a reproduction case.