Remote packages out of experimental + improvements #2470
WebReflection
started this conversation in
Proposals
Replies: 1 comment
-
|
This sounds like a good idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The experimental_remote_packages flag has been a life-saver for anything MicroPython related, as it's otherwise hard to publish some official package that would work in both Pyodide and MicroPython.
In latest days, I've been porting/using remote packages in various occasions so I'd say it's time to make it official.
On top of that, specially for offline-first use cases, having relative or absolute paths would also help bootstrapping anything from either GitHub pages, static sites, and whatnot but currently the feature works only for fully remote URLs.
Proposal
.tomlor.jsonhttps?:or/or./or../@ntoll thoughts? This helps also the Positron story or, in general, debugging and development from local to remote.
Beta Was this translation helpful? Give feedback.
All reactions