-
The read_response code in onstep_comm.py seems to have a problem. The usual data sent to it (a variety of letters/numbers ending in #) works fine. However, if the data response is the null string, t…
-
### Problem description
Using polarify example:
```toml
[feature.py39.dependencies]
python = "3.9.*"
[feature.py310.dependencies]
python = "3.10.*"
[feature.pl017.dependencies]
polars = "0.17.…
-
When trying the black vim plugin in builtin vim in macOS 14, we get this unclear error message:
```
The black.vim plugin requires vim7.0+ with Python 3.6 support.
```
The issues is that the bu…
nirs updated
2 months ago
-
Please make it easy to create Perspective widgets for specifically Panel but in general for non-Jupyter interactive frameworks like Streamlit, Dash, Panel, Gradio, Marimo and more.
What makes it ha…
-
### What happens?
Query aliases, e.g. `FROM (...) AS tbl(a, A)`, and direct column aliases, e.g. `SELECT 1 AS a, 2 AS A` unnecessarily allow duplicate column names, which are auto-deduplicated as s…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
Hello,
This library has been really useful for me, but I believe the developer experience would be greatly enhanced with the addition of type hints. The addition of type hints would allow IDEs to s…
-
### Use Case
There are several hundred svSolver jobs in the [Vascular Model Repository](https://www.vascularmodel.com/). It would be useful to have a Python script that could convert an svSolver `.sj…
-
### Description
I import a python script in my .resc file with `import @path/to/file.py`
```
def my_function(data):
print("Hello World")
return
print("Python file loaded success…
-
When trying to access a server on a nonstandard port, `sftpretty` fails to check the host keys correctly, and fails to connect. This means I have to disable hostkey checking, which is potentially dang…