-
Version 1.11.2 of cldoc doesn't run on Ubuntu 18.04 LTS. The error is:
Fatal: Failed to run clang++ to obtain system include headers, please install clang++ to use cldoc
Error message: […
-
CC @delucchi-cmu
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **boost/1.75.0**
* Operating System+version: **Windows 10**
* Compiler+version: **MinGW 8.…
-
FYI: Managed to hotfix the issue by adding "unidecode" lib and normalizing accent characters before the regex
```
def download_from_youtube():
title = get_youtube_title(settings…
-
I set up a fresh, new environment to test PyInquirer with but all examples return the following (or similar) error:
```
python checkbox.py
Traceback (most recent call last):
File "checkbox.py…
-
Moses default behavior is to use a regex to deduplicate spaces, https://github.com/alvations/sacremoses/blob/master/sacremoses/tokenize.py#L507
But in Python, this can be don't by doing `" ".join(t…
-
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on t…
-
环境:
accelerate 0.34.2
aiohappyeyeballs 2.4.2
aiohttp 3.10.8
aiosignal 1.3.1
annotated-types 0.7.0
anyio 4.6.0
a…
-
Our targets include
- python
- json schema
- OWL
JSON-Schema supports a subset of javascript/ECMA regexes, described here:
- https://json-schema.org/understanding-json-schema/reference/regula…
-
First of all thanks for all help of the community, dragonfly is one of the best open-source projects I've seen.
I'm trying to use dragonfly with DNS but I've been lost. In the [Installation](https:…