-
The regex
```yaml
pattern: (^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{24})|(^\*+$)
pattern: (^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{24,96})|(^…
-
I have had problems running the beta_to_unicode.py module in the current version when I upgraded from version 1.2.1. Tested on Python 3.9 on mac and 3,11 on debian linux (virtualenvironment)
On Pyt…
SDCLA updated
4 months ago
-
Hello!
I frequently got this error:
```
Window # has same side left as window # but no common parent
```
it prevents from creating or removing windows, and I don't know how to get rid of it.
Con…
-
**Before creating an issue**
Please confirm that you are on the latest version of pytube by installing from the source.
You can do this by running `python -m pip install git+https://github.com/pyt…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I try running a minimal example with only llama-index and llama-index-embeddings-hugging…
-
I'm trying to decrease my Docker image size by cleaning the cache files after installing the requirements but the build fails due to a missing `find` command. This is my `Dockerfile`:
```
FROM pub…
-
### What is the current behavior?
Currently our best-effort to make a layered image for Python is three layers: interpreter, site-packages, app:
https://github.com/aspect-build/bazel-examples/blob/m…
-
Learn terminal tools interactively (in the terminal)
Creator wrote books on grep, awk, sed, regex, python and then went back and took the examples from each book and made them standalone TUI apps:
…
-
**Is your feature request related to a problem? Please describe.**
Running this application in a docker container on Google Kubernetes Engine results in all logs (healthcheck logs, etc) being ingeste…
-
**Describe the bug**
The current implementation for `MySqlContainer` to check if the database is running is like below:
```python
wait_for_logs(
self,
re.compile(".*: ready for connecti…