matpi
matpi
I second this. As an addendum, it would also be nice to have groups for the quotes themselves, like the default python.vim does (pythonQuotes, https://github.com/vim/vim/blob/master/runtime/syntax/python.vim#L137).
Yes I see and that's certainly not an easy thing to change. Note that it affects also e.g. indented blocks, for instance ``` def test(): echo 1 ``` Here the...
Hi there, Thanks a lot for bringing VCS-sourced dynamic versioning to poetry! I do also think that this plugin should be combined with `poetry-dynamic-versioning`. I cannot answer @mrpgraae's question with...
The `check_memory.py` script does not notice any issue (other than the spurious ones from threading, which also show up in master).
One question is also whether we would like to expose the JS `Internal(Python)Error` via the `JS(Python)Exception` on the Python side, e.g. as an Object bound to `JS(Python)Exception.raw`. Or better yet,...
> > What about add_callable? Should Object also support it? Should we merge set and add_callable? > > May be a good idea to merge them, yes. > Could you...
Hi, The root cause is clear: `pip` is trying to build the C extension `_quickjs` using Microsoft Visual Studio. However, we only support compiling for Microsoft Windows using the MinGW...
Oh yeah, right: we only provide 64bit binaries. I wonder how much sense it would make to add 32bit binaries.
It's a matter of installing the winlib_mingw package (in this case the i686 version) as well as python and poetry on Windows, then running make provided by mingw. You can...
This happens when attempting to create a return `Object` after a Python exception was set in `JS_Eval`.