-
Create a new file using requests.utils. atomic_open with umask set to 0o000
## Expected Result
0o777
## Actual Result
0o600
## Reproduction Steps
```python
import os
import requests.…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
### PsychoPy Version
2024.1.4
### What OS are your PsychoPy running on?
Linux-based systems
### Bug Description
# consol log
09:44:58 PM: Debug: "Shift+Tab" is not supported as a keyboard accele…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-…
-
Traceback (most recent call last):
File "C:\Users\s20128\Desktop\BeautifulSoap\main.py", line 5, in
from AinOnline import fetch_ainonline_news
File "C:\Users\s20128\Desktop\BeautifulSoap\A…
-
Using woof on Python 3.11+ now throws this warning every time:
```
woof:30: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
import cgi, urllib.request, urllib.parse,…
-
This project is unmaintained. If you need a workaround, you can force the dependencies to be a specific version like this:
```
python -m pip install "beautifulsoup4==4.9.1"
python -m pip install …
-
**Describe the bug**
The package does not build as of today, 10-22 on macOS Sequioa 15.0. I suspect it's an issue with Apple chip, package, and dependencies. Would love to contribute but need a stabl…
-
The Ipv6 adress is displayed the same as the Ipv4 adress, because the socket is not using ipv6 for the request.
By default ipv4 is being used for both requests and i couldn't find a way to change tha…
-
We have a verify=False setting in here;
https://github.com/opencadc/vostools/blob/eecfb381463bfed88467370faae5bd8c15aea54a/vos/vos/vos.py#L1183
this should be taken out so that requests stops sh…