-
Doing a quick search of "debugging" doesn't bring up too much in the `pybind11` docs.
For the repo that I work on, we've found it useful to document some debugging tips that are relevant to Python …
-
Tags theses days can store around 800bytes of data. Might be useful to store a program within one. Probably compressed if possible.
Would be quite handy to distribute useful scripts as needed, espec…
-
We are trying to install circuitscape through pip (or using `python setup.py`) on Fedora 27 (python 2.7).
The `verify` and `run` executables are built (though all verifications fail), but the GUI i…
-
So the newly converted code automatically runs on Python 3 and not 2. It could also be useful to add a Python 3 shebang if there wasn't one before.
-
We require to use TF version < 2.16.0 and below, since they use keras 3, which causes breaking changes.
However when trying to install TF versions below 2.16, I cannot, I get this message:
```
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
`Sketcher_External` only projects selected geometry in the sketch plane. The only in…
-
Feature request: it would be really useful to be able to open a dataframe while in debug mode in vscode (debugging a python script and not a notebook). For example if you have a pandas dataframe in a…
-
### The problem
When trying to generate Smokeping targets, lnms hangs
![image](https://github.com/user-attachments/assets/91890b25-5176-4ded-938d-7f1f6f0ea077)
### Output of ./validate.php
```tx…
-
## 🚀 Feature
The functions `pyodide.ffi.wrappers.add_event_listener` and `remove_event_listener` are useful wrappers around the browser's native functionality. However, the APIs for [addEventListen…
-
The server mode allows execution of arbitrary python code, thus it could be harmful for providers of public PyCAM servers. A kind of sandbox would be helpful. Maybe one of the following projects could…