-
[`python-asn1` 2.7.0](https://github.com/andrivet/python-asn1/releases/tag/v2.7.0) adds context manager support for `asn1.Encoder`. PyIMG4's parsing code can be updated to utilize this.
There is al…
-
In https://github.com/promplate/partial-json-parser/blob/265c965002c9afaa15a5429e03cb317071f7286e/src/partial_json_parser/core/complete.py#L32 there is a `return` statement in a `finally` block, which…
-
Hi,
After successfully loading a netlist and executing the following lines of sample Python code in the Python widget, I saved the commands in a .py script.
```
from hal_plugins import graph_algo…
-
Have run the test packaged with the software successfully. But when I try to run my own data, I get the following error:
python create_inference_graphs.py --reads All+RatQ3.fastq --gfa raven-unpoli…
-
When executing the query
`test lang:python` on the demo, this produces 15 results:
https://sourcebot.dev/search?query=test%20lang%3Apython
When this is changed to
`test (lang:python)` this drops t…
-
I installed this with `pip install code-tokenize`, but when I tried using it I got an `AttributeError` because `tree_sitter.Language` has no `build_library`:
```
>>> import code_tokenize as ctok
>>…
-
**Is your feature request related to a problem? Please describe.**
When writing Bash scripts taking command line options, I use `getopt` to preprocess the command line, and a `while` loop and `case` …
-
Currently the Java-AST is printed (as python code) to the console and executed with exec inside parsing.py (str_ast_to_python_ast). This is to dynamic for Rpython and late pypy experiments. It should …
-
## Environment data
- VS Code version: Version: 1.44.0 (user setup) Commit:
- Extension version (available under the Extensions sidebar): 2020.4.76186 + reload required. So most likely 20…
-
Looks like this repo, https://github.com/authentik-community/python-kadmin was archived on nov 6th and now when I try to update my flake and build it with authentik-nix. I get the following error:
…