Raoul Wols
Raoul Wols
Another datapoint https://github.com/sublimelsp/LSP/issues/1186
Anyone able to merge this? @wbond ?
Maybe the question is should we also migrate these types of folders. Or let the users take care of these cases themselves.
I'll see what I can do about https://github.com/wbond/package_control/issues/1517
@randy3k that's clever, but won't work anymore once the Default package starts using e.g. f-strings. I don't expect the Default to start using py38 features any time soon though :)...
@deathaxe I'm not planning on using that hack, but I still think it's clever :)
Why were asn1crypto and oscrypto included as dependencies? I would have to understand this history better...
I've been skimming through the source of oscrypto for the past few hours. Quite the journey :) Yes, the oscrypto.TLSSocket would have to be "asyncified" for all this to work....
Maybe we can go a bit further with this? the github api has a wealth of info. ```js { "schema_version": "4.0.0", "packages": [ { "name": "Package", "github": "user/sublime-package" } ]...
Once dependencies are migrated, PC still starts downloading "missing dependencies" into the $packages folder. I'm not sure if that's intended?