shaolo1
shaolo1
I'm trying to work on an app that communicates with my Samsung TV. After some digging I figured out that the missing status text causes it to not work. ```...
thread '' panicked at 'index out of bounds: the len is 77 but the index is 77', src/python_interpreters.rs:296:20 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace thread 'main'...
mypy_test2.py ``` # python --version # Python 3.11.1 # mypyc --version # mypy 1.2.0 (compiled: yes) # compile data.py via: mypyc data.py # execute via: python mypy_test2.py from data import...
New lines (\n) in commented out lines breaks parsing ``` # This works def test1(): dot = '''digraph G { # a to b comment #a -> b [label="line1 line2"]...
```from pygraphviz import AGraph # This works def test1(): dot = '''strict digraph G { a -> b }''' graph = AGraph(dot) # This gives a file not found error...
### Has your issue already been fixed? - [X] Have you checked to see if your issue still exists on the `master` branch? See [the docs](https://github.com/dosisod/refurb#developing) for instructions on how...
After scanning my collection I have found a number of tracks that get an IndexError processing the results. I added a few prints that I thought might be helpful code...
You mention in README.md The library depends on [zlib](https://zlib.net/) and [qhull](http://www.qhull.org/) There is also a dependency on Clipper (src/clipper_tools.cpp #include ) but it is not mentioned. I got a good...