-
```
Python currently doesn't have a good-quality regex benchmark suite that can
be run automatically, have statistics drawn from it, etc. We need such a
thing before starting work on regex performance…
-
As discussed at FOSS4G Europe 2024 with @EdwardBetts and @pantierra (in support of pygeoapi on Debian):
https://hachyderm.io/@edward/112728302761775798
@EdwardBetts @pantierra can you confirm th…
-
This has come up a few times on the JET server and even in my DMs so I thought it'd be best to make an issue now.
Starting with pip 24.2 (or 24.3, not sure), proper version identifiers and names fo…
-
When executing aider in an existing repo with R, Python, and Bash scripts, I get this error. When executing aider in a much smaller repo of only Python files, it works without problems. Thank you very…
-
WARNING: Ignoring invalid distribution ~illow (D:\ComfyUI_windows_SDXL\python_embeded\Lib\site-packages)
Collecting transformers>=4.45.0 (from -r requirements.txt (line 1))
Using cached transforme…
-
When using `poetry`, when you try to install `regex` with `poetry add regex` using Python < 3.10, you get the following error:
`Unable to find installation candidates for regex (2022.7.24)`
When we …
-
### 🐛 Describe the bug
While working on our importer in Torch-MLIR, I noticed that `node.stack_trace` is just a string rather than a more structured piece of data. This repro is extracted from that i…
-
Original Issue: https://github.com/madzak/python-json-logger/issues/194
> ### Fix regex for string template style
> valid String template: `'$asctime $level $message'`
>
> regex for string temp…
-
**Describe the bug**
In the second code cell of this sheet (https://github.com/rlayers/pawpaw/blob/master/docs/0.%20Introduction.md) the code returns an attribute error:
`'TypeError: fullmatch() m…
-
Downloaded `webui_forge_cu124_torch24.7z`
Running `update.bat` and then `run.bat`.
run.bat cmd window instantly produces an error:
```
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49…