title stringlengths 2 169 | diff stringlengths 235 19.5k | body stringlengths 0 30.5k | url stringlengths 48 84 | created_at stringlengths 20 20 | closed_at stringlengths 20 20 | merged_at stringlengths 20 20 | updated_at stringlengths 20 20 | diff_len float64 101 3.99k | repo_name stringclasses 83
values | __index_level_0__ int64 15 52.7k |
|---|---|---|---|---|---|---|---|---|---|---|
TST: Fix broken test cases where Timedelta/Timestamp raise | diff --git a/pandas/core/dtypes/cast.py b/pandas/core/dtypes/cast.py
index 08176af2b326d..5801384bf8db9 100644
--- a/pandas/core/dtypes/cast.py
+++ b/pandas/core/dtypes/cast.py
@@ -350,14 +350,21 @@ def maybe_promote(dtype, fill_value=np.nan):
# returns tuple of (dtype, fill_value)
if issubclass(dtype.type,... | Orthogonal to #28725, but will need to be rebased after that is merged. | https://api.github.com/repos/pandas-dev/pandas/pulls/28729 | 2019-10-01T15:30:13Z | 2019-10-02T11:55:36Z | 2019-10-02T11:55:36Z | 2019-10-02T13:27:34Z | 1,149 | pandas-dev/pandas | 44,916 |
Add deprecation warning re unset namespace in k8s hook | diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
index 6a0c5edb2962d..b379dc45be43f 100644
--- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst
+++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst
@@ -39,6 +39,13 @@ Features
* KubernetsPodOperator argumen... | Currently when k8s conn defined but namespace not set, we return 'default'. This is not good behavior because e.g. in KPO we aren't able to tell whether user explicitly set namespace or whether it's just inserted as a fallback -- something that's important for applying precedence.
So we deprecate the return of 'def... | https://api.github.com/repos/apache/airflow/pulls/27202 | 2022-10-22T19:46:48Z | 2022-10-26T22:10:05Z | 2022-10-26T22:10:05Z | 2022-10-26T22:10:06Z | 1,434 | apache/airflow | 14,916 |
[AIRFLOW-3834] Remove dagbag from /log | diff --git a/airflow/www/views.py b/airflow/www/views.py
index fb77aa9483047..2750c5005dfe4 100644
--- a/airflow/www/views.py
+++ b/airflow/www/views.py
@@ -600,7 +600,7 @@ def log(self, session=None):
execution_date = request.args.get('execution_date')
dttm = pendulum.parse(execution_date)
f... | Make sure you have checked _all_ steps below.
### Jira
- [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR title.
- https://issues.apache.org/jira/browse/AIRFLOW-3834
### Description
Remove DagBag from the /log endpoint
... | https://api.github.com/repos/apache/airflow/pulls/4841 | 2019-03-05T16:25:08Z | 2019-03-07T15:06:05Z | 2019-03-07T15:06:05Z | 2019-03-07T15:06:05Z | 428 | apache/airflow | 14,034 |
Reorganize MoE news and tutorials. | diff --git a/README.md b/README.md
index ed55a2c6e7cf..7bc63d942800 100755
--- a/README.md
+++ b/README.md
@@ -13,16 +13,16 @@ Remove until pypi issue is resolved: https://status.python.org/incidents/2jj696s
[](https://pepy.tech/project/deepspeed)
-->
## Latest Ne... | https://api.github.com/repos/microsoft/DeepSpeed/pulls/1708 | 2022-01-19T05:20:05Z | 2022-01-19T17:38:56Z | 2022-01-19T17:38:56Z | 2022-01-19T17:39:00Z | 1,740 | microsoft/DeepSpeed | 10,262 | |
Update SimpleStopWatch.py | diff --git a/README.md b/README.md
index fbbc086a17..8b1d4c4698 100644
--- a/README.md
+++ b/README.md
@@ -60,5 +60,9 @@ In the scripts the comments and other documents are lined up correctly when they
- [Google_News.py](https://github.com/geekcomputers/Python/blob/master/Google_News.py) - Uses BeautifulSoup to provid... | - Add a live time counter display to stopwatch (updates every second)
<img width="464" alt="preview" src="https://user-images.githubusercontent.com/5627160/47959077-43b00b80-e001-11e8-9ac5-ae355ca5e36e.png">
- Update README.md
| https://api.github.com/repos/geekcomputers/Python/pulls/428 | 2018-11-04T01:45:01Z | 2018-11-04T21:58:19Z | 2018-11-04T21:58:19Z | 2018-11-04T21:58:23Z | 460 | geekcomputers/Python | 31,020 |
yum: cover "Nothing to do" not only for groups | diff --git a/lib/ansible/modules/packaging/os/yum.py b/lib/ansible/modules/packaging/os/yum.py
index e924a3bdc02cb1..2e4b89d53d2ce6 100644
--- a/lib/ansible/modules/packaging/os/yum.py
+++ b/lib/ansible/modules/packaging/os/yum.py
@@ -688,11 +688,8 @@ def exec_install(module, items, action, pkgs, res, yum_basecmd):
... | ##### SUMMARY
<!--- Describe the change, including rationale and design decisions -->
<!---
If you are fixing an existing issue, please include "Fixes #nnn" in your
commit message and your description; but you should still explain what
the change does.
-->
##### ISSUE TYPE
<!--- Pick one below and delete th... | https://api.github.com/repos/ansible/ansible/pulls/28283 | 2017-08-16T15:03:03Z | 2017-08-16T15:24:52Z | 2017-08-16T15:24:52Z | 2019-04-26T22:17:45Z | 240 | ansible/ansible | 49,520 |
Correct login request example | diff --git a/docs/topics/request-response.rst b/docs/topics/request-response.rst
index 69e4b738b9b..62be0b29b96 100644
--- a/docs/topics/request-response.rst
+++ b/docs/topics/request-response.rst
@@ -367,7 +367,7 @@ method for this job. Here's an example spider which uses it::
def after_login(self, response):... | In the example log is not imported
and not found in the global name space
For more recent branches than 0.24
requests documentation is adapted
with newer logging methods
so this patch is not needed
| https://api.github.com/repos/scrapy/scrapy/pulls/1208 | 2015-05-05T08:46:59Z | 2015-05-05T11:46:19Z | 2015-05-05T11:46:19Z | 2015-05-05T11:46:19Z | 147 | scrapy/scrapy | 34,521 |
[Apache v2] Implement ApacheConfigurator get_virtual_hosts() | diff --git a/certbot-apache/certbot_apache/apache_util.py b/certbot-apache/certbot_apache/apache_util.py
index 70febc9495b..085ccddc8fa 100644
--- a/certbot-apache/certbot_apache/apache_util.py
+++ b/certbot-apache/certbot_apache/apache_util.py
@@ -1,5 +1,6 @@
""" Utility functions for certbot-apache plugin """
impor... | This replaces #7398 as there are quite a few changes (mostly to other parts than the actual ApacheConfigurator logic though), so I guessed it'd probably be best to start from scratch. The diff looks a bit messy as this is built on top of #7561 and #7562 but it'll clear up when those are taken care of.
This PR also ... | https://api.github.com/repos/certbot/certbot/pulls/7564 | 2019-11-15T21:45:10Z | 2019-12-19T08:51:42Z | 2019-12-19T08:51:42Z | 2019-12-19T08:51:42Z | 3,651 | certbot/certbot | 3,114 |
DOC: Fixing EX01 - Added more examples | diff --git a/ci/code_checks.sh b/ci/code_checks.sh
index 28fec987efd1a..304b4616355db 100755
--- a/ci/code_checks.sh
+++ b/ci/code_checks.sh
@@ -263,16 +263,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
pandas.core.window.ewm.ExponentialMovingWindow.cov \
pandas.api.indexers.BaseIndexer ... | - [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit).
Towards https://github.com/pandas-dev/pandas/issues/37875
| https://api.github.com/repos/pandas-dev/pandas/pulls/53540 | 2023-06-06T17:08:56Z | 2023-06-07T15:36:23Z | 2023-06-07T15:36:23Z | 2023-06-07T17:38:10Z | 2,762 | pandas-dev/pandas | 45,758 |
text-ify config warning message | diff --git a/lib/ansible/config/manager.py b/lib/ansible/config/manager.py
index cbce2048ffb0d0..de146062e34048 100644
--- a/lib/ansible/config/manager.py
+++ b/lib/ansible/config/manager.py
@@ -393,7 +393,7 @@ def _loop_entries(self, container, entry_list):
try:
temp_value = container.get... | ##### SUMMARY
ensure that config warning messages are always wide strings
##### ISSUE TYPE
- Bugfix Pull Request
##### COMPONENT NAME
<!--- Write the short name of the module, plugin, task or feature below -->
##### ADDITIONAL INFORMATION
<!--- Include additional information to help people understand the c... | https://api.github.com/repos/ansible/ansible/pulls/63349 | 2019-10-10T17:24:05Z | 2019-10-10T18:31:54Z | 2019-10-10T18:31:54Z | 2019-11-13T20:00:41Z | 182 | ansible/ansible | 49,264 |
fix(alert): Save less tags when recording saveAlertRule transaction | diff --git a/static/app/views/settings/incidentRules/ruleForm/index.tsx b/static/app/views/settings/incidentRules/ruleForm/index.tsx
index 20259d6a32f6c..9177b471da913 100644
--- a/static/app/views/settings/incidentRules/ruleForm/index.tsx
+++ b/static/app/views/settings/incidentRules/ruleForm/index.tsx
@@ -448,9 +448,... | Previously this transaction saved all actions that the alert rule was being saved with, but this is a little too cluttered and a lot of these tags are not important to know for performance reasons. It seems the most important tag to capture is whether the user is saving a slack rule.
This PR removes all other actio... | https://api.github.com/repos/getsentry/sentry/pulls/25642 | 2021-04-26T23:21:05Z | 2021-04-27T17:43:04Z | 2021-04-27T17:43:04Z | 2024-03-05T19:38:17Z | 420 | getsentry/sentry | 43,996 |
TST Ignore Kmeans test failures on MacOS (0.20.X) | diff --git a/sklearn/cluster/tests/test_k_means.py b/sklearn/cluster/tests/test_k_means.py
index cec0fa2897546..a467b80538447 100644
--- a/sklearn/cluster/tests/test_k_means.py
+++ b/sklearn/cluster/tests/test_k_means.py
@@ -336,6 +336,10 @@ def test_k_means_fit_predict(algo, dtype, constructor, seed, max_iter, tol):
... | See https://github.com/scikit-learn/scikit-learn/issues/12644#issuecomment-440949725
Tag #12644 from 0.20.1 to 0.21
For 0.20.X branch. | https://api.github.com/repos/scikit-learn/scikit-learn/pulls/12651 | 2018-11-22T15:13:58Z | 2018-11-22T20:21:54Z | 2018-11-22T20:21:54Z | 2018-11-23T04:13:53Z | 215 | scikit-learn/scikit-learn | 45,891 |
New rule: sl -> ls | diff --git a/README.md b/README.md
index 6d584ed22..ec680efb5 100644
--- a/README.md
+++ b/README.md
@@ -163,6 +163,7 @@ using matched rule and run it. Rules enabled by default:
* `mkdir_p` – adds `-p` when you trying to create directory without parent;
* `no_command` – fixes wrong console commands, for e... | When typing quickly, I make this mistake all the time. This addition allows you to unfuck sl, replacing it with ls.
| https://api.github.com/repos/nvbn/thefuck/pulls/106 | 2015-04-23T05:15:33Z | 2015-04-23T13:01:57Z | 2015-04-23T13:01:57Z | 2015-04-23T13:01:57Z | 508 | nvbn/thefuck | 30,924 |
DeepSpeed examples refresh | diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 37adb6f39e5c..000000000000
--- a/.gitmodules
+++ /dev/null
@@ -1,4 +0,0 @@
-[submodule "DeepSpeedExamples"]
- path = DeepSpeedExamples
- url = https://github.com/microsoft/DeepSpeedExamples
- branch = master
diff --git a/DeepSpeedExamples b/DeepSpeed... | Removes the DeepSpeedExamples submodule, adds an `examples` folder that points people to several sources of DeepSpeed examples. Also updates python setup to exclude all non-relevant folders. | https://api.github.com/repos/microsoft/DeepSpeed/pulls/2021 | 2022-06-16T00:39:01Z | 2022-06-16T01:46:31Z | 2022-06-16T01:46:31Z | 2022-06-16T01:46:33Z | 576 | microsoft/DeepSpeed | 10,129 |
Better DNS error handling | diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5778b4a78..c02c9c07e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Added support for basic JSON types on `--form`/`--multipart` when using JSON only operators (`:=`/`:=@`). ([#1212](h... | E.g
```
$ http non.existent.url
http: error: gaierror: [Errno -2] Name or service not known
Couldn't resolve the given URL. Perhaps check the URL and try again.
```
or
```
http: error: gaierror: [Errno -3] Temporary failure in name resolution
Couldn't connect to a DNS server. Perhaps check your connection and... | https://api.github.com/repos/httpie/cli/pulls/1249 | 2021-12-22T15:30:40Z | 2021-12-23T19:35:30Z | 2021-12-23T19:35:30Z | 2021-12-23T19:35:30Z | 1,405 | httpie/cli | 34,103 |
Install primer.json with black | diff --git a/CHANGES.md b/CHANGES.md
index d114c5136ff..37b5da6a40d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,11 @@
## Change Log
+### Unreleased
+
+#### _Packaging_
+
+- Install `primer.json` (used by `black-primer` by default) with black. (#2154)
+
### 21.4b1
#### _Black_
diff --git a/setup.py b/setu... | Fixes https://github.com/psf/black/issues/2153 | https://api.github.com/repos/psf/black/pulls/2154 | 2021-04-27T15:36:22Z | 2021-04-27T15:58:39Z | 2021-04-27T15:58:39Z | 2021-04-27T15:58:40Z | 303 | psf/black | 24,547 |
bpo-18748: test_io: silence destructor errors | diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py
index 811a446f92be31..5406a2891bb251 100644
--- a/Lib/test/test_io.py
+++ b/Lib/test/test_io.py
@@ -991,6 +991,9 @@ def flush(self):
# This would cause an assertion failure.
self.assertRaises(OSError, f.close)
+ # Silence destructor error... |
<!-- issue-number: [bpo-18748](https://bugs.python.org/issue18748) -->
https://bugs.python.org/issue18748
<!-- /issue-number -->
| https://api.github.com/repos/python/cpython/pulls/12805 | 2019-04-12T15:09:59Z | 2019-04-12T19:58:25Z | 2019-04-12T19:58:25Z | 2023-08-31T07:08:30Z | 693 | python/cpython | 4,124 |
Changed order of tests for travis | diff --git a/.travis.yml b/.travis.yml
index 38686725ece..5b2a1c9fd7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,18 +3,18 @@ dist: trusty
language: python
matrix:
include:
- - python: 3.4
- env: KERAS_BACKEND=theano
- - python: 3.4
- env: KERAS_BACKEND=tensorflow
- ... | Shortest tests first.
If they fail, travis will show the error.
Should give pull requesters faster feedback. | https://api.github.com/repos/keras-team/keras/pulls/4643 | 2016-12-08T10:59:26Z | 2016-12-08T12:09:43Z | 2016-12-08T12:09:43Z | 2016-12-12T00:45:30Z | 347 | keras-team/keras | 47,064 |
bpo-33883: Mention mypy, pyre, pytype and PyAnnotate in FAQ | diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
index 53f3b7f528c065..fd720c1a304b0f 100644
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -71,6 +71,11 @@ length, whether variable names are well-formed according to your coding
standard, whether declared interfaces are fully implemented, ... | <!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.
# Pull Request title
It should be in the following format:
```
bpo-NNNN: Summary of the changes made
```
Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.
Most PRs will require ... | https://api.github.com/repos/python/cpython/pulls/7760 | 2018-06-17T00:53:43Z | 2018-09-11T05:12:42Z | 2018-09-11T05:12:42Z | 2018-09-24T19:55:12Z | 203 | python/cpython | 3,832 |
Pass reference to func, as well as args, when pushing frame. | diff --git a/Include/internal/pycore_frame.h b/Include/internal/pycore_frame.h
index 85b9cf0f77bcb0..1ad156290a55e9 100644
--- a/Include/internal/pycore_frame.h
+++ b/Include/internal/pycore_frame.h
@@ -87,12 +87,12 @@ static inline void _PyFrame_StackPush(InterpreterFrame *f, PyObject *value) {
void _PyFrame_Copy(I... | Minor efficiency improvement. When pushing a frame we transfer the references to the args to the frame. This does the same for the `func`.
Also removes unused function `_PyThreadState_PushFrame`.
This is all internal. | https://api.github.com/repos/python/cpython/pulls/31100 | 2022-02-03T12:05:36Z | 2022-02-03T18:36:29Z | 2022-02-03T18:36:29Z | 2022-02-03T18:36:37Z | 1,728 | python/cpython | 4,412 |
Update CI to TF 2.16 RC0 | diff --git a/requirements-jax-cuda.txt b/requirements-jax-cuda.txt
index 7998d6734cc..1fb6eeb0515 100644
--- a/requirements-jax-cuda.txt
+++ b/requirements-jax-cuda.txt
@@ -1,5 +1,5 @@
# Tensorflow cpu-only version (needed for testing).
-tf-nightly-cpu==2.16.0.dev20240101 # Pin a working nightly until rc0.
+tensorflo... | Now that RC0 is released, pin to TF 2.16 RC0 instead of Nightly.
Spectral Norm test is failing on the Master as well for TF GPU Backend. | https://api.github.com/repos/keras-team/keras/pulls/19222 | 2024-02-23T21:51:28Z | 2024-02-23T22:37:28Z | 2024-02-23T22:37:28Z | 2024-02-23T22:37:32Z | 601 | keras-team/keras | 47,322 |
[fix] fix typo s/get_defualt_parser /get_default_parser | diff --git a/examples/language/grok-1/inference.py b/examples/language/grok-1/inference.py
index faef7ae9d7ca..58ba3872f856 100644
--- a/examples/language/grok-1/inference.py
+++ b/examples/language/grok-1/inference.py
@@ -2,10 +2,10 @@
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
-from... | ## 📌 Checklist before creating the PR
- [ ] I have created an issue for this PR for traceability
- [ ] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description`
- [ ] I have added relevant tags if possible for us to better distinguish different PRs
## 🚨 Issue number
Not invo... | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/5548 | 2024-04-03T03:51:27Z | 2024-04-07T11:04:58Z | 2024-04-07T11:04:58Z | 2024-04-07T11:49:00Z | 540 | hpcaitech/ColossalAI | 11,249 |
Run tests on Travis CI | diff --git a/.travis.yml b/.travis.yml
index 3eb6ce63..f64a78ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,14 @@ language:
- generic
before_install:
- - docker-compose up -d
- - docker ps
+ - docker-compose build
- docker images
+ - docker-compose -f docker-compose.yml -f docker-compose.debug.ym... | Travis status from my fork https://travis-ci.com/github/abitrolly/cheat.sh/builds
---
They don't really work well.

| https://api.github.com/repos/chubin/cheat.sh/pulls/224 | 2020-07-29T17:05:17Z | 2020-08-06T04:31:21Z | 2020-08-06T04:31:21Z | 2020-10-13T05:10:11Z | 2,167 | chubin/cheat.sh | 15,259 |
Correctly return get_unit_size | diff --git a/manimlib/mobject/number_line.py b/manimlib/mobject/number_line.py
index 40577194a3..f8a7c17fa4 100644
--- a/manimlib/mobject/number_line.py
+++ b/manimlib/mobject/number_line.py
@@ -131,7 +131,7 @@ def p2n(self, point):
return self.point_to_number(point)
def get_unit_size(self):
- re... | A very simple fix for `mobject.number_line.get_number_line()`
Closes https://github.com/3b1b/manim/issues/997
> In `manimlib/mobject/number_line.py` the method `get_unit_size()` is defined thus
>
> ```python
> def get_unit_size(self):
> return (self.x_max - self.x_min) / self.get_length()
> ```
>
> H... | https://api.github.com/repos/3b1b/manim/pulls/1064 | 2020-05-13T16:20:45Z | 2020-09-30T15:21:57Z | 2020-09-30T15:21:57Z | 2020-09-30T15:21:57Z | 157 | 3b1b/manim | 18,079 |
Update SimPy Link | diff --git a/README.md b/README.md
index c93f2c393..fe6c218ec 100644
--- a/README.md
+++ b/README.md
@@ -1024,7 +1024,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [QuTiP](http://qutip.org/) - Quantum Toolbox in Python.
* [RDKit](http://www.rdkit.org/) - Cheminformatics and Machine Learning... | The previous link was returning 404. Updated with current working URL
| https://api.github.com/repos/vinta/awesome-python/pulls/1602 | 2020-08-26T17:38:23Z | 2020-08-27T16:45:48Z | 2020-08-27T16:45:48Z | 2020-08-27T17:24:12Z | 271 | vinta/awesome-python | 27,252 |
changed VAE sampling variance to 1 | diff --git a/examples/variational_autoencoder.py b/examples/variational_autoencoder.py
index be8c51f8890..69b846aab25 100644
--- a/examples/variational_autoencoder.py
+++ b/examples/variational_autoencoder.py
@@ -16,7 +16,7 @@
latent_dim = 2
intermediate_dim = 256
nb_epoch = 50
-epsilon_std = 0.01
+epsilon_std = 1.0... | In discussion with Amar Shah @amarshah.
The loss/negative lower bound is now correct with this fix.
| https://api.github.com/repos/keras-team/keras/pulls/4211 | 2016-10-27T12:26:47Z | 2016-11-02T22:58:32Z | 2016-11-02T22:58:32Z | 2016-11-02T22:58:32Z | 275 | keras-team/keras | 47,342 |
Pass binary data via APIGateway - Integration test | diff --git a/tests/integration/test_api_gateway.py b/tests/integration/test_api_gateway.py
index ed47bdb7b9f88..d6316b889d906 100644
--- a/tests/integration/test_api_gateway.py
+++ b/tests/integration/test_api_gateway.py
@@ -450,6 +450,11 @@ def _test_api_gateway_lambda_proxy_integration(
result = requests.pos... | This PR extends the integration test in APIGateway to cover the passing of binary data via APIGateway.
It is a follow-up PR to PR #4249
| https://api.github.com/repos/localstack/localstack/pulls/4272 | 2021-07-07T22:14:39Z | 2021-12-29T20:45:41Z | 2021-12-29T20:45:41Z | 2022-01-11T16:01:54Z | 203 | localstack/localstack | 28,869 |
Resonant Frequency & Electrical Impedance | diff --git a/electronics/electrical_impedance.py b/electronics/electrical_impedance.py
new file mode 100644
index 000000000000..44041ff790b6
--- /dev/null
+++ b/electronics/electrical_impedance.py
@@ -0,0 +1,46 @@
+"""Electrical impedance is the measure of the opposition that a
+circuit presents to a current when a vol... | ### Describe your change:
* [x] Add an algorithm?
* [ ] Fix a bug or typo in an existing algorithm?
* [ ] Documentation change?
### Checklist:
* [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md).
* [x] This pull request is all my own work -- I have not ... | https://api.github.com/repos/TheAlgorithms/Python/pulls/6983 | 2022-10-11T08:35:46Z | 2022-10-29T15:25:27Z | 2022-10-29T15:25:27Z | 2022-10-29T15:26:40Z | 1,041 | TheAlgorithms/Python | 29,519 |
Create one_cycle() function | diff --git a/train.py b/train.py
index 14d7ac8fc02..d0f3bdcc1ab 100644
--- a/train.py
+++ b/train.py
@@ -28,7 +28,7 @@
from utils.datasets import create_dataloader
from utils.general import labels_to_class_weights, increment_path, labels_to_image_weights, init_seeds, \
fitness, strip_optimizer, get_latest_run, c... |
## 🛠️ PR Summary
<sub>Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions)<sub>
### 🌟 Summary
Improved learning rate scheduling and logging during training in YOLOv5.
### 📊 Key Changes
- Refactored the learning rate scheduling by using a new `one_cycle` method.
- Adjusted the condition ... | https://api.github.com/repos/ultralytics/yolov5/pulls/1836 | 2021-01-04T23:45:11Z | 2021-01-04T23:49:08Z | 2021-01-04T23:49:08Z | 2024-01-19T19:57:06Z | 751 | ultralytics/yolov5 | 25,111 |
Pyplot should invoke function for coordinates | diff --git a/lib/streamlit/elements/pyplot.py b/lib/streamlit/elements/pyplot.py
index 343e8993e26f..6703007396fd 100644
--- a/lib/streamlit/elements/pyplot.py
+++ b/lib/streamlit/elements/pyplot.py
@@ -89,7 +89,7 @@ def pyplot(dg, fig=None, clear_figure=None, **kwargs):
dg.exception(PyplotGlobalUseWarning... | Originally, Pyplot Mixin just sends the function to retrieve the coordinates rather than the coordinates themselves. This caused a problem for the MediaFileManager deleting files since the media was replacing at the "same coordinate" | https://api.github.com/repos/streamlit/streamlit/pulls/2158 | 2020-10-12T17:44:22Z | 2020-10-12T18:15:54Z | 2020-10-12T18:15:54Z | 2021-07-24T00:36:47Z | 188 | streamlit/streamlit | 21,992 |
Added Georgian translation | diff --git a/README.md b/README.md
index 2c85d793741..3ac67dbca9b 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ Translations
* [Croatian](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/README-hr-HR.md)
* [Dutch](https://github.com/sqlmapproject/sqlmap/blob/master/doc/translations/READ... | I have added a Georgian translation for the README.
I have also added the Georgian language to the language list. | https://api.github.com/repos/sqlmapproject/sqlmap/pulls/5095 | 2022-05-09T16:28:08Z | 2022-05-13T16:13:02Z | 2022-05-13T16:13:02Z | 2022-05-31T13:00:59Z | 3,746 | sqlmapproject/sqlmap | 14,952 |
Upgrade snap to be based on core20 | diff --git a/snap/local/build_and_install.sh b/snap/local/build_and_install.sh
index e51e6770c68..7e76fcdc1a5 100755
--- a/snap/local/build_and_install.sh
+++ b/snap/local/build_and_install.sh
@@ -21,7 +21,8 @@ source "${DIR}/common.sh"
RegisterQemuHandlers
ResolveArch "${SNAP_ARCH}"
-tools/strip_hashes.py letsencr... | A squashed version of https://github.com/certbot/certbot/pull/8078. The diff between the two branches is identical.
#8078 LGTM otherwise.
This PR makes several changes to be built on top of the core20 base snap.
The main changes are to `snapcraft.yaml`. With Snapcraft 4.0/core20 base, the python plugin is a th... | https://api.github.com/repos/certbot/certbot/pulls/8086 | 2020-06-17T23:59:29Z | 2020-06-18T00:20:47Z | 2020-06-18T00:20:47Z | 2020-06-18T00:22:24Z | 2,495 | certbot/certbot | 1,420 |
P.5 example read int array size mismatch | diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index 0694513fe..e31741913 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -697,7 +697,7 @@ Or better still just use the type system and replace `Int` with `int32_t`.
void read(int* p, int n); // read max n integers into *p
int a[100... | It appears as though the max read int size is larger than the int array size itself. Was this the intention in showing that there are possible bugs associated with such non-compile-time code? If so, I think it would be clearer to put an exact equivalent approach. | https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/1161 | 2018-03-10T22:31:50Z | 2018-03-11T08:13:56Z | 2018-03-11T08:13:56Z | 2018-03-11T08:13:56Z | 139 | isocpp/CppCoreGuidelines | 15,295 |
Add debugging option for drawing landmarks on face extraction. | diff --git a/scripts/extract.py b/scripts/extract.py
index e59bfad0d0..972806b37a 100644
--- a/scripts/extract.py
+++ b/scripts/extract.py
@@ -37,6 +37,12 @@ def add_optional_arguments(self, parser):
type=int,
default=1,
help="Number... | https://api.github.com/repos/deepfakes/faceswap/pulls/199 | 2018-02-15T11:13:48Z | 2018-03-03T11:02:51Z | 2018-03-03T11:02:51Z | 2018-03-07T09:16:01Z | 290 | deepfakes/faceswap | 18,621 | |
Docs: fixes | diff --git a/docs/cli.rst b/docs/cli.rst
index 171352ebe1..477802eb42 100644
--- a/docs/cli.rst
+++ b/docs/cli.rst
@@ -23,7 +23,7 @@ the same.
The way this script works is by providing access to all the commands on
your Flask application's :attr:`Flask.cli` instance as well as some
built-in commands that are always ... | https://api.github.com/repos/pallets/flask/pulls/1050 | 2014-05-07T20:37:39Z | 2014-05-09T13:50:11Z | 2014-05-09T13:50:11Z | 2020-11-14T03:20:08Z | 1,220 | pallets/flask | 20,601 | |
Update using_black_with_other_tools.md to ensure flake8 configuration examples are consistant | diff --git a/docs/guides/using_black_with_other_tools.md b/docs/guides/using_black_with_other_tools.md
index 22c641a7420..e642a1aef33 100644
--- a/docs/guides/using_black_with_other_tools.md
+++ b/docs/guides/using_black_with_other_tools.md
@@ -145,7 +145,7 @@ There are a few deviations that cause incompatibilities wit... | ### Description
On the documentation page "Using Black with other tools" the `.flake8` example included `E7041` in the ignore, but none of the other examples include this ignore and there is no mention of this above this. Removing `E7041` from the example.
### Checklist - did you ...
<!-- If any of the followi... | https://api.github.com/repos/psf/black/pulls/4157 | 2024-01-18T14:55:28Z | 2024-01-19T23:54:33Z | 2024-01-19T23:54:33Z | 2024-01-22T14:13:43Z | 243 | psf/black | 24,586 |
There is a typo in face_recognition/example/facerec_ipcamera_knn.py | diff --git a/examples/facerec_ipcamera_knn.py b/examples/facerec_ipcamera_knn.py
index ae9223416..55623ed8f 100644
--- a/examples/facerec_ipcamera_knn.py
+++ b/examples/facerec_ipcamera_knn.py
@@ -209,6 +209,6 @@ def show_prediction_labels_on_image(frame, predictions):
frame = show_prediction_labels_on_ima... | The third last line (line no. 212) is written as cap1.release(). It should be cap.release instead.
cap1.release() > cap.release() | https://api.github.com/repos/ageitgey/face_recognition/pulls/1279 | 2021-02-07T14:31:15Z | 2022-06-10T09:03:37Z | 2022-06-10T09:03:37Z | 2022-06-10T09:03:37Z | 143 | ageitgey/face_recognition | 22,562 |
Introducing the cd-cs feature | diff --git a/README.md b/README.md
index 532df6be5..7a18ab3dd 100644
--- a/README.md
+++ b/README.md
@@ -179,6 +179,7 @@ following rules are enabled by default:
* `cargo_no_command` – fixes wrongs commands like `cargo buid`;
* `cat_dir` – replaces `cat` with `ls` when you try to `cat` a directory;
* `cd_... | I found in my usage that due to the proximity of the 's' and 'd' key, I would commonly type cs when I mean to say cd.
I am hoping to address that with this update to the rules. | https://api.github.com/repos/nvbn/thefuck/pulls/1167 | 2021-02-14T01:17:05Z | 2021-03-22T19:55:45Z | 2021-03-22T19:55:45Z | 2021-03-22T19:56:08Z | 551 | nvbn/thefuck | 30,638 |
don't run more than 61 workers on Windows | diff --git a/README.md b/README.md
index afc9e8e808..28c4fbe0d8 100644
--- a/README.md
+++ b/README.md
@@ -986,6 +986,8 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
### 19.5b0
+* don't crash when run on a Windows machine with more than 61 cores (#838)
+
* remove unnecessary parentheses around ... | Fixes #564 | https://api.github.com/repos/psf/black/pulls/838 | 2019-05-07T15:49:41Z | 2019-05-07T17:11:21Z | 2019-05-07T17:11:21Z | 2019-06-25T23:36:12Z | 611 | psf/black | 23,753 |
Add Supervisor to DevOps Tools section | diff --git a/README.md b/README.md
index b6ed6add6..b2e8c525e 100644
--- a/README.md
+++ b/README.md
@@ -986,6 +986,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [fig](http://www.fig.sh/) - Fast, isolated development environments using [Docker](https://www.docker.com/).
* [hg... | It's a bit strange that Supervisor was not added previously to this awesome list. I saw `honcho` in DevOps section, so I added Supervisor here.
| https://api.github.com/repos/vinta/awesome-python/pulls/312 | 2015-03-03T04:04:19Z | 2015-03-04T05:26:15Z | 2015-03-04T05:26:15Z | 2015-03-04T06:32:51Z | 178 | vinta/awesome-python | 26,888 |
Include added/deleted TXT record name in RFC 2136 debug log | diff --git a/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/dns_rfc2136.py b/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/dns_rfc2136.py
index ee71c9681d7..cb4d5addb09 100644
--- a/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/dns_rfc2136.py
+++ b/certbot-dns-rfc2136/certbot_dns_rfc2136/_internal/dns_rfc213... | ## Pull Request Checklist
- [ ] If the change being made is to a [distributed component](https://certbot.eff.org/docs/contributing.html#code-components-and-layout), edit the `master` section of `certbot/CHANGELOG.md` to include a description of the change being made.
- [ ] Include your name in `AUTHORS.md` if you l... | https://api.github.com/repos/certbot/certbot/pulls/7696 | 2020-01-17T13:58:11Z | 2020-01-17T14:42:11Z | 2020-01-17T14:42:11Z | 2020-01-18T09:39:04Z | 332 | certbot/certbot | 3,060 |
Add PlayStore | diff --git a/data.json b/data.json
index 816996fa5..7d2287f88 100644
--- a/data.json
+++ b/data.json
@@ -867,6 +867,13 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
+ "PlayStore": {
+ "errorType": "status_code",
+ "url": "https://play.google.com/store/apps/dev... | Please note: Google PlayStore dev ids are case-sensitive. So for example, If `Facebook` is registered and you search for `facebook`, then it'll return `404`.
There is no way out as of now. | https://api.github.com/repos/sherlock-project/sherlock/pulls/282 | 2019-07-22T23:50:35Z | 2019-07-23T06:55:16Z | 2019-07-23T06:55:16Z | 2019-07-23T08:42:28Z | 232 | sherlock-project/sherlock | 36,523 |
Fix example `SECRET_KEY` generation code in documentation | diff --git a/docs/config.rst b/docs/config.rst
index 2f387b4600..ad73710987 100644
--- a/docs/config.rst
+++ b/docs/config.rst
@@ -180,7 +180,7 @@ The following configuration values are used internally by Flask:
application. It should be a long random ``bytes`` or ``str``. For
example, copy the output of this... | Removes the extra `)` in:
```python
print(secrets.token_hex()))
^
``` | https://api.github.com/repos/pallets/flask/pulls/4304 | 2021-10-18T08:39:53Z | 2021-10-18T08:41:39Z | 2021-10-18T08:41:39Z | 2021-11-02T00:03:26Z | 188 | pallets/flask | 20,595 |
FIX: acx.fetch_ohlcv handled since parameter incorrect | diff --git a/js/acx.js b/js/acx.js
index 8a1e825f3797..83ae62ec001a 100644
--- a/js/acx.js
+++ b/js/acx.js
@@ -303,7 +303,7 @@ module.exports = class acx extends Exchange {
'limit': limit,
};
if (since !== undefined) {
- request['timestamp'] = since;
+ request['times... | @kroitor I see a pattern there. Is there a reason for this? Was the parameter in seconds before? | https://api.github.com/repos/ccxt/ccxt/pulls/5379 | 2019-06-26T16:23:48Z | 2019-06-26T23:31:04Z | 2019-06-26T23:31:04Z | 2019-08-31T16:52:01Z | 146 | ccxt/ccxt | 13,381 |
BUG: replace with inplace not respecting cow | diff --git a/doc/source/whatsnew/v2.0.0.rst b/doc/source/whatsnew/v2.0.0.rst
index 9fd9faf057a8a..ad4dc9edffefd 100644
--- a/doc/source/whatsnew/v2.0.0.rst
+++ b/doc/source/whatsnew/v2.0.0.rst
@@ -247,6 +247,9 @@ Copy-on-Write improvements
can never update the original Series or DataFrame. Therefore, an informative
... | - [x] closes #51277 (Replace xxxx with the GitHub issue number)
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature
- [x] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/co... | https://api.github.com/repos/pandas-dev/pandas/pulls/51278 | 2023-02-09T21:18:28Z | 2023-02-10T10:47:35Z | 2023-02-10T10:47:35Z | 2023-02-10T10:47:39Z | 1,122 | pandas-dev/pandas | 45,543 |
Improve type hint in homeassistant trigger | diff --git a/homeassistant/components/homeassistant/trigger.py b/homeassistant/components/homeassistant/trigger.py
index 588b6713007dcf..3160af580794ba 100644
--- a/homeassistant/components/homeassistant/trigger.py
+++ b/homeassistant/components/homeassistant/trigger.py
@@ -1,16 +1,17 @@
"""Home Assistant trigger disp... | ## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, be sure to link to that issue in the
additional information section.
-->
As follow-up to #88511
## Type of change
<!--... | https://api.github.com/repos/home-assistant/core/pulls/88596 | 2023-02-22T11:07:40Z | 2023-02-22T12:56:31Z | 2023-02-22T12:56:31Z | 2023-02-23T13:07:13Z | 309 | home-assistant/core | 39,280 |
Small Travis cleanups | diff --git a/.travis.yml b/.travis.yml
index 48b9b43cbfd..55f18338d9d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,6 @@ before_install:
before_script:
- 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 1024 ; fi'
-# using separate envs with different TOXENVs creates 4x1 Travis build
-# matrix, which allo... | - Remove obsolete comment about build matrix.
- Remove after_failure debugging code for MariaDB failures: doesn't work anymore, and isn't needed anymore.
- Remove list of host overrides. This is now taken care of inside Boulder's test configs, by using a fake DNS server. | https://api.github.com/repos/certbot/certbot/pulls/5273 | 2017-11-29T00:11:03Z | 2017-11-29T02:22:01Z | 2017-11-29T02:22:01Z | 2017-11-29T02:22:04Z | 782 | certbot/certbot | 80 |
Avoid src being marked as optional in help | diff --git a/src/black/__init__.py b/src/black/__init__.py
index 8e2123d50cc..51384fb08da 100644
--- a/src/black/__init__.py
+++ b/src/black/__init__.py
@@ -328,6 +328,7 @@ def validate_regex(
exists=True, file_okay=True, dir_okay=True, readable=True, allow_dash=True
),
is_eager=True,
+ metavar="S... | https://github.com/psf/black/issues/704#issuecomment-490251352
I *hope* this is trivial enough where it doesn't need a changelog entry (mostly because I forgot about it and am too lazy to add one). | https://api.github.com/repos/psf/black/pulls/2356 | 2021-07-03T02:13:56Z | 2021-07-09T01:46:32Z | 2021-07-09T01:46:32Z | 2021-07-09T01:46:35Z | 115 | psf/black | 24,392 |
[version] bump version to 0.8.34 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c32af3f7a7b6..6cfd6126909a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,24 @@
# ChangeLog
-## Unreleased
+## [0.8.34] - 2023-09-26
### New Features
- Added `Konko` LLM support (#7775)
- Add before/after context sentence (#7821)
+- EverlyAI integration... | https://api.github.com/repos/run-llama/llama_index/pulls/7841 | 2023-09-26T23:29:16Z | 2023-09-26T23:40:41Z | 2023-09-26T23:40:41Z | 2023-09-26T23:40:41Z | 405 | run-llama/llama_index | 6,724 | |
Remove deprecated os_server_actions alias | diff --git a/lib/ansible/modules/cloud/openstack/_os_server_actions.py b/lib/ansible/modules/cloud/openstack/_os_server_actions.py
deleted file mode 120000
index fbfc7fba62a247..00000000000000
--- a/lib/ansible/modules/cloud/openstack/_os_server_actions.py
+++ /dev/null
@@ -1 +0,0 @@
-os_server_action.py
\ No newline a... | ##### SUMMARY
Remove deprecated os_server_actions alias. Fixes #44991
##### ISSUE TYPE
- Bugfix Pull Request
##### COMPONENT NAME
lib/ansible/modules/cloud/openstack/_os_server_actions.py
lib/ansible/modules/cloud/openstack/os_server_action.py
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansibl... | https://api.github.com/repos/ansible/ansible/pulls/47208 | 2018-10-17T15:54:00Z | 2018-10-18T06:44:44Z | 2018-10-18T06:44:44Z | 2019-07-22T16:59:53Z | 608 | ansible/ansible | 49,078 |
Add inference backend support for data opt out | diff --git a/inference/server/alembic/versions/2023_04_24_2130-401eef162771_add_chat_data_opt_out_field.py b/inference/server/alembic/versions/2023_04_24_2130-401eef162771_add_chat_data_opt_out_field.py
new file mode 100644
index 0000000000..df7f4a41f1
--- /dev/null
+++ b/inference/server/alembic/versions/2023_04_24_21... | Currently there is no functionality to change as we don't have a mechanism of exporting chats. | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/2820 | 2023-04-21T21:22:30Z | 2023-04-29T10:38:23Z | 2023-04-29T10:38:23Z | 2023-04-29T16:36:03Z | 1,121 | LAION-AI/Open-Assistant | 37,013 |
Add Wayland support | diff --git a/share/cht.sh.txt b/share/cht.sh.txt
index c49ca7b7..23335093 100755
--- a/share/cht.sh.txt
+++ b/share/cht.sh.txt
@@ -24,8 +24,8 @@
# count words in text counter
# group elements list
-__CHTSH_VERSION=0.0.2
-__CHTSH_DATETIME="2021-04-23 09:30:30 +0200"
+__CHTSH_VERSION=0.0.3
+__CHTSH_DATETIME="2021-04-... | This adds support for wayland (#271) using `wl-clipboard`.
Basically, if `$XDG_SESSION_TYPE` is `wayland`, instead of calling `xsel`, the corresponding `wl-(copy|pase)` command is called instead.
Stealth mode, `c` and `cc` are supported, and every `xsel` grepped has a `wl` command to compliment it.
| https://api.github.com/repos/chubin/cheat.sh/pulls/293 | 2021-04-24T15:41:37Z | 2021-04-25T06:45:05Z | 2021-04-25T06:45:05Z | 2021-04-25T06:45:42Z | 1,697 | chubin/cheat.sh | 15,123 |
Fixes to main path problem | diff --git a/gpt_engineer/applications/cli/main.py b/gpt_engineer/applications/cli/main.py
index f0c10235bd..f03c90fb2d 100644
--- a/gpt_engineer/applications/cli/main.py
+++ b/gpt_engineer/applications/cli/main.py
@@ -28,11 +28,9 @@
import logging
import os
-from importlib.util import find_spec
from pathlib impor... | https://api.github.com/repos/gpt-engineer-org/gpt-engineer/pulls/899 | 2023-12-13T13:48:35Z | 2023-12-13T13:49:33Z | 2023-12-13T13:49:33Z | 2023-12-13T13:49:40Z | 850 | gpt-engineer-org/gpt-engineer | 33,130 | |
[inference] overlap comm and compute in Linear1D_Row when stream_chunk_num > 1 | diff --git a/colossalai/nn/layer/parallel_1d/layers.py b/colossalai/nn/layer/parallel_1d/layers.py
index 1976da95adb4..b64488a123d7 100644
--- a/colossalai/nn/layer/parallel_1d/layers.py
+++ b/colossalai/nn/layer/parallel_1d/layers.py
@@ -706,13 +706,22 @@ def forward(self, input_: Tensor) -> Tensor:
input... | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/1876 | 2022-11-10T09:09:23Z | 2022-11-10T09:36:42Z | 2022-11-10T09:36:42Z | 2022-11-10T09:36:46Z | 795 | hpcaitech/ColossalAI | 11,256 | |
version bump | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 297ab1235..63d6f5e54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [13.3.2] - Un... | Version 13.3.2 | https://api.github.com/repos/Textualize/rich/pulls/2853 | 2023-03-04T16:23:01Z | 2023-03-04T16:28:38Z | 2023-03-04T16:28:38Z | 2023-03-04T16:28:39Z | 312 | Textualize/rich | 48,360 |
Bump some versions to avoid downgrading them | diff --git a/requirements_versions.txt b/requirements_versions.txt
index df8c6861bf8..0a276b0b4b8 100644
--- a/requirements_versions.txt
+++ b/requirements_versions.txt
@@ -5,12 +5,12 @@ basicsr==1.4.2
gfpgan==1.3.8
gradio==3.29.0
numpy==1.23.5
-Pillow==9.4.0
+Pillow==9.5.0
realesrgan==0.3.0
torch
omegacon... | **Describe what this pull request is trying to achieve.**
While working on #10291, I noticed some packages were getting downgraded after a higher version had been installed from other deps. Might as well not.
Images seem to generate & save fine on my machine.
**Environment this was tested in**
- OS: Window... | https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/10292 | 2023-05-11T20:22:40Z | 2023-05-14T04:59:29Z | 2023-05-14T04:59:28Z | 2023-06-13T09:30:53Z | 197 | AUTOMATIC1111/stable-diffusion-webui | 40,463 |
Adding two resources | diff --git a/README.md b/README.md
index ba032593..b4af0bc8 100644
--- a/README.md
+++ b/README.md
@@ -285,6 +285,7 @@ For a list of free machine learning books available for download, go [here](http
* [chartjs](http://www.chartjs.org/)
* [dimple](http://dimplejs.org/)
* [amCharts](http://www.amcharts.com/)
+* [D3xt... | Adding two libraries to the list:
1) D3xter - provides simple functions for making standard plots built on D3. Optional configuration means plots can be rendered with as little as one line (added to javascript -> Data Analysis / Data Visualization).
2) kNear - javascript implementation of the k nearest neighbors algor... | https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/94 | 2014-11-21T17:59:59Z | 2014-11-21T18:09:48Z | 2014-11-21T18:09:48Z | 2014-11-22T02:27:49Z | 336 | josephmisiti/awesome-machine-learning | 51,964 |
Update changelog for 0.34.1. (#7021) | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82eac94cb9e..44a4bdf6733 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
Certbot adheres to [Semantic Versioning](https://semver.org/).
+## 0.34.1 - master
+
+### Fixed
+
+* certbot-auto no longer prints a blank line when there are no permissions
+ prob... | (cherry picked from commit 4bf6eb2091e3190282b0e2c6540186e64bf4d846)
`master` in the changelog below will be changed to the date by the release script at https://github.com/certbot/certbot/blob/b19d4801c9dea2898402c5b388da4bd10b103d01/tools/_release.sh#L69 | https://api.github.com/repos/certbot/certbot/pulls/7023 | 2019-05-02T22:01:36Z | 2019-05-02T22:28:28Z | 2019-05-02T22:28:28Z | 2019-05-02T22:28:31Z | 198 | certbot/certbot | 2,385 |
[TrueID] Add extractor | diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 0741a728f11..572c327515c 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -1527,6 +1527,7 @@
TrovoChannelVodIE,
TrovoChannelClipIE,
)
+from .trueid import TrueIDIE
from .trunews import TruNe... | ## Please follow the guide below
- You will be asked some questions, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *pull request* (like that [x])
- Use *Preview* tab to see how your *pull request* will actually look like
---
### Before submitting a *p... | https://api.github.com/repos/yt-dlp/yt-dlp/pulls/1847 | 2021-12-01T04:19:07Z | 2021-12-04T19:23:06Z | 2021-12-04T19:23:06Z | 2021-12-04T19:23:06Z | 2,098 | yt-dlp/yt-dlp | 8,207 |
Fix computation of receptive field size for 'channels_last' | diff --git a/keras/initializers.py b/keras/initializers.py
index 326c5c5146e..b60d37c4237 100644
--- a/keras/initializers.py
+++ b/keras/initializers.py
@@ -458,7 +458,7 @@ def _compute_fans(shape, data_format='channels_last'):
fan_in = shape[1] * receptive_field_size
fan_out = shape[0] * rece... | For the 'channels_last' case the receptive_field_size needs to be computed as the product of all dimensions except the last two (input_depth, depth). The old version computes it incorrectly for Conv1D and Conv3D. | https://api.github.com/repos/keras-team/keras/pulls/7200 | 2017-06-30T22:33:01Z | 2017-06-30T23:36:23Z | 2017-06-30T23:36:23Z | 2017-07-05T14:44:40Z | 173 | keras-team/keras | 47,035 |
re-add mkdirs call before starting localstack docker container | diff --git a/localstack/utils/bootstrap.py b/localstack/utils/bootstrap.py
index 9ba0450707588..51685ccd7609c 100644
--- a/localstack/utils/bootstrap.py
+++ b/localstack/utils/bootstrap.py
@@ -510,6 +510,8 @@ def prepare_docker_start():
if DOCKER_CLIENT.is_container_running(container_name):
raise Containe... | Looks like something is still not quite right with the directories and the way they are initialized depending on the environment.
The log files from the CLI tests in master suggest that some directories are again not created properly.
```
[Errno 2] No such file or directory: \'/var/lib/localstack/tmp/localstack_m... | https://api.github.com/repos/localstack/localstack/pulls/7944 | 2023-03-23T21:17:27Z | 2023-03-23T21:43:47Z | 2023-03-23T21:43:47Z | 2023-03-24T01:48:35Z | 120 | localstack/localstack | 29,398 |
Make `MultiDiscrete` a `Tuple`-like space | diff --git a/gym/spaces/multi_discrete.py b/gym/spaces/multi_discrete.py
index e4d30a0fa7e..4ab7b41b27a 100644
--- a/gym/spaces/multi_discrete.py
+++ b/gym/spaces/multi_discrete.py
@@ -1,5 +1,7 @@
import numpy as np
+from gym.logger import warn
from .space import Space
+from .discrete import Discrete
class Multi... | Add `__getitem__` and `__len__` method for `MultiDiscrete` space.
As exampled in `Tuple`:
https://github.com/openai/gym/blob/2bd436bf5362f813fa2db4e8c940e36cadd59ddc/gym/spaces/tuple.py#L5-L11
this PR makes:
```python
t = Tuple((Discrete(2), Discrete(3)))
md = MulitDiscrete([2, 3])
t[0] # -> Discrete... | https://api.github.com/repos/openai/gym/pulls/2364 | 2021-08-27T09:30:36Z | 2021-09-11T16:54:53Z | 2021-09-11T16:54:53Z | 2021-09-11T17:01:16Z | 1,368 | openai/gym | 5,833 |
Fixed false positives | diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json
index 363c8b1ed..57a9fbb97 100644
--- a/sherlock/resources/data.json
+++ b/sherlock/resources/data.json
@@ -1789,7 +1789,8 @@
"username_unclaimed": "noonewouldeverusethis7"
},
"Star Citizen": {
- "errorType": "status_code",
+ "err... | Fixed the false positive with the Star Citizen/Robert Space Industries website so will now correctly display positives and no longer display false positives. Whonix also now correctly reports existing accounts as well, while not displaying false positives. | https://api.github.com/repos/sherlock-project/sherlock/pulls/1468 | 2022-09-21T01:47:34Z | 2022-09-23T20:36:25Z | 2022-09-23T20:36:25Z | 2022-09-23T20:36:25Z | 407 | sherlock-project/sherlock | 36,330 |
[extractor/pornhub] Fix download error in UK. | diff --git a/yt_dlp/extractor/pornhub.py b/yt_dlp/extractor/pornhub.py
index 2f5a572a5b9..11c14d08fe3 100644
--- a/yt_dlp/extractor/pornhub.py
+++ b/yt_dlp/extractor/pornhub.py
@@ -61,6 +61,7 @@ def _real_initialize(self):
def _set_age_cookies(self, host):
self._set_cookie(host, 'age_verified', '1')
... | This fix will resolve the problem of not able to download pornhub videos in UK region.
**IMPORTANT**: PRs without the template will be CLOSED
### Description of your *pull request* and other information
<!--
Explanation of your *pull request* in arbitrary form goes here. Please **make sure the description e... | https://api.github.com/repos/yt-dlp/yt-dlp/pulls/7591 | 2023-07-14T16:53:33Z | 2023-07-15T20:54:19Z | 2023-07-15T20:54:19Z | 2023-07-15T20:54:20Z | 176 | yt-dlp/yt-dlp | 7,397 |
Correctly handle single-byte Content-Range | diff --git a/httpie/downloads.py b/httpie/downloads.py
index 4bd136b109..3c749a53ec 100644
--- a/httpie/downloads.py
+++ b/httpie/downloads.py
@@ -81,7 +81,7 @@ def parse_content_range(content_range: str, resumed_from: int) -> int:
# last-byte-pos value, is invalid. The recipient of an invalid
# byte-content-... | HTTPie fails if it continues a download with a single byte left. For example:
```
$ http -b -d example.org
Downloading 1.23 kB to "index.html"
Done. 1.23 kB in 0.00043s (2.81 MB/s)
$ python3 -c 'import sys; sys.stdout.write(open("index.html").read()[:-1])' > index-short.html
$ http -b -d -c -o index-short.html ex... | https://api.github.com/repos/httpie/cli/pulls/1032 | 2021-02-13T20:08:28Z | 2021-02-14T12:30:59Z | 2021-02-14T12:30:59Z | 2021-02-14T12:32:53Z | 445 | httpie/cli | 33,948 |
liquid.com - withdrawals fix #10758 | diff --git a/js/liquid.js b/js/liquid.js
index 87e881e424c4..eaf76e3c57f0 100644
--- a/js/liquid.js
+++ b/js/liquid.js
@@ -987,31 +987,34 @@ module.exports = class liquid extends Exchange {
const currency = this.currency (code);
const request = {
// 'auth_code': '', // optional 2fa code
-... | https://api.github.com/repos/ccxt/ccxt/pulls/10802 | 2021-12-07T17:46:30Z | 2021-12-07T19:12:00Z | 2021-12-07T19:12:00Z | 2021-12-07T19:15:25Z | 670 | ccxt/ccxt | 13,525 | |
Redirect duplicate | diff --git a/Methodology and Resources/Active Directory Attack.md b/Methodology and Resources/Active Directory Attack.md
index 917bef75e6..75bb712cf2 100644
--- a/Methodology and Resources/Active Directory Attack.md
+++ b/Methodology and Resources/Active Directory Attack.md
@@ -224,15 +224,7 @@ Use the correct collec... | I think you will have to be careful with the relative link conversion from the github repo `Cloud%20-%20Azure%20Pentest.md#azure-recon-tools` to the website `Cloud%20-%20Azure%20Pentest/#azure-recon-tools` | https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/595 | 2022-11-04T13:45:04Z | 2022-11-04T14:15:55Z | 2022-11-04T14:15:55Z | 2022-11-07T10:50:28Z | 563 | swisskyrepo/PayloadsAllTheThings | 8,611 |
fix for is_terminal | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ef99e5e8..21386b2a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic ... | Fixes `FORCE_COLOR` not being respected.
Fixes https://github.com/Textualize/rich/issues/2859 | https://api.github.com/repos/Textualize/rich/pulls/2923 | 2023-04-12T16:35:16Z | 2023-04-12T16:48:19Z | 2023-04-12T16:48:19Z | 2023-04-12T16:48:20Z | 760 | Textualize/rich | 48,015 |
Auto focus chat input | diff --git a/website/src/components/Chat/ChatForm.tsx b/website/src/components/Chat/ChatForm.tsx
index 97a98ff2ff..47206b35fc 100644
--- a/website/src/components/Chat/ChatForm.tsx
+++ b/website/src/components/Chat/ChatForm.tsx
@@ -1,8 +1,9 @@
-import { Box, CircularProgress, Flex, Textarea } from "@chakra-ui/react";
+i... | I decided to only focus on desktop since it is bad practice to auto-focus on mobile, the keyboard on mobile take a lot space, but let's see how the user feedback with it | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/2998 | 2023-05-01T16:06:43Z | 2023-05-01T18:01:01Z | 2023-05-01T18:01:01Z | 2023-05-01T18:01:03Z | 640 | LAION-AI/Open-Assistant | 37,572 |
[inference] removed redundancy init_batch | diff --git a/colossalai/inference/core/request_handler.py b/colossalai/inference/core/request_handler.py
index 585f879456f2..80d77d09759f 100644
--- a/colossalai/inference/core/request_handler.py
+++ b/colossalai/inference/core/request_handler.py
@@ -171,7 +171,7 @@ def schedule(self):
if self.running_list.rea... | ## 📌 Checklist before creating the PR
- [ ] I have created an issue for this PR for traceability
- [ ] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description`
- [ ] I have added relevant tags if possible for us to better distinguish different PRs
## 🚨 Issue number
> Link t... | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/5353 | 2024-02-02T03:40:32Z | 2024-02-02T03:44:15Z | 2024-02-02T03:44:15Z | 2024-02-02T03:44:31Z | 791 | hpcaitech/ColossalAI | 11,206 |
Clarify missing files error message. | diff --git a/gpt_engineer/db.py b/gpt_engineer/db.py
index c3db67c103..0d7e64eed6 100644
--- a/gpt_engineer/db.py
+++ b/gpt_engineer/db.py
@@ -18,7 +18,7 @@ def __getitem__(self, key):
full_path = self.path / key
if not full_path.is_file():
- raise KeyError(key)
+ raise KeyErro... | What do you think in clarify the error message when missing a file? I had trouble understanding what was wrong when I missed some files such as the prompt "main_prompt" or the "feedback" file.
This commit changes the error message to help the user understand what needs to be done to execute the program correctly.
... | https://api.github.com/repos/gpt-engineer-org/gpt-engineer/pulls/384 | 2023-06-24T21:00:32Z | 2023-06-25T14:44:37Z | 2023-06-25T14:44:37Z | 2023-06-25T14:44:38Z | 140 | gpt-engineer-org/gpt-engineer | 33,282 |
Explicitly annotate this with `Final[str]` to make it work in mypyc 1.0.0+. | diff --git a/src/blib2to3/pgen2/tokenize.py b/src/blib2to3/pgen2/tokenize.py
index 257dbef4a19..a6353d154c9 100644
--- a/src/blib2to3/pgen2/tokenize.py
+++ b/src/blib2to3/pgen2/tokenize.py
@@ -425,7 +425,7 @@ def generate_tokens(
logical line; continuation lines are included.
"""
lnum = parenlev = contin... | I filed relevant mypyc bug here: https://github.com/mypyc/mypyc/issues/990
This is an error only in mypyc 1.0.0+ | https://api.github.com/repos/psf/black/pulls/3645 | 2023-04-13T23:03:10Z | 2023-04-14T00:12:05Z | 2023-04-14T00:12:05Z | 2023-04-14T18:08:27Z | 174 | psf/black | 24,042 |
Switch Docker release to be based on Debian instead of Alpine | diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0901cbe1a..86543af234 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -57,6 +57,7 @@ If you depend on these features, please raise your voice in
* Fix SNI-related reproducibility issues when exporting to curl/httpie commands. (@dkasak)
* Add option `export_preserve_orig... | #### Description
As @mhils invited, help rewrite the Docker image to replace Alpine Linux. The final image size is about 179MB, compared with original 123MB, should be not too big :D
It's a large rewrite and I'm not very familiar with mitmproxy, so please help test its functionality to be as expected, thanks.
... | https://api.github.com/repos/mitmproxy/mitmproxy/pulls/4493 | 2021-03-11T15:12:09Z | 2021-03-11T15:49:08Z | 2021-03-11T15:49:07Z | 2021-03-11T16:06:20Z | 858 | mitmproxy/mitmproxy | 27,591 |
Updated playbooks_prompts.rst | diff --git a/docs/docsite/rst/user_guide/playbooks_prompts.rst b/docs/docsite/rst/user_guide/playbooks_prompts.rst
index f54ebe23d161e4..79e24f7b718541 100644
--- a/docs/docsite/rst/user_guide/playbooks_prompts.rst
+++ b/docs/docsite/rst/user_guide/playbooks_prompts.rst
@@ -94,7 +94,7 @@ Depending on your platform at m... | ##### SUMMARY
Fixed typo: "wierd" > "weird"
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
| https://api.github.com/repos/ansible/ansible/pulls/62003 | 2019-09-09T15:56:13Z | 2019-09-10T01:27:01Z | 2019-09-10T01:27:01Z | 2019-10-08T13:21:10Z | 187 | ansible/ansible | 49,613 |
[NFC] polish ./colossalai/amp/torch_amp/__init__.py code style | diff --git a/colossalai/amp/torch_amp/__init__.py b/colossalai/amp/torch_amp/__init__.py
index 8943b86d6aaf..893cc890d68e 100644
--- a/colossalai/amp/torch_amp/__init__.py
+++ b/colossalai/amp/torch_amp/__init__.py
@@ -1,9 +1,12 @@
+from typing import Optional
+
import torch.nn as nn
-from torch.optim import Optimizer... | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/1836 | 2022-11-08T11:21:47Z | 2022-11-08T11:35:19Z | 2022-11-08T11:35:19Z | 2022-11-08T11:35:19Z | 198 | hpcaitech/ColossalAI | 11,644 | |
Fix references to letsencrypt.client | diff --git a/MANIFEST.in b/MANIFEST.in
index b628121e1d6..f9364d64f4a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,8 +3,7 @@ include CHANGES.rst
include CONTRIBUTING.md
include linter_plugin.py
include letsencrypt/EULA
-
-recursive-include letsencrypt/client/tests/testdata *
+recursive-include letsencrypt/tests/... | cleanup after #401.
| https://api.github.com/repos/certbot/certbot/pulls/409 | 2015-05-12T22:08:41Z | 2015-05-13T18:59:50Z | 2015-05-13T18:59:50Z | 2016-05-06T19:21:29Z | 1,051 | certbot/certbot | 1,972 |
spelling mistake trining -> training | diff --git a/keras/datasets/imdb.py b/keras/datasets/imdb.py
index fcd3c41737f..f911b4363e3 100644
--- a/keras/datasets/imdb.py
+++ b/keras/datasets/imdb.py
@@ -35,7 +35,7 @@ def load_data(path='imdb.npz', num_words=None, skip_top=0,
Note that the 'out of vocabulary' character is only used for
words that were... | spelling mistake as the title | https://api.github.com/repos/keras-team/keras/pulls/5597 | 2017-03-04T01:26:33Z | 2017-03-04T01:46:15Z | 2017-03-04T01:46:15Z | 2017-03-21T02:09:27Z | 392 | keras-team/keras | 47,422 |
bpo-40241: What's New in Python 3.9: opaque PyGC_Head | diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index ccc84cced1090b..b20cd14565ae12 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -1098,6 +1098,10 @@ Porting to Python 3.9
and refers to a constant string.
(Contributed by Serhiy Storchaka in :issue:`38650`.)
+* The :c:type:`PyGC_Head`... | <!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.
# Pull Request title
It should be in the following format:
```
bpo-NNNN: Summary of the changes made
```
Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.
Most PRs will require ... | https://api.github.com/repos/python/cpython/pulls/20586 | 2020-06-02T01:27:48Z | 2020-06-02T10:02:59Z | 2020-06-02T10:02:59Z | 2020-06-02T10:03:16Z | 190 | python/cpython | 4,252 |
[RLlib] CRR Tests fixes. | diff --git a/rllib/BUILD b/rllib/BUILD
index eac79f3842c05..9ad6dcae8e4e4 100644
--- a/rllib/BUILD
+++ b/rllib/BUILD
@@ -793,11 +793,11 @@ py_test(
srcs = ["algorithms/cql/tests/test_cql.py"]
)
-# CRRTrainer
+# CRR
py_test(
name = "test_crr",
- tags = ["team:ml", "trainers_dir"],
- size = "small",
+... | <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
CRR Tests fixes.
<!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and a... | https://api.github.com/repos/ray-project/ray/pulls/25586 | 2022-06-08T15:47:39Z | 2022-06-08T17:18:56Z | 2022-06-08T17:18:56Z | 2022-06-08T17:18:56Z | 1,532 | ray-project/ray | 19,691 |
[tune] Unflattened lookup for ProgressReporter | diff --git a/python/ray/tune/progress_reporter.py b/python/ray/tune/progress_reporter.py
index dc0b3ba722459..c0bccc62153b2 100644
--- a/python/ray/tune/progress_reporter.py
+++ b/python/ray/tune/progress_reporter.py
@@ -5,7 +5,7 @@
from ray.tune.result import (EPISODE_REWARD_MEAN, MEAN_ACCURACY, MEAN_LOSS,
... | <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
## Why are these changes needed?
`ProgressReporter` calls `_get_trial_info()` to get the data to display. For the lookup, `_get_trial_info()` flattened the `result... | https://api.github.com/repos/ray-project/ray/pulls/9525 | 2020-07-16T18:14:09Z | 2020-07-17T20:52:55Z | 2020-07-17T20:52:55Z | 2020-07-20T07:41:36Z | 1,760 | ray-project/ray | 19,421 |
Log fatal error if plasma manager or local scheduler heartbeats take too long. | diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 303ecf4ab4eaf..27cb1a969c8e1 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -79,7 +79,7 @@ function(define_test test_name library)
add_executable(${test_name} test/${test_name}.cc ${ARGN})
add_dependencies(${test_n... | https://api.github.com/repos/ray-project/ray/pulls/676 | 2017-06-16T05:35:41Z | 2017-06-16T19:11:02Z | 2017-06-16T19:11:02Z | 2017-06-16T19:11:04Z | 1,659 | ray-project/ray | 19,257 | |
Escape paths when passing them to glob | diff --git a/server.py b/server.py
index d040604998..b2e16716ba 100644
--- a/server.py
+++ b/server.py
@@ -132,12 +132,12 @@ def get_embeddings(self):
@routes.get("/extensions")
async def get_extensions(request):
files = glob.glob(os.path.join(
- self.web_root, 'extensions/... | Try to prevent JS search from breaking on pathnames with square brackets.
Tested by renaming my ComfyUI path to `ComfyUI[test]`, then starting without the patch -> no custom nodes show up, nor the "Manager" button. Checkout branch with my change and start again, Manager button shows up, custom nodes seem to work.
... | https://api.github.com/repos/comfyanonymous/ComfyUI/pulls/1557 | 2023-09-19T12:21:01Z | 2023-09-19T17:16:48Z | 2023-09-19T17:16:48Z | 2023-09-19T17:16:48Z | 225 | comfyanonymous/ComfyUI | 17,943 |
Fallback to filename for title in vlc_telnet | diff --git a/homeassistant/components/vlc_telnet/media_player.py b/homeassistant/components/vlc_telnet/media_player.py
index 85a39197ca81..303c5cfc85a4 100644
--- a/homeassistant/components/vlc_telnet/media_player.py
+++ b/homeassistant/components/vlc_telnet/media_player.py
@@ -156,6 +156,12 @@ def update(self):
... | PR extracted from #44776.
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull req... | https://api.github.com/repos/home-assistant/core/pulls/48438 | 2021-03-28T16:33:59Z | 2021-03-28T17:39:37Z | 2021-03-28T17:39:37Z | 2021-03-29T19:04:08Z | 207 | home-assistant/core | 39,146 |
make the function *call* more visible | diff --git a/README.md b/README.md
index 855e2ac..9049fdb 100644
--- a/README.md
+++ b/README.md
@@ -555,7 +555,7 @@ for x in range(7):
def some_func():
return x
funcs.append(some_func)
- results.append(some_func())
+ results.append(some_func()) # note the function call here
funcs_results =... | It is easy to overlook the () in that appending operation, I propose adding a short comment. | https://api.github.com/repos/satwikkansal/wtfpython/pulls/104 | 2018-12-05T10:23:24Z | 2018-12-05T19:45:59Z | 2018-12-05T19:45:59Z | 2018-12-05T19:46:00Z | 108 | satwikkansal/wtfpython | 25,869 |
Update pdf2word.py | diff --git a/ppstructure/pdf2word/README.md b/ppstructure/pdf2word/README.md
index 11bfec8ab7..93023ecde0 100644
--- a/ppstructure/pdf2word/README.md
+++ b/ppstructure/pdf2word/README.md
@@ -1,6 +1,6 @@
# PDF2Word
-PDF2Word是PaddleOCR社区开发者 [whjdark](https://github.com/whjdark) 基于PP-StructureV2版面分析与恢复模型实现的PDF转换Word应用程... | Update pdf2word.py | https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/8053 | 2022-10-22T15:55:43Z | 2022-10-22T15:55:50Z | 2022-10-22T15:55:50Z | 2022-10-22T15:55:51Z | 1,049 | PaddlePaddle/PaddleOCR | 42,747 |
Fix system test for Memorystore memcached | diff --git a/tests/system/providers/google/cloud/cloud_memorystore/example_cloud_memorystore_memcached.py b/tests/system/providers/google/cloud/cloud_memorystore/example_cloud_memorystore_memcached.py
index 4a41a1449a908..df268320cc91c 100644
--- a/tests/system/providers/google/cloud/cloud_memorystore/example_cloud_mem... | Fixed system test for Google Memorystore memcached by adding zone to instance nodes specification
<!--
Thank you for contributing! Please make sure that your code changes
are covered with tests. And in case of new features or big changes
remember to adjust the documentation.
Feel free to ping committers for the ... | https://api.github.com/repos/apache/airflow/pulls/26962 | 2022-10-10T08:28:17Z | 2022-12-03T21:04:55Z | 2022-12-03T21:04:54Z | 2022-12-03T21:04:57Z | 237 | apache/airflow | 14,229 |
Bug Fix: Unicode files | diff --git a/gpt_engineer/applications/cli/file_selector.py b/gpt_engineer/applications/cli/file_selector.py
index 8173e93d75..2bf2d9e49d 100644
--- a/gpt_engineer/applications/cli/file_selector.py
+++ b/gpt_engineer/applications/cli/file_selector.py
@@ -104,7 +104,9 @@ def ask_for_files(self) -> FilesDict:
... | Provide utf-8 encoding to file open command. Previously done in https://github.com/gpt-engineer-org/gpt-engineer/pull/801 but lost in merges.
Addresses https://github.com/gpt-engineer-org/gpt-engineer/issues/1032
| https://api.github.com/repos/gpt-engineer-org/gpt-engineer/pulls/1044 | 2024-03-04T11:03:43Z | 2024-03-04T14:11:45Z | 2024-03-04T14:11:45Z | 2024-03-04T14:11:45Z | 203 | gpt-engineer-org/gpt-engineer | 33,044 |
Added more precise message level for succcess and warning messages | diff --git a/django/contrib/admin/actions.py b/django/contrib/admin/actions.py
index d11ba3d1a86e0..a56c6a6168b6d 100644
--- a/django/contrib/admin/actions.py
+++ b/django/contrib/admin/actions.py
@@ -3,6 +3,7 @@
"""
from django.core.exceptions import PermissionDenied
+from django.contrib import messages
from djan... | Related ticket: https://code.djangoproject.com/ticket/20111
| https://api.github.com/repos/django/django/pulls/938 | 2013-03-22T09:01:37Z | 2013-04-08T11:56:57Z | 2013-04-08T11:56:57Z | 2014-06-29T21:43:15Z | 1,433 | django/django | 51,603 |
fixes #4083 (#4148) | diff --git a/.travis.yml b/.travis.yml
index b35f0ebbf2e..ca06f07d04e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,11 +94,13 @@ matrix:
# Only build pushes to the master branch, PRs, and branches beginning with
-# `test-`. This reduces the number of simultaneous Travis runs, which speeds
-# turnaround time on... | (cherry picked from commit dd8253b3d69329b6f23662eab4499a17dc4da9e7) | https://api.github.com/repos/certbot/certbot/pulls/4156 | 2017-02-02T02:15:52Z | 2017-02-02T03:01:12Z | 2017-02-02T03:01:12Z | 2017-02-02T03:01:15Z | 201 | certbot/certbot | 3,359 |
v2.31.0 | diff --git a/HISTORY.md b/HISTORY.md
index aaa05e2832..bbe6dd425b 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,33 @@ dev
- \[Short description of non-trivial change.\]
+2.31.0 (2023-05-22)
+-------------------
+
+**Security**
+- Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential
+ ... | 2.31.0 (2023-05-22)
-------------------
**Security**
- Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential
forwarding of `Proxy-Authorization` headers to destination servers when
following HTTPS redirects.
When proxies are defined with user info (https://user:pass@proxy:8080), Re... | https://api.github.com/repos/psf/requests/pulls/6457 | 2023-05-22T15:10:03Z | 2023-05-22T15:10:33Z | 2023-05-22T15:10:33Z | 2023-07-21T19:14:11Z | 600 | psf/requests | 32,137 |
CLN: remove checks for inferred_dtype==unicode | diff --git a/pandas/_testing.py b/pandas/_testing.py
index 1fdc5d478aaf6..018551224c582 100644
--- a/pandas/_testing.py
+++ b/pandas/_testing.py
@@ -613,8 +613,8 @@ def _check_types(l, r, obj="Index"):
assert_attr_equal("dtype", l, r, obj=obj)
# allow string-like to have different inferr... | https://api.github.com/repos/pandas-dev/pandas/pulls/31020 | 2020-01-14T22:14:59Z | 2020-01-15T02:58:07Z | 2020-01-15T02:58:07Z | 2020-01-15T03:22:54Z | 1,182 | pandas-dev/pandas | 45,123 | |
gdax: parseFloat => this.safeFloat | diff --git a/js/gdax.js b/js/gdax.js
index 9994ebe94fcb..a5ebb61ca6c9 100644
--- a/js/gdax.js
+++ b/js/gdax.js
@@ -165,13 +165,13 @@ module.exports = class gdax extends Exchange {
'precision': precision,
'limits': {
'amount': {
- 'min': parse... | More on PHP notices | https://api.github.com/repos/ccxt/ccxt/pulls/1590 | 2018-01-29T16:53:36Z | 2018-01-29T17:30:24Z | 2018-01-29T17:30:24Z | 2018-01-29T17:30:24Z | 725 | ccxt/ccxt | 13,490 |
Add a comment about `tmpname + '^'`. | diff --git a/tests/test_downloader_handlers.py b/tests/test_downloader_handlers.py
index c69bd3da17d..8835267fe3c 100644
--- a/tests/test_downloader_handlers.py
+++ b/tests/test_downloader_handlers.py
@@ -109,6 +109,7 @@ class FileTestCase(unittest.TestCase):
def setUp(self):
self.tmpname = self.mktemp(... | I had no idea why is this needed and how should it be used (https://github.com/scrapy/scrapy/pull/5285/files#r844017508, https://github.com/scrapy/scrapy/pull/5682/files/726680c7125ab3a6622b12e25d45dbfedc5a39b3#r1027288466) so I tracked it down to 3012030b2faea43b00cb8ae233321c1f9eb8a579 and added this comment. | https://api.github.com/repos/scrapy/scrapy/pulls/5736 | 2022-11-25T12:48:05Z | 2022-11-25T13:19:51Z | 2022-11-25T13:19:51Z | 2022-11-25T13:20:44Z | 141 | scrapy/scrapy | 34,907 |
Update CHANGES.md for 21.7b0 release | diff --git a/CHANGES.md b/CHANGES.md
index b3224e1c5b3..30f809d5057 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,6 @@
# Change Log
-## Unreleased
+## 21.7b0
### _Black_
@@ -9,6 +9,21 @@
- Add primer support and test for code piped into black via STDIN (#2315)
- Fix internal error when `FORCE_OPTIONAL_P... | - Here we go ... | https://api.github.com/repos/psf/black/pulls/2376 | 2021-07-16T14:32:22Z | 2021-07-16T14:42:47Z | 2021-07-16T14:42:47Z | 2021-07-16T14:42:50Z | 651 | psf/black | 24,109 |
resolve line-too-long in premade_models | diff --git a/keras/premade_models/linear.py b/keras/premade_models/linear.py
index 3d11430f8de..b9f54fac79e 100644
--- a/keras/premade_models/linear.py
+++ b/keras/premade_models/linear.py
@@ -80,14 +80,15 @@ def __init__(
units: Positive integer, output dimension without the batch size.
activatio... | https://api.github.com/repos/keras-team/keras/pulls/16608 | 2022-05-27T00:16:27Z | 2022-05-27T06:48:10Z | 2022-05-27T06:48:10Z | 2022-06-07T18:15:37Z | 1,004 | keras-team/keras | 47,830 | |
Improved FLOPS computation | diff --git a/models/yolo.py b/models/yolo.py
index 0080056a444..2ef1574a8b7 100644
--- a/models/yolo.py
+++ b/models/yolo.py
@@ -192,8 +192,8 @@ def autoshape(self): # add autoShape module
copy_attr(m, self, include=('yaml', 'nc', 'hyp', 'names', 'stride'), exclude=()) # copy attributes
return m
-... | This PR improves FLOPS computation, and allows passing an `img_size` argument for the first time (previous FLOPS computations were fixed at 640, 640 img-size.
To view model FLOPS, `pip install thop` and then run any normal command:
<img width="1259" alt="Screenshot 2020-11-14 at 14 25 24" src="https://user-images.g... | https://api.github.com/repos/ultralytics/yolov5/pulls/1398 | 2020-11-14T13:26:20Z | 2020-11-14T13:39:47Z | 2020-11-14T13:39:46Z | 2024-01-19T20:28:11Z | 613 | ultralytics/yolov5 | 25,167 |
build(deps): bump pdf2docx from 0.5.6 to 0.5.7 | diff --git a/requirements_with_versions.txt b/requirements_with_versions.txt
index 51457558d1..6d118214dc 100644
--- a/requirements_with_versions.txt
+++ b/requirements_with_versions.txt
@@ -8,7 +8,7 @@ simplegui==0.1.1
utils==1.0.2
Tubes==0.2.1
modules==1.0.0
-pdf2docx==0.5.6
+pdf2docx==0.5.7
pong==1.5
beautifuls... | Bumps [pdf2docx]() from 0.5.6 to 0.5.7.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-sec... | https://api.github.com/repos/geekcomputers/Python/pulls/2088 | 2024-01-10T18:11:13Z | 2024-01-10T18:25:13Z | 2024-01-10T18:25:13Z | 2024-01-10T18:25:20Z | 140 | geekcomputers/Python | 31,027 |
Allow --mount-dependencies for python modules which are not in a separate directory | diff --git a/localstack/dev/run/configurators.py b/localstack/dev/run/configurators.py
index 488a9bf537113..7f4a335c20315 100644
--- a/localstack/dev/run/configurators.py
+++ b/localstack/dev/run/configurators.py
@@ -294,8 +294,8 @@ def __call__(self, cfg: ContainerConfiguration):
# find dependencies from th... | <!-- Please refer to the contribution guidelines before raising a PR: https://github.com/localstack/localstack/blob/master/CONTRIBUTING.md -->
<!-- Why am I raising this PR? Add context such as related issues, PRs, or documentation. -->
## Motivation
Currently, in the dev script, we only mount python modules which... | https://api.github.com/repos/localstack/localstack/pulls/9289 | 2023-10-04T14:49:40Z | 2023-10-04T19:21:22Z | 2023-10-04T19:21:22Z | 2023-10-04T19:21:28Z | 301 | localstack/localstack | 28,835 |
Work around Basic Authentication for challenge dir in Apache | diff --git a/certbot-apache/certbot_apache/http_01.py b/certbot-apache/certbot_apache/http_01.py
index e463f38804b..cce93a64695 100644
--- a/certbot-apache/certbot_apache/http_01.py
+++ b/certbot-apache/certbot_apache/http_01.py
@@ -11,30 +11,43 @@
class ApacheHttp01(common.TLSSNI01):
"""Class that performs HTTP-... | An alternative to this is: #5462
Unfortunately, the way that Apache merges the configuration directives is different for `mod_rewrite` and `<Location>` / `<Directory>` directives.
To work around basic auth in VirtualHosts, the challenge override `Include` had to be split in two. The first part handles overrides f... | https://api.github.com/repos/certbot/certbot/pulls/5461 | 2018-01-23T13:51:56Z | 2018-01-24T00:46:37Z | 2018-01-24T00:46:37Z | 2018-01-24T00:46:37Z | 1,659 | certbot/certbot | 15 |
Fix for older versions of pydantic | diff --git a/deepspeed/runtime/config_utils.py b/deepspeed/runtime/config_utils.py
index 81ef972ac0c4..08a50785ceb9 100755
--- a/deepspeed/runtime/config_utils.py
+++ b/deepspeed/runtime/config_utils.py
@@ -109,6 +109,7 @@ class Config:
use_enum_values = True
allow_population_by_field_name = True
... | resolves #2609 | https://api.github.com/repos/microsoft/DeepSpeed/pulls/2611 | 2022-12-15T19:07:27Z | 2022-12-15T21:16:25Z | 2022-12-15T21:16:25Z | 2022-12-15T21:16:25Z | 111 | microsoft/DeepSpeed | 10,401 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.