-
**Describe the bug**
tortoise-orm's [expand_db_url](https://github.com/tortoise/tortoise-orm/blob/72f84f0848dc68041157f03e60cd1c92b0ee5137/tortoise/backends/base/config_generator.py#L62) function i…
-
The command was initially developed for Python 2, but now breaks with Python 3.
These only small changes are needed to correct the errors:
- [`s3_directory_generator.py`](https://github.com/Every…
-
### Is this a possible security vulnerability?
- [X] This is NOT a possible security vulnerability
### Describe the bug
The adls.sas-token key:value being emitted is adls.sas-token.{account_host}:{…
-
Probably you are already aware, but anyway: `urlparse4.urlsplit` does not accept unicode:
```
In [4]: urlparse4.urlsplit(u'http://google.com')
--------------------------------------------------------…
-
src/visions/types/url.py does not correctly validate URLs.
First, the example code (lines 14--19) from the docs do not return True:
Python 3.9.4 (default, Apr 9 2021, 09:32:38)
[Clang 10.0.0 ]…
-
Modified a bit to work in UnRaid.
Step 1. Use NerdTools to install python3, it will install dependencies automatically [python-pip, python-setuptools]
Step 2. `d# pip install aiohttp`
Step 3. `pyth…
-
I have been trying to run a simple example client against various different AMQP servers from the Apache Software Foundation (Apache ActivemMQ Artemis, Apache Qpid Dispatch Router and Apache c++ broke…
-
import cups, os, optparse, re, urlparse
ImportError: No module named cups
I get this when I run this. I am running a RPi and it may be an issue with how the RPi package unpacked.
-
This code causes a slight random flicker. Do you know what could be causing this?
```
#!/usr/bin/env python
# Display a runtext with double-buffering
import argparse
from rgbmatrix import RGBMa…
-
I converted a working draft-3 CWL file to a version 1.0 CWL file by changing the following.
1. `"cwlVersion": "draft-3",` -> `"cwlVersion": "v1.0",`
2. `"inputs"` -> `"in"` for all STEP inputs (but…