Manuel Kaufmann

Results 1301 comments of Manuel Kaufmann

I propose to simplify what we have here based on the comments and feedback, so we move forward with a minimal version that we can tune as we go. Summarizing,...

I'd propose to explore this idea: * Use `on_delete=models.SET_NULL` for most of these relations where there are many objects involved * Create a Celery tasks that performs a cleanup of...

This is probably hitting the same issue we had in https://github.com/readthedocs/readthedocs.org/pull/10446 where we needed to call a raw SQL query to avoid Django performing a `SELECT` query to trigger all...

@silentfatez yes, feel free to take a look at it an open a PR.

It seems this was fixed yesterday in https://github.com/ethereum/solidity/pull/15485

> ValueError: No file/folder found for module Lumache This seems to be an issue with the library you are trying to install. Maybe the package is corrupted? Maybe it's using...

Is this still an issue? Is there any workaround we can document? I don't think we will change the way that we are running `conda` on Read the Docs; we...

@valeriupredoi thanks for sharing this chunk of YAML here. I'm sure it will be pretty useful to other users as well 💯

> Some environment variable perhaps? > There is READTHEDOCS_VIRTUALENV_PATH , but the documentation specifically says that it is not available when using conda. I think the path you have harcoded...

What's the URL of your project? What's the URL of the build where you're noticing this?