deathaxe

Results 817 comments of deathaxe

I've played around with running pip directly from within ST's python 3.8 plugin host a while ago by copying pip folder from a system's python 3.8 instance and running CLI...

> If the compiled 3.8 code for SFTP is in a wheel somewhere, To clarify: Don't mix up Sublime Text packages and Python packages! Those are totally different things which...

To clarify: Normal python packages can be installed into $data/Lib/python33 or $data/Lib/python38 for private use via pip since ST3143 by specifying them as custom site-packages via pip's CLI. That's supported...

The requrirement to install a dedicated python and pip next to ST just to be able to install dependencies on all different OSs is not desirable. ST2 relied on Macs...

Theoretically yes. Practically not with official packagecontrol.io channal though, as it does not yet support required scheme v4.0.0. Such a repository couldn't be registered in default channel. That's actually the...

Adding python packages aka. libraries there is ok, but no packages. The crawler is not capable of handling github api rate limits and will break the whole channel json when...

> What is the crawler being referred to here? It refers to 1. packages: https://github.com/wbond/packagecontrol.io/blob/master/app/tasks/crawl.py 2. libraries: https://github.com/packagecontrol/channel/blob/main/tasks/crawl.py packagecontrol.io and our community driven libraries channel run a scheduled crawler server-side...

Those facts are the well known reasons for why normal packages are not accepted, currently, besides those not being visible anywhere. The amount of API calls per package depends on...

It's not only a channel.json but also the ability to discover packages via website, which would mean to build a new packagecontrol.io website as well.

Such decisions are not for single users thow. That said direction of this discussion goes off topic. The scope of this issue is to discuss how to handle libraries and...