Ofek Lev

Results 1174 comments of Ofek Lev

Okay no worries, I'll just have a single server with high CPU & memory. While you're here, do you know how much storage is consumed after the initial indexing is...

There would be no documentation I think because we're just using it as a mirror. I will disable the indexer backend, thanks! My plan to serve this now is 8...

FYI for those who might benefit: the command above to create the SQL file takes at least 20 minutes (I stopped at that point) on a good machine for approximately...

@indygreg I'm in the process of trying to create such an installer for various tools and I would prefer to use PyOxidizer for everything. Is this possible? The reason I...

Is this actually complete despite the unfinished tasks in the OP?

Is this almost ready?

This is not yet possible but is a good idea. Thanks!

Is there a reason why we don't support this? https://docs.python.org/3/library/importlib.html#importlib.resources.files

In trying to make virtualenv compatible with PyOxidizer, it seems Python file support is required. Example: `virtualenv.create.via_global_ref._virtualenv.py` I get: `FileNotFoundError: resource not found`

The failing code is `importlib.resources.read_text('virtualenv.create.via_global_ref', '_virtualenv.py')`