John S
John S
Can you show an example of the actual Python code your were trying to transpile? In general, the Python code has to be syntactically correct Python since it is processed...
There are a number of Python syntax features since 3.7 not yet implemented. Is there a specific feature of 3.12 you need? Or is it just 3.12 compatibility in general...
The `copy` function that `sorted` is using has been re-implemented as part of the new `copy` module in dev_3.9.3 branch to be released in v3.9.3 It should work in most...
Merged to master on PR #876
Added in dev_3.9.3 branch to be released in v3.9.3
Merged to master on PR #876
I got it to work using the instructions in the [readme.txt](https://github.com/QQuick/Transcrypt/blob/master/transcrypt/demos/nodejs_demo/readme.txt) for the demo. After compiling I ran it with the following node command (note that the command in the...
I'm not quite familiar enough with JS and Node off the top of my head to figure out how to fix what is shown in the docs for the demo,...
Related to issue #832
I've used `del` in other ways and it seems to work, but it might behave differently with list elements. I can check into it.