Berg Lucas

Results 24 comments of Berg Lucas

Hi @yannick-bonnefond, I forgot to say that, in my case, I fixed the error by setting the version of `@swc/core` to `1.5.7` instead of `~1.5.7` in my project. I have...

Hi @banzo, This can be explained by 2 reasons: - Functions with the name ``main`` are not analysed by Pynguin because, in principle, their purpose is to be executed when...

Hi @sorenwacker, I'm pretty sure that it is not a bug. The `print` function is buffered by default so you need to use [the `-u` argument or the `PYTHONUNBUFFERED=1` env...