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 |
|---|---|---|---|---|---|---|---|---|---|---|
Faq updates | diff --git a/FAQ.md b/FAQ.md
index 53e908266..e1d31afa8 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -73,3 +73,30 @@ You can adapt the finetuning script found [here](https://github.com/facebookrese
**Q: Am I allowed a develop derivative models through fine-tuning based on Llama 2 for languages other than english? Is this a vio... | Adding OS and download questions to FAQs | https://api.github.com/repos/meta-llama/llama/pulls/851 | 2023-10-11T19:11:21Z | 2023-10-11T19:18:13Z | 2023-10-11T19:18:13Z | 2023-10-11T19:18:14Z | 339 | meta-llama/llama | 32,020 |
Fix handling of Lambda results | diff --git a/localstack/plugins.py b/localstack/plugins.py
index 955f28f1645d2..5562d72a153a2 100644
--- a/localstack/plugins.py
+++ b/localstack/plugins.py
@@ -9,7 +9,7 @@
from localstack.services.kinesis import kinesis_listener, kinesis_starter
from localstack.services.dynamodb import dynamodb_listener, dynamodb_st... | Fix handling of Lambda invocation results.
* Update `flask` to latest version (fixes an issue with chunked transfer encoding in Lambda API)
* Fix Step Functions integration test (previously were hanging as soon as more than one state was defined in the state machine)
* Return `X-Amz-Function-Error` header in Lambd... | https://api.github.com/repos/localstack/localstack/pulls/1151 | 2019-02-26T12:16:32Z | 2019-02-26T15:09:51Z | 2019-02-26T15:09:51Z | 2019-02-26T15:35:29Z | 2,846 | localstack/localstack | 28,489 |
Small fix in description of startproject arguments | diff --git a/docs/topics/commands.rst b/docs/topics/commands.rst
index 8de858f8a32..dc8067d7ece 100644
--- a/docs/topics/commands.rst
+++ b/docs/topics/commands.rst
@@ -187,7 +187,7 @@ startproject
Creates a new Scrapy project named ``project_name``, under the ``project_dir``
directory.
-If ``project_dir`` wasn't s... | https://api.github.com/repos/scrapy/scrapy/pulls/2866 | 2017-07-30T20:09:20Z | 2017-07-31T11:03:50Z | 2017-07-31T11:03:50Z | 2017-08-01T11:18:23Z | 142 | scrapy/scrapy | 34,312 | |
Add FreeBSD port/package to documentation (Usage) | diff --git a/docs/using.rst b/docs/using.rst
index eb8c3159532..603f38a9b2f 100644
--- a/docs/using.rst
+++ b/docs/using.rst
@@ -86,8 +86,15 @@ in ``/etc/letsencrypt/live`` on the host.
.. _`install Docker`: https://docs.docker.com/userguide/
-Distro packages
----------------
+Operating System Packages
+----------... | The FreeBSD port for letsencrypt was [recently committed](https://svnweb.freebsd.org/changeset/ports/400885).
Update the letsencrypt documentation (usage page) with user instructions for how to install it via ports or packages.
- Rename "Distro's" to "Operating Systems"
- Add instructions for FreeBSD port and package ... | https://api.github.com/repos/certbot/certbot/pulls/1382 | 2015-11-06T08:56:27Z | 2015-11-07T00:00:17Z | 2015-11-07T00:00:17Z | 2016-05-06T19:22:06Z | 183 | certbot/certbot | 1,350 |
avoid crash if `checkpoint['epoch']` is undefined and logging enabled | diff --git a/timm/models/_helpers.py b/timm/models/_helpers.py
index 530da0e1b2..079a4ddaee 100644
--- a/timm/models/_helpers.py
+++ b/timm/models/_helpers.py
@@ -136,8 +136,8 @@ def resume_checkpoint(
if 'version' in checkpoint and checkpoint['version'] > 1:
resume_epoch += 1 # s... | https://api.github.com/repos/huggingface/pytorch-image-models/pulls/2002 | 2023-10-22T17:12:19Z | 2023-10-23T04:36:24Z | 2023-10-23T04:36:24Z | 2023-10-23T07:07:31Z | 178 | huggingface/pytorch-image-models | 16,363 | |
Add `init_command` parameter to `MySqlHook` | diff --git a/airflow/providers/mysql/hooks/mysql.py b/airflow/providers/mysql/hooks/mysql.py
index fa011ed35bc10..3fe86652cc881 100644
--- a/airflow/providers/mysql/hooks/mysql.py
+++ b/airflow/providers/mysql/hooks/mysql.py
@@ -58,6 +58,7 @@ class MySqlHook(DbApiHook):
:param schema: The MySQL database schema to ... | This allows the addition of `init_command` as a `MySqlHook` parameter.
`init_command` is a connection argument to set an initial command to issue to the MySQL server upon connection. It is available as both a `mysqlclient` connection attribute (https://mysqlclient.readthedocs.io/user_guide.html?highlight=init_comman... | https://api.github.com/repos/apache/airflow/pulls/33359 | 2023-08-13T01:51:06Z | 2023-08-18T05:58:51Z | 2023-08-18T05:58:51Z | 2023-08-19T08:36:33Z | 941 | apache/airflow | 14,050 |
Button-enable cars: common functions for button events | diff --git a/selfdrive/car/__init__.py b/selfdrive/car/__init__.py
index 7bb91c40f71b4a..806a060f974de0 100644
--- a/selfdrive/car/__init__.py
+++ b/selfdrive/car/__init__.py
@@ -1,11 +1,40 @@
# functions common among cars
+import capnp
+
from cereal import car
from common.numpy_fast import clip
-from typing import ... | https://api.github.com/repos/commaai/openpilot/pulls/24678 | 2022-05-29T21:00:11Z | 2022-06-01T19:03:34Z | 2022-06-01T19:03:34Z | 2022-06-01T19:03:35Z | 3,032 | commaai/openpilot | 9,101 | |
docs: bump version number to 2.3.1, add changelog | diff --git a/fooocus_version.py b/fooocus_version.py
index a4b8895b3..b20501966 100644
--- a/fooocus_version.py
+++ b/fooocus_version.py
@@ -1 +1 @@
-version = '2.3.0'
+version = '2.3.1'
diff --git a/update_log.md b/update_log.md
index 4e22db0a4..62c4882bc 100644
--- a/update_log.md
+++ b/update_log.md
@@ -1,3 +1,10 @@... | https://api.github.com/repos/lllyasviel/Fooocus/pulls/2616 | 2024-03-23T15:56:10Z | 2024-03-23T15:57:12Z | 2024-03-23T15:57:11Z | 2024-03-23T15:57:12Z | 308 | lllyasviel/Fooocus | 7,074 | |
ref(onboarding): fix cache when platforms are the same | diff --git a/static/app/components/onboardingWizard/useOnboardingDocs.tsx b/static/app/components/onboardingWizard/useOnboardingDocs.tsx
index 99d1c97c4550d..29ddcb4e1a9b4 100644
--- a/static/app/components/onboardingWizard/useOnboardingDocs.tsx
+++ b/static/app/components/onboardingWizard/useOnboardingDocs.tsx
@@ -1,4... | The documentation needs to be re-fetched when the project changes so that they dsn in the response is updated.
Fixes https://github.com/getsentry/sentry/issues/59965
| https://api.github.com/repos/getsentry/sentry/pulls/60059 | 2023-11-15T23:10:03Z | 2023-11-27T17:24:35Z | 2023-11-27T17:24:35Z | 2023-12-13T00:02:46Z | 1,852 | getsentry/sentry | 44,481 |
youku: warn about segments skipped due to paywall | diff --git a/src/you_get/extractors/youku.py b/src/you_get/extractors/youku.py
index 65fcbc2716..ff23e70652 100644
--- a/src/you_get/extractors/youku.py
+++ b/src/you_get/extractors/youku.py
@@ -295,9 +295,14 @@ def extract(self, **kwargs):
for piece in pieces:
segs = piece['segs']... | This is especially helpful in cases where the entire video is blocked by paywall, resulting in an unhelpful error message
```
you-get: [Failed] Cannot extract video source.
```
I spent quite a few minutes debugging a URL like that,^ which could have been saved by the message
```
you-get: Skipping 27 out of ... | https://api.github.com/repos/soimort/you-get/pulls/1744 | 2017-03-09T01:58:58Z | 2017-04-09T14:29:30Z | 2017-04-09T14:29:30Z | 2017-04-09T15:38:07Z | 266 | soimort/you-get | 21,291 |
Move chat UI elements to the right on desktop | diff --git a/css/main.css b/css/main.css
index 6c65854636..b4ec0589c3 100644
--- a/css/main.css
+++ b/css/main.css
@@ -689,6 +689,15 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
max-width: 300px;
margin-left: calc(-0.5*(var(--document-width) - 880px - 14px - 16px * 2));
}
+
+ #chat-cont... | Preview:

| https://api.github.com/repos/oobabooga/text-generation-webui/pulls/5538 | 2024-02-18T17:28:35Z | 2024-02-18T17:32:05Z | 2024-02-18T17:32:05Z | 2024-02-25T17:26:05Z | 704 | oobabooga/text-generation-webui | 25,980 |
Add support for specifying source_address to ClientNetwork. | diff --git a/acme/acme/client.py b/acme/acme/client.py
index 7807f0eceea..d4f5a4787e2 100644
--- a/acme/acme/client.py
+++ b/acme/acme/client.py
@@ -12,7 +12,9 @@
import josepy as jose
import OpenSSL
import re
+from requests_toolbelt.adapters.source import SourceAddressAdapter
import requests
+from requests.adapter... | For certbot/certbot#3489
This also adds `requests-toolbelt` as a dependency to `acme` because py35 was unhappy without that on my box (py27 was mysteriously ok).
This is my first time working within `certbot` -- please let me know if this was the wrong place to add this hook or if I missed someplace it should go ... | https://api.github.com/repos/certbot/certbot/pulls/5990 | 2018-05-14T20:49:31Z | 2018-05-14T21:43:43Z | 2018-05-14T21:43:43Z | 2018-06-06T21:46:29Z | 963 | certbot/certbot | 336 |
Add additional property media_channel to media_player in squeezebox component | diff --git a/homeassistant/components/squeezebox/media_player.py b/homeassistant/components/squeezebox/media_player.py
index 6a171ffe30f7..f9d25038674e 100644
--- a/homeassistant/components/squeezebox/media_player.py
+++ b/homeassistant/components/squeezebox/media_player.py
@@ -363,6 +363,11 @@ def media_title(self):
... | <!--
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 request. If it fixes a bug
... | https://api.github.com/repos/home-assistant/core/pulls/86402 | 2023-01-22T20:56:55Z | 2023-01-24T16:16:52Z | 2023-01-24T16:16:52Z | 2023-01-25T17:02:07Z | 158 | home-assistant/core | 39,616 |
Documentation Update | diff --git a/AUTHORS.rst b/AUTHORS.rst
index dc73b64c0b..b1e8ec23e6 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -105,3 +105,7 @@ Patches and Suggestions
- Danilo Bargen (gwrtheyrn)
- Torsten Landschoff
- Michael Holler (apotheos)
+- Timnit Gebru
+- Sarah Gonzalez
+- Victoria Mo
+- Leila Muhtasib
diff --git a/docs/... | This is the documentation fix for issue #567 and issue #523.
We tested and verified the behavior of the code in the examples.
| https://api.github.com/repos/psf/requests/pulls/714 | 2012-07-10T22:39:43Z | 2012-07-10T22:48:08Z | 2012-07-10T22:48:08Z | 2021-09-08T16:00:45Z | 445 | psf/requests | 32,240 |
added nhtsa vin api | diff --git a/README.md b/README.md
index 7e498c2a93..42ef60aa8d 100644
--- a/README.md
+++ b/README.md
@@ -446,7 +446,9 @@ For information on contributing to this project, please see the [contributing gu
| API | Description | Auth | HTTPS | Link |
|---|---|---|---|---|
| Vehicles | Lot of vehicles informations | `ap... | Free API by the U.S. DOT National Highway Traffic Safety Administration Office, lots of vehicle information especially VIN information.
note: I have no affiliation with the NHTSA. | https://api.github.com/repos/public-apis/public-apis/pulls/301 | 2017-03-13T18:57:11Z | 2017-03-13T20:20:01Z | 2017-03-13T20:20:01Z | 2017-03-13T20:20:01Z | 265 | public-apis/public-apis | 35,338 |
Add smooth l1 loss algorithm | diff --git a/machine_learning/loss_functions.py b/machine_learning/loss_functions.py
index 36a760326f3d..24d732fb0ed9 100644
--- a/machine_learning/loss_functions.py
+++ b/machine_learning/loss_functions.py
@@ -471,6 +471,62 @@ def perplexity_loss(
return np.mean(perp_losses)
+def smooth_l1_loss(y_true: np.nda... | ### Describe your change:
- The [Smooth L1 Loss](https://pytorch.org/docs/stable/generated/torch.nn.SmoothL1Loss.html#torch.nn.SmoothL1Loss) is less sensitive to outliers than the L2 Loss and is often used in regression problems, such as object detection.
* [x] Add an algorithm?
* [ ] Fix a bug or typo in an e... | https://api.github.com/repos/TheAlgorithms/Python/pulls/11239 | 2024-01-13T12:04:41Z | 2024-01-30T08:18:56Z | 2024-01-30T08:18:56Z | 2024-01-30T08:18:56Z | 715 | TheAlgorithms/Python | 29,694 |
Add Synapses - a neural network library in F# | diff --git a/README.md b/README.md
index 98883a0c..da7fb015 100644
--- a/README.md
+++ b/README.md
@@ -811,6 +811,7 @@ on MNIST digits[DEEP LEARNING].
* [Infer.NET](https://dotnet.github.io/infer/) - Infer.NET is a framework for running Bayesian inference in graphical models. One can use Infer.NET to solve many differ... | https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/654 | 2019-11-30T10:21:20Z | 2019-12-03T16:37:04Z | 2019-12-03T16:37:04Z | 2019-12-03T16:37:04Z | 401 | josephmisiti/awesome-machine-learning | 51,776 | |
Show warning to user and use skipkeys=True if json.dumps causes TypeError | diff --git a/lib/streamlit/DeltaGenerator.py b/lib/streamlit/DeltaGenerator.py
index d0f85baf262f..b9952c68d21e 100644
--- a/lib/streamlit/DeltaGenerator.py
+++ b/lib/streamlit/DeltaGenerator.py
@@ -604,11 +604,19 @@ def json(self, element, body):
height: 280px
"""
- element.json.body = (
... | **Issue:** #975
**Description:** Currently, st.json will trip over the use of a nonstandard key in a dictionary, resulting in a confusing and unhelpful traceback to the user.
This PR wraps the conversion to JSON in a try-except block that catches the TypeError that arises from use of weird keys that json.dumps ... | https://api.github.com/repos/streamlit/streamlit/pulls/1112 | 2020-02-18T21:49:59Z | 2020-02-19T20:00:55Z | 2020-02-19T20:00:55Z | 2020-02-19T20:00:59Z | 535 | streamlit/streamlit | 22,267 |
Fix #2279. Update layout css | diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html
index a5d5c7484d..e60cf4518e 100644
--- a/docs/_templates/sidebarintro.html
+++ b/docs/_templates/sidebarintro.html
@@ -17,12 +17,12 @@
<h3>Donate</h3>
<p>
- If you love Requests, consider supporting the author <a href="https://... | Updated gratipay widget iframe in both sidebarintro.html and sidebarlogo.html .
| https://api.github.com/repos/psf/requests/pulls/2290 | 2014-10-19T08:39:50Z | 2014-10-19T09:42:28Z | 2014-10-19T09:42:28Z | 2021-09-08T10:01:03Z | 508 | psf/requests | 32,816 |
[pre-commit.ci] pre-commit autoupdate | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5d767e605b..7c5731f9eb 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
args: ["--application-directories", "src"]
additional_dependencies: ["setuptools>60.9"]
- repo: https://github.com/... | <!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)
<!--pre-commit.ci end--> | https://api.github.com/repos/pallets/flask/pulls/4806 | 2022-09-05T23:32:32Z | 2022-09-07T19:07:21Z | 2022-09-07T19:07:21Z | 2022-09-22T00:08:39Z | 149 | pallets/flask | 19,981 |
handleSubTypeAndParams -default value | diff --git a/js/base/Exchange.js b/js/base/Exchange.js
index 17f250d1f716..15dc503505bb 100644
--- a/js/base/Exchange.js
+++ b/js/base/Exchange.js
@@ -2143,7 +2143,7 @@ module.exports = class Exchange {
return [ type, params ];
}
- handleSubTypeAndParams (methodName, market = undefined, params = {}) ... | https://api.github.com/repos/ccxt/ccxt/pulls/15811 | 2022-11-23T18:26:09Z | 2022-11-23T19:39:45Z | 2022-11-23T19:39:45Z | 2022-11-24T06:02:09Z | 275 | ccxt/ccxt | 12,959 | |
Add more doctest to intro_sort.py #9943 | diff --git a/sorts/intro_sort.py b/sorts/intro_sort.py
index f0e3645adbb7..908d2886533a 100644
--- a/sorts/intro_sort.py
+++ b/sorts/intro_sort.py
@@ -1,5 +1,5 @@
"""
-Introspective Sort is hybrid sort (Quick Sort + Heap Sort + Insertion Sort)
+Introspective Sort is a hybrid sort (Quick Sort + Heap Sort + Insertion So... | ### Describe your change:
* [ ] Add an algorithm?
* [ ] Fix a bug or typo in an existing algorithm?
* [x] Add or change doctests? -- Note: Please avoid changing both code and tests in a single pull request.
* [ ] Documentation change?
### Checklist:
* [x] I have read [CONTRIBUTING.md](https://github.com/T... | https://api.github.com/repos/TheAlgorithms/Python/pulls/11068 | 2023-10-29T08:48:59Z | 2023-10-29T09:37:08Z | 2023-10-29T09:37:08Z | 2023-10-29T09:37:11Z | 1,694 | TheAlgorithms/Python | 29,674 |
Fix docs formatting | diff --git a/docs/guides/introducing_black_to_your_project.md b/docs/guides/introducing_black_to_your_project.md
index 53bb0d9fcd..71a566fbda 100644
--- a/docs/guides/introducing_black_to_your_project.md
+++ b/docs/guides/introducing_black_to_your_project.md
@@ -46,5 +46,6 @@ $ git config blame.ignoreRevsFile .git-blam... | https://api.github.com/repos/psf/black/pulls/3704 | 2023-05-25T03:59:25Z | 2023-05-25T04:06:08Z | 2023-05-25T04:06:08Z | 2023-05-25T04:06:11Z | 309 | psf/black | 24,513 | |
okcoin: update ratelimits | diff --git a/js/okcoin.js b/js/okcoin.js
index 98bf954ef44f..3fde6a622de9 100644
--- a/js/okcoin.js
+++ b/js/okcoin.js
@@ -16,7 +16,9 @@ module.exports = class okcoin extends Exchange {
'name': 'OKCoin',
'countries': [ 'CN', 'US' ],
'version': 'v3',
- 'rateLimit': 1000,... | https://api.github.com/repos/ccxt/ccxt/pulls/12224 | 2022-03-08T10:58:44Z | 2022-03-11T11:44:00Z | 2022-03-11T11:44:00Z | 2022-04-22T13:54:23Z | 2,192 | ccxt/ccxt | 13,364 | |
Improvement made : by automating search engine configuration in example search_in_search_engine.py | diff --git a/examples/debate.py b/examples/debate.py
index 72ab8796d..56df16b4f 100644
--- a/examples/debate.py
+++ b/examples/debate.py
@@ -5,6 +5,7 @@
@Modified By: mashenquan, 2023-11-1. In accordance with Chapter 2.1.3 of RFC 116, modify the data type of the `send_to`
value of the `Message` object; modify... | **Features**
This is a change made for improving new user's experience. When the examples are run there can be some confusion.
So when I went through the examples\search_with_specific_engine.py there is a need for adding the api key and cse id explicitly and also need to uncomment and comment the code snippets accord... | https://api.github.com/repos/geekan/MetaGPT/pulls/965 | 2024-03-05T19:59:19Z | 2024-03-11T05:35:34Z | 2024-03-11T05:35:34Z | 2024-03-11T05:35:35Z | 564 | geekan/MetaGPT | 16,489 |
README.md: fix mailto link | diff --git a/README.md b/README.md
index 7be809371e..c548ce483c 100644
--- a/README.md
+++ b/README.md
@@ -1346,7 +1346,7 @@ Multiple contributions by:
* [Luka Sterbic](mailto:luka.sterbic@gmail.com)
* [Miguel Gaiowski](mailto:miggaiowski@gmail.com)
* [Miroslav Shubernetskiy](mailto:miroslav@miki725.com)
-* [Neraste... | https://api.github.com/repos/psf/black/pulls/660 | 2019-01-05T11:58:51Z | 2019-01-05T18:46:07Z | 2019-01-05T18:46:07Z | 2019-01-05T18:46:07Z | 195 | psf/black | 23,710 | |
Fix get_dns_facts on inexistent resolv.conf | diff --git a/lib/ansible/module_utils/facts.py b/lib/ansible/module_utils/facts.py
index bc611b41d0fa83..d7105b5a87ec8a 100644
--- a/lib/ansible/module_utils/facts.py
+++ b/lib/ansible/module_utils/facts.py
@@ -727,7 +727,7 @@ def get_env_facts(self):
def get_dns_facts(self):
self.facts['dns'] = {}
- ... | This fixes the get_dns_facts function when /etc/resolv.conf is not present or unreadable.
| https://api.github.com/repos/ansible/ansible/pulls/13100 | 2015-11-09T20:02:51Z | 2015-11-09T21:10:15Z | 2015-11-09T21:10:15Z | 2019-04-26T16:04:32Z | 162 | ansible/ansible | 48,785 |
Fix minor issues with har_extractor | diff --git a/examples/har_extractor.py b/examples/har_extractor.py
index 4e905438e8..e7718fe803 100644
--- a/examples/har_extractor.py
+++ b/examples/har_extractor.py
@@ -127,11 +127,11 @@ def response(context, flow):
tz=utc).isoformat()
request_query_string = [{"name": k, "value": v}
- ... | Fixes #766
| https://api.github.com/repos/mitmproxy/mitmproxy/pulls/967 | 2016-02-20T15:35:20Z | 2016-02-21T21:09:28Z | 2016-02-21T21:09:28Z | 2016-06-04T10:54:41Z | 347 | mitmproxy/mitmproxy | 27,815 |
Fix typos | diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 69348619cf..c220a52db2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -61,7 +61,7 @@ See [Translations](TRANSLATIONS.md).
### Adding translations to new languages
-Translations to new languages are always welcome! Keep in mind a transation must be maintai... | https://api.github.com/repos/donnemartin/system-design-primer/pulls/661 | 2022-04-17T16:01:57Z | 2022-04-23T13:14:45Z | 2022-04-23T13:14:45Z | 2023-02-25T12:48:28Z | 750 | donnemartin/system-design-primer | 36,715 | |
[RLlib] Remove checking config[no_local_replay_buffer] | diff --git a/rllib/algorithms/algorithm.py b/rllib/algorithms/algorithm.py
index bbfcdfa5623ae..44c69355c8712 100644
--- a/rllib/algorithms/algorithm.py
+++ b/rllib/algorithms/algorithm.py
@@ -2690,7 +2690,7 @@ def _create_local_replay_buffer_if_necessary(
None, if local replay buffer is not needed.
... | ## Why are these changes needed?
Removes a redundant check for config["no_local_replay_buffer"].
This check never worked, but is redundant anyway, because we copy over `config["no_local_replay_buffer"]` to `config["replay_buffer_config"]["no_local_replay_buffer"]` in the config validation anyways.
## Related iss... | https://api.github.com/repos/ray-project/ray/pulls/33137 | 2023-03-08T19:16:09Z | 2023-03-09T21:09:19Z | 2023-03-09T21:09:19Z | 2023-03-09T21:09:20Z | 150 | ray-project/ray | 19,640 |
Update CppCoreGuidelines.md | diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index 6b9ea4626..5ecf48334 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -12008,7 +12008,7 @@ Never allow an error to be reported from a destructor, a resource deallocation f
class nefarious {
public:
nefarious() { /* code that could thr... | Destructors are always marked as noexcept (unless noexcept(false)) using this word here is ambigious.
| https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/158 | 2015-09-26T22:46:52Z | 2015-09-26T23:52:16Z | 2015-09-26T23:52:16Z | 2015-09-26T23:52:22Z | 158 | isocpp/CppCoreGuidelines | 15,945 |
add docs badge to readme | diff --git a/README.md b/README.md
index e6a682ec35..7cac0788c4 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
<div align="center">
<a href="https://github.com/LAION-AI/Open-Assistant/stargazers"></a>
+<a href="htt... | small one to just add a docs badge to the readme.
can add something more clearer into text of main readme once docs site all up and looking good. | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/462 | 2023-01-06T23:09:20Z | 2023-01-07T21:54:02Z | 2023-01-07T21:54:02Z | 2023-01-07T22:03:57Z | 335 | LAION-AI/Open-Assistant | 37,574 |
Fix indentation in example | diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index 047ce0711..d91e8244a 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -9789,7 +9789,7 @@ The following should not pass code review:
f(*g_p);
// BAD: same reason, just passing it as a "this" pointer
- g_p->func();
+... | https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/1339 | 2019-02-20T13:30:56Z | 2019-02-20T23:11:54Z | 2019-02-20T23:11:54Z | 2019-03-09T00:24:00Z | 139 | isocpp/CppCoreGuidelines | 16,116 | |
New Answer | diff --git a/README.md b/README.md
index 8c423122f..8d9330db4 100644
--- a/README.md
+++ b/README.md
@@ -315,6 +315,11 @@ Note: cross-dependency is when you have two or more changes to separate projects
<details>
<summary>What is Jenkins? What have you used it for?</summary><br><b>
+
+Jenkins is an open source auto... | https://api.github.com/repos/bregman-arie/devops-exercises/pulls/78 | 2020-02-14T19:30:13Z | 2020-02-14T19:40:22Z | 2020-02-14T19:40:21Z | 2020-02-14T19:40:22Z | 212 | bregman-arie/devops-exercises | 17,655 | |
fix #1830 | diff --git a/mitmproxy/addons/view.py b/mitmproxy/addons/view.py
index b8b6093f5c..dd5b745dff 100644
--- a/mitmproxy/addons/view.py
+++ b/mitmproxy/addons/view.py
@@ -145,9 +145,9 @@ def store_count(self):
def inbounds(self, index: int) -> bool:
"""
- Is this index >= 0 and < len(self)
+ ... | https://api.github.com/repos/mitmproxy/mitmproxy/pulls/1839 | 2016-12-11T12:11:22Z | 2016-12-11T13:50:14Z | 2016-12-11T13:50:14Z | 2016-12-11T13:50:16Z | 452 | mitmproxy/mitmproxy | 27,590 | |
update README | diff --git a/README.rst b/README.rst
index c51168216d9..ff6fafe3635 100644
--- a/README.rst
+++ b/README.rst
@@ -96,18 +96,10 @@ ACME spec: http://ietf-wg-acme.github.io/acme/
ACME working area in github: https://github.com/ietf-wg-acme/acme
-
-Mailing list: `client-dev`_ (to subscribe without a Google account, se... | fixes #4622 | https://api.github.com/repos/certbot/certbot/pulls/4623 | 2017-05-05T20:45:47Z | 2017-05-08T17:54:20Z | 2017-05-08T17:54:20Z | 2017-05-08T17:54:26Z | 468 | certbot/certbot | 787 |
Fix HiDiveIE. | diff --git a/yt_dlp/extractor/hidive.py b/yt_dlp/extractor/hidive.py
index a5aa0853ce1..90457b77ea1 100644
--- a/yt_dlp/extractor/hidive.py
+++ b/yt_dlp/extractor/hidive.py
@@ -1,12 +1,13 @@
# coding: utf-8
from __future__ import unicode_literals
+import re
from .common import InfoExtractor
-from ..compat import... | ## 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/958 | 2021-09-13T04:49:36Z | 2021-09-15T02:04:54Z | 2021-09-15T02:04:54Z | 2021-12-30T09:46:41Z | 1,218 | yt-dlp/yt-dlp | 7,886 |
Pro.bounds: Correct impact wording (minor) | diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index 40dcc3b08..4a154e588 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -20376,7 +20376,7 @@ Bounds safety profile summary:
Bounds safety implies that access to an object - notably arrays - does not access beyond the object's memory allocation... | Missing "if", I believe. | https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/1316 | 2019-01-15T00:47:38Z | 2019-01-17T00:01:17Z | 2019-01-17T00:01:17Z | 2019-01-17T00:01:17Z | 210 | isocpp/CppCoreGuidelines | 15,328 |
Added visualize_ML | diff --git a/README.md b/README.md
index f86e3669..3344da2b 100644
--- a/README.md
+++ b/README.md
@@ -860,6 +860,7 @@ on MNIST digits[DEEP LEARNING]
* [Ruffus](http://www.ruffus.org.uk) - Computation Pipeline library for python.
* [SOMPY](https://github.com/sevamoo/SOMPY) - Self Organizing Map written in Python (Use... | https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/319 | 2016-10-17T21:11:27Z | 2016-10-17T21:18:38Z | 2016-10-17T21:18:38Z | 2016-10-17T21:18:41Z | 207 | josephmisiti/awesome-machine-learning | 52,140 | |
Bump slsa-framework/slsa-github-generator from 1.7.0 to 1.9.0 | diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 3f368ebe08..dcc7a42ca2 100644
--- a/.github/workflows/publish.yaml
+++ b/.github/workflows/publish.yaml
@@ -33,7 +33,7 @@ jobs:
id-token: write
contents: write
# Can't pin with hash due to how this workflow works.
- ... | Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.7.0 to 1.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/slsa-framework/slsa-github-generator/releases">slsa-framework/slsa-github-generator's releases</a>.</em></... | https://api.github.com/repos/pallets/flask/pulls/5247 | 2023-09-01T16:30:32Z | 2023-09-05T21:02:29Z | 2023-09-05T21:02:29Z | 2023-09-20T00:05:41Z | 179 | pallets/flask | 20,120 |
Revise config | diff --git a/manimlib/config.py b/manimlib/config.py
index 88c6632df6..3937b6338f 100644
--- a/manimlib/config.py
+++ b/manimlib/config.py
@@ -13,7 +13,6 @@ def parse_cli():
parser = argparse.ArgumentParser()
parser.add_argument(
"file",
- nargs="+",
help="path to ... | https://api.github.com/repos/3b1b/manim/pulls/987 | 2020-04-17T09:51:14Z | 2020-04-17T09:51:25Z | 2020-04-17T09:51:25Z | 2020-04-17T09:51:30Z | 107 | 3b1b/manim | 18,166 | |
cryptocom fetchMarkets enhancement | diff --git a/js/cryptocom.js b/js/cryptocom.js
index 383866f42957..2cf3b34d0ebb 100644
--- a/js/cryptocom.js
+++ b/js/cryptocom.js
@@ -329,7 +329,12 @@ module.exports = class cryptocom extends Exchange {
// margin_trading_enabled_5x: true,
// margin_trading_enable... | https://github.com/ccxt/ccxt/issues/15546
https://api.crypto.com/v2/public/get-instruments | https://api.github.com/repos/ccxt/ccxt/pulls/15791 | 2022-11-22T17:11:26Z | 2022-11-24T16:14:55Z | 2022-11-24T16:14:55Z | 2022-11-24T16:14:55Z | 575 | ccxt/ccxt | 13,246 |
ua-UK translation improvements | diff --git a/website/public/locales/uk-UA/chat.json b/website/public/locales/uk-UA/chat.json
index 569dc120dc..d92574f48f 100644
--- a/website/public/locales/uk-UA/chat.json
+++ b/website/public/locales/uk-UA/chat.json
@@ -1,13 +1,13 @@
{
- "back_to_chat_list": "Повернутись до діалогів",
+ "back_to_chat_list": "Пове... | Improve wording and fix mistakes in ua-UK locale strings.
Translate new strings. | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/2442 | 2023-04-10T11:54:29Z | 2023-04-10T14:47:34Z | 2023-04-10T14:47:34Z | 2023-04-10T14:47:34Z | 3,906 | LAION-AI/Open-Assistant | 37,015 |
Py3k minor fixes | diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py
index 3551d5a1072..d8b1a60395b 100644
--- a/letsencrypt/cli.py
+++ b/letsencrypt/cli.py
@@ -19,6 +19,7 @@
import configargparse
import OpenSSL
+import six
import zope.component
import zope.interface.exceptions
import zope.interface.verify
@@ -842,7 +843,7 @@ d... | A small bundle of Python 3 compatibility fixes.
This represents all the small and simple Python 3 touchups required to get `letsencrypt --help` up and running. There's some slightly larger changes, but they will be in a separate PR.
| https://api.github.com/repos/certbot/certbot/pulls/2513 | 2016-02-20T09:20:03Z | 2016-03-02T00:11:47Z | 2016-03-02T00:11:47Z | 2016-08-28T21:58:40Z | 2,674 | certbot/certbot | 636 |
Add additional path separator normalization | diff --git a/keras/saving/saving_lib.py b/keras/saving/saving_lib.py
index c8fcde56b17..7342bcc8f22 100644
--- a/keras/saving/saving_lib.py
+++ b/keras/saving/saving_lib.py
@@ -245,8 +245,12 @@ def _write_to_zip_recursively(zipfile_to_save, system_path, zip_path):
zipfile_to_save.write(system_path, zip_path)
... | These extend off of #18579, adding more path normalization for full coverage in saving_lib.py. | https://api.github.com/repos/keras-team/keras/pulls/18588 | 2023-10-10T21:47:55Z | 2023-10-10T22:38:21Z | 2023-10-10T22:38:21Z | 2023-10-13T17:30:31Z | 1,075 | keras-team/keras | 47,206 |
DOC: how to revert MultiIndex.to_flat_index | diff --git a/pandas/core/indexes/multi.py b/pandas/core/indexes/multi.py
index c80dadcc42022..ad10b41093f27 100644
--- a/pandas/core/indexes/multi.py
+++ b/pandas/core/indexes/multi.py
@@ -1787,6 +1787,10 @@ def to_flat_index(self):
pd.Index
Index with the MultiIndex data represented in Tuples.
... | Took me way too long to figure this out. Hopefully this benefits someone else! | https://api.github.com/repos/pandas-dev/pandas/pulls/38911 | 2021-01-02T23:28:30Z | 2021-01-04T01:12:07Z | 2021-01-04T01:12:07Z | 2021-01-04T01:12:59Z | 142 | pandas-dev/pandas | 45,528 |
[AIRFLOW-3370] Add stdout output options to Elasticsearch task log ha… | diff --git a/airflow/utils/log/es_task_handler.py b/airflow/utils/log/es_task_handler.py
index bc2c38aacd615..ae2025ce03708 100644
--- a/airflow/utils/log/es_task_handler.py
+++ b/airflow/utils/log/es_task_handler.py
@@ -53,7 +53,7 @@ class ElasticsearchTaskHandler(FileTaskHandler, LoggingMixin):
def __init__(se... | ### Jira
- [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR title. For example, "\[AIRFLOW-3370\] My Airflow PR"
- https://issues.apache.org/jira/browse/AIRFLOW-3370
### Description
Fix inconsistency in ElasticsearchTaskHan... | https://api.github.com/repos/apache/airflow/pulls/5667 | 2019-07-26T18:49:32Z | 2019-07-26T20:55:08Z | 2019-07-26T20:55:08Z | 2019-07-26T20:55:09Z | 506 | apache/airflow | 14,839 |
Update start | diff --git a/start b/start
index 8e7053030f..57cf2726b6 100755
--- a/start
+++ b/start
@@ -71,7 +71,7 @@ function createDesktopStartup() {
echo "$DESKFILE already exists"
return
else
- echo "$DESKFILE does not exist,ctreat a new one"
+ echo "$DESKFILE does not exist,create a new one... | correct typo | https://api.github.com/repos/XX-net/XX-Net/pulls/5401 | 2017-05-01T13:39:51Z | 2017-05-03T01:25:37Z | 2017-05-03T01:25:37Z | 2017-05-03T01:25:37Z | 121 | XX-net/XX-Net | 17,186 |
[rllib] Add type annotations to Trainer class | diff --git a/rllib/agents/trainer.py b/rllib/agents/trainer.py
index 5b4221d6878a8..696f63b5cc3bb 100644
--- a/rllib/agents/trainer.py
+++ b/rllib/agents/trainer.py
@@ -6,25 +6,29 @@
import pickle
import time
import tempfile
+from typing import Callable, List, Dict, Union, Any
import ray
from ray.exceptions impo... | https://api.github.com/repos/ray-project/ray/pulls/8642 | 2020-05-27T19:06:44Z | 2020-06-03T19:47:36Z | 2020-06-03T19:47:36Z | 2020-06-03T19:47:36Z | 2,971 | ray-project/ray | 19,359 | |
[i18n-fr] Translate autoclass tutorial to French | diff --git a/docs/source/fr/_toctree.yml b/docs/source/fr/_toctree.yml
index 1b5a7d4971972..12c2feb0a02eb 100755
--- a/docs/source/fr/_toctree.yml
+++ b/docs/source/fr/_toctree.yml
@@ -1,156 +1,30 @@
- sections:
- - local: index
- title: 🤗 Transformers
- - local: quicktour
- title: Visite rapide
- - local: i... | # What does this PR do?
Translated the autoclass_tutorial.md file of the documentation to French.
Part of #21456
Thank you in advance for your review.
## Before submitting
- [x] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [x] Did you read the [contrib... | https://api.github.com/repos/huggingface/transformers/pulls/27659 | 2023-11-22T18:03:34Z | 2023-12-07T06:44:14Z | 2023-12-07T06:44:14Z | 2023-12-07T06:44:23Z | 3,894 | huggingface/transformers | 12,248 |
GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_POP_FRAME` op. | diff --git a/Python/bytecodes.c b/Python/bytecodes.c
index 93926c03421eb7..7f398391c5dc34 100644
--- a/Python/bytecodes.c
+++ b/Python/bytecodes.c
@@ -768,24 +768,25 @@ dummy_func(
// different frame, and it's accounted for by _PUSH_FRAME.
op(_POP_FRAME, (retval --)) {
assert(EMPTY());
- ... |
<!-- gh-issue-number: gh-108614 -->
* Issue: gh-108614
<!-- /gh-issue-number -->
| https://api.github.com/repos/python/cpython/pulls/108685 | 2023-08-30T14:23:59Z | 2023-08-31T10:34:53Z | 2023-08-31T10:34:53Z | 2023-09-05T12:25:42Z | 3,132 | python/cpython | 4,708 |
minor fixes | diff --git a/mitmproxy/console/flowview.py b/mitmproxy/console/flowview.py
index 789066fc83..11c721512b 100644
--- a/mitmproxy/console/flowview.py
+++ b/mitmproxy/console/flowview.py
@@ -6,6 +6,7 @@
import traceback
import urwid
+from typing import Optional, Union # noqa
from mitmproxy import contentviews
from... | https://api.github.com/repos/mitmproxy/mitmproxy/pulls/1402 | 2016-07-22T03:35:05Z | 2016-07-23T19:49:57Z | 2016-07-23T19:49:57Z | 2016-07-23T19:50:01Z | 1,432 | mitmproxy/mitmproxy | 28,067 | |
Refs #27753 -- Deprecated django.utils.text.unescape_entities(). | diff --git a/django/http/multipartparser.py b/django/http/multipartparser.py
index 96e22f69b9301..fd8fce8b4d46a 100644
--- a/django/http/multipartparser.py
+++ b/django/http/multipartparser.py
@@ -8,6 +8,7 @@
import binascii
import cgi
import collections
+import html
from urllib.parse import unquote
from django.... | The function was undocumented and only required for compatibility with Python 2.
Use Python's html.unescape() instead -- available since Python 3.4.
https://docs.python.org/3/library/html.html#html.unescape
https://code.djangoproject.com/ticket/27753 | https://api.github.com/repos/django/django/pulls/11277 | 2019-04-24T13:02:29Z | 2019-05-08T06:27:11Z | 2019-05-08T06:27:11Z | 2019-05-09T14:01:55Z | 1,132 | django/django | 51,126 |
Fix st.slider tests to address flakiness | diff --git a/e2e/specs/st_slider.spec.js b/e2e/specs/st_slider.spec.js
index dfbe70d709ac..6974999e6e17 100644
--- a/e2e/specs/st_slider.spec.js
+++ b/e2e/specs/st_slider.spec.js
@@ -18,8 +18,6 @@
describe("st.slider", () => {
beforeEach(() => {
cy.visit("http://localhost:3000/");
- // Open sidebar expander... | ## 📚 Context
The `st.slider` cypress tests are exhibiting some flakiness. Sometimes the expander is not opened in time for the test, despite having a `.click()` command to open the expander before each test run.
- What kind of change does this PR introduce?
- [x] Refactoring
## 🧠 Description of Changes
... | https://api.github.com/repos/streamlit/streamlit/pulls/4107 | 2021-11-29T22:10:26Z | 2021-11-30T10:01:07Z | 2021-11-30T10:01:07Z | 2021-11-30T10:01:11Z | 936 | streamlit/streamlit | 22,398 |
ref(reprocessing-progressbar): Add a refresh button as a temp solution | diff --git a/src/sentry/static/sentry/app/views/organizationGroupDetails/reprocessingProgress.tsx b/src/sentry/static/sentry/app/views/organizationGroupDetails/reprocessingProgress.tsx
index 1fe5a3de0027d..0d5c47f9f8200 100644
--- a/src/sentry/static/sentry/app/views/organizationGroupDetails/reprocessingProgress.tsx
++... | depends on https://github.com/getsentry/sentry/pull/22422

| https://api.github.com/repos/getsentry/sentry/pulls/22499 | 2020-12-07T17:49:44Z | 2020-12-09T10:06:27Z | 2020-12-09T10:06:27Z | 2020-12-24T10:31:54Z | 421 | getsentry/sentry | 44,273 |
Merge dev branch | diff --git a/api-examples/api-example-model.py b/api-examples/api-example-model.py
old mode 100755
new mode 100644
diff --git a/modules/sampler_hijack.py b/modules/sampler_hijack.py
index f02bea4ffe..447c878204 100644
--- a/modules/sampler_hijack.py
+++ b/modules/sampler_hijack.py
@@ -1,7 +1,11 @@
+import math
+
impor... | https://api.github.com/repos/oobabooga/text-generation-webui/pulls/2616 | 2023-06-11T00:55:31Z | 2023-06-11T00:55:59Z | 2023-06-11T00:55:59Z | 2023-06-11T00:56:22Z | 1,893 | oobabooga/text-generation-webui | 26,205 | |
Merge dev branch | diff --git a/modules/text_generation.py b/modules/text_generation.py
index 3a4c55b36b..c5bfceb78e 100644
--- a/modules/text_generation.py
+++ b/modules/text_generation.py
@@ -93,9 +93,10 @@ def _generate_reply(question, state, stopping_strings=None, is_chat=False, escap
last_update = time.time()
... | ## Checklist:
- [ ] I have read the [Contributing guidelines](https://github.com/oobabooga/text-generation-webui/wiki/Contributing-guidelines).
| https://api.github.com/repos/oobabooga/text-generation-webui/pulls/4815 | 2023-12-05T04:30:46Z | 2023-12-05T04:30:58Z | 2023-12-05T04:30:57Z | 2023-12-05T04:30:58Z | 1,035 | oobabooga/text-generation-webui | 26,398 |
build(deps): bump twilio from 8.12.0 to 9.0.0 | diff --git a/requirements_with_versions.txt b/requirements_with_versions.txt
index 76a0f06da6..995d950548 100644
--- a/requirements_with_versions.txt
+++ b/requirements_with_versions.txt
@@ -28,7 +28,7 @@ requests==2.31.0
quo==2023.5.1
PyPDF2==3.0.1
pyserial==3.5
-twilio==8.12.0
+twilio==9.0.0
tabula==1.0.5
nltk==... | Bumps [twilio](https://github.com/twilio/twilio-python) from 8.12.0 to 9.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/twilio/twilio-python/releases">twilio's releases</a>.</em></p>
<blockquote>
<h2>9.0.0</h2>
<h2><strong>Release Notes</strong></h2>
<p><strong>Note:</st... | https://api.github.com/repos/geekcomputers/Python/pulls/2139 | 2024-02-27T18:27:20Z | 2024-03-02T11:36:35Z | 2024-03-02T11:36:35Z | 2024-03-02T11:36:42Z | 139 | geekcomputers/Python | 31,215 |
Fix broken link in CAP theorem section | diff --git a/README.md b/README.md
index 7bbee48736..99fe2d94f2 100644
--- a/README.md
+++ b/README.md
@@ -463,7 +463,7 @@ AP is a good choice if the business needs allow for [eventual consistency](#even
### Source(s) and further reading
* [CAP theorem revisited](http://robertgreiner.com/2014/08/cap-theorem-revisit... | https://api.github.com/repos/donnemartin/system-design-primer/pulls/348 | 2020-01-07T19:53:37Z | 2020-02-17T02:00:45Z | 2020-02-17T02:00:45Z | 2020-12-20T11:10:05Z | 186 | donnemartin/system-design-primer | 36,716 | |
Update proxy.ini | diff --git a/code/default/gae_proxy/local/proxy.ini b/code/default/gae_proxy/local/proxy.ini
index 9ceada8867..811afb0d01 100644
--- a/code/default/gae_proxy/local/proxy.ini
+++ b/code/default/gae_proxy/local/proxy.ini
@@ -71,8 +71,8 @@ ip = 127.0.0.1
port = 8086
file = proxy.pac
gfwlist = https://raw.githubuserco... | 更新广告过滤地址 | https://api.github.com/repos/XX-net/XX-Net/pulls/5151 | 2017-03-16T04:23:34Z | 2017-03-21T02:41:38Z | 2017-03-21T02:41:38Z | 2017-03-21T02:41:38Z | 189 | XX-net/XX-Net | 17,278 |
fix: allow mode as argument | diff --git a/gym/core.py b/gym/core.py
index ffffb22000a..2b507322e45 100644
--- a/gym/core.py
+++ b/gym/core.py
@@ -43,7 +43,7 @@ def _deprecate_mode(render_func): # type: ignore
def render(
self: object, *args: Tuple[Any], **kwargs: Dict[str, Any]
) -> render_return:
- if "m... | # Description
After https://github.com/openai/gym/pull/2706, render with Wrappers doesn't work anymore with mode as argument without keyword.
For instance, the following will throw an error:
```
env = gym.make("FrozenLake-v1")
env.reset()
env.render('rgb_array')
```
This should fix this.
## Type of change
... | https://api.github.com/repos/openai/gym/pulls/2893 | 2022-06-14T21:29:10Z | 2022-06-15T13:33:03Z | 2022-06-15T13:33:03Z | 2022-06-15T13:33:03Z | 926 | openai/gym | 4,952 |
core: improve None value processing in merge_dicts() | diff --git a/libs/core/langchain_core/utils/_merge.py b/libs/core/langchain_core/utils/_merge.py
index e21fdd96621fe1..13b91270c70d8a 100644
--- a/libs/core/langchain_core/utils/_merge.py
+++ b/libs/core/langchain_core/utils/_merge.py
@@ -19,11 +19,9 @@ def merge_dicts(left: Dict[str, Any], right: Dict[str, Any]) -> Di... | - **Description:** fix `None` and `0` merging in `merge_dicts()`, add tests.
```python
from langchain_core.utils._merge import merge_dicts
assert merge_dicts({"a": None}, {"a": 0}) == {"a": 0}
```
| https://api.github.com/repos/langchain-ai/langchain/pulls/17462 | 2024-02-13T13:17:35Z | 2024-02-13T16:48:02Z | 2024-02-13T16:48:02Z | 2024-02-13T16:48:02Z | 1,181 | langchain-ai/langchain | 43,170 |
Add git_add_force rule | diff --git a/README.md b/README.md
index 292431fd6..4b179e8b6 100644
--- a/README.md
+++ b/README.md
@@ -166,6 +166,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `fix_file` – opens a file with an error in your `$EDITOR`;
* `gem_unknown_command` – fixes wrong `gem` com... | This adds `--force` to `git add` when needed. For example:
$ git add dist/*.js
The following paths are ignored by one of your .gitignore files:
dist/app.js
dist/background.js
dist/options.js
Use -f if you really want to add them.
$ fuck
git add --force dist/app.js dist/background.js dis... | https://api.github.com/repos/nvbn/thefuck/pulls/598 | 2017-01-28T18:27:42Z | 2017-01-30T12:02:20Z | 2017-01-30T12:02:20Z | 2017-01-30T12:02:21Z | 668 | nvbn/thefuck | 30,913 |
Pickle raw tuples in FileData cache | diff --git a/CHANGES.md b/CHANGES.md
index 1334efefe7..9fa14f3ebc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -32,6 +32,9 @@
<!-- Changes that improve Black's performance. -->
+- Store raw tuples instead of NamedTuples in Black's cache, improving performance and
+ decreasing the size of the cache (#3877)
+
### O... | https://api.github.com/repos/psf/black/pulls/3877 | 2023-09-10T22:33:21Z | 2023-09-10T23:16:24Z | 2023-09-10T23:16:24Z | 2023-09-11T00:28:42Z | 442 | psf/black | 23,933 | |
Bump peter-evans/create-or-update-comment from 2.0.0 to 2.0.1 | diff --git a/.github/workflows/diff_shades_comment.yml b/.github/workflows/diff_shades_comment.yml
index a5d213875c..76574d8058 100644
--- a/.github/workflows/diff_shades_comment.yml
+++ b/.github/workflows/diff_shades_comment.yml
@@ -41,7 +41,7 @@ jobs:
- name: Create or update PR comment
if: steps.m... | Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2.0.0 to 2.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/peter-evans/create-or-update-comment/releases">peter-evans/create-or-update-comment's releases</a>.</em></... | https://api.github.com/repos/psf/black/pulls/3354 | 2022-10-24T06:11:40Z | 2022-10-24T18:40:19Z | 2022-10-24T18:40:19Z | 2022-10-24T18:40:24Z | 210 | psf/black | 23,785 |
raise NotImplemented —> raise NotImplementedError | diff --git a/solutions/object_oriented_design/call_center/call_center.py b/solutions/object_oriented_design/call_center/call_center.py
index a278559447..1d5e7bc6bc 100644
--- a/solutions/object_oriented_design/call_center/call_center.py
+++ b/solutions/object_oriented_design/call_center/call_center.py
@@ -66,7 +66,7 @@... | __flake8 . --count --exit-zero --max-complexity=10 --statistics__
```
./solutions/object_oriented_design/call_center/call_center.py:69:9:
F901 'raise NotImplemented' should be 'raise NotImplementedError'
```
https://docs.python.org/3/library/exceptions.html#NotImplementedError | https://api.github.com/repos/donnemartin/system-design-primer/pulls/345 | 2019-12-26T08:06:00Z | 2019-12-27T01:11:58Z | 2019-12-27T01:11:58Z | 2019-12-27T05:30:50Z | 166 | donnemartin/system-design-primer | 36,794 |
py26reqs.txt needs to be path-relative | diff --git a/letsencrypt-auto b/letsencrypt-auto
index 083de58c4fd..e9b7739d25f 100755
--- a/letsencrypt-auto
+++ b/letsencrypt-auto
@@ -14,6 +14,10 @@ XDG_DATA_HOME=${XDG_DATA_HOME:-~/.local/share}
VENV_NAME="letsencrypt"
VENV_PATH=${VENV_PATH:-"$XDG_DATA_HOME/$VENV_NAME"}
VENV_BIN=${VENV_PATH}/bin
+# The path to t... | Fixes: #1630
| https://api.github.com/repos/certbot/certbot/pulls/1631 | 2015-11-27T18:33:34Z | 2015-11-30T17:02:24Z | 2015-11-30T17:02:24Z | 2016-05-06T19:21:55Z | 542 | certbot/certbot | 528 |
Refs #30997 -- Added HttpRequest.accepts(). | diff --git a/django/http/request.py b/django/http/request.py
index a0bdf49312863..790e4546d732c 100644
--- a/django/http/request.py
+++ b/django/http/request.py
@@ -20,6 +20,8 @@
from django.utils.http import is_same_domain, limited_parse_qsl
from django.utils.regex_helper import _lazy_re_compile
+from .multipartpa... | ticket-30997 | https://api.github.com/repos/django/django/pulls/12366 | 2020-01-24T10:11:59Z | 2020-01-24T13:48:39Z | 2020-01-24T13:48:39Z | 2020-01-24T13:49:04Z | 2,704 | django/django | 51,517 |
fix(hybridcloud) Don't use proxy for opsgenie | diff --git a/src/sentry/integrations/opsgenie/client.py b/src/sentry/integrations/opsgenie/client.py
index 8c1d440985372..8eff6f5a391e6 100644
--- a/src/sentry/integrations/opsgenie/client.py
+++ b/src/sentry/integrations/opsgenie/client.py
@@ -4,11 +4,11 @@
from urllib.parse import quote
from sentry.eventstore.mod... | Opsgenie doesn't use refresh tokens and gains no benefit from the integration proxy. To reduce failure points we can bypass the proxy.
Refs HC-1125 | https://api.github.com/repos/getsentry/sentry/pulls/65827 | 2024-02-26T21:30:08Z | 2024-02-27T20:01:13Z | 2024-02-27T20:01:13Z | 2024-03-14T00:23:05Z | 614 | getsentry/sentry | 44,143 |
Update link to hypercorn | diff --git a/docs/deploying/asgi.rst b/docs/deploying/asgi.rst
index 36acff8ac5..1dc0aa2493 100644
--- a/docs/deploying/asgi.rst
+++ b/docs/deploying/asgi.rst
@@ -20,7 +20,7 @@ wrapping the Flask app,
asgi_app = WsgiToAsgi(app)
and then serving the ``asgi_app`` with the ASGI server, e.g. using
-`Hypercorn <http... | <!--
Before opening a PR, open a ticket describing the issue or feature the
PR will address. Follow the steps in CONTRIBUTING.rst.
Replace this comment with a description of the change. Describe how it
addresses the linked ticket.
-->
Update link to Hypercorn at https://flask.palletsprojects.com/en/3.0.x/deploy... | https://api.github.com/repos/pallets/flask/pulls/5313 | 2023-10-28T08:36:04Z | 2023-10-28T15:42:54Z | 2023-10-28T15:42:54Z | 2023-11-12T00:06:11Z | 154 | pallets/flask | 20,327 |
Add BackboneMixin | diff --git a/src/transformers/modeling_utils.py b/src/transformers/modeling_utils.py
index fd96aacabc2ac..265b79dca13a8 100644
--- a/src/transformers/modeling_utils.py
+++ b/src/transformers/modeling_utils.py
@@ -15,6 +15,7 @@
# limitations under the License.
import collections
import gc
+import inspect
import json... | # What does this PR do?
Add `BackboneMixin` with a method `forward_with_filtered_kwargs`. | https://api.github.com/repos/huggingface/transformers/pulls/20660 | 2022-12-07T18:48:00Z | 2022-12-08T15:55:48Z | 2022-12-08T15:55:48Z | 2022-12-08T15:59:15Z | 938 | huggingface/transformers | 12,617 |
fix update fail for Android | diff --git a/code/default/launcher/update_from_github.py b/code/default/launcher/update_from_github.py
index d837bddcae..4a4b72e9dc 100644
--- a/code/default/launcher/update_from_github.py
+++ b/code/default/launcher/update_from_github.py
@@ -185,13 +185,15 @@ def overwrite(xxnet_version, xxnet_unzip_path):
... | files in '/sdcard' are not allowed to chmod | https://api.github.com/repos/XX-net/XX-Net/pulls/5595 | 2017-05-26T12:30:27Z | 2017-07-26T10:07:08Z | 2017-07-26T10:07:08Z | 2017-07-26T10:07:08Z | 328 | XX-net/XX-Net | 17,370 |
Removed GoodReads | diff --git a/README.md b/README.md
index 2bbfdfc2ed..41fccd20db 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,6 @@ API | Description | Auth | HTTPS | CORS |
|---|---|---|---|---|
| [Bhagavad Gita](https://bhagavadgita.io/api) | Bhagavad Gita text | `OAuth` | Yes | Yes |
| [British National Bibliography](http... | Goodreads API being phased out
https://www.goodreads.com/api
"As of December 8th 2020, Goodreads is no longer issuing new developer keys for our public developer API and plans to retire these tools."
<!-- Thank you for taking the time to work on a Pull Request for this project! -->
<!-- To ensure your PR is d... | https://api.github.com/repos/public-apis/public-apis/pulls/1486 | 2020-12-14T03:04:52Z | 2020-12-14T16:07:52Z | 2020-12-14T16:07:52Z | 2020-12-14T16:07:52Z | 234 | public-apis/public-apis | 35,207 |
Changed cors for urlHaus | diff --git a/README.md b/README.md
index e77ff0700b..c8875252b8 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,7 @@ API | Description | Auth | HTTPS | CORS |
| [Metacert](https://metacert.com/) | Metacert Link Flagging | `apiKey` | Yes | Unknown |
| [Phisherman](https://phisherman.gg/) | IP/domain/URL reputati... | Changed cors for urlHaus to yes | https://api.github.com/repos/public-apis/public-apis/pulls/2968 | 2021-12-22T07:00:07Z | 2021-12-22T08:41:50Z | 2021-12-22T08:41:50Z | 2021-12-22T08:41:50Z | 320 | public-apis/public-apis | 35,385 |
Calculator_with_simple_ui. Py | diff --git a/Calculator with simple ui b/Calculator with simple ui
new file mode 100644
index 0000000000..eb0a5b727a
--- /dev/null
+++ b/Calculator with simple ui
@@ -0,0 +1,49 @@
+# Program make a simple calculator
+
+# This function adds two numbers
+def add(x, y):
+ return x + y
+
+# This function subtracts two ... | This is a how you can create a simple calculator using python with a decent ui. | https://api.github.com/repos/geekcomputers/Python/pulls/1373 | 2021-09-03T05:15:40Z | 2021-09-09T17:06:45Z | 2021-09-09T17:06:45Z | 2021-09-09T17:06:45Z | 410 | geekcomputers/Python | 31,793 |
[3.8] bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) | diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
index 56bd64172f8012..ee00559485c1da 100644
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -1595,7 +1595,7 @@ Sub-commands
stored; by default ``None`` and no value is stored
* required_ - Whether or not a subcommand must be p... | The `required` argument to `argparse.add_subparsers` was added in GH-3027. This PR specifies the earliest version of Python where it is available.
https://bugs.python.org/issue26510
Automerge-Triggered-By: @merwok
(cherry picked from commit 9e71917e0290972f65711f75510078f799cf0b59)
Co-authored-by: Adam J. Stewar... | https://api.github.com/repos/python/cpython/pulls/16608 | 2019-10-07T02:09:16Z | 2019-10-07T02:15:45Z | 2019-10-07T02:15:45Z | 2019-10-07T02:15:47Z | 469 | python/cpython | 4,359 |
Removed docs/internals/roles.txt. | diff --git a/docs/index.txt b/docs/index.txt
index 9c4f393041ab3..fa6ff8474a726 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -339,7 +339,6 @@ you can contribute:
:doc:`The release process <internals/release-process>` |
:doc:`Team organization <internals/organization>` |
:doc:`Meet the team <internals/te... | It's moved to https://www.djangoproject.com/foundation/teams/. | https://api.github.com/repos/django/django/pulls/8061 | 2017-02-14T16:38:22Z | 2017-02-15T08:31:43Z | 2017-02-15T08:31:43Z | 2017-02-15T12:21:02Z | 1,683 | django/django | 51,316 |
Create Python Program for factorial of a number | diff --git a/Python Program for factorial of a number b/Python Program for factorial of a number
new file mode 100644
index 0000000000..dbbf3f7f7c
--- /dev/null
+++ b/Python Program for factorial of a number
@@ -0,0 +1,33 @@
+Factorial of a non-negative integer, is multiplication of all integers smaller than or equal ... | Recursive:
# Python 3 program to find
# factorial of given number
def factorial(n):
# single line to find factorial
return 1 if (n==1 or n==0) else n * factorial(n - 1);
# Driver Code
num = 5;
print("Factorial of",num,"is",
factorial(num)) | https://api.github.com/repos/geekcomputers/Python/pulls/1132 | 2020-10-15T07:47:46Z | 2020-10-23T07:44:05Z | 2020-10-23T07:44:05Z | 2020-10-23T07:44:05Z | 337 | geekcomputers/Python | 31,879 |
Return virtual_facts after VMWare platform detection | diff --git a/changelogs/fragments/facts_vmware_detection.yaml b/changelogs/fragments/facts_vmware_detection.yaml
new file mode 100644
index 00000000000000..2f903c3c0f60fd
--- /dev/null
+++ b/changelogs/fragments/facts_vmware_detection.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+- Return virtual_facts after VMware platform de... | ##### SUMMARY
(cherry picked from commit 4f36d7965e833a196281987312e27c2dffa05418)
##### ISSUE TYPE
- Bugfix Pull Request
##### COMPONENT NAME
changelogs/fragments/facts_vmware_detection.yaml
lib/ansible/module_utils/facts/virtual/linux.py
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible -... | https://api.github.com/repos/ansible/ansible/pulls/39149 | 2018-04-23T10:07:34Z | 2018-04-25T12:24:55Z | 2018-04-25T12:24:55Z | 2019-04-27T00:40:32Z | 290 | ansible/ansible | 49,274 |
Remove PPA instructions from docs | diff --git a/certbot/docs/install.rst b/certbot/docs/install.rst
index 3be648f25bc..c1d8cc40310 100644
--- a/certbot/docs/install.rst
+++ b/certbot/docs/install.rst
@@ -248,18 +248,7 @@ replacing ``certbot`` with the name of the desired package.
**Ubuntu**
-If you run Ubuntu Trusty, Xenial, or Bionic, certbot is a... | We're doing what we can to keep the PPA working in the most basic sense, but it is essentially deprecated and new users should not use it.
I created https://github.com/certbot/certbot/issues/8363 to track doing more with these docs. I just wanted to remove the PPA instructions for now. | https://api.github.com/repos/certbot/certbot/pulls/8364 | 2020-10-09T16:54:41Z | 2020-10-09T19:44:10Z | 2020-10-09T19:44:10Z | 2020-10-09T19:44:13Z | 212 | certbot/certbot | 2,237 |
Don't make redundant copies of the DFA | diff --git a/src/blib2to3/pgen2/parse.py b/src/blib2to3/pgen2/parse.py
index 4a23d538b4..a9dc11f39c 100644
--- a/src/blib2to3/pgen2/parse.py
+++ b/src/blib2to3/pgen2/parse.py
@@ -54,7 +54,7 @@ def stack_copy(
stack: List[Tuple[DFAS, int, RawNode]]
) -> List[Tuple[DFAS, int, RawNode]]:
"""Nodeless stack copy.... | `copy.deepcopy` is still the most expensive part (75/100 of the extra overhead introduced by the backtracking parser). I initially assumed it was mutable (since it was represented as a tuple of lists), but seems like we only use it as a basic table and don't mutate it anywhere in the code.
```
-t py39 (main):: Mean... | https://api.github.com/repos/psf/black/pulls/2763 | 2022-01-11T17:32:31Z | 2022-01-14T02:01:44Z | 2022-01-14T02:01:44Z | 2022-01-14T02:01:44Z | 183 | psf/black | 23,966 |
kucoinfutures: add missing endpoints | diff --git a/ts/src/kucoinfutures.ts b/ts/src/kucoinfutures.ts
index c9cff36955fe..efc747c10abd 100644
--- a/ts/src/kucoinfutures.ts
+++ b/ts/src/kucoinfutures.ts
@@ -153,14 +153,19 @@ export default class kucoinfutures extends kucoin {
'position': 1,
'positions': 4.44,... | Added some missing endpoints to kucoinfutures:
fixes: #17897
```
kucoinfutures futuresPrivatePostPositionRiskLimitLevelChange '{"symbol":"XBTUSDTM","level":2}'
kucoinfutures.futuresPrivatePostPositionRiskLimitLevelChange ([object Object])
2023-05-13T06:26:07.034Z iteration 0 passed in 595 ms
{ code: '200000',... | https://api.github.com/repos/ccxt/ccxt/pulls/17904 | 2023-05-13T06:38:08Z | 2023-05-13T12:45:48Z | 2023-05-13T12:45:48Z | 2023-05-13T12:45:49Z | 321 | ccxt/ccxt | 13,722 |
Add warning about changing the UA | diff --git a/certbot/client.py b/certbot/client.py
index af2868f6aba..7896ab7dc65 100644
--- a/certbot/client.py
+++ b/certbot/client.py
@@ -53,6 +53,9 @@ def determine_user_agent(config):
:rtype: `str`
"""
+ # WARNING: To ensure changes are in line with Certbot's privacy
+ # policy, talk to a core Ce... | https://api.github.com/repos/certbot/certbot/pulls/4843 | 2017-06-15T22:57:39Z | 2017-06-16T22:01:14Z | 2017-06-16T22:01:14Z | 2017-06-16T22:02:18Z | 167 | certbot/certbot | 1,518 | |
Update yolov5-bifpn.yaml | diff --git a/models/hub/yolov5-bifpn.yaml b/models/hub/yolov5-bifpn.yaml
index f1dd7c601b9..69f7b5938c5 100644
--- a/models/hub/yolov5-bifpn.yaml
+++ b/models/hub/yolov5-bifpn.yaml
@@ -3,38 +3,44 @@ nc: 80 # number of classes
depth_multiple: 1.0 # model depth multiple
width_multiple: 1.0 # layer channel multiple
... |
## 🛠️ PR Summary
<sub>Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions)<sub>
### 🌟 Summary
Enhanced YOLOv5 architecture with BiFPN and C3 module integration for improved object detection.
### 📊 Key Changes
- **Anchor Format**: Whitespaces have been removed for consistency in anchor d... | https://api.github.com/repos/ultralytics/yolov5/pulls/4208 | 2021-07-28T19:25:15Z | 2021-07-28T19:25:20Z | 2021-07-28T19:25:20Z | 2024-01-19T16:37:52Z | 1,452 | ultralytics/yolov5 | 24,885 |
Update environments.md | diff --git a/docs/environments.md b/docs/environments.md
index e607a1363c6..80721414b76 100644
--- a/docs/environments.md
+++ b/docs/environments.md
@@ -424,6 +424,6 @@ Learn more here: https://github.com/dynamik1703/gym_longicontrol
### safe-control-gym
-PyBullet-based CartPole and Quadrotor environments—with [Ca... | I'm so sorry I mistyped the name of the fantastic CasADi optimization toolbox (https://web.casadi.org) | https://api.github.com/repos/openai/gym/pulls/2338 | 2021-08-21T03:24:17Z | 2021-08-21T20:09:37Z | 2021-08-21T20:09:37Z | 2021-08-21T20:09:37Z | 196 | openai/gym | 5,140 |
fixes error when not specifying tunnel id | diff --git a/extensions/api/util.py b/extensions/api/util.py
index 0db1c46c5a..032a9e5c93 100644
--- a/extensions/api/util.py
+++ b/extensions/api/util.py
@@ -99,7 +99,10 @@ def _start_cloudflared(port: int, tunnel_id: str, max_attempts: int = 3, on_star
for _ in range(max_attempts):
try:
- p... | Added a simple if statement to not pass in the tunnel_id arg if it was not specified.
It addresses the error people get when using --public-api as seen in the error below. I was having the same problem and wanted to make a fix that will work with or without passing in the tunnel_id
https://github.com/oobabooga/te... | https://api.github.com/repos/oobabooga/text-generation-webui/pulls/3606 | 2023-08-17T15:48:25Z | 2023-08-17T18:20:37Z | 2023-08-17T18:20:37Z | 2023-08-17T18:20:37Z | 186 | oobabooga/text-generation-webui | 26,183 |
Permissive parsing of nginx map blocks | diff --git a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/anothermapcase/nginx.conf b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/anothermapcase/nginx.conf
new file mode 100644
index 00000000000..b3ca02f929c
--- /dev/null
+++ b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/another... | Closes #3206, at least in a good-enough-for-now sense.
| https://api.github.com/repos/certbot/certbot/pulls/3230 | 2016-06-30T22:14:05Z | 2016-07-13T22:54:17Z | 2016-07-13T22:54:17Z | 2016-10-06T01:21:39Z | 973 | certbot/certbot | 2,411 |
fix(bitmart) - handling issues | diff --git a/ts/src/pro/bitmart.ts b/ts/src/pro/bitmart.ts
index a3c8854890ed..a4e03400f111 100644
--- a/ts/src/pro/bitmart.ts
+++ b/ts/src/pro/bitmart.ts
@@ -845,9 +845,9 @@ export default class bitmart extends bitmartRest {
const isSwap = ('group' in message);
if (isSwap) {
// in swap, ... | fixes bitmart, which caused build issues: https://app.travis-ci.com/github/ccxt/ccxt/builds/269349696#L3706
| https://api.github.com/repos/ccxt/ccxt/pulls/21627 | 2024-03-08T16:40:13Z | 2024-03-09T12:43:15Z | 2024-03-09T12:43:15Z | 2024-03-09T12:43:15Z | 769 | ccxt/ccxt | 13,645 |
Add Migration Utilities | diff --git a/README.md b/README.md
index 9ed3b87ca..4844eff0a 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
- [Miscellaneous](#miscellaneous)
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
- [... | Closes #257
| https://api.github.com/repos/vinta/awesome-python/pulls/261 | 2014-11-15T12:41:32Z | 2014-12-08T16:07:26Z | 2014-12-08T16:07:26Z | 2014-12-08T16:07:26Z | 322 | vinta/awesome-python | 27,113 |
BUG: pd.array raising with NumPy array and large dtype | diff --git a/doc/source/whatsnew/v2.0.2.rst b/doc/source/whatsnew/v2.0.2.rst
index 09932a2d2d571..f6b0b4086cb39 100644
--- a/doc/source/whatsnew/v2.0.2.rst
+++ b/doc/source/whatsnew/v2.0.2.rst
@@ -22,6 +22,7 @@ Bug fixes
~~~~~~~~~
- Bug in :func:`api.interchange.from_dataframe` was returning :class:`DataFrame`'s of i... | - [x] closes #52590 (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/52591 | 2023-04-11T10:05:21Z | 2023-04-27T00:15:00Z | 2023-04-27T00:15:00Z | 2023-04-27T07:50:29Z | 713 | pandas-dev/pandas | 45,539 |
Remove hidden import from PyInstaller build | diff --git a/.github/workflows/upload_binary.yml b/.github/workflows/upload_binary.yml
index 8f44d4ec27..766f37cc32 100644
--- a/.github/workflows/upload_binary.yml
+++ b/.github/workflows/upload_binary.yml
@@ -16,17 +16,14 @@ jobs:
pathsep: ";"
asset_name: black_windows.exe
execu... | ### Description
The recent 2021.4 release of pyinstaller-hooks-contrib now contains a
built-in hook for platformdirs. Manually specifying the hidden import
arg should no longer be needed.
The latest release of pyinstaller-hooks-contrib is installed when installing
PyInstaller, so reverting #2466 is all that is... | https://api.github.com/repos/psf/black/pulls/2657 | 2021-11-29T22:37:41Z | 2021-11-30T16:20:28Z | 2021-11-30T16:20:28Z | 2021-12-01T00:35:30Z | 366 | psf/black | 23,845 |
Fix docstring for language code in mBart | diff --git a/src/transformers/models/mbart/tokenization_mbart.py b/src/transformers/models/mbart/tokenization_mbart.py
index d96e69fe30130..e8425fe8c539e 100644
--- a/src/transformers/models/mbart/tokenization_mbart.py
+++ b/src/transformers/models/mbart/tokenization_mbart.py
@@ -153,7 +153,7 @@ def build_inputs_with_s... | # What does this PR do?
Fixes #8534
## Before submitting
- [X] This PR fixes a typo or improves the docs.
## Who can review?
@patrickvonplaten
| https://api.github.com/repos/huggingface/transformers/pulls/8848 | 2020-11-30T08:55:02Z | 2020-12-01T09:44:37Z | 2020-12-01T09:44:37Z | 2020-12-01T09:44:37Z | 930 | huggingface/transformers | 12,292 |
[pbs] Fix subtitle extraction | diff --git a/test/test_subtitles.py b/test/test_subtitles.py
index 0c5b49ee8cf..9b39dbd39b0 100644
--- a/test/test_subtitles.py
+++ b/test/test_subtitles.py
@@ -19,6 +19,7 @@
CeskaTelevizeIE,
LyndaIE,
NPOIE,
+ PBSIE,
ComedyCentralIE,
NRKTVIE,
RaiPlayIE,
@@ -372,5 +373,42 @@ def test_sub... | ## 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/813 | 2021-08-29T06:04:18Z | 2021-09-07T20:59:21Z | 2021-09-07T20:59:21Z | 2022-03-04T06:04:11Z | 1,256 | yt-dlp/yt-dlp | 7,348 |
Converting a command to lowercase breaks a case-sensitive URL | diff --git a/lib/utils/api.py b/lib/utils/api.py
index 3e1b1105819..2d69cdd2e9d 100644
--- a/lib/utils/api.py
+++ b/lib/utils/api.py
@@ -722,7 +722,7 @@ def client(host=RESTAPI_DEFAULT_ADDRESS, port=RESTAPI_DEFAULT_PORT):
while True:
try:
- command = raw_input("api%s> " % (" (%s)" % taskid if... | To reproduce the bug:
1. Start the server: ./sqlmapapi.py -s
2. Start the client: ./sqlmapapi.py -c
3. Add a new task with a case-sensitive URL: new -u "http://vbox.lc/bWAPP/sqli_4.php?title=iron+man&action=search"
4. Check the log:
...
"message": "testing connection to the target URL"
...
"message": "page... | https://api.github.com/repos/sqlmapproject/sqlmap/pulls/2086 | 2016-08-08T10:49:11Z | 2016-08-08T13:48:41Z | 2016-08-08T13:48:41Z | 2016-08-08T13:48:41Z | 156 | sqlmapproject/sqlmap | 14,945 |
[Tele5] Support Tele5 pages with Discovery Networks format instead of JWPlatform | diff --git a/youtube_dl/extractor/tele5.py b/youtube_dl/extractor/tele5.py
index 3e1a7a9e609..df02dfc47a2 100644
--- a/youtube_dl/extractor/tele5.py
+++ b/youtube_dl/extractor/tele5.py
@@ -1,19 +1,16 @@
# coding: utf-8
from __future__ import unicode_literals
-import re
-
-from .common import InfoExtractor
-from .jw... | ## Please follow the guide below
---
### Before submitting a *pull request* make sure you have:
- [x] [Searched](https://github.com/ytdl-org/youtube-dl/search?q=is%3Apr&type=Issues) the bugtracker for similar pull requests
- [x] Read [adding new extractor tutorial](https://github.com/ytdl-org/youtube-dl#adding-... | https://api.github.com/repos/ytdl-org/youtube-dl/pulls/30532 | 2022-01-17T13:58:51Z | 2022-02-05T02:08:11Z | 2022-02-05T02:08:11Z | 2022-02-05T02:08:12Z | 1,312 | ytdl-org/youtube-dl | 50,560 |
only install to /etc if PREFIX is /usr or /usr/local | diff --git a/Makefile b/Makefile
index 84ea70d2c47..e00f5e65035 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,19 @@ cleanall: clean
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/man
-SYSCONFDIR=/etc
PYTHON=/usr/bin/env python
+# set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local
+ifeq ($(PREFI... | https://api.github.com/repos/ytdl-org/youtube-dl/pulls/834 | 2013-05-10T22:08:51Z | 2013-05-13T07:42:24Z | 2013-05-13T07:42:24Z | 2013-05-13T12:49:42Z | 233 | ytdl-org/youtube-dl | 50,513 | |
youtube.py search_with_artist | diff --git a/youtube.py b/youtube.py
index 627aaf07d1..2762d8202e 100644
--- a/youtube.py
+++ b/youtube.py
@@ -1,45 +1,45 @@
-'''
-
-Author: Abhinav Anand
-git: github.com/ab-anand
-mail: abhinavanand1905@gmail.com
-Requirements: requests, BeautifulSoupd
-
-'''
-import webbrowser
-
-import requests
-from bs4... | Hello) Lines 19 and 22 added a request to enter the artist. | https://api.github.com/repos/geekcomputers/Python/pulls/690 | 2020-03-15T16:27:48Z | 2020-03-15T19:34:27Z | 2020-03-15T19:34:27Z | 2020-03-15T19:34:27Z | 827 | geekcomputers/Python | 31,106 |
LunarLander: fix to previous fix | diff --git a/gym/envs/box2d/lunar_lander.py b/gym/envs/box2d/lunar_lander.py
index 5e8d01d740f..797eb962c0a 100644
--- a/gym/envs/box2d/lunar_lander.py
+++ b/gym/envs/box2d/lunar_lander.py
@@ -235,7 +235,10 @@ def _clean_particles(self, all):
self.world.DestroyBody(self.particles.pop(0))
def step(se... | after some testing | https://api.github.com/repos/openai/gym/pulls/1127 | 2018-08-15T00:42:39Z | 2018-08-27T18:22:30Z | 2018-08-27T18:22:30Z | 2018-08-27T18:22:30Z | 461 | openai/gym | 5,188 |
Fix #903: docs version parsing | diff --git a/docs/conf.py b/docs/conf.py
index 2b4b2cd4308..e2b360a6e79 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -30,7 +30,7 @@
# read version number (and other metadata) from package init
init_fn = os.path.join(here, '..', 'letsencrypt', '__init__.py')
with codecs.open(init_fn, encoding='utf8') as fd:
- m... | https://api.github.com/repos/certbot/certbot/pulls/904 | 2015-10-05T19:46:49Z | 2015-10-05T22:03:29Z | 2015-10-05T22:03:29Z | 2016-05-06T19:21:35Z | 190 | certbot/certbot | 3,408 | |
Remove broken CaseInsensitiveDict repr test | diff --git a/test_requests.py b/test_requests.py
index 5f4f472ab2..a5d63464e6 100755
--- a/test_requests.py
+++ b/test_requests.py
@@ -1272,13 +1272,6 @@ def test_copy(self):
cid['changed'] = True
assert cid != cid_copy
- def test_repr(self):
- cid = CaseInsensitiveDict({
- 'Acc... | Fixes #2668
Supersedes #2669
Closes #2669
| https://api.github.com/repos/psf/requests/pulls/2679 | 2015-07-18T15:48:09Z | 2015-07-18T15:48:26Z | 2015-07-18T15:48:26Z | 2021-09-08T07:00:49Z | 146 | psf/requests | 32,277 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.