Jeff Glass
Jeff Glass
For what it's worth, the eslint that this change fixed was; _"This assertion is unnecessary since it does not change the type of the expression. @typescript-eslint/no-unnucessary-type-assertion"_ ```diff - const _global...
The code in this PR has been folded into #928 - with the deprecation of Implicit Coroutine Scheduling/top-level-await, the code developed here is being used to show a useful error...
> We could simply have a list of dictionary / objects with each dict having key has what the path looks like in the file system and the value as...
> If so, in which way this is simpler than my original proposal? Simpler in the very literal sense of: there are only two parameters to understand instead of three....
Very nice @antocuni ! I think this is really excellent. Per your last example in the single file case - my two cents is that it's maybe more trouble than...
I can confirm I'm seeing this issue too - doing a bisect, it looks like this was broken by #1941. After some experimentation, and research, it seems like xterm.js is...
Hmmm curious! Can you copy/paste the network error you're getting? Are you running `/latest/pyscript.js` or some other version (local, unstable, alpha?)
For what it's worth, in general POST pyfetch does work. Here's a brief example with the reqres testing API (written for 2022.09.1) - it should just echo back the provided...
@madhur-tandon Correct, currently the `name` parameter of `validateConfigParameter` and `validateConfigParamterFromArray` must be the value of a top-level key in the config that presents a non-table value, i.e. string, number, or...
This infrastructure around validating py-config values has been blown away by PyScript Next (not a bad thing)! Closing this as no longer relevant.