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 |
|---|---|---|---|---|---|---|---|---|---|---|
Add requirements to npm module | diff --git a/lib/ansible/modules/packaging/language/npm.py b/lib/ansible/modules/packaging/language/npm.py
index fed13921d00fd8..256218702433ab 100644
--- a/lib/ansible/modules/packaging/language/npm.py
+++ b/lib/ansible/modules/packaging/language/npm.py
@@ -70,6 +70,8 @@
required: false
default: present
... | npm is required in order for this module to work.
##### 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.
-->
... | https://api.github.com/repos/ansible/ansible/pulls/33641 | 2017-12-06T17:47:58Z | 2017-12-06T22:03:33Z | 2017-12-06T22:03:32Z | 2019-04-26T23:28:23Z | 130 | ansible/ansible | 49,535 |
Handle XDG_CACHE_HOME properly for download_root | diff --git a/whisper/__init__.py b/whisper/__init__.py
index 2a1fb4ec..cb334065 100644
--- a/whisper/__init__.py
+++ b/whisper/__init__.py
@@ -94,9 +94,14 @@ def load_model(name: str, device: Optional[Union[str, torch.device]] = None, dow
if device is None:
device = "cuda" if torch.cuda.is_available() els... | It used to download moduls in `$XDG_CACHE_HOME` rather then `$XDG_CACHE_HOME/whisper` when I use the `$XDG_CACHE_HOME` variable in my system. | https://api.github.com/repos/openai/whisper/pulls/864 | 2023-01-19T20:23:03Z | 2023-01-21T09:09:39Z | 2023-01-21T09:09:39Z | 2023-01-21T09:09:40Z | 215 | openai/whisper | 45,781 |
Fix indentation in docs/editor_integration.md | diff --git a/docs/editor_integration.md b/docs/editor_integration.md
index ae24c76888..f2d21f2111 100644
--- a/docs/editor_integration.md
+++ b/docs/editor_integration.md
@@ -12,38 +12,38 @@ Options include the following:
1. Install `black`.
-```console
-$ pip install black
-```
+ ```console
+ $ pip install bl... | Numbered list entries' bodies need to be indented or else the list won't
render correctly.
Fixes GH-2045.
also \*sigh\* I'm going to have a fun time dealing with the conflicts when trying to merge my documentation reorganization branch /s | https://api.github.com/repos/psf/black/pulls/2056 | 2021-03-20T19:06:56Z | 2021-03-20T19:15:56Z | 2021-03-20T19:15:56Z | 2021-03-20T19:26:38Z | 831 | psf/black | 24,025 |
Fix allowing identical flows to be created before startup | diff --git a/homeassistant/helpers/discovery_flow.py b/homeassistant/helpers/discovery_flow.py
index 863fb58625ce..2bfccf46960e 100644
--- a/homeassistant/helpers/discovery_flow.py
+++ b/homeassistant/helpers/discovery_flow.py
@@ -2,7 +2,7 @@
from __future__ import annotations
from collections.abc import Coroutine
... | ## 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.
-->
The check for identical discovery flows... | https://api.github.com/repos/home-assistant/core/pulls/88213 | 2023-02-15T21:37:44Z | 2023-02-16T02:36:01Z | 2023-02-16T02:36:01Z | 2023-02-17T03:07:21Z | 1,349 | home-assistant/core | 38,980 |
Paramount+/CBS URL Changes | diff --git a/yt_dlp/extractor/cbs.py b/yt_dlp/extractor/cbs.py
index ae9ce586281..2af36ea825b 100644
--- a/yt_dlp/extractor/cbs.py
+++ b/yt_dlp/extractor/cbs.py
@@ -77,21 +77,21 @@ class CBSIE(CBSBaseIE):
(?:
cbs:|
https?://(?:www\.)?(?:
- cbs\.com/(?:shows/[^/]+/video|... | ## 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/3098 | 2022-03-18T05:37:26Z | 2022-03-18T09:49:31Z | 2022-03-18T09:49:31Z | 2022-03-18T09:49:31Z | 2,192 | yt-dlp/yt-dlp | 7,796 |
feat(replays): Improve render of archived Replay List items | diff --git a/static/app/views/replays/replayTable/tableCell.tsx b/static/app/views/replays/replayTable/tableCell.tsx
index c10176860dfdb..468f02fdf9d38 100644
--- a/static/app/views/replays/replayTable/tableCell.tsx
+++ b/static/app/views/replays/replayTable/tableCell.tsx
@@ -11,7 +11,7 @@ import {StringWalker} from 's... | Give 'archived' results in the replay list special treatment.
Some considerations addressed:
- No need to link into the details page, it would only 404
- All the fields are set to`0` or the empty string, so we can show nothing instead
- consider what the slim list view looks like as well -> not updating the slim... | https://api.github.com/repos/getsentry/sentry/pulls/47338 | 2023-04-13T17:15:33Z | 2023-04-14T07:59:52Z | 2023-04-14T07:59:52Z | 2023-04-29T12:00:49Z | 1,483 | getsentry/sentry | 44,419 |
Update gpt4free/aiassist/__init__.py | diff --git a/gpt4free/aiassist/__init__.py b/gpt4free/aiassist/__init__.py
index 10082c2263..f54feaeeab 100644
--- a/gpt4free/aiassist/__init__.py
+++ b/gpt4free/aiassist/__init__.py
@@ -21,6 +21,7 @@ def create(
url = "http://43.153.7.56:8080/api/chat-process"
request = requests.post(url, json=json... | ### **Added**:
`request.encoding = request.apparent_encoding`
### **Now, code must look like this**:
```
url = "https://ai.usesless.com/api/chat-process"
request = requests.post(url, headers=Completion.headers, json=json_data)
request.encoding = request.apparent_encoding # <--- Fix is here
content = request... | https://api.github.com/repos/xtekky/gpt4free/pulls/595 | 2023-05-23T10:36:15Z | 2023-05-24T17:39:47Z | 2023-05-24T17:39:46Z | 2023-05-26T05:18:34Z | 144 | xtekky/gpt4free | 37,968 |
Add awesome-sphinxdoc: a curated list of awesome tools for Sphinx Python Documentation Generator. | diff --git a/README.md b/README.md
index fc0cdb87a..5c9fb6533 100644
--- a/README.md
+++ b/README.md
@@ -243,6 +243,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
*Libraries for generating project documentation.*
* [Sphinx](http://sphinx-doc.org/) - Python Documentation genera... | This related [repository](https://github.com/yoloseem/awesome-sphinxdoc).
| https://api.github.com/repos/vinta/awesome-python/pulls/238 | 2014-10-13T07:59:25Z | 2014-10-16T01:18:29Z | 2014-10-16T01:18:29Z | 2014-10-16T01:18:29Z | 197 | vinta/awesome-python | 27,112 |
infra: poetry run min versions 2 | diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml
index c05d92c156a428..ef0c50f767df3c 100644
--- a/.github/workflows/_release.yml
+++ b/.github/workflows/_release.yml
@@ -183,7 +183,9 @@ jobs:
- name: Get minimum versions
id: check-version
- run: echo "min-versions=$... | https://api.github.com/repos/langchain-ai/langchain/pulls/17149 | 2024-02-07T01:57:27Z | 2024-02-07T01:57:43Z | 2024-02-07T01:57:43Z | 2024-02-07T01:57:43Z | 191 | langchain-ai/langchain | 43,448 | |
Searching libcrypto.so in more locations | diff --git a/shadowsocks/crypto/ctypes_openssl.py b/shadowsocks/crypto/ctypes_openssl.py
index 9e0dfca87..22238c0a9 100644
--- a/shadowsocks/crypto/ctypes_openssl.py
+++ b/shadowsocks/crypto/ctypes_openssl.py
@@ -45,9 +45,29 @@ def load_openssl():
if libcrypto_path:
break
else:
+ # We ... | When I tried to setup `ss` server on my host, which was a shared shard, `crypto` searching failed, because `libcrypto.so` was put in `/usr/lib64` rather than `/usr/lib`.
A few minor fixes are also included.
Change 6eadfca was missing in #256.
| https://api.github.com/repos/shadowsocks/shadowsocks/pulls/257 | 2015-01-11T13:33:07Z | 2015-01-12T05:07:00Z | 2015-01-12T05:07:00Z | 2015-01-12T15:26:56Z | 776 | shadowsocks/shadowsocks | 24,699 |
Limit to major releases rather than second point. | diff --git a/setup.py b/setup.py
index 570353330e..2da9ba07c5 100755
--- a/setup.py
+++ b/setup.py
@@ -42,8 +42,8 @@ def run_tests(self):
packages = ['requests']
requires = [
- 'chardet>=3.0.2,<3.1.0',
- 'idna>=2.5,<2.9',
+ 'chardet>=3.0.2,<4',
+ 'idna>=2.5,<3',
'urllib3>=1.21.1,<1.26,!=1.25.0,!=1.... | requests should trust dependent packages to do semver rather than artificially limiting version compatibility, which causes problems for pip.
Fixes https://github.com/psf/requests/issues/5341, https://github.com/psf/requests/issues/5337 and supercedes https://github.com/psf/requests/pull/5226. | https://api.github.com/repos/psf/requests/pulls/5342 | 2020-02-17T17:09:06Z | 2020-02-18T14:58:28Z | 2020-02-18T14:58:27Z | 2021-08-29T00:07:05Z | 314 | psf/requests | 32,066 |
fix tokenization_test | diff --git a/tokenization_test.py b/tokenization_test.py
index 8a46028ef..e38af9414 100644
--- a/tokenization_test.py
+++ b/tokenization_test.py
@@ -30,7 +30,7 @@ def test_full_tokenizer(self):
"[UNK]", "[CLS]", "[SEP]", "want", "##want", "##ed", "wa", "un", "runn",
"##ing", ","
]
- with tempf... | tokenization_test currently fails because the NamedTemporaryFile is opened as a binary file, but the vocab is written as text. | https://api.github.com/repos/google-research/bert/pulls/93 | 2018-11-09T22:21:18Z | 2018-11-09T22:32:36Z | 2018-11-09T22:32:36Z | 2018-11-09T22:37:03Z | 162 | google-research/bert | 38,427 |
Typos | diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index 718d1086d..397ff5dd1 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -3398,7 +3398,7 @@ Placing them in the same namespace as the class makes their relationship to the
##### Note
-This is expecially important for [overloaded operato... | expecially => especially (This is expecially important for)
deafault => default (This is what a deafault == would do)
And `==` marked-down as code.
| https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/536 | 2016-02-26T20:40:34Z | 2016-03-20T16:48:56Z | 2016-03-20T16:48:56Z | 2016-03-20T16:48:56Z | 188 | isocpp/CppCoreGuidelines | 15,414 |
cp of 8353 | diff --git a/doc/doc_ch/algorithm_overview.md b/doc/doc_ch/algorithm_overview.md
index 7f6919c13a..02a4cbad95 100755
--- a/doc/doc_ch/algorithm_overview.md
+++ b/doc/doc_ch/algorithm_overview.md
@@ -3,6 +3,8 @@
- [1. 两阶段OCR算法](#1)
- [1.1 文本检测算法](#11)
- [1.2 文本识别算法](#12)
+ - [1.3 文本超分辨率算法](#13)
+ - [1.4 公式识别算法]... | https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/8354 | 2022-11-17T07:54:38Z | 2022-11-17T07:54:54Z | 2022-11-17T07:54:54Z | 2022-11-17T07:54:55Z | 3,551 | PaddlePaddle/PaddleOCR | 41,782 | |
Update to include the book "x86-64 Assembly Language Programming with Ubuntu" by Ed Jorgensen | diff --git a/README.md b/README.md
index 34f0b57..d1fdb42 100644
--- a/README.md
+++ b/README.md
@@ -1242,6 +1242,7 @@ Richard Feynman's Learning Strategy:
- [Memory Allocation](https://samwho.dev/memory-allocation/) (an interactive article)
- [Why does 0.1 + 0.2 = 0.30000000000000004?](https://jvns.ca/blog/2023/02/0... | # Why this book should be added
The book "x86-64 Assembly Language Programming with Ubuntu" covers all the information you need to get started with writing assembly code. Starting with an introduction discussing the benefits of assembly, and an extensive description of the architecture covering every prerequisite.
I... | https://api.github.com/repos/charlax/professional-programming/pulls/67 | 2024-01-22T18:34:16Z | 2024-02-26T03:04:14Z | 2024-02-26T03:04:14Z | 2024-02-26T03:04:14Z | 204 | charlax/professional-programming | 21,519 |
Skip Exchanges | diff --git a/skip-tests.json b/skip-tests.json
index f55562045cbc..31a2795892e0 100644
--- a/skip-tests.json
+++ b/skip-tests.json
@@ -299,7 +299,10 @@
}
},
"coinbaseprime": {
- "skipPhpAsync":true
+ "skipPhpAsync":true,
+ "skipMethods": {
+ "fetchStatus": "request timeout"
+ ... | https://api.github.com/repos/ccxt/ccxt/pulls/17590 | 2023-04-18T17:42:12Z | 2023-04-18T17:44:53Z | 2023-04-18T17:44:53Z | 2023-04-18T17:44:53Z | 229 | ccxt/ccxt | 13,882 | |
Update old issue link to point to letsencrypt community forums. | diff --git a/certbot/client.py b/certbot/client.py
index b735421f5a2..bc25da54918 100644
--- a/certbot/client.py
+++ b/certbot/client.py
@@ -556,11 +556,11 @@ def _rollback_and_restart(self, success_msg):
self.installer.rollback_checkpoints()
self.installer.restart()
except:
- ... | Issue #5527 came from this outdated link-- we should at least update this to certbot/certbot and maybe even direct people to the community forums?
Also specify that we need information/context about the error in order to debug it. | https://api.github.com/repos/certbot/certbot/pulls/5538 | 2018-02-05T20:18:34Z | 2018-02-06T00:27:21Z | 2018-02-06T00:27:21Z | 2018-02-06T00:27:21Z | 209 | certbot/certbot | 1,296 |
Tag/Option Parsing in Prompts From File | diff --git a/scripts/prompts_from_file.py b/scripts/prompts_from_file.py
index b24f1a80604..5732623f48a 100644
--- a/scripts/prompts_from_file.py
+++ b/scripts/prompts_from_file.py
@@ -28,6 +28,44 @@ def ui(self, is_img2img):
checkbox_txt.change(fn=lambda x: [gr.File.update(visible = not x), gr.TextArea.update... | This implements parsing for GUI options in prompts from file, allowing users to select a custom number of steps, seed, sampler, etc on a per line basis. Prompts that have been written without option parsing in mind will work as they have up to this point, even in the same file as prompts with options.
An example pr... | https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/1446 | 2022-10-01T15:08:14Z | 2022-10-15T07:47:51Z | 2022-10-15T07:47:51Z | 2022-10-15T09:43:07Z | 920 | AUTOMATIC1111/stable-diffusion-webui | 40,397 |
Removed unneeded print statements form mongokit pattern doc | diff --git a/docs/patterns/mongokit.rst b/docs/patterns/mongokit.rst
index b50cf4568a..b4b6fc011c 100644
--- a/docs/patterns/mongokit.rst
+++ b/docs/patterns/mongokit.rst
@@ -122,9 +122,6 @@ collection first, this is somewhat the same as a table in the SQL world.
>>> user = {'name': u'admin', 'email': u'admin@localhos... | Fixes #477
| https://api.github.com/repos/pallets/flask/pulls/479 | 2012-04-08T23:09:33Z | 2012-06-17T13:25:10Z | 2012-06-17T13:25:10Z | 2020-11-14T07:08:08Z | 156 | pallets/flask | 20,612 |
Adds 2019 Honda Pilot | diff --git a/selfdrive/car/honda/carstate.py b/selfdrive/car/honda/carstate.py
index 90488cc86d5649..dd575c3c605f9f 100644
--- a/selfdrive/car/honda/carstate.py
+++ b/selfdrive/car/honda/carstate.py
@@ -106,9 +106,7 @@ def get_can_signals(CP):
elif CP.carFingerprint == CAR.ACURA_ILX:
signals += [("CAR_GAS", "GA... | https://api.github.com/repos/commaai/openpilot/pulls/334 | 2018-08-27T01:11:57Z | 2018-08-27T05:35:11Z | 2018-08-27T05:35:11Z | 2018-09-25T22:02:01Z | 2,965 | commaai/openpilot | 9,022 | |
Update the ACME github repository URL. | diff --git a/acme/acme/__init__.py b/acme/acme/__init__.py
index c38cea41453..0f5f0e4bd31 100644
--- a/acme/acme/__init__.py
+++ b/acme/acme/__init__.py
@@ -1,12 +1,12 @@
"""ACME protocol implementation.
This module is an implementation of the `ACME protocol`_. Latest
-supported version: `v02`_.
+supported version:... | https://api.github.com/repos/certbot/certbot/pulls/1965 | 2015-12-20T15:23:23Z | 2015-12-23T16:26:43Z | 2015-12-23T16:26:43Z | 2016-05-06T19:21:46Z | 247 | certbot/certbot | 1,176 | |
pd.show_versions() | diff --git a/doc/README.rst b/doc/README.rst
index 660a3b7232891..4b5b0d8818e2d 100644
--- a/doc/README.rst
+++ b/doc/README.rst
@@ -88,7 +88,7 @@ Furthermore, it is recommended to have all `optional dependencies
installed. This is not needed, but be aware that you will see some error
messages. Because all the code i... | Shouldn't this be `pd.show_versions()`? Maybe it's a typo.
| https://api.github.com/repos/pandas-dev/pandas/pulls/8746 | 2014-11-06T11:54:04Z | 2014-11-06T12:09:38Z | 2014-11-06T12:09:38Z | 2014-11-06T12:09:38Z | 168 | pandas-dev/pandas | 45,624 |
[workflow] fixed typos in the leaderboard workflow | diff --git a/.github/workflows/report_leaderboard_to_lark.yml b/.github/workflows/report_leaderboard_to_lark.yml
index f51847a39521..60c3ad2a6781 100644
--- a/.github/workflows/report_leaderboard_to_lark.yml
+++ b/.github/workflows/report_leaderboard_to_lark.yml
@@ -1,4 +1,4 @@
-name: Publish Nightly Version to PyPI
+n... | ## 📌 Checklist before creating the PR
- [x] I have created an issue for this PR for traceability
- [x] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description`
- [x] 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/2567 | 2023-02-03T09:25:08Z | 2023-02-03T09:25:56Z | 2023-02-03T09:25:56Z | 2023-02-03T09:26:00Z | 231 | hpcaitech/ColossalAI | 11,132 |
[build] Override timestamps in zip file | diff --git a/Makefile b/Makefile
index 84ccce2b33f..41e3a683a54 100644
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,15 @@ tar: youtube-dl.tar.gz
pypi-files: youtube-dl.bash-completion README.txt youtube-dl.1 youtube-dl.fish
youtube-dl: youtube_dl/*.py youtube_dl/*/*.py
- zip --quiet youtube-dl youtube_dl/*.py youtube... | to make build reproducible.
See https://reproducible-builds.org/ for why this is good.
Copying files to not interfere with freshness detection. | https://api.github.com/repos/ytdl-org/youtube-dl/pulls/13669 | 2017-07-17T12:03:18Z | 2017-08-22T13:51:21Z | 2017-08-22T13:51:20Z | 2017-08-22T13:51:25Z | 295 | ytdl-org/youtube-dl | 50,190 |
Added TFLearn | diff --git a/README.md b/README.md
index b9f3ec68..1dad7e1f 100644
--- a/README.md
+++ b/README.md
@@ -753,6 +753,7 @@ on MNIST digits[DEEP LEARNING]
* [Orange](http://orange.biolab.si/) - Open source data visualization and data analysis for novices and experts.
* [MXNet](https://github.com/dmlc/mxnet) - Lightweight,... | Added TFLearn library link
| https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/263 | 2016-04-01T03:41:08Z | 2016-04-07T18:45:59Z | 2016-04-07T18:45:59Z | 2016-04-07T18:46:02Z | 211 | josephmisiti/awesome-machine-learning | 52,391 |
community: added `partners/package-name` folders | diff --git a/libs/partners/astradb/README.md b/libs/partners/astradb/README.md
index 62566a56776327..af37bc8f7dcb99 100644
--- a/libs/partners/astradb/README.md
+++ b/libs/partners/astradb/README.md
@@ -1,3 +1,5 @@
+# langchain-astradb
+
This package has moved!
https://github.com/langchain-ai/langchain-datastax/tre... | Added references to new integration packages from Google, by adding subfolders to `partners/`.
| https://api.github.com/repos/langchain-ai/langchain/pulls/19290 | 2024-03-19T21:04:21Z | 2024-03-26T02:16:59Z | 2024-03-26T02:16:59Z | 2024-03-27T17:08:30Z | 1,517 | langchain-ai/langchain | 42,814 |
master | diff --git a/3-tier.py b/3-tier.py
index a1cd30c1..625870a3 100644
--- a/3-tier.py
+++ b/3-tier.py
@@ -12,12 +12,11 @@ class Data(object):
}
def __get__(self, obj, klas):
- print ("(Fetching from Data Store)")
+ print("(Fetching from Data Store)")
return {'products': self.products}
... | Added two patterns: front controller and specification.
pep8 minor code edit.
| https://api.github.com/repos/faif/python-patterns/pulls/86 | 2015-06-06T19:48:26Z | 2015-06-09T20:16:54Z | 2015-06-09T20:16:54Z | 2015-06-09T20:16:54Z | 1,828 | faif/python-patterns | 33,603 |
Added additional nodes for CLIP merging | diff --git a/comfy_extras/nodes_model_merging.py b/comfy_extras/nodes_model_merging.py
index d594cf490b..a25b73ca76 100644
--- a/comfy_extras/nodes_model_merging.py
+++ b/comfy_extras/nodes_model_merging.py
@@ -87,6 +87,50 @@ def merge(self, clip1, clip2, ratio):
m.add_patches({k: kp[k]}, 1.0 - ratio, rati... | Additional ways of merging CLIPs, similar to the one for models. | https://api.github.com/repos/comfyanonymous/ComfyUI/pulls/3004 | 2024-03-09T18:34:28Z | 2024-03-10T14:43:42Z | 2024-03-10T14:43:42Z | 2024-03-10T14:49:40Z | 608 | comfyanonymous/ComfyUI | 17,704 |
Update modbus.py | diff --git a/homeassistant/components/modbus.py b/homeassistant/components/modbus.py
index 001c8d1188a4..293e86b014e9 100644
--- a/homeassistant/components/modbus.py
+++ b/homeassistant/components/modbus.py
@@ -40,7 +40,7 @@
ETHERNET_SCHEMA = {
vol.Required(CONF_HOST): cv.string,
vol.Required(CONF_PORT): cv.... | Support of MODBUS RTU over TCP ethernet mode. See more info here: https://www.eltima.com/modbus-over-ethernet/
## Description:
Pull request for the documentaiton update: https://github.com/home-assistant/home-assistant.github.io/pull/4261
**Related issue (if applicable):** N/A
**Pull request in [home-assista... | https://api.github.com/repos/home-assistant/core/pulls/11238 | 2017-12-19T20:02:22Z | 2017-12-29T08:19:35Z | 2017-12-29T08:19:35Z | 2018-03-30T20:15:46Z | 333 | home-assistant/core | 39,393 |
fix(binance): fix editOrder timestamp update, fix #18028 | diff --git a/ts/src/pro/binance.ts b/ts/src/pro/binance.ts
index cf03f435a481..487b1af832b9 100644
--- a/ts/src/pro/binance.ts
+++ b/ts/src/pro/binance.ts
@@ -1407,7 +1407,7 @@ export default class binance extends binanceRest {
let timestamp = this.safeInteger (order, 'O');
const T = this.safeInteger ... | When editting an order the timestamp wasn't being updated correctly, therefore it wasn't always filtered correctly and shown in new updates. | https://api.github.com/repos/ccxt/ccxt/pulls/18046 | 2023-05-27T09:14:16Z | 2023-05-27T10:47:43Z | 2023-05-27T10:47:43Z | 2023-05-27T10:47:43Z | 158 | ccxt/ccxt | 13,790 |
💚 Fix pip cache for Smokeshow | diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml
index 55d64517f5a08..c83d16f15c437 100644
--- a/.github/workflows/smokeshow.yml
+++ b/.github/workflows/smokeshow.yml
@@ -18,7 +18,6 @@ jobs:
with:
python-version: '3.9'
cache: "pip"
- cache-dependency... | 💚 Fix pip cache for Smokeshow | https://api.github.com/repos/tiangolo/fastapi/pulls/5697 | 2022-11-27T13:25:34Z | 2022-11-27T13:39:18Z | 2022-11-27T13:39:18Z | 2022-11-27T13:39:18Z | 125 | tiangolo/fastapi | 22,824 |
Throw clear exceptions | diff --git a/requests/models.py b/requests/models.py
index 136427fe7d..ae3c1be135 100644
--- a/requests/models.py
+++ b/requests/models.py
@@ -413,7 +413,10 @@ def full_url(self):
if not scheme in SCHEMAS:
raise InvalidSchema("Invalid scheme %r" % scheme)
- netloc = netloc.encode('idna').... | I'm not super invested in this: I think the UnicodeError is reasonably clear, but it probably helps to throw a Requests based exception when there is an error in the URL. The InvalidURL exception subclasses ValueError, which means anyone catching this by looking for ValueErrors will still catch this exception.
That sa... | https://api.github.com/repos/psf/requests/pulls/774 | 2012-08-10T16:49:52Z | 2012-08-13T21:14:19Z | 2012-08-13T21:14:19Z | 2021-09-08T23:06:12Z | 388 | psf/requests | 33,037 |
cabana: save settings to user-specific directory | diff --git a/tools/cabana/.gitignore b/tools/cabana/.gitignore
index c3f5ef2b69fbda..362a51f5c9231d 100644
--- a/tools/cabana/.gitignore
+++ b/tools/cabana/.gitignore
@@ -2,6 +2,5 @@ moc_*
*.moc
cabana
-settings
dbc/car_fingerprint_to_dbc.json
tests/test_cabana
diff --git a/tools/cabana/cabana.cc b/tools/cabana/c... | 1. save settings to QSettings::UserScope with QSettings::NativeFormat. On Unix system, it's `$HOME/.config/cabana.conf`.
2. use template to simplify the read/write operation. | https://api.github.com/repos/commaai/openpilot/pulls/30328 | 2023-10-25T20:46:53Z | 2023-10-25T21:39:42Z | 2023-10-25T21:39:41Z | 2023-10-25T21:52:45Z | 3,486 | commaai/openpilot | 9,590 |
Fix code typos for C.145 | diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index 8e8dca78f..3c55ab62c 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -5013,8 +5013,8 @@ and such interfaces are often not easily or naturally organized into a single-ro
**Example**:
- struct B { int a; virtual f(); };
- struct D { int b... | Also added the "extends B" to D
| https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/43 | 2015-09-20T12:21:02Z | 2015-09-20T16:21:01Z | 2015-09-20T16:21:01Z | 2015-09-20T16:53:40Z | 216 | isocpp/CppCoreGuidelines | 16,023 |
Markdown fix anchors and move Header text outside anchor | diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index ec317037b..bc4bd738f 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -4603,7 +4603,7 @@ Of course there are way of making `==` work in a hierarchy, but the naive approa
**Enforcement**: ???
-<a name="SS-containers"</a>
+<a name="SS-con... | else header becomes an ugly no-op link (also for Consistency)
| https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/163 | 2015-09-27T08:05:01Z | 2015-09-27T16:39:49Z | 2015-09-27T16:39:49Z | 2015-09-30T08:16:49Z | 2,119 | isocpp/CppCoreGuidelines | 15,804 |
Rename twitter to X | diff --git a/README.md b/README.md
index 7e8d7381e1..75a0f3d802 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# FastChat
-| [**Demo**](https://chat.lmsys.org/) | [**Discord**](https://discord.gg/HSWAKCrnFx) | [**Twitter**](https://twitter.com/lmsysorg) |
+| [**Demo**](https://chat.lmsys.org/) | [**Discord**](... | changed twitter redirect to x.com
<!-- Thank you for your contribution! -->
<!-- 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 assign them to your PR. -->
## Why are these changes needed?
<!-- Please give a short s... | https://api.github.com/repos/lm-sys/FastChat/pulls/2406 | 2023-09-12T05:06:26Z | 2023-09-12T08:24:30Z | 2023-09-12T08:24:30Z | 2023-09-12T08:24:30Z | 209 | lm-sys/FastChat | 41,140 |
Replaced encode() usage with bytes literals. | diff --git a/tests/auth_tests/test_views.py b/tests/auth_tests/test_views.py
index 42acafd26de01..521013d18d2af 100644
--- a/tests/auth_tests/test_views.py
+++ b/tests/auth_tests/test_views.py
@@ -444,7 +444,7 @@ def _test_confirm_start(self):
def test_confirm_invalid_uuid(self):
"""A uidb64 that decodes ... | https://api.github.com/repos/django/django/pulls/12097 | 2019-11-18T12:52:48Z | 2019-11-18T14:31:43Z | 2019-11-18T14:31:43Z | 2019-11-28T11:21:10Z | 513 | django/django | 51,121 | |
Revert "Re-enable parallel builds in CI" | diff --git a/.circleci/setup_env.sh b/.circleci/setup_env.sh
index 7f82b613f8cb8..52a8cab1cd2de 100755
--- a/.circleci/setup_env.sh
+++ b/.circleci/setup_env.sh
@@ -55,7 +55,8 @@ if pip list | grep -q ^pandas; then
fi
echo "Build extensions"
-python setup.py build_ext -q -j4
+# GH 47305: Parallel build can causes f... | Reverts pandas-dev/pandas#51902
Depends on #51525 which is reverted by #51951 | https://api.github.com/repos/pandas-dev/pandas/pulls/51952 | 2023-03-13T23:26:53Z | 2023-03-14T23:23:57Z | 2023-03-14T23:23:57Z | 2023-03-15T02:33:59Z | 618 | pandas-dev/pandas | 45,486 |
Fixed a cross-platform endian issue | diff --git a/doc/whats_new/v0.24.rst b/doc/whats_new/v0.24.rst
index b67004f1e8b00..335a7499ed21e 100644
--- a/doc/whats_new/v0.24.rst
+++ b/doc/whats_new/v0.24.rst
@@ -367,6 +367,10 @@ Changelog
:meth:`tree.DecisionTreeRegressor.fit`, and has not effect.
:pr:`17614` by :user:`Juan Carlos Alfaro Jiménez <alfaro96... | This PR is to fix a problem that I encountered when loading a GradientBoostingClassifier/GradientBoostingRegressor model, which was trained on a little-endian machine, on a big-endian machine. The error occurred at https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/tree/_tree.pyx#L671
The reason was th... | https://api.github.com/repos/scikit-learn/scikit-learn/pulls/17644 | 2020-06-19T21:30:01Z | 2020-08-12T14:43:09Z | 2020-08-12T14:43:09Z | 2020-08-12T14:43:10Z | 437 | scikit-learn/scikit-learn | 46,422 |
Remove python eval from vector sql db chain | diff --git a/libs/experimental/langchain_experimental/sql/vector_sql.py b/libs/experimental/langchain_experimental/sql/vector_sql.py
index 43c42f7096a59b..9c0ee021d1dfc9 100644
--- a/libs/experimental/langchain_experimental/sql/vector_sql.py
+++ b/libs/experimental/langchain_experimental/sql/vector_sql.py
@@ -8,7 +8,7 ... | <!-- Thank you for contributing to LangChain!
Replace this entire comment with:
- **Description:** a description of the change,
- **Issue:** the issue # it fixes (if applicable),
- **Dependencies:** any dependencies required for this change,
- **Tag maintainer:** for a quicker response, tag the relevant... | https://api.github.com/repos/langchain-ai/langchain/pulls/10937 | 2023-09-22T14:43:43Z | 2023-09-23T15:51:04Z | 2023-09-23T15:51:04Z | 2023-09-23T15:51:05Z | 390 | langchain-ai/langchain | 42,945 |
Fix a test case inside tests/models that leaves a trace in the DB | diff --git a/tests/models/test_dagbag.py b/tests/models/test_dagbag.py
index 787086cf9d642..343eb468b9f25 100644
--- a/tests/models/test_dagbag.py
+++ b/tests/models/test_dagbag.py
@@ -44,27 +44,25 @@
from tests.test_utils import db
from tests.test_utils.asserts import assert_queries_count
from tests.test_utils.conf... | This fixes `test_sync_perm_for_dag` test case inside `test_dagbag.py` that leaves a record for a test DAG permission in the DB.
It causes failure on another test case (tests/www/test_security.py::test_verify_public_role_has_no_permissions) in the other suite when run sequentially
To reproduce the issue within Bree... | https://api.github.com/repos/apache/airflow/pulls/20881 | 2022-01-14T16:51:53Z | 2022-01-18T16:39:00Z | 2022-01-18T16:39:00Z | 2022-01-18T16:39:00Z | 1,435 | apache/airflow | 14,277 |
Add doc for add-new-model-like command | diff --git a/templates/adding_a_new_model/README.md b/templates/adding_a_new_model/README.md
index d19270bf75af3..496c4f004be57 100644
--- a/templates/adding_a_new_model/README.md
+++ b/templates/adding_a_new_model/README.md
@@ -14,13 +14,16 @@ See the License for the specific language governing permissions and
limita... | # What does this PR do?
This PR adds documentation for the new command `add-new-model-like`. | https://api.github.com/repos/huggingface/transformers/pulls/15433 | 2022-01-31T15:48:07Z | 2022-01-31T16:10:46Z | 2022-01-31T16:10:46Z | 2022-01-31T16:11:15Z | 1,741 | huggingface/transformers | 12,368 |
fix: Use sentry:release in results for get_release_tags | diff --git a/src/sentry/tagstore/snuba/backend.py b/src/sentry/tagstore/snuba/backend.py
index 706937af24063..bd0a9698e3f77 100644
--- a/src/sentry/tagstore/snuba/backend.py
+++ b/src/sentry/tagstore/snuba/backend.py
@@ -288,15 +288,16 @@ def get_release_tags(self, project_ids, environment_id, versions):
# NB ... | The column we need to query snuba for is `tags[sentry:release]` but the
actual tag name is just `sentry_release` I think this is the only case
in here that needs this particular fix. | https://api.github.com/repos/getsentry/sentry/pulls/8823 | 2018-06-22T18:37:40Z | 2018-06-22T19:59:12Z | 2018-06-22T19:59:12Z | 2020-12-21T19:40:21Z | 650 | getsentry/sentry | 44,456 |
Small changes to enable make gce to run. | diff --git a/test/integration/credentials.template b/test/integration/credentials.template
index bbf7c9ba6eaf86..4e2d3afcd6873e 100644
--- a/test/integration/credentials.template
+++ b/test/integration/credentials.template
@@ -9,9 +9,9 @@ ec2_access_key:
ec2_secret_key:
# GCE Credentials
-service_account_email:
-pe... | ##### ISSUE TYPE
- Bugfix Pull Request
- fixes GCE integration tests
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
ansible 2.2.0 (gce_test_fixes 166903c36b) last updated 2016/07/06 16:29:53 (GMT +000)
lib/ansible/modules/core: (detached HEAD 4a0a9cd1fc) last u... | https://api.github.com/repos/ansible/ansible/pulls/16607 | 2016-07-06T16:33:55Z | 2016-09-16T14:02:18Z | 2016-09-16T14:02:18Z | 2019-04-26T17:01:06Z | 229 | ansible/ansible | 48,951 |
add new tamper script substring2leftright.py | diff --git a/tamper/substring2leftright.py b/tamper/substring2leftright.py
new file mode 100644
index 00000000000..9eb3eea430b
--- /dev/null
+++ b/tamper/substring2leftright.py
@@ -0,0 +1,47 @@
+#!/usr/bin/env python
+
+"""
+Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
+See the file 'LICENSE' for copy... | replace PostgreSQL "SUBSTRING" with appropriate LEFT and RIGHT functions. useful if some stupid WAF blocks SUBSTRING but not LEFT and RIGHT. of course only works with PostgreSQL (but maybe there are similar solutions for other dbs as well). | https://api.github.com/repos/sqlmapproject/sqlmap/pulls/3527 | 2019-03-08T21:26:32Z | 2019-03-11T10:17:30Z | 2019-03-11T10:17:30Z | 2019-03-11T23:18:35Z | 416 | sqlmapproject/sqlmap | 14,940 |
Remove stale action workflow file | diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
deleted file mode 100644
index 42353d233a29..000000000000
--- a/.github/workflows/stale.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-# name: Mark/Close stale issues and pull requests
-# on:
-# schedule:
-# - cron: "0 * * * *" # Run every hour
-# jobs:
... | https://api.github.com/repos/TheAlgorithms/Python/pulls/3915 | 2020-11-21T03:06:47Z | 2020-11-21T03:34:50Z | 2020-11-21T03:34:50Z | 2020-11-21T09:26:58Z | 454 | TheAlgorithms/Python | 29,805 | |
Fix docstring of test_request_context | diff --git a/src/flask/app.py b/src/flask/app.py
index db442c9edf..ce4dcf6a7d 100644
--- a/src/flask/app.py
+++ b/src/flask/app.py
@@ -2448,7 +2448,7 @@ def test_request_context(self, *args: t.Any, **kwargs: t.Any) -> RequestContext:
:data:`request` point at the request for the created
environment. ::... | Add missing `app.`.
| https://api.github.com/repos/pallets/flask/pulls/4821 | 2022-09-18T11:13:15Z | 2022-09-18T11:53:47Z | 2022-09-18T11:53:47Z | 2022-10-03T00:09:39Z | 143 | pallets/flask | 20,851 |
[infer]Fix some bugs in test_llama and test_bloom | diff --git a/tests/test_infer/test_bloom_infer.py b/tests/test_infer/test_bloom_infer.py
index dad3f9cb295f..1f01460994d9 100644
--- a/tests/test_infer/test_bloom_infer.py
+++ b/tests/test_infer/test_bloom_infer.py
@@ -21,7 +21,7 @@
def run():
- model_path = "/data3/models/bloom-7b1"
+ model_path = "/home/lc... | ## 📌 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/4635 | 2023-09-06T08:58:18Z | 2023-09-06T09:00:21Z | 2023-09-06T09:00:21Z | 2023-09-06T09:00:22Z | 625 | hpcaitech/ColossalAI | 11,666 |
Fix typos: change it's to its where appropriate | diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index 488d26dfe..8e8dca78f 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -292,7 +292,7 @@ Also, we assume that the rules will be refined over time to make them more preci
A rule is aimed at being simple, rather than carefully phrased to menti... | There were a few spots in the document where the possessive pronoun "its" was misspelled as "it's" (which is a contraction for "it is").
| https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/39 | 2015-09-20T02:05:38Z | 2015-09-20T06:38:53Z | 2015-09-20T06:38:53Z | 2015-09-20T06:39:11Z | 713 | isocpp/CppCoreGuidelines | 15,750 |
Cfn: Fix bug preventing reuse of stack names | diff --git a/localstack/services/cloudformation/stores.py b/localstack/services/cloudformation/stores.py
index 48cf5260217e0..8020d328c5561 100644
--- a/localstack/services/cloudformation/stores.py
+++ b/localstack/services/cloudformation/stores.py
@@ -54,6 +54,7 @@ def get_cloudformation_store(account_id: str, region_... | ## Summary
This PR fixes a bug that prevented stack names from being reused.
```
$ awslocal cloudformation deploy --stack-name bar --template-file ./localstack/tests/aws/templates/ec2_keypair.yml
Waiting for changeset to be created..
Waiting for stack create/update to complete
Successfully created/updated s... | https://api.github.com/repos/localstack/localstack/pulls/10403 | 2024-03-06T11:04:25Z | 2024-03-12T08:26:54Z | 2024-03-12T08:26:54Z | 2024-03-12T08:26:55Z | 1,145 | localstack/localstack | 28,997 |
Endpoint to delete documents ingested | diff --git a/private_gpt/components/node_store/node_store_component.py b/private_gpt/components/node_store/node_store_component.py
index c20f98c5e..c039bf502 100644
--- a/private_gpt/components/node_store/node_store_component.py
+++ b/private_gpt/components/node_store/node_store_component.py
@@ -1,3 +1,5 @@
+import log... | A file that is ingested will be transformed into several documents (that are organized into nodes).
This endpoint is deleting documents (bits of a file). These bits can be retrieved thanks to the endpoint to list all the documents.
Also added logs in the scope of this PR | https://api.github.com/repos/zylon-ai/private-gpt/pulls/1163 | 2023-11-04T17:50:35Z | 2023-11-06T14:47:42Z | 2023-11-06T14:47:42Z | 2023-11-07T08:09:09Z | 1,193 | zylon-ai/private-gpt | 38,552 |
Speed up `dag.clear()` when clearing lots of ExternalTaskSensor and ExternalTaskMarker | diff --git a/airflow/models/dag.py b/airflow/models/dag.py
index 45bd398dc4030..5860689fd4747 100644
--- a/airflow/models/dag.py
+++ b/airflow/models/dag.py
@@ -1119,6 +1119,7 @@ def clear(
recursion_depth=0,
max_recursion_depth=None,
dag_bag=None,
+ visited_external_ti... | This is an improvement to the UI response time when clearing dozens of DagRuns of large DAGs (thousands of tasks) containing many `ExternalTaskSensor` + `ExternalTaskMarker` pairs. In the current implementation, clearing tasks can get slow especially if the user chooses to clear with Future, Downstream and Recursive al... | https://api.github.com/repos/apache/airflow/pulls/11184 | 2020-09-28T13:06:18Z | 2020-10-22T14:37:36Z | 2020-10-22T14:37:36Z | 2020-10-23T03:02:54Z | 2,763 | apache/airflow | 14,053 |
Elaborate on Python support policy | diff --git a/CHANGES.md b/CHANGES.md
index f81c285d0b..440aaeaa35 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -84,6 +84,7 @@ and the first release covered by our new stability policy.
- Change HTML theme to Furo primarily for its responsive design and mobile support
(#2793)
- Deprecate the `black-primer` tool (#28... | <!-- Hello! Thanks for submitting a PR. To help make things go a bit more
smoothly we would appreciate that you go through this template. -->
### Description
Closes #2251: I've included a short Python support policy to our FAQ. TL;DR: we promise to support all non-EOL versions, but don't promise to keep old 3... | https://api.github.com/repos/psf/black/pulls/2819 | 2022-01-28T17:19:14Z | 2022-01-28T18:58:18Z | 2022-01-28T18:58:17Z | 2022-01-28T19:03:38Z | 413 | psf/black | 23,980 |
convert.py doesn't work with OriginalHighRes trainer bugfix | diff --git a/plugins/Model_OriginalHighRes/Model.py b/plugins/Model_OriginalHighRes/Model.py
index 26fd94c08a..7a98ca0dbc 100644
--- a/plugins/Model_OriginalHighRes/Model.py
+++ b/plugins/Model_OriginalHighRes/Model.py
@@ -111,30 +111,38 @@ def initModel(self):
self.autoencoder_B.compile(optimizer=optimizer, l... | https://api.github.com/repos/deepfakes/faceswap/pulls/442 | 2018-06-22T08:59:17Z | 2018-06-22T09:07:09Z | 2018-06-22T09:07:09Z | 2018-08-28T17:37:19Z | 707 | deepfakes/faceswap | 18,665 | |
change some numeric behavior | diff --git a/README.md b/README.md
index d8ef7ec45a6..0231599ba25 100644
--- a/README.md
+++ b/README.md
@@ -373,10 +373,11 @@ an adoption helper, avoid using this for new projects.
### Numeric literals
-*Black* standardizes all numeric literals to use lowercase letters: `0xab`
-instead of `0XAB` and `1e10` instea... | Closes #467. | https://api.github.com/repos/psf/black/pulls/469 | 2018-08-22T04:05:46Z | 2018-08-23T18:55:30Z | 2018-08-23T18:55:29Z | 2022-03-26T21:19:27Z | 1,665 | psf/black | 24,441 |
Fix pytest warnings | diff --git a/tests/conftest.py b/tests/conftest.py
index 3d097159d..964458b67 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -7,6 +7,10 @@
shells.shell = shells.Generic()
+def pytest_configure(config):
+ config.addinivalue_line("markers", "functional: mark test as functional")
+
+
def pytest_addopti... | Adds custom mark (`functional`) as per the [pytest documentation](https://docs.pytest.org/en/latest/mark.html#registering-marks).
Fixes typo in `tests/test_conf.py`
`@pytest.mark.usefixture('load_source')` to `@pytest.mark.usefixtures('load_source')` | https://api.github.com/repos/nvbn/thefuck/pulls/1116 | 2020-07-20T02:31:09Z | 2020-11-03T17:29:28Z | 2020-11-03T17:29:28Z | 2021-07-17T13:47:08Z | 260 | nvbn/thefuck | 30,846 |
Error message for PAY_PER_REQUEST billing mode | diff --git a/localstack/services/cloudformation/models/dynamodb.py b/localstack/services/cloudformation/models/dynamodb.py
index 254e9bca1c80b..339acfe09db7f 100644
--- a/localstack/services/cloudformation/models/dynamodb.py
+++ b/localstack/services/cloudformation/models/dynamodb.py
@@ -9,6 +9,9 @@ def get_ddb_provisi... | As reported in #4982, when a table is created with `PAY_PER_REQUEST` billing mode and a provisioned throughput is specified as well, we should return a `ValidationException`.
| https://api.github.com/repos/localstack/localstack/pulls/5877 | 2022-04-16T18:13:49Z | 2022-04-17T18:33:39Z | 2022-04-17T18:33:39Z | 2022-04-19T07:47:49Z | 998 | localstack/localstack | 28,411 |
Fix description of nova_compute:name option | diff --git a/library/cloud/nova_compute b/library/cloud/nova_compute
index 643d685ac9c03b..bed780bf2d1355 100644
--- a/library/cloud/nova_compute
+++ b/library/cloud/nova_compute
@@ -61,7 +61,7 @@ options:
default: present
name:
description:
- - Name that has to be given to the image
+ - N... | It's the name of the instance, not of an image.
| https://api.github.com/repos/ansible/ansible/pulls/4742 | 2013-10-31T10:36:42Z | 2013-10-31T12:05:05Z | 2013-10-31T12:05:05Z | 2019-04-24T19:10:40Z | 118 | ansible/ansible | 49,121 |
[br] Allow '/' in URL, allow empty author + broadcastDate fields | diff --git a/youtube_dl/extractor/br.py b/youtube_dl/extractor/br.py
index 5fcc1084a22..7cc159e201e 100644
--- a/youtube_dl/extractor/br.py
+++ b/youtube_dl/extractor/br.py
@@ -9,21 +9,35 @@
class BRIE(InfoExtractor):
IE_DESC = "Bayerischer Rundfunk Mediathek"
- _VALID_URL = r"^https?://(?:www\.)?br\.de/medi... | - Allow URLs that have a 'subdirectory' before the actual program name, e.g.
'xyz/xyz-episode-1'.
- The author and broadcastDate fields in the XML file may be empty.
- Add test case for the two problems above.
| https://api.github.com/repos/ytdl-org/youtube-dl/pulls/2555 | 2014-03-13T13:10:36Z | 2014-03-13T13:36:03Z | 2014-03-13T13:36:03Z | 2014-03-13T13:36:14Z | 1,206 | ytdl-org/youtube-dl | 49,733 |
Point the user to fullchain.pem, not cert.pem | diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py
index 1b396b0b8c1..5163f286824 100644
--- a/letsencrypt/cli.py
+++ b/letsencrypt/cli.py
@@ -267,16 +267,31 @@ def _treat_as_renewal(config, domains):
return None
-def _report_new_cert(cert_path):
- """Reports the creation of a new certificate to the user.... | Closes: #1074
| https://api.github.com/repos/certbot/certbot/pulls/1077 | 2015-10-21T23:51:18Z | 2015-10-22T17:57:13Z | 2015-10-22T17:57:13Z | 2016-05-06T19:21:53Z | 3,137 | certbot/certbot | 392 |
[NFC] polish colossalai/engine/schedule/_pipeline_schedule_v2.py code… | diff --git a/colossalai/engine/schedule/_pipeline_schedule_v2.py b/colossalai/engine/schedule/_pipeline_schedule_v2.py
index 50a87aafad02..28c58bd82b5c 100644
--- a/colossalai/engine/schedule/_pipeline_schedule_v2.py
+++ b/colossalai/engine/schedule/_pipeline_schedule_v2.py
@@ -1,11 +1,12 @@
#!/usr/bin/env python
# -... | … style
## 📌 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
... | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/3275 | 2023-03-28T05:39:30Z | 2023-03-28T06:31:39Z | 2023-03-28T06:31:39Z | 2023-03-28T06:31:39Z | 396 | hpcaitech/ColossalAI | 11,469 |
--download: Use `time.monotonic()` and rework code to prevent `ZeroDivisionError` specific handling | diff --git a/httpie/downloads.py b/httpie/downloads.py
index bd53684d1c..e38c56e249 100644
--- a/httpie/downloads.py
+++ b/httpie/downloads.py
@@ -9,7 +9,7 @@
import sys
import threading
from mailbox import Message
-from time import sleep, time
+from time import sleep, monotonic
from typing import IO, Optional, Tup... | It simplifies speed/percentage handling. It also expands coverage as testing previous `ZeroDivisionError` corner-cases is not easy. | https://api.github.com/repos/httpie/cli/pulls/1113 | 2021-07-26T10:07:17Z | 2021-07-29T14:05:56Z | 2021-07-29T14:05:56Z | 2021-07-29T14:08:46Z | 753 | httpie/cli | 34,010 |
DOC Fix davies_bouldin_score for numpydoc | diff --git a/maint_tools/test_docstrings.py b/maint_tools/test_docstrings.py
index d7cebff7344b9..6abed61972aad 100644
--- a/maint_tools/test_docstrings.py
+++ b/maint_tools/test_docstrings.py
@@ -120,7 +120,6 @@
"sklearn.metrics.cluster._supervised.pair_confusion_matrix",
"sklearn.metrics.cluster._supervised... | …_score passes numpydoc validation #21350
#### Reference Issues/PRs
DOC Ensures that sklearn.metrics.cluster._unsupervised.davies_bouldin_score #21350
#### What does this implement/fix? Explain your changes.
Make summary start with infinitive verb.
#### Any other comments?
<!--
Please be aware th... | https://api.github.com/repos/scikit-learn/scikit-learn/pulls/21850 | 2021-12-01T22:12:38Z | 2021-12-03T07:05:26Z | 2021-12-03T07:05:26Z | 2022-03-12T15:56:08Z | 341 | scikit-learn/scikit-learn | 46,614 |
Update schema.rst | diff --git a/docs/tutorial/schema.rst b/docs/tutorial/schema.rst
index f845503703..246baccd64 100644
--- a/docs/tutorial/schema.rst
+++ b/docs/tutorial/schema.rst
@@ -14,7 +14,7 @@ named `schema.sql` in the just created `flaskr` folder:
create table entries (
id integer primary key autoincrement,
tit... | The error is that sqlite3 needs escaping on the database column 'text' in the line:
text text not null
so that it becomes:
'text' text not null
The example on mitsuhiko/flask is correct and helped me detecting the mistake.
| https://api.github.com/repos/pallets/flask/pulls/1099 | 2014-07-01T14:58:23Z | 2014-07-27T11:31:59Z | 2014-07-27T11:31:59Z | 2020-11-14T05:08:07Z | 127 | pallets/flask | 20,666 |
Fix OpenSearch port strategy when running inside Docker | diff --git a/localstack/services/opensearch/cluster.py b/localstack/services/opensearch/cluster.py
index 3c3e6a258756b..a8517b8f2e1e4 100644
--- a/localstack/services/opensearch/cluster.py
+++ b/localstack/services/opensearch/cluster.py
@@ -123,11 +123,10 @@ def build_cluster_run_command(cluster_bin: str, settings: Com... | When running LocalStack (and therefore OpenSearch/Elasticsearch) in Docker, the search clusters were still bound to localhost in the container when using the port strategy. This caused them to be unreachable. This PR fixes that by addressing #6419 | https://api.github.com/repos/localstack/localstack/pulls/6638 | 2022-08-10T13:11:46Z | 2022-08-24T11:42:54Z | 2022-08-24T11:42:54Z | 2022-08-24T11:42:57Z | 1,739 | localstack/localstack | 29,278 |
Changed sticky bit string from 'sS' to 'tT' | diff --git a/share/adapters/chmod.sh b/share/adapters/chmod.sh
index 557d08f2..8d5e9643 100755
--- a/share/adapters/chmod.sh
+++ b/share/adapters/chmod.sh
@@ -32,7 +32,7 @@ chmod_calc(){
[ ${num:1:1} -eq 1 ] && p_s+='w' || p_s+='-'
if [[ $sticky == 'X' ]]
then
- [ ${num:2:1} -eq 1 ] ... | https://api.github.com/repos/chubin/cheat.sh/pulls/205 | 2020-05-31T13:20:17Z | 2020-06-01T10:45:21Z | 2020-06-01T10:45:20Z | 2020-06-01T10:45:21Z | 564 | chubin/cheat.sh | 15,185 | |
✏ Fix typos in docs and source examples | diff --git a/docs/en/docs/async.md b/docs/en/docs/async.md
index 7c3dcfdea03a4..07afd7bdc6930 100644
--- a/docs/en/docs/async.md
+++ b/docs/en/docs/async.md
@@ -210,7 +210,7 @@ Most of the existing popular Python frameworks (including Flask and Django) were
Even though the main specification for asynchronous web Pyt... | Fixing some typos on `async.md`, `unzip-docs.sh` and `test_multipart_installation.py` that I encountered while checking the source code. | https://api.github.com/repos/tiangolo/fastapi/pulls/2102 | 2020-09-26T22:36:34Z | 2020-11-05T22:14:18Z | 2020-11-05T22:14:18Z | 2021-03-05T21:11:18Z | 345 | tiangolo/fastapi | 23,423 |
fetchBalance edits | diff --git a/js/bitbank.js b/js/bitbank.js
index 914b3367d9d9..c3626b01ff87 100644
--- a/js/bitbank.js
+++ b/js/bitbank.js
@@ -314,14 +314,13 @@ module.exports = class bitbank extends Exchange {
const balance = assets[i];
const currencyId = this.safeString (balance, 'asset');
cons... | https://api.github.com/repos/ccxt/ccxt/pulls/8923 | 2021-04-10T08:04:21Z | 2021-04-10T09:06:21Z | 2021-04-10T09:06:21Z | 2021-04-17T17:43:38Z | 2,383 | ccxt/ccxt | 13,855 | |
fix download issue | diff --git a/youtube_dl/extractor/dtube.py b/youtube_dl/extractor/dtube.py
index 5887887e15e..20190c9cc42 100644
--- a/youtube_dl/extractor/dtube.py
+++ b/youtube_dl/extractor/dtube.py
@@ -48,7 +48,7 @@ def _real_extract(self, url):
def canonical_url(h):
if not h:
return None
- ... | thx to @GianlucaFicarelli
### Before submitting a *pull request* make sure you have:
- [x] At least skimmed through [adding new extractor tutorial](https://github.com/rg3/youtube-dl#adding-support-for-a-new-site) and [youtube-dl coding conventions](https://github.com/rg3/youtube-dl#youtube-dl-coding-conventions) se... | https://api.github.com/repos/ytdl-org/youtube-dl/pulls/18776 | 2019-01-07T20:08:56Z | 2019-01-08T01:44:43Z | 2019-01-08T01:44:43Z | 2019-01-08T16:29:15Z | 155 | ytdl-org/youtube-dl | 50,160 |
[3.6] Correct a typo in the Unittest documentation (GH-10397) | diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index a43e9453239ca8..3a8af0c52a5998 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -588,7 +588,7 @@ Distinguishing test iterations using subtests
.. versionadded:: 3.4
-When some of your tests differ only by a some very smal... | Co-Authored-By: maggyero <gery.ogam@gmail.com>
(cherry picked from commit 009b2f02049eda3b29d4f4f743e51df106686375)
Co-authored-by: Géry Ogam <gery.ogam@gmail.com> | https://api.github.com/repos/python/cpython/pulls/10440 | 2018-11-09T19:35:17Z | 2018-11-09T19:50:53Z | 2018-11-09T19:50:53Z | 2018-11-09T19:50:56Z | 154 | python/cpython | 4,761 |
Remove tox | diff --git a/.gitignore b/.gitignore
index 11d04d10a4..71e2361629 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,7 +52,6 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
-.tox/
.nox/
.coverage
.coverage.*
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a455588eea..1e23a1b9f2 100644
--- ... | Fixes #943 | https://api.github.com/repos/httpie/cli/pulls/944 | 2020-06-26T13:41:13Z | 2020-06-26T15:22:07Z | 2020-06-26T15:22:07Z | 2020-06-26T15:22:16Z | 1,691 | httpie/cli | 34,019 |
Scrapinghub → Zyte | diff --git a/AUTHORS b/AUTHORS
index bcaa1ecd342..9706adf421e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,8 +1,8 @@
Scrapy was brought to life by Shane Evans while hacking a scraping framework
prototype for Mydeco (mydeco.com). It soon became maintained, extended and
improved by Insophia (insophia.com), with the initia... | https://api.github.com/repos/scrapy/scrapy/pulls/4973 | 2021-02-02T14:04:28Z | 2021-02-02T20:10:53Z | 2021-02-02T20:10:53Z | 2021-02-02T20:10:53Z | 2,764 | scrapy/scrapy | 35,011 | |
[FIX] - SemanticSplitterNodeParser | diff --git a/llama-index-core/llama_index/core/node_parser/text/semantic_splitter.py b/llama-index-core/llama_index/core/node_parser/text/semantic_splitter.py
index e5054ac8cc89e..6e4760a7b5e85 100644
--- a/llama-index-core/llama_index/core/node_parser/text/semantic_splitter.py
+++ b/llama-index-core/llama_index/core/n... | # Description
- SemanticSplitterNodeParser seems to have a bug that results in nodes not having a `text` property
- This PR addresses that bug:
- It might be that we are slicing incorrectly and thus chunking incorrect groups
Fixes #11277
## Type of Change
Please delete options that are not relevan... | https://api.github.com/repos/run-llama/llama_index/pulls/11295 | 2024-02-22T21:07:38Z | 2024-02-22T22:37:10Z | 2024-02-22T22:37:10Z | 2024-02-22T22:37:10Z | 235 | run-llama/llama_index | 6,422 |
Mention that OpenBSD has a native letsencrypt package now. | diff --git a/docs/using.rst b/docs/using.rst
index 68790119150..80d4297730e 100644
--- a/docs/using.rst
+++ b/docs/using.rst
@@ -59,8 +59,8 @@ or for full help, type:
``letsencrypt-auto`` is the recommended method of running the Let's Encrypt
client beta releases on systems that don't have a packaged version. Debi... | https://api.github.com/repos/certbot/certbot/pulls/1893 | 2015-12-14T12:59:31Z | 2015-12-18T19:31:43Z | 2015-12-18T19:31:43Z | 2016-05-06T19:22:17Z | 317 | certbot/certbot | 1,197 | |
Delete a broken threading.local example | diff --git a/Lib/_threading_local.py b/Lib/_threading_local.py
index 4ec4828144b7e9..245bd0ac91b799 100644
--- a/Lib/_threading_local.py
+++ b/Lib/_threading_local.py
@@ -56,11 +56,7 @@
>>> class MyLocal(local):
... number = 2
- ... initialized = False
... def __init__(self, **kw):
- ... ... | This code never did anything correct or useful. The class attribute will never be affected, and the condition will never be true.
Requested by @alex.
| https://api.github.com/repos/python/cpython/pulls/5870 | 2018-02-25T06:43:18Z | 2018-02-25T15:03:41Z | 2018-02-25T15:03:41Z | 2018-02-25T15:06:49Z | 235 | python/cpython | 4,574 |
Remove empty lines from `certbot certificates` when envoked with `--cert-name` or `-d`. | diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md
index 62bceb74da3..9b37e9a1a85 100644
--- a/certbot/CHANGELOG.md
+++ b/certbot/CHANGELOG.md
@@ -17,7 +17,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
-*
+* Don't output an empty line for a hidden certificate when `certbot cer... | Fixes #8722
## Pull Request Checklist
- [X] 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.
- [ ] Add or update any documenta... | https://api.github.com/repos/certbot/certbot/pulls/8723 | 2021-03-21T17:59:49Z | 2021-03-21T21:42:23Z | 2021-03-21T21:42:23Z | 2021-06-05T14:47:18Z | 438 | certbot/certbot | 2,086 |
Update README.md | diff --git a/README.md b/README.md
index 807bf482..eba82ce2 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,14 @@
[[Model card]](https://github.com/openai/whisper/blob/main/model-card.md)
[[Colab example]](https://colab.research.google.com/github/openai/whisper/blob/master/notebooks/LibriSpeech.ipynb)
-Whisper i... | Fixed a few typos and made general improvements for clarity. | https://api.github.com/repos/openai/whisper/pulls/894 | 2023-01-25T16:36:11Z | 2023-03-04T00:42:00Z | 2023-03-04T00:42:00Z | 2023-03-07T15:26:45Z | 893 | openai/whisper | 45,829 |
release 3.2.6 ,fix some bug | diff --git a/code/default/download.md b/code/default/download.md
index 9765e04e21..0ca10a983b 100644
--- a/code/default/download.md
+++ b/code/default/download.md
@@ -1,7 +1,7 @@
## 下载(Download):
测试版(Test):
-https://codeload.github.com/XX-net/XX-Net/zip/3.2.5
+https://codeload.github.com/XX-net/XX-Net/zip/3.2.6
... | https://api.github.com/repos/XX-net/XX-Net/pulls/3904 | 2016-07-20T03:50:30Z | 2016-07-20T03:50:47Z | 2016-07-20T03:50:47Z | 2016-07-20T03:50:48Z | 219 | XX-net/XX-Net | 17,051 | |
fix small typo | diff --git a/README.md b/README.md
index 8ddef7cf3..243da3642 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ This creates a `train.bin` and `val.bin` in that data directory. Now it is time
$ python train.py config/train_shakespeare_char.py
```
-If you peak inside it, you'll see that we're training a GPT w... | https://api.github.com/repos/karpathy/nanoGPT/pulls/224 | 2023-03-25T19:36:55Z | 2023-04-13T05:12:27Z | 2023-04-13T05:12:27Z | 2023-04-13T05:12:27Z | 341 | karpathy/nanoGPT | 40,961 | |
GUI with PyWebIO | diff --git a/gui/README.md b/gui/README.md
index c638c4dca7..707fd36d27 100644
--- a/gui/README.md
+++ b/gui/README.md
@@ -2,6 +2,8 @@
This code provides a Graphical User Interface (GUI) for gpt4free. Users can ask questions and get answers from GPT-4 API's, utilizing multiple API implementations. The project contai... | Simple, fast, and with fewer errors
| https://api.github.com/repos/xtekky/gpt4free/pulls/329 | 2023-05-01T04:13:15Z | 2023-05-01T08:17:53Z | 2023-05-01T08:17:53Z | 2023-05-01T08:17:53Z | 1,112 | xtekky/gpt4free | 38,261 |
Added my own project ReqRes | diff --git a/README.md b/README.md
index 5525432c6a..0bcc28d505 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ A collective list of JSON APIs for use in web development.
| Lorem Text | Generates Lorem Ipsum text | Yes | [Go!] (https://market.mashape.com/montanaflynn/lorem-text-generator)
| Hipster Ipsum | G... | https://api.github.com/repos/public-apis/public-apis/pulls/162 | 2016-04-13T15:55:41Z | 2016-04-13T15:57:43Z | 2016-04-13T15:57:43Z | 2016-04-13T15:57:43Z | 185 | public-apis/public-apis | 36,141 | |
Use string concat in jsonify | diff --git a/flask/json/__init__.py b/flask/json/__init__.py
index 6559c1aa74..6a10b73701 100644
--- a/flask/json/__init__.py
+++ b/flask/json/__init__.py
@@ -264,7 +264,7 @@ def get_current_user():
data = args or kwargs
return current_app.response_class(
- (dumps(data, indent=indent, separators=... | #1262 added a newline at the end of the response body from `jsonfiy`. It passed a tuple to the `Response`, which is more appropriate for streaming responses. Instead, use a simple `+ '\n'` and pass a string. This allows the content length header to be calculated while creating the response object (#1877).
ref pallet... | https://api.github.com/repos/pallets/flask/pulls/2577 | 2018-01-03T21:10:09Z | 2018-01-03T21:18:00Z | 2018-01-03T21:18:00Z | 2020-11-14T03:36:20Z | 143 | pallets/flask | 20,517 |
DOC: update DataFrame.to_records | diff --git a/pandas/core/frame.py b/pandas/core/frame.py
index a66d00fff9714..7b112c5be6e8d 100644
--- a/pandas/core/frame.py
+++ b/pandas/core/frame.py
@@ -1209,20 +1209,68 @@ def from_records(cls, data, index=None, exclude=None, columns=None,
def to_records(self, index=True, convert_datetime64=True):
... | Checklist for the pandas documentation sprint (ignore this if you are doing
an unrelated PR):
- [X] PR title is "DOC: update the <your-function-or-method> docstring"
- [X] The validation script passes: `scripts/validate_docstrings.py <your-function-or-method>`
- [X] The PEP8 style check passes: `git diff upstream... | https://api.github.com/repos/pandas-dev/pandas/pulls/20191 | 2018-03-10T16:03:50Z | 2018-03-11T11:58:10Z | 2018-03-11T11:58:10Z | 2018-03-11T15:29:29Z | 859 | pandas-dev/pandas | 45,025 |
ICO content view | diff --git a/mitmproxy/contentviews/image/image_parser.py b/mitmproxy/contentviews/image/image_parser.py
index 7c74669af7..fcc50cb5b4 100644
--- a/mitmproxy/contentviews/image/image_parser.py
+++ b/mitmproxy/contentviews/image/image_parser.py
@@ -6,6 +6,7 @@
from mitmproxy.contrib.kaitaistruct import png
from mitmpro... | Added ico content view
closes #2407

| https://api.github.com/repos/mitmproxy/mitmproxy/pulls/2411 | 2017-06-23T21:57:36Z | 2017-06-25T00:02:01Z | 2017-06-25T00:02:01Z | 2017-08-01T17:35:47Z | 2,571 | mitmproxy/mitmproxy | 27,810 |
Fix YouTube on HTTP/2 | diff --git a/code/default/gae_proxy/local/proxy.ini b/code/default/gae_proxy/local/proxy.ini
index 1b3ec305e5..43db5c5551 100644
--- a/code/default/gae_proxy/local/proxy.ini
+++ b/code/default/gae_proxy/local/proxy.ini
@@ -50,7 +50,7 @@ talkx.l.google.com = direct
.appspot.com = direct
;.gvt1.com = direct
;.androi... | 不知道这样改可对
修复#3320
| https://api.github.com/repos/XX-net/XX-Net/pulls/3325 | 2016-05-10T12:58:16Z | 2016-05-10T14:25:00Z | 2016-05-10T14:25:00Z | 2016-05-10T14:25:00Z | 152 | XX-net/XX-Net | 17,043 |
Added more python scripts | diff --git a/Hand-Motion-Detection/hand_motion_recognizer.py b/Hand-Motion-Detection/hand_motion_recognizer.py
new file mode 100644
index 0000000000..9e9db13ce9
--- /dev/null
+++ b/Hand-Motion-Detection/hand_motion_recognizer.py
@@ -0,0 +1,52 @@
+import mediapipe as mp
+import cv2
+import numpy as np
+import uuid
+impo... | I have added a python OpenCV script to recognize hand motion.
All the required and additional files are also added. | https://api.github.com/repos/geekcomputers/Python/pulls/1537 | 2022-06-13T14:23:56Z | 2022-06-13T17:27:16Z | 2022-06-13T17:27:16Z | 2022-06-13T17:27:16Z | 595 | geekcomputers/Python | 31,414 |
Corrected decorators to remove duplicate teardown_request() and add after | diff --git a/docs/tutorial/dbcon.rst b/docs/tutorial/dbcon.rst
index 8f9e459542..b19cb14c8b 100644
--- a/docs/tutorial/dbcon.rst
+++ b/docs/tutorial/dbcon.rst
@@ -9,7 +9,7 @@ connection in all our functions so it makes sense to initialize them
before each request and shut them down afterwards.
Flask allows us to do... | Corrected decorators to remove duplicate teardown_request() and add after_request()
| https://api.github.com/repos/pallets/flask/pulls/276 | 2011-07-11T22:28:30Z | 2011-07-11T22:32:56Z | 2011-07-11T22:32:56Z | 2020-11-14T05:52:54Z | 163 | pallets/flask | 20,462 |
Update fig to docker-compose. | diff --git a/README.md b/README.md
index d6631458c..be530c0ed 100644
--- a/README.md
+++ b/README.md
@@ -987,7 +987,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [provy](https://github.com/python-provy/provy) - An easy-to-use provisioning system in Python.
* [honcho](https://... | https://api.github.com/repos/vinta/awesome-python/pulls/354 | 2015-04-15T11:24:54Z | 2015-04-15T11:43:55Z | 2015-04-15T11:43:55Z | 2015-04-15T11:43:55Z | 304 | vinta/awesome-python | 27,037 | |
Update README.md | diff --git a/Java RMI/README.md b/Java RMI/README.md
index c5e8fc92bc..bcda5536a0 100644
--- a/Java RMI/README.md
+++ b/Java RMI/README.md
@@ -64,6 +64,14 @@ $ rmg enum 172.17.0.2 9010
[...]
```
+Using Metasploit
+```bash
+use auxiliary/scanner/misc/java_rmi_server
+set RHOSTS <IPs>
+set RPORT <PORT>
+run
+```
+
... | https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/573 | 2022-10-12T18:35:39Z | 2022-10-12T19:43:16Z | 2022-10-12T19:43:16Z | 2022-10-12T19:43:16Z | 303 | swisskyrepo/PayloadsAllTheThings | 8,696 | |
Improve Perceiver docs | diff --git a/src/transformers/models/perceiver/modeling_perceiver.py b/src/transformers/models/perceiver/modeling_perceiver.py
index c365d85217410..ede1063130acc 100755
--- a/src/transformers/models/perceiver/modeling_perceiver.py
+++ b/src/transformers/models/perceiver/modeling_perceiver.py
@@ -810,15 +810,16 @@ def f... | # What does this PR do?
Some last-minute changes to beautify the Perceiver docs. | https://api.github.com/repos/huggingface/transformers/pulls/14786 | 2021-12-15T16:53:50Z | 2021-12-15T17:02:06Z | 2021-12-15T17:02:06Z | 2021-12-15T17:02:06Z | 2,128 | huggingface/transformers | 11,934 |
Improve wording and structure of paragraph. | diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index fb9441904..4050adfe6 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -1953,9 +1953,10 @@ such as passing a `const int&`, returning an `array<BigPOD>` by value, and retur
* Identify an array with a length specified separately
* Identify a l... | To be grammatically correct, the phrase "Confusion about what meaning a T\* is the source" should have had a doubled "is", which would have been awkward, so the sentence has been reworded.
The second and third sentences were inverted. Prior to the inversion, the sentence starting with "For example" initially appeared ... | https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/197 | 2015-09-28T16:54:29Z | 2015-09-29T15:50:06Z | 2015-09-29T15:50:06Z | 2015-09-30T17:04:12Z | 261 | isocpp/CppCoreGuidelines | 15,501 |
[gym.vector]: a generic`close` with user-defined `close_extras` | diff --git a/gym/vector/async_vector_env.py b/gym/vector/async_vector_env.py
index d1d4a0809a2..3ef90422863 100644
--- a/gym/vector/async_vector_env.py
+++ b/gym/vector/async_vector_env.py
@@ -241,7 +241,7 @@ def step_wait(self, timeout=None):
return (deepcopy(self.observations) if self.copy else self.observat... | https://api.github.com/repos/openai/gym/pulls/1631 | 2019-08-02T12:40:50Z | 2019-10-25T22:18:54Z | 2019-10-25T22:18:54Z | 2019-10-25T22:18:55Z | 993 | openai/gym | 5,150 | |
Extended answer for ways deliver a software | diff --git a/README.md b/README.md
index 115c499e5..8629caf30 100644
--- a/README.md
+++ b/README.md
@@ -196,9 +196,10 @@ which follows the immutable infrastructure paradigm.
<details>
<summary>What ways are you familiar with to deliver a software? What are the advantages and disadvantages of each method?</summary><b... | Added "from source" way of delivering a software and added Advantages/Disadvantages | https://api.github.com/repos/bregman-arie/devops-exercises/pulls/121 | 2020-12-09T21:47:59Z | 2020-12-10T06:40:35Z | 2020-12-10T06:40:34Z | 2020-12-10T06:40:35Z | 444 | bregman-arie/devops-exercises | 17,463 |
chore(hooks): Remove unused sidebar hook | diff --git a/src/sentry/static/sentry/app/stores/hookStore.jsx b/src/sentry/static/sentry/app/stores/hookStore.jsx
index 0fdc83e121fff..c85641be75666 100644
--- a/src/sentry/static/sentry/app/stores/hookStore.jsx
+++ b/src/sentry/static/sentry/app/stores/hookStore.jsx
@@ -49,9 +49,6 @@ const validHookNames = new Set([
... | Do as the comment says | https://api.github.com/repos/getsentry/sentry/pulls/12311 | 2019-03-06T19:19:37Z | 2019-03-06T20:27:18Z | 2019-03-06T20:27:18Z | 2020-12-20T17:48:36Z | 159 | getsentry/sentry | 44,640 |
templates: simplify tool in gemini-functions-agent 2 | diff --git a/templates/gemini-functions-agent/gemini_functions_agent/agent.py b/templates/gemini-functions-agent/gemini_functions_agent/agent.py
index 1f1c756d7c42f4..38ffc315ee9a2f 100644
--- a/templates/gemini-functions-agent/gemini_functions_agent/agent.py
+++ b/templates/gemini-functions-agent/gemini_functions_agen... | https://api.github.com/repos/langchain-ai/langchain/pulls/17283 | 2024-02-09T03:11:21Z | 2024-02-09T03:39:29Z | 2024-02-09T03:39:29Z | 2024-02-09T03:39:30Z | 157 | langchain-ai/langchain | 43,193 | |
Reduce peak memory usage when changing models | diff --git a/modules/sd_models.py b/modules/sd_models.py
index e697bb72b35..203e99a8a04 100644
--- a/modules/sd_models.py
+++ b/modules/sd_models.py
@@ -170,7 +170,9 @@ def load_model_weights(model, checkpoint_info):
print(f"Global Step: {pl_sd['global_step']}")
sd = get_state_dict_from_checkp... | A few tweaks to reduce peak memory usage, the biggest being that if we aren't using the checkpoint cache, we shouldn't duplicate the model state dict just to immediately throw it away.
On my machine with 16GB of RAM, this change means I can typically change models, whereas before it would typically OOM. | https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/3818 | 2022-10-27T21:03:21Z | 2022-10-29T06:16:01Z | 2022-10-29T06:16:01Z | 2022-10-29T06:16:01Z | 314 | AUTOMATIC1111/stable-diffusion-webui | 39,884 |
Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value. | diff --git a/django/core/validators.py b/django/core/validators.py
index c1c9cd1c87e83..38e4b6aa1d7a0 100644
--- a/django/core/validators.py
+++ b/django/core/validators.py
@@ -317,8 +317,9 @@ def __init__(self, limit_value, message=None):
def __call__(self, value):
cleaned = self.clean(value)
- ... | https://code.djangoproject.com/ticket/29860 | https://api.github.com/repos/django/django/pulls/10522 | 2018-10-17T15:00:27Z | 2018-10-22T18:35:27Z | 2018-10-22T18:35:26Z | 2019-04-04T09:02:01Z | 1,123 | django/django | 51,388 |
Tiny clean-up in `program()` | diff --git a/httpie/core.py b/httpie/core.py
index cf2567d489..9c9e3ce406 100644
--- a/httpie/core.py
+++ b/httpie/core.py
@@ -213,7 +213,7 @@ def request_body_read_callback(chunk: bytes):
finally:
if downloader and not downloader.finished:
downloader.failed()
- if not isinstance(args,... | https://api.github.com/repos/httpie/cli/pulls/1135 | 2021-09-02T14:45:17Z | 2021-09-02T14:47:02Z | 2021-09-02T14:47:02Z | 2021-09-02T14:47:35Z | 121 | httpie/cli | 33,877 | |
Print the mypy command in mypy wrapper | diff --git a/scripts/mypy b/scripts/mypy
index 8475a1d9510a..7e3892313086 100755
--- a/scripts/mypy
+++ b/scripts/mypy
@@ -22,7 +22,8 @@ import os
import os.path
import sys
import tempfile
-from typing import List
+import shlex
+from typing import List, Iterable
import click
import mypy.main as mypy_main
@@ -32,... | <!--
Before contributing (PLEASE READ!)
⚠️ If your contribution is more than a few lines of code, then prior to starting to code on it please post in the issue saying you want to volunteer, then wait for a positive response. And if there is no issue for it yet, create it first.
This helps make sure:
1. Two ... | https://api.github.com/repos/streamlit/streamlit/pulls/5274 | 2022-08-30T17:37:52Z | 2022-09-01T09:36:51Z | 2022-09-01T09:36:51Z | 2023-10-05T19:28:23Z | 497 | streamlit/streamlit | 22,195 |
cloudformation_facts: don't fail on nonexistent stack - fixes #23419 | diff --git a/lib/ansible/modules/cloud/amazon/cloudformation_facts.py b/lib/ansible/modules/cloud/amazon/cloudformation_facts.py
index 46712accdf71fe..dc0f808dc6dfe1 100644
--- a/lib/ansible/modules/cloud/amazon/cloudformation_facts.py
+++ b/lib/ansible/modules/cloud/amazon/cloudformation_facts.py
@@ -80,6 +80,13 @@
... | ##### SUMMARY
Return empty results and message if there is no stack from which to get facts. Fixes #23419. Made pep8.
##### ISSUE TYPE
- Bugfix Pull Request
##### COMPONENT NAME
lib/ansible/modules/cloud/amazon/cloudformation_facts.py
##### ANSIBLE VERSION
```
2.4.0
```
Before:
```
The full traceba... | https://api.github.com/repos/ansible/ansible/pulls/23758 | 2017-04-19T18:01:06Z | 2017-10-26T19:18:31Z | 2017-10-26T19:18:31Z | 2019-04-26T21:09:52Z | 1,527 | ansible/ansible | 49,438 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.