Felix Qvist

Results 20 comments of Felix Qvist

Just linking https://github.com/systemcatch/eiapy/issues/26 here in case anyone has time to contribute. The EIA parser is down right now due to https://github.com/systemcatch/eiapy/issues/28 and it might be fixed if we upgrade to...

Any news on this? It would be awesome if this could get merged!

@martian-maniac can you check which version of the app you have installed?

I found this PR, so I'm a bit unsure if this is actually a bug as it seems like it was changed to this intentionally: https://github.com/python-poetry/poetry-core/pull/512 I would appreciate any...

From reading the issues, it seems like it needs to use the absolute `file:///` URL to be compatible with PEP 508. The poetry commands however seem to still work just...

Thank you @neersighted! I guess that we've only seen this in our lockfiles after we started using extras. We don't intend to distribute wheels. We have a monorepo setup and...

Thank you! I will take a look at those

We also started observing this error quite often. It seems like buildkit is crashing. If I ssh into our buildserver and run `docker ps` I can see that the buildkit...

I managed to get the buildkit logs after it crashed. I truncated the commands after the runc messages. I can remove private information and include that output as well if...

It seems to have been fixed after running `earthly prune --reset`. It was happening on every build before, but now it works fine. Not sure how our cache got broken....