jdegenstein
jdegenstein
Building on Jojain's issue above, I have also noticed that loft() does not seem to accept a mixture of Sketches and wires. According to gumyr, I believe this may result...
Just doing some quick research on how to secure python execution and thought I would leave this here for consideration: https://github.com/zopefoundation/RestrictedPython
I tested my static build of my fork of CQ-editor and was able to run on Ubuntu 22.04 without having to remove `libstdc++.so.6`. I think this issue may be resolved...
Based on working with my pyinstaller static builds and some recent changes to a few of the dependencies, here is my recommendation, which has been tested on Windows. ``` install_requires=[...
Yeah no problem, I will fix the PR. I must have committed the change to debugger.py incorrectly.
This should be ready for review now. I fixed the diff for `debugger.py`, as discussed.
@adam-urbanczyk just making sure you are aware that I have updated the PR as requested (as far as I can tell)
I haven't looked into it recently, but I thought appveyor was failing on all PRs due to an issue with qtawesome, here: https://github.com/spyder-ide/qtawesome/issues/214
On second thought, it looks like you may be right: ``` =========================== short test summary info =========================== FAILED tests/test_app.py::test_debug - assert 1 == 2 + where 1 = () +...
I don't have a great understanding of what is happening in `test_debug` in `tests/test_app.py`. Any suggestions on what needs to be updated would be greatly appreciated. I attempted one change,...