You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After testing this MR I've noticed that the config resolution is too smart on polyscript side so that it cannot land as fix for PyScript.
If curious, PyScript passes an already parsed config, first come first serve, from main, so that polyscript ends up resolving that config URL automatically, based on the invoking script when no other hints are provided.
This causes an obvious discrepancy between config pre-parsed on main, where the config base URL would be that main script one, and config parsed as file (or via workers, hence always files).
This issue needs more testing and thinking around how polyscript can help there bypassing "magic" allowing pre-parsed configs, at least for custom types, to have a well understood base, where me and @ntoll agreed that where the config file was originally hosted should dictate the base root/path for that config, like any relative URL is supposed to work.
Uh oh!
There was an error while loading. Please reload this page.
Checklist
What happened?
We have at least 3 issues in the current PyTerminal:
What browsers are you seeing the problem on? (if applicable)
No response
Console info
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: