Berg Lucas

Results 24 comments of Berg Lucas

I have the same problem and have been trying to figure out what it is. After some research, it seems that it comes from the `Convert` function in `pkg/compose/compose.go`. This...

Hi @auvipy, > And this should also require documentation update as far as I can understand! Do you mean to add a section [here](https://www.django-rest-framework.org/api-guide/serializers/#additional-keyword-arguments) (or elsewhere) to document the feature?

@radoering It seems that dimbleby's proposal works but only if an empty list is specified for the `foo` extra. ```toml [tool.poetry.extras] foo = [] ``` For example, if I use...

You were right @dimbleby, it doesn't install the extras when I run `poetry install --extras ...` even if it does create the right `METADATA` file using `pip wheel`. I tested...

I've tried to make the changes that you two suggested and it works for `poetry-core` but it does not when using `poetry`. I don't really know why but it is...

Hi @stephanlukasczyk, Damn, I forgot to check the licenses. But yes, I copied the original Mutpy code because I wanted to make sure that the changes I made didn't break...

Hi, I've checked this issue and I've been able to reproduce the bug with the following code: ```python if __name__ == "__main__": while True: pass ``` I think that the...

Hi @stephanlukasczyk, I do have some numbers regarding the slow-down, but it's a bit hard to interpret an average because the 40x speed decrease was calculated using the few cases...

The subprocess-based executor is only used when using the `--subprocess` parameter if you did not see it, so don't forget to run Pynguin with this parameter @stephanlukasczyk. Also, you should...

Hi @stephanlukasczyk , That's very interesting. I would have thought that the number of modules that did not yield 15 iterations would have been higher on default execution because of...