Sander

Results 6 comments of Sander

@mksowmya Did you sort this out? Although this is quite a generic issue. I think I ran into this because I changed the service provider often and the app did...

@peterbeers Did you find out if this is a proper way to fix these errors?

I'm also running into this I managed to get around this by installing uWSGI from a homebrew python 3.10 version and point to that whl from within my Piffle (I'm...

> This works for Python installations that fail with `-lintl` missing: > > > LDFLAGS=-L/opt/homebrew/Cellar/gettext/0.21/lib pip install "uWSGI==2.0.19.1" > > @sajoku @DanielKorsa let me know if this works for you...

Seems to be a GitHub (and opensource) wide issue; https://github.com/codecov/feedback/issues/301 There is a workaround https://github.com/codecov/feedback/issues/301#issuecomment-2009355183 . In short it uploads the coverage report to GitHub itself (as an artefact) and...

> this reminds me of an issue that renamed a function incorrectly, causing infinite recursion. could not find it. i suspect that is happening here. > > note that my...