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
Arch Linux installation guild
diff --git a/docs/source/installation/linux.rst b/docs/source/installation/linux.rst index ddf96bd777..ff11bc3cdc 100644 --- a/docs/source/installation/linux.rst +++ b/docs/source/installation/linux.rst @@ -39,3 +39,26 @@ the ``activate`` binary by doing ``source bin/activate``, to exit use the ``deac te...
Related #629
https://api.github.com/repos/3b1b/manim/pulls/632
2019-07-12T13:20:26Z
2019-07-14T05:28:00Z
2019-07-14T05:28:00Z
2019-07-14T05:28:00Z
283
3b1b/manim
18,230
Add Picnic re-auth flow
diff --git a/homeassistant/components/picnic/config_flow.py b/homeassistant/components/picnic/config_flow.py index 09a1d5242833..c2d48ca94152 100644 --- a/homeassistant/components/picnic/config_flow.py +++ b/homeassistant/components/picnic/config_flow.py @@ -9,6 +9,7 @@ import voluptuous as vol from homeassistant i...
<!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contains a breaking change for existing users, it is important to tell them what breaks, how to make it work again and why we did th...
https://api.github.com/repos/home-assistant/core/pulls/62938
2021-12-28T14:43:30Z
2022-02-12T16:15:36Z
2022-02-12T16:15:36Z
2022-02-13T17:01:49Z
3,400
home-assistant/core
39,435
为表格标注添加BBOX排序功能和序号显示
diff --git a/PPOCRLabel/PPOCRLabel.py b/PPOCRLabel/PPOCRLabel.py index ce3d66f07f..440c2d8c3e 100644 --- a/PPOCRLabel/PPOCRLabel.py +++ b/PPOCRLabel/PPOCRLabel.py @@ -28,7 +28,7 @@ from PyQt5.QtGui import QImage, QCursor, QPixmap, QImageReader from PyQt5.QtWidgets import QMainWindow, QListWidget, QVBoxLayout, QToolBu...
1、为表格标注添加BBOX排序功能和序号显示。 2、canvas类中成员hShape在shape被删除时没有被对应删除,而成员shapesToItemsbox中的shape的key已被删除,导致在遍历shapesToItemsbox会出现找不到key的情况。临时解决办法:在访问该key前检查是否存在。 3、已知问题:labelList的itemChanged信号不明触发输入了一个unhashable参数(对应的槽boxItemChanged接受一个HashableQListWidgetItem的对象)。临时解决办法:检查输入参数的类型。
https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/6829
2022-07-08T07:01:23Z
2022-07-14T08:30:15Z
2022-07-14T08:30:15Z
2022-07-14T08:30:15Z
3,947
PaddlePaddle/PaddleOCR
42,762
Add mozilla observatory
diff --git a/README.md b/README.md index 1d86b5da2f..1c897a39d3 100644 --- a/README.md +++ b/README.md @@ -793,6 +793,8 @@ API | Description | Auth | HTTPS | CORS | | [HaveIBeenPwned](https://haveibeenpwned.com/API/v3) | Passwords which have previously been exposed in data breaches | `apiKey` | Yes | Unknown | | [Int...
Thank you for taking the time to work on a Pull Request for this project! To ensure your PR is dealt with swiftly please check the following: - [x] Your submissions are formatted according to the guidelines in the [contributing guide](CONTRIBUTING.md) - [x] Your additions are ordered alphabetically - [x] Your s...
https://api.github.com/repos/public-apis/public-apis/pulls/1273
2020-05-21T09:49:24Z
2021-04-17T02:53:25Z
2021-04-17T02:53:24Z
2021-04-17T02:53:31Z
358
public-apis/public-apis
35,806
New option: Add server certs to client chain
diff --git a/mitmproxy/cmdline.py b/mitmproxy/cmdline.py index b1b860f83b..d7de350fff 100644 --- a/mitmproxy/cmdline.py +++ b/mitmproxy/cmdline.py @@ -434,6 +434,12 @@ def proxy_ssl_options(parser): action="store_true", dest="no_upstream_cert", help="Don't connect to upstream server to look up certifi...
If enabled, append all server certificates to the certificate chain served to the client, as extras. Can be used to test/bypass certain certificate pinning impementations.
https://api.github.com/repos/mitmproxy/mitmproxy/pulls/1014
2016-03-08T18:15:36Z
2016-03-17T01:28:00Z
2016-03-17T01:28:00Z
2016-03-17T01:28:00Z
2,358
mitmproxy/mitmproxy
28,365
Update UPDATES.md
diff --git a/UPDATES.md b/UPDATES.md index f90b4142a..f3429d838 100644 --- a/UPDATES.md +++ b/UPDATES.md @@ -1,3 +1,5 @@ +# 8/7/23 Updates + ## System Prompt Update ### Observed Issue @@ -16,4 +18,4 @@ As noted in the documentation, these strings are required to use the fine-tuned ### Updated approach We recommen...
Updating to add the date of the updates..
https://api.github.com/repos/meta-llama/llama/pulls/664
2023-08-11T13:22:26Z
2023-08-11T14:38:07Z
2023-08-11T14:38:07Z
2023-08-11T14:38:07Z
301
meta-llama/llama
31,998
Add heroku_multiple_apps rule
diff --git a/README.md b/README.md index 4a8b5bf77..dd8cfae14 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `grunt_task_not_found` &ndash; fixes misspelled `grunt` commands; * `gulp_not_task` &ndash; fixes misspelled `gulp` ta...
Closes https://github.com/nvbn/thefuck/issues/728
https://api.github.com/repos/nvbn/thefuck/pulls/729
2017-11-07T01:13:54Z
2017-11-09T23:42:24Z
2017-11-09T23:42:23Z
2018-03-06T16:08:00Z
945
nvbn/thefuck
30,882
stabilized multi account for apigw test_invoke_method
diff --git a/localstack/services/apigateway/provider.py b/localstack/services/apigateway/provider.py index 6ce01ecf8df30..0bb65a40f860a 100644 --- a/localstack/services/apigateway/provider.py +++ b/localstack/services/apigateway/provider.py @@ -178,6 +178,8 @@ def test_invoke_method( invocation_context.method ...
<!-- Please refer to the contribution guidelines before raising a PR: https://github.com/localstack/localstack/blob/master/CONTRIBUTING.md --> <!-- Why am I raising this PR? Add context such as related issues, PRs, or documentation. --> ## Motivation This PR improves the multi-account functionality for the API Gat...
https://api.github.com/repos/localstack/localstack/pulls/9547
2023-11-03T10:00:56Z
2023-11-07T12:03:00Z
2023-11-07T12:03:00Z
2023-11-07T12:03:01Z
179
localstack/localstack
28,686
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy
diff --git a/Lib/email/_policybase.py b/Lib/email/_policybase.py index df4649676aed72..c9cbadd2a80c48 100644 --- a/Lib/email/_policybase.py +++ b/Lib/email/_policybase.py @@ -361,8 +361,12 @@ def _fold(self, name, value, sanitize): # Assume it is a Header-like object. h = value if h i...
This fixes an [issue](https://bugs.python.org/issue29478) with the `Compat32` email policy where setting the `max_line_length` attribute to `None` should prevent line wrapping as specified in the [docs](https://docs.python.org/release/3.5.2/library/email.policy.html#email.policy.Policy.max_line_length).
https://api.github.com/repos/python/cpython/pulls/595
2017-03-10T11:20:14Z
2017-06-12T06:43:42Z
2017-06-12T06:43:42Z
2017-06-16T02:08:56Z
690
python/cpython
4,193
Fixed typo
diff --git a/nodepad/README.md b/nodepad/README.md index cd9465c7d0..e3fd99dfb9 100644 --- a/nodepad/README.md +++ b/nodepad/README.md @@ -1,7 +1,7 @@ # Simple note managment This app is a simple note managment (notepad). You can write notes and save it with a title. In addition you can pull previous notes back. -T...
https://api.github.com/repos/geekcomputers/Python/pulls/721
2020-04-24T19:19:32Z
2020-04-25T11:32:01Z
2020-04-25T11:32:01Z
2020-04-25T11:32:01Z
324
geekcomputers/Python
31,495
🌐 Add Japanese translation for Project Generation
diff --git a/docs/ja/docs/project-generation.md b/docs/ja/docs/project-generation.md new file mode 100644 index 0000000000000..4b6f0f9fd0cc6 --- /dev/null +++ b/docs/ja/docs/project-generation.md @@ -0,0 +1,84 @@ +# プロジェクト生成 - テンプレート + +プロジェクトジェネレーターは、初期設定、セキュリティ、データベース、初期APIエンドポイントなどの多くが含まれているため、プロジェクトの開始に利用できます。 + +プ...
This PR translates the project-generation.md to Japanese. @ryuckel @SwftAlpc @komtaki @Attsun1031 and others Feel free to comment your advise or approve.
https://api.github.com/repos/tiangolo/fastapi/pulls/2050
2020-09-14T16:48:53Z
2020-10-18T05:47:45Z
2020-10-18T05:47:45Z
2020-10-18T07:53:49Z
2,122
tiangolo/fastapi
23,329
mock<1.1.0 only for py2.6.
diff --git a/acme/setup.py b/acme/setup.py index 6d820841490..5f1da239149 100644 --- a/acme/setup.py +++ b/acme/setup.py @@ -9,7 +9,6 @@ # load_pem_private/public_key (>=0.6) # rsa_recover_prime_factors (>=0.8) 'cryptography>=0.8', - 'mock<1.1.0', # py26 'pyrfc3339', 'ndg-httpsclient', # u...
https://api.github.com/repos/certbot/certbot/pulls/708
2015-08-24T08:12:20Z
2015-08-27T16:22:16Z
2015-08-27T16:22:16Z
2016-05-06T19:21:33Z
1,425
certbot/certbot
933
see if pygit2 is fixed by changing a commit
diff --git a/fooocus_version.py b/fooocus_version.py index dacf52b62..a4b7a399d 100644 --- a/fooocus_version.py +++ b/fooocus_version.py @@ -1 +1 @@ -version = '2.0.86' +version = '2.0.87' diff --git a/launch.py b/launch.py index 900efc3d9..06184ef3f 100644 --- a/launch.py +++ b/launch.py @@ -22,7 +22,7 @@ def prepare_...
https://api.github.com/repos/lllyasviel/Fooocus/pulls/538
2023-10-04T20:21:16Z
2023-10-04T20:21:31Z
2023-10-04T20:21:31Z
2023-10-04T20:21:33Z
292
lllyasviel/Fooocus
7,244
reword extension python version item
diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index fb76759498..2836d78dab 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -323,9 +323,10 @@ ecosystem remain consistent and compatible. 6. The documentation must use the ``flask`` theme from the `Official Pallets Themes`_. A link to ...
Based on https://github.com/pallets/flask/pull/3374#discussion_r327215251. This isn't a hard requirement, so I'm using "should" instead of "must".
https://api.github.com/repos/pallets/flask/pulls/3375
2019-09-23T19:02:05Z
2019-09-23T19:10:30Z
2019-09-23T19:10:30Z
2020-11-14T01:52:40Z
256
pallets/flask
20,528
gh-107963: Fix set_forkserver_preload to check the type of given list
diff --git a/Lib/multiprocessing/forkserver.py b/Lib/multiprocessing/forkserver.py index 22a911a7a29cdc..4642707dae2f4e 100644 --- a/Lib/multiprocessing/forkserver.py +++ b/Lib/multiprocessing/forkserver.py @@ -61,7 +61,7 @@ def _stop_unlocked(self): def set_forkserver_preload(self, modules_names): '''S...
<!-- Thanks for your contribution! Please read this comment in its entirety. It's quite important. # Pull Request title It should be in the following format: ``` gh-NNNNN: Summary of the changes made ``` Where: gh-NNNNN refers to the GitHub issue number. Most PRs will require an issue number. Trivial...
https://api.github.com/repos/python/cpython/pulls/107965
2023-08-15T08:58:21Z
2023-08-15T13:58:13Z
2023-08-15T13:58:13Z
2023-08-15T23:51:42Z
565
python/cpython
4,443
Fixed Inappropriate Logical Expression
diff --git a/data_structures/binary_tree/red_black_tree.py b/data_structures/binary_tree/red_black_tree.py index 4ebe0e927ca0..fc299301da8a 100644 --- a/data_structures/binary_tree/red_black_tree.py +++ b/data_structures/binary_tree/red_black_tree.py @@ -451,7 +451,7 @@ def is_left(self) -> bool: """Returns tr...
### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note: Please avoid changing both code and tests in a single pull request. * [ ] Documentation change? --- ## Details While triaging your project, our bug fixing tool generated ...
https://api.github.com/repos/TheAlgorithms/Python/pulls/11203
2023-12-07T11:53:15Z
2024-01-16T08:43:33Z
2024-01-16T08:43:33Z
2024-01-16T08:43:34Z
166
TheAlgorithms/Python
29,881
Adds NOAA Climate Data Online API
diff --git a/README.md b/README.md index f40367825a..b875238ed8 100644 --- a/README.md +++ b/README.md @@ -784,6 +784,7 @@ API | Description | Auth | HTTPS | CORS | Link | | ClimaCell Micro Weather | Historical, real-time, and nowcast weather data | `apiKey` | Yes | Yes | [Go!](https://developer.climacell.co) | | Dar...
Thank you for taking the time to work on a Pull Request for this project! To ensure your PR is dealt with swiftly please check the following: - [x] Your submissions are formatted according to the guidelines in the [contributing guide](CONTRIBUTING.md) - [x] Your additions are ordered alphabetically - [x] Your s...
https://api.github.com/repos/public-apis/public-apis/pulls/712
2018-07-07T14:31:45Z
2018-07-13T02:49:00Z
2018-07-13T02:49:00Z
2018-07-14T13:59:03Z
282
public-apis/public-apis
35,319
update space_video_api arg: page size
diff --git a/src/you_get/extractors/bilibili.py b/src/you_get/extractors/bilibili.py index 5cd47e1050..49334d5bd7 100644 --- a/src/you_get/extractors/bilibili.py +++ b/src/you_get/extractors/bilibili.py @@ -121,7 +121,7 @@ def bilibili_space_favlist_api(fid, pn=1, ps=20): return 'https://api.bilibili.com/x/v3/...
error msg: Key: 'SearchArg.Ps' Error:Field validation for 'Ps' failed on the 'lte' tag
https://api.github.com/repos/soimort/you-get/pulls/2951
2022-03-10T18:38:57Z
2022-03-17T15:35:48Z
2022-03-17T15:35:48Z
2022-03-17T18:06:37Z
256
soimort/you-get
21,476
Use VacuumEntityFeature in roomba
diff --git a/homeassistant/components/roomba/braava.py b/homeassistant/components/roomba/braava.py index 90298078e423..ea08829cba6e 100644 --- a/homeassistant/components/roomba/braava.py +++ b/homeassistant/components/roomba/braava.py @@ -1,7 +1,7 @@ """Class for Braava devices.""" import logging -from homeassistan...
## 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. --> Use VacuumEntityFeature in roomba ##...
https://api.github.com/repos/home-assistant/core/pulls/70577
2022-04-24T09:15:26Z
2022-04-24T10:32:16Z
2022-04-24T10:32:16Z
2022-04-25T11:06:44Z
809
home-assistant/core
39,332
`--single-cls` segments fix
diff --git a/utils/dataloaders.py b/utils/dataloaders.py index e107d1a2bcc..cc5f8843ef1 100644 --- a/utils/dataloaders.py +++ b/utils/dataloaders.py @@ -537,8 +537,6 @@ def __init__(self, self.segments[i] = segment[j] if single_cls: # single-class training, merge all classes into 0 ...
May resolve #10230 Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> <!-- Thank you for submitting a YOLOv5 🚀 Pull Request! We want to make contributing to YOLOv5 as easy and transparent as possible. A few tips to get you started: - Search existing YOLOv5 [PRs](https://github.com/ultralytics/yolov5/...
https://api.github.com/repos/ultralytics/yolov5/pulls/10260
2022-11-22T19:24:44Z
2022-11-22T19:30:14Z
2022-11-22T19:30:14Z
2024-01-19T04:11:47Z
143
ultralytics/yolov5
25,708
Added Optimization Algorithms
diff --git a/books.md b/books.md index a9b9eb43..cab2362d 100644 --- a/books.md +++ b/books.md @@ -65,7 +65,8 @@ The following is a list of free and/or open source books on machine learning, st - [Managing Machine Learning Projects: From design to deployment](https://www.manning.com/books/managing-machine-learning-pro...
Hi, Stjepan from Manning here again. This time we have a title on optimization and search algorithms. Thank you for considering it. Best,
https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/914
2023-02-01T11:34:30Z
2023-03-03T14:12:10Z
2023-03-03T14:12:09Z
2023-03-03T16:22:20Z
303
josephmisiti/awesome-machine-learning
52,013
REF: share string parsing code
diff --git a/pandas/_libs/tslib.pyx b/pandas/_libs/tslib.pyx index 10bcf6c9eabbf..36001248d664b 100644 --- a/pandas/_libs/tslib.pyx +++ b/pandas/_libs/tslib.pyx @@ -51,7 +51,7 @@ from pandas._libs.tslibs.parsing import parse_datetime_string from pandas._libs.tslibs.conversion cimport ( _TSObject, cast_from_u...
- [ ] closes #xxxx (Replace xxxx with the GitHub issue number) - [ ] [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 - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/con...
https://api.github.com/repos/pandas-dev/pandas/pulls/50736
2023-01-13T18:44:16Z
2023-01-16T18:17:14Z
2023-01-16T18:17:14Z
2023-01-16T18:19:27Z
2,239
pandas-dev/pandas
45,016
Typo in comment rabin_karp.py
diff --git a/strings/rabin_karp.py b/strings/rabin_karp.py index 1fb145ec97fa..22da0de80f4c 100644 --- a/strings/rabin_karp.py +++ b/strings/rabin_karp.py @@ -40,7 +40,7 @@ def rabin_karp(pattern, text): return True if i == t_len - p_len: continue - # Calculating the ruling has...
fix: typo ### **Describe your change:** * [X] Fix a bug or typo in an existing algorithm? ### **Checklist:** * [X] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [X] This pull request is all my own work -- I have not plagiarized. * [X] I know that pul...
https://api.github.com/repos/TheAlgorithms/Python/pulls/1820
2020-03-29T03:32:21Z
2020-03-29T08:19:19Z
2020-03-29T08:19:19Z
2020-03-29T08:20:50Z
154
TheAlgorithms/Python
29,943
Release Certbot 2.6.0
diff --git a/acme/docs/jws-help.txt b/acme/docs/jws-help.txt index 34cf5ce2356..bfd16dff4d7 100644 --- a/acme/docs/jws-help.txt +++ b/acme/docs/jws-help.txt @@ -3,6 +3,6 @@ usage: jws [-h] [--compact] {sign,verify} ... positional arguments: {sign,verify} -optional arguments: +options: -h, --help show this ...
Merge this PR.
https://api.github.com/repos/certbot/certbot/pulls/9692
2023-05-09T20:39:28Z
2023-05-09T22:52:33Z
2023-05-09T22:52:33Z
2023-05-09T22:52:34Z
3,987
certbot/certbot
2,568
Simplify identity initializer with zero padding
diff --git a/keras/initializers.py b/keras/initializers.py index 6d51491a3d6..ab291c064de 100644 --- a/keras/initializers.py +++ b/keras/initializers.py @@ -283,20 +283,7 @@ def __call__(self, shape, dtype=None): raise ValueError( 'Identity matrix initializer can only be used for 2D matric...
### Summary This PR is a follow-up of #11887. The zero-padding for non-square identity matrices is the default behavior of `np.eye`. ### Related Issues ### PR Overview - [ ] This PR requires new unit tests [y/n] (make sure tests are included) - [ ] This PR requires to update the documentation [y/n] (make s...
https://api.github.com/repos/keras-team/keras/pulls/11986
2019-01-07T04:26:49Z
2019-01-09T23:57:19Z
2019-01-09T23:57:19Z
2019-01-10T00:22:11Z
264
keras-team/keras
47,796
Xiami: update collect url; fix #502
diff --git a/src/you_get/extractors/xiami.py b/src/you_get/extractors/xiami.py index 143e6eb5be..4e0baec051 100644 --- a/src/you_get/extractors/xiami.py +++ b/src/you_get/extractors/xiami.py @@ -61,7 +61,7 @@ def xiami_download_song(sid, output_dir = '.', merge = True, info_only = False): print_info(site_inf...
about b61e995f9228ef629e51bd4be4225ea473699dcf update showcollect url as described in issue #502 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/soimort/you-get/503) <!-- Reviewable:end -->
https://api.github.com/repos/soimort/you-get/pulls/503
2015-03-09T05:54:58Z
2015-04-02T02:33:25Z
2015-04-02T02:33:25Z
2015-04-02T02:33:59Z
702
soimort/you-get
21,394
CI: fix conda version
diff --git a/ci/install_travis.sh b/ci/install_travis.sh index 272e7f2e05d14..c92da8d4774e1 100755 --- a/ci/install_travis.sh +++ b/ci/install_travis.sh @@ -48,7 +48,12 @@ echo echo "[update conda]" conda config --set ssl_verify false || exit 1 conda config --set quiet true --set always_yes true --set changeps1 fals...
https://api.github.com/repos/pandas-dev/pandas/pulls/19025
2018-01-01T13:43:53Z
2018-01-01T14:15:38Z
2018-01-01T14:15:38Z
2018-01-01T14:15:38Z
180
pandas-dev/pandas
45,560
acme: v4 DNS challenge
diff --git a/acme/acme/challenges.py b/acme/acme/challenges.py index a2235b61ee5..13186cc4f8a 100644 --- a/acme/acme/challenges.py +++ b/acme/acme/challenges.py @@ -514,10 +514,100 @@ class DNS(DVChallenge): """ typ = "dns" - token = jose.Field("token") + + LABEL = "_acme-challenge" + """Label clie...
https://api.github.com/repos/certbot/certbot/pulls/753
2015-09-06T12:09:10Z
2015-09-14T20:21:38Z
2015-09-14T20:21:38Z
2016-05-06T19:21:33Z
2,810
certbot/certbot
914
extractor: youtube: Set extension of AAC audio formats to m4a.
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py index fb7c4283078..96ead331042 100644 --- a/youtube_dl/extractor/youtube.py +++ b/youtube_dl/extractor/youtube.py @@ -236,11 +236,13 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor): '136': 'mp4', '137':...
This, in particular, eases downloading both audio and videos in DASH formats before muxing them, which alleviates the problem that I exposed on issue Furthermore, one may argue that this is, indeed, the case for correctness's sake. Signed-off-by: Rogério Brito rbrito@ime.usp.br
https://api.github.com/repos/ytdl-org/youtube-dl/pulls/1622
2013-10-18T20:54:29Z
2013-10-22T22:16:26Z
2013-10-22T22:16:26Z
2015-09-20T18:15:34Z
210
ytdl-org/youtube-dl
50,220
A module to create and delete boundary.com meters
diff --git a/library/monitoring/boundary_meter b/library/monitoring/boundary_meter new file mode 100644 index 00000000000000..71ea2b548c4989 --- /dev/null +++ b/library/monitoring/boundary_meter @@ -0,0 +1,271 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +""" +Ansible module to add boundary meters. + +(c) 2013, cur...
This module allows the creation and deletion of meters. It also brings down the required .pem files from boundary's API and installs them in /etc/bprobe. Much of this was created using the boundary puppet module as an example. Currently it does not support boundary tags. This is my first pull request, so if there is ...
https://api.github.com/repos/ansible/ansible/pulls/3272
2013-06-19T22:05:32Z
2013-08-03T18:20:52Z
2013-08-03T18:20:52Z
2019-04-24T18:33:49Z
2,378
ansible/ansible
48,986
Added azure api version patch
diff --git a/README.md b/README.md index 2e95b79bc..9c9363faa 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ We then stream the model's messages, code, and your system's outputs to the term Thank you for your interest in contributing! We welcome involvement from the community. -Please see our [Contribu...
### Describe the changes you have made: - Azure openai uses an "api version" parameter when running open interpreter. Thus, added this as a param in the setup file - Fixed broken link to CONTRIBUTING.md in the README.md ### Reference any relevant issue (Fixes #000) - [ ] I have performed a self-review of my c...
https://api.github.com/repos/OpenInterpreter/open-interpreter/pulls/786
2023-11-23T09:55:58Z
2023-11-26T02:13:10Z
2023-11-26T02:13:10Z
2023-11-26T19:32:02Z
319
OpenInterpreter/open-interpreter
40,732
Update README.md
diff --git a/README.md b/README.md index b4605454..00e2e0ce 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ wget https://github.com/TencentARC/GFPGAN/releases/download/v0.2.0/GFPGANCleanv1 **Inference!** ```bash -python inference_gfpgan.py --upscale_factor 2 --test_path inputs/whole_imgs --save_root result...
upscale_factor is not a recognized argument.
https://api.github.com/repos/TencentARC/GFPGAN/pulls/43
2021-08-17T12:13:14Z
2021-08-18T00:06:37Z
2021-08-18T00:06:36Z
2021-08-18T06:17:11Z
150
TencentARC/GFPGAN
10,926
Make DefaultDataCollator importable from root
diff --git a/docs/source/main_classes/data_collator.rst b/docs/source/main_classes/data_collator.rst index 4232d05abcafc..4893ebf252664 100644 --- a/docs/source/main_classes/data_collator.rst +++ b/docs/source/main_classes/data_collator.rst @@ -29,6 +29,13 @@ Default data collator .. autofunction:: transformers.data.d...
This is a small PR to fix an oversight - the DefaultDataCollator class was not importable from root (this is separate from the `default_data_collator` function). It also adds some missing docstring arguments, and the missing docstring for DefaultDataCollator.
https://api.github.com/repos/huggingface/transformers/pulls/14588
2021-12-01T17:24:37Z
2021-12-03T20:15:10Z
2021-12-03T20:15:09Z
2021-12-03T20:15:10Z
1,266
huggingface/transformers
12,204
Add import LongLLMLinguaPostprocessor for LongLLMLingua.ipynb
diff --git a/docs/examples/node_postprocessor/LongLLMLingua.ipynb b/docs/examples/node_postprocessor/LongLLMLingua.ipynb index e325a32b323c0..0f7f6076b5313 100644 --- a/docs/examples/node_postprocessor/LongLLMLingua.ipynb +++ b/docs/examples/node_postprocessor/LongLLMLingua.ipynb @@ -175,6 +175,7 @@ "source": [ ...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) **NameError: name 'LongLLMLinguaPostprocessor' is not defined** ## Type of Change Please delete optio...
https://api.github.com/repos/run-llama/llama_index/pulls/8519
2023-10-27T04:55:16Z
2023-10-27T07:03:38Z
2023-10-27T07:03:38Z
2023-10-27T07:39:57Z
195
run-llama/llama_index
6,090
Feat/api gateway dynamodb query
diff --git a/localstack/services/apigateway/invocations.py b/localstack/services/apigateway/invocations.py index 74d5c53b60f2f..7e557262e8fe7 100644 --- a/localstack/services/apigateway/invocations.py +++ b/localstack/services/apigateway/invocations.py @@ -481,6 +481,37 @@ def invoke_rest_api_integration_backend(invoca...
Support API Gateway to Dynamodb intergration queries
https://api.github.com/repos/localstack/localstack/pulls/7572
2023-01-29T16:18:30Z
2023-02-25T14:34:02Z
2023-02-25T14:34:02Z
2023-02-25T14:34:03Z
417
localstack/localstack
28,730
Use path of socket consistently accross document.
diff --git a/docs/deploying/uwsgi.rst b/docs/deploying/uwsgi.rst index 183bdb69fa..fc991e72be 100644 --- a/docs/deploying/uwsgi.rst +++ b/docs/deploying/uwsgi.rst @@ -29,7 +29,7 @@ Given a flask application in myapp.py, use the following command: .. sourcecode:: text - $ uwsgi -s /tmp/uwsgi.sock --manage-script...
Fixes #1975
https://api.github.com/repos/pallets/flask/pulls/1976
2016-08-03T11:43:31Z
2016-08-03T16:22:14Z
2016-08-03T16:22:14Z
2020-11-14T04:42:41Z
188
pallets/flask
20,817
fix letv by new api
diff --git a/src/you_get/extractor/letv.py b/src/you_get/extractor/letv.py index 54aa28b212..8b27b92457 100644 --- a/src/you_get/extractor/letv.py +++ b/src/you_get/extractor/letv.py @@ -21,23 +21,24 @@ def get_key(t): t += e return t ^ 185025305 + def video_info(vid): tn = get_timestamp() ke...
refer to #355 Thanks to letv. Totallly hell of javascript. I hate javascript. Besides,i have no idea whether the json from api contains serveral pieces of video. TODO: add support for letv live streaming
https://api.github.com/repos/soimort/you-get/pulls/361
2014-07-14T14:04:28Z
2014-07-15T01:12:49Z
2014-07-15T01:12:49Z
2014-07-15T01:16:59Z
857
soimort/you-get
21,203
[murrtube] Add new extractor
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 194fe4be3b0..9dc54333a69 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -866,6 +866,7 @@ MTVItaliaProgrammaIE, ) from .muenchentv import MuenchenTVIE +from .murrtube import MurrtubeIE, Murrtube...
## 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/2387
2022-01-19T05:26:17Z
2022-02-15T11:10:16Z
2022-02-15T11:10:16Z
2022-02-15T11:10:16Z
1,715
yt-dlp/yt-dlp
7,762
Find project root correctly
diff --git a/src/black/__init__.py b/src/black/__init__.py index 2b2d3d88c73..d4c6e62bdbf 100644 --- a/src/black/__init__.py +++ b/src/black/__init__.py @@ -5825,8 +5825,8 @@ def gen_python_files( def find_project_root(srcs: Iterable[str]) -> Path: """Return a directory containing .git, .hg, or pyproject.toml. ...
This PR should fix the bug reported in #1493 I checked to make sure the unit test fails when the bugfix commit is removed. I tried to make sure I followed everything from the contribution guidelines, but please let me know if I missed anything. Thanks for taking the time to review this patch!
https://api.github.com/repos/psf/black/pulls/1518
2020-06-24T02:55:20Z
2020-06-24T09:09:07Z
2020-06-24T09:09:07Z
2020-06-24T09:09:08Z
747
psf/black
24,161
Fix typo in README
diff --git a/README.md b/README.md index 1a20c65a2f..aa32356a79 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Requests is ready for the demands of building robust and reliable HTTP–speak a Requests Module Installation ---------------------------- -The recommended way to intall the `requests` module is to...
Fix typo in README related to installation guidelines
https://api.github.com/repos/psf/requests/pulls/5468
2020-05-21T13:44:07Z
2020-06-15T15:23:17Z
2020-06-15T15:23:17Z
2021-08-28T00:06:29Z
159
psf/requests
32,622
ENH: meth 'DataFrame.to_pickle' and func 'read_pickle' to accept URL GH#30163
diff --git a/doc/source/whatsnew/v1.0.0.rst b/doc/source/whatsnew/v1.0.0.rst index 5e39ca692746b..11a6f2628ac52 100755 --- a/doc/source/whatsnew/v1.0.0.rst +++ b/doc/source/whatsnew/v1.0.0.rst @@ -220,6 +220,8 @@ Other enhancements - The ``pandas.datetime`` class is now deprecated. Import from ``datetime`` instead (:i...
- [ ] closes #30163 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry
https://api.github.com/repos/pandas-dev/pandas/pulls/30301
2019-12-17T06:56:11Z
2020-01-09T13:16:26Z
2020-01-09T13:16:26Z
2020-01-10T04:10:38Z
2,976
pandas-dev/pandas
45,753
📝 Update docs for generating clients
diff --git a/docs/en/docs/advanced/generate-clients.md b/docs/en/docs/advanced/generate-clients.md index 3fed48b0bcf93..f439ed93ab54b 100644 --- a/docs/en/docs/advanced/generate-clients.md +++ b/docs/en/docs/advanced/generate-clients.md @@ -12,10 +12,18 @@ A common tool is <a href="https://openapi-generator.tech/" clas...
📝 Update docs for generating clients
https://api.github.com/repos/tiangolo/fastapi/pulls/10112
2023-08-19T13:45:41Z
2023-08-19T13:49:54Z
2023-08-19T13:49:54Z
2023-08-19T13:49:55Z
554
tiangolo/fastapi
22,787
[MRG+1] Telnet console authentication
diff --git a/docs/topics/telnetconsole.rst b/docs/topics/telnetconsole.rst index ce79c9f3535..bf2ffa44303 100644 --- a/docs/topics/telnetconsole.rst +++ b/docs/topics/telnetconsole.rst @@ -16,6 +16,17 @@ The telnet console is a :ref:`built-in Scrapy extension disable it if you want. For more information about the exte...
This PR adds username/password authentication to Telnet console extension. ToDo: - [x] Implement username/password auth - [x] Implement random password by default (?) - [x] Add test case - [x] Update docs
https://api.github.com/repos/scrapy/scrapy/pulls/3415
2018-09-05T13:50:40Z
2018-12-26T13:58:44Z
2018-12-26T13:58:44Z
2018-12-26T13:58:48Z
2,026
scrapy/scrapy
34,833
ref(analytics): remove resource card analytics
diff --git a/static/app/components/resourceCard.tsx b/static/app/components/resourceCard.tsx index 5e55f9dd57cb3..8cc70711fb224 100644 --- a/static/app/components/resourceCard.tsx +++ b/static/app/components/resourceCard.tsx @@ -3,7 +3,6 @@ import styled from '@emotion/styled'; import Card from 'sentry/components/card...
Removing some BQ-only analytics because we weren't actually looking at this at all
https://api.github.com/repos/getsentry/sentry/pulls/47203
2023-04-11T22:58:27Z
2023-04-12T15:04:14Z
2023-04-12T15:04:14Z
2023-04-28T00:23:55Z
243
getsentry/sentry
44,226
Fixed test_relational_post_delete_signals_happen_before_parent_object when run in isolation.
diff --git a/tests/delete/tests.py b/tests/delete/tests.py index 977294427c740..d03492bb6f131 100644 --- a/tests/delete/tests.py +++ b/tests/delete/tests.py @@ -422,9 +422,9 @@ def log_post_delete(instance, **kwargs): self.assertIs(type(instance), S) deletions.append(instance.id) - r ...
``` $ ./runtests.py delete.tests.DeletionTests.test_relational_post_delete_signals_happen_before_parent_object Testing against Django installed in '/django/django' with up to 8 processes Found 1 test(s). Creating test database for alias 'default'... System check identified no issues (0 silenced). E =============...
https://api.github.com/repos/django/django/pulls/16059
2022-09-16T07:13:14Z
2022-09-16T09:14:28Z
2022-09-16T09:14:28Z
2022-09-16T09:14:43Z
241
django/django
51,623
route53: tweak source organization to match other packages
diff --git a/certbot-route53/README.md b/certbot-route53/README.md index cec9c295c29..582a0fb3564 100644 --- a/certbot-route53/README.md +++ b/certbot-route53/README.md @@ -24,7 +24,7 @@ for example). Make sure you have access to AWS's Route53 service, either through IAM roles or via `.aws/credentials`. Check out -...
This change re-organizes some ancillary files to more closely match repository conventions. Part of #4688.
https://api.github.com/repos/certbot/certbot/pulls/4729
2017-05-24T17:51:06Z
2017-05-26T18:28:55Z
2017-05-26T18:28:55Z
2017-06-07T16:53:22Z
281
certbot/certbot
748
Add a test case to torture.py
diff --git a/tests/data/torture.py b/tests/data/torture.py index 7cabd4c163..2a194759a8 100644 --- a/tests/data/torture.py +++ b/tests/data/torture.py @@ -22,6 +22,12 @@ def test(self, othr): (name, description, self.default, self.selected, self.auto_generated, self.parameters, self.meta_data, self.schedul...
Resolves #2563
https://api.github.com/repos/psf/black/pulls/2822
2022-01-29T02:43:51Z
2022-01-29T03:38:51Z
2022-01-29T03:38:51Z
2022-01-29T03:43:44Z
296
psf/black
24,069
Pole balancing documentation of observation matches code
diff --git a/gym/envs/classic_control/cartpole.py b/gym/envs/classic_control/cartpole.py index c4d16e0fe74..eb84d4c84b2 100644 --- a/gym/envs/classic_control/cartpole.py +++ b/gym/envs/classic_control/cartpole.py @@ -25,11 +25,11 @@ class CartPoleEnv(gym.Env): Observation: Type: Box(4) - Num Ob...
The returned angle is returned in the unit of radians and not degrees. observation number 3 is the angular velocity
https://api.github.com/repos/openai/gym/pulls/1914
2020-05-13T15:50:17Z
2020-06-19T22:18:20Z
2020-06-19T22:18:20Z
2020-06-19T22:18:20Z
270
openai/gym
5,713
bpo-10496: distutils check_environ() handles getpwuid() error
diff --git a/Lib/distutils/tests/test_util.py b/Lib/distutils/tests/test_util.py index e2fc3809587faa..bf0d4333f9aeaa 100644 --- a/Lib/distutils/tests/test_util.py +++ b/Lib/distutils/tests/test_util.py @@ -4,6 +4,7 @@ import unittest from copy import copy from test.support import run_unittest +from unittest import ...
check_environ() of distutils.utils now catchs KeyError on calling pwd.getpwuid(): don't create the HOME environment variable in this case. <!-- issue-number: [bpo-10496](https://bugs.python.org/issue10496) --> https://bugs.python.org/issue10496 <!-- /issue-number -->
https://api.github.com/repos/python/cpython/pulls/10931
2018-12-05T16:44:38Z
2018-12-18T15:17:57Z
2018-12-18T15:17:57Z
2018-12-18T15:18:27Z
950
python/cpython
4,140
Update main.py
diff --git a/Snake_water_gun/main.py b/Snake_water_gun/main.py index 5b13f54911..5a8b133289 100644 --- a/Snake_water_gun/main.py +++ b/Snake_water_gun/main.py @@ -1,6 +1,6 @@ -# This is an editied version +# This is an edited version # Made the code much more easier to read -# Used better naming for variable +# Us...
Fixed typos
https://api.github.com/repos/geekcomputers/Python/pulls/1682
2022-08-30T05:47:48Z
2022-10-10T20:39:10Z
2022-10-10T20:39:10Z
2022-10-10T20:39:10Z
145
geekcomputers/Python
31,125
fix typo
diff --git a/modeling.py b/modeling.py index 8b5da0003..ea575220a 100644 --- a/modeling.py +++ b/modeling.py @@ -740,12 +740,12 @@ def transpose_for_scores(input_tensor, batch_size, num_attention_heads, context_layer = tf.transpose(context_layer, [0, 2, 1, 3]) if do_return_2d_tensor: - # `context_layer` = [B...
https://api.github.com/repos/google-research/bert/pulls/252
2018-12-11T09:28:41Z
2018-12-18T18:29:12Z
2018-12-18T18:29:12Z
2018-12-18T18:29:12Z
224
google-research/bert
38,410
Fix several typos
diff --git a/examples/lstm_seq2seq.py b/examples/lstm_seq2seq.py index a53a3dcde66..2754561df48 100644 --- a/examples/lstm_seq2seq.py +++ b/examples/lstm_seq2seq.py @@ -10,7 +10,7 @@ # Summary of the algorithm - We start with input sequences from a domain (e.g. English sentences) - and correspding target sequenc...
Just fixing several typos, the first three of which are visible in the keras.io documentation.
https://api.github.com/repos/keras-team/keras/pulls/10468
2018-06-19T01:13:25Z
2018-06-19T01:43:25Z
2018-06-19T01:43:25Z
2018-06-19T01:43:25Z
889
keras-team/keras
47,360
fix upsample flops compute by skipping unused kargs
diff --git a/deepspeed/profiling/flops_profiler/profiler.py b/deepspeed/profiling/flops_profiler/profiler.py index a1a6a6fac9f1..9a4889005782 100644 --- a/deepspeed/profiling/flops_profiler/profiler.py +++ b/deepspeed/profiling/flops_profiler/profiler.py @@ -511,7 +511,7 @@ def _silu_flops_compute(input: Tensor, inplac...
This PR fixes the flops computation for torch.nn.functional.upsample (which takes more key args in the latest API) by allowing arbitrary number of key args.
https://api.github.com/repos/microsoft/DeepSpeed/pulls/2773
2023-01-31T20:26:50Z
2023-02-01T20:44:28Z
2023-02-01T20:44:28Z
2023-02-01T20:44:29Z
357
microsoft/DeepSpeed
10,686
Add --disable-hook-validation
diff --git a/certbot/cli.py b/certbot/cli.py index bcb7785c59e..f3decec0598 100644 --- a/certbot/cli.py +++ b/certbot/cli.py @@ -356,7 +356,8 @@ def parse_args(self): " {0} conflicts with dialog_mode").format(arg) ) - hooks.validate_hooks(parsed_args) + if p...
As discussed in #3020.
https://api.github.com/repos/certbot/certbot/pulls/3037
2016-05-20T05:51:02Z
2016-06-08T19:35:14Z
2016-06-08T19:35:14Z
2016-06-15T01:23:59Z
616
certbot/certbot
2,480
loggerd: remove duplicate calls to visionstream_destroy
diff --git a/selfdrive/loggerd/loggerd.cc b/selfdrive/loggerd/loggerd.cc index cb2e5d47535b7b..d575db9900a199 100644 --- a/selfdrive/loggerd/loggerd.cc +++ b/selfdrive/loggerd/loggerd.cc @@ -162,7 +162,6 @@ void encoder_thread(bool is_streaming, bool raw_clips, bool front) { VIPCBuf* buf = visionstream_get(&stre...
https://api.github.com/repos/commaai/openpilot/pulls/1843
2020-07-08T13:15:18Z
2020-07-09T04:47:23Z
2020-07-09T04:47:23Z
2020-07-09T07:38:19Z
137
commaai/openpilot
9,531
Typo fix
diff --git a/Methodology and Resources/Cobalt Strike - Cheatsheet.md b/Methodology and Resources/Cobalt Strike - Cheatsheet.md index 8e25e592e2..affccdbefd 100644 --- a/Methodology and Resources/Cobalt Strike - Cheatsheet.md +++ b/Methodology and Resources/Cobalt Strike - Cheatsheet.md @@ -280,7 +280,7 @@ beacon > ex...
https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/522
2022-08-08T12:09:16Z
2022-08-08T20:08:20Z
2022-08-08T20:08:20Z
2022-08-08T20:08:20Z
246
swisskyrepo/PayloadsAllTheThings
8,456
DOC Update default values in kernel_approximation doc string
diff --git a/sklearn/kernel_approximation.py b/sklearn/kernel_approximation.py index eda042bfed34e..d13c172a5d644 100644 --- a/sklearn/kernel_approximation.py +++ b/sklearn/kernel_approximation.py @@ -32,10 +32,10 @@ class RBFSampler(TransformerMixin, BaseEstimator): Parameters ---------- - gamma : float...
Updated default values of parameter in kernel_approximation doc string #### Reference Issues/PRs Reference: #15761 Addresses sklearn.kernel_approximation #DataUmbrella
https://api.github.com/repos/scikit-learn/scikit-learn/pulls/17536
2020-06-08T21:22:38Z
2020-06-08T21:59:57Z
2020-06-08T21:59:57Z
2020-06-08T21:59:57Z
446
scikit-learn/scikit-learn
46,150
implement admin message detail page
diff --git a/website/src/components/Messages/MessageTableEntry.tsx b/website/src/components/Messages/MessageTableEntry.tsx index d968678689..b8ff9ef98a 100644 --- a/website/src/components/Messages/MessageTableEntry.tsx +++ b/website/src/components/Messages/MessageTableEntry.tsx @@ -1,5 +1,6 @@ import { Avatar, + A...
- Add admin message detail page. - Add new message tree UI and use/tree endpoint to receive data. - New message tree only being used in the admin panel. Not in the user area yet. - The current tree UI display is not really well in mobile when the depth > 4. I will address this in the next PR. Message tree UI ![i...
https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/1453
2023-02-11T01:39:45Z
2023-02-11T03:27:02Z
2023-02-11T03:27:02Z
2023-02-11T03:27:03Z
3,518
LAION-AI/Open-Assistant
37,088
Added GitHub Actions to create and check for reminders in pull requests.
diff --git a/.github/workflows/reminders_check.yml b/.github/workflows/reminders_check.yml new file mode 100644 index 0000000000000..eaaa909363202 --- /dev/null +++ b/.github/workflows/reminders_check.yml @@ -0,0 +1,17 @@ +name: Check reminders + +on: + schedule: + - cron: '0 * * * *' # At the start of every hour ...
This branch provides functionality to create reminders on pull requests. The command to do so is: ``` /remind me <action> [in] <time> ``` Current granularity of the reminders is by day, so valid uses would be: ``` /remind me to re-review this PR in 2 days /remind me to check for updates tomorrow /remind m...
https://api.github.com/repos/django/django/pulls/17852
2024-02-13T20:53:49Z
2024-02-22T12:17:46Z
2024-02-22T12:17:46Z
2024-04-12T20:27:27Z
337
django/django
50,850
community: Implement lazy_load() for GitbookLoader
diff --git a/libs/community/langchain_community/document_loaders/gitbook.py b/libs/community/langchain_community/document_loaders/gitbook.py index d2a32b367a062d..8fdf73708967b3 100644 --- a/libs/community/langchain_community/document_loaders/gitbook.py +++ b/libs/community/langchain_community/document_loaders/gitbook....
Integration test: `tests/integration_tests/document_loaders/test_gitbook.py`
https://api.github.com/repos/langchain-ai/langchain/pulls/18670
2024-03-06T13:55:29Z
2024-03-06T14:14:36Z
2024-03-06T14:14:36Z
2024-03-06T14:15:07Z
421
langchain-ai/langchain
43,331
Better error message for DataFrame.hist() without numerical columns (…
diff --git a/pandas/plotting/_core.py b/pandas/plotting/_core.py index 90297ecfa3415..fed4b0d90983c 100644 --- a/pandas/plotting/_core.py +++ b/pandas/plotting/_core.py @@ -2426,6 +2426,10 @@ def hist_frame(data, column=None, by=None, grid=True, xlabelsize=None, data = data._get_numeric_data() naxes = len(dat...
Closes #10444 Added simple check for non-zero number of numeric columns plus suggested error message in case the check fails. Happy to make any adjustments this if desired.
https://api.github.com/repos/pandas-dev/pandas/pulls/26483
2019-05-21T19:16:14Z
2019-05-24T15:47:02Z
2019-05-24T15:47:02Z
2019-05-25T12:57:38Z
405
pandas-dev/pandas
44,906
docker: Remove misleading CLI_ARGS
diff --git a/docker/.env.example b/docker/.env.example index 6e2ad6ac3d..2de9f0ab6f 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -2,8 +2,6 @@ # however for me to work i had to specify the exact version for my card ( 2060 ) it was 7.5 # https://developer.nvidia.com/cuda-gpus you can find the version f...
CLI_ARGS don't do anything since b1463df. Fixes #5422. ## Checklist: - [ x] 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/5726
2024-03-18T17:14:09Z
2024-03-26T19:34:53Z
2024-03-26T19:34:53Z
2024-03-29T06:16:57Z
167
oobabooga/text-generation-webui
26,794
[fix] fix typo change MoECheckpintIO to MoECheckpointIO
diff --git a/colossalai/accelerator/api.py b/colossalai/accelerator/api.py index 02b3055d7380..85a19b6a61d3 100644 --- a/colossalai/accelerator/api.py +++ b/colossalai/accelerator/api.py @@ -40,7 +40,7 @@ def set_accelerator(accelerator: Union[str, BaseAccelerator]) -> None: def auto_set_accelerator() -> None: ""...
## 📌 Checklist before creating the PR - [ ] 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 Not involv...
https://api.github.com/repos/hpcaitech/ColossalAI/pulls/5335
2024-01-30T06:07:43Z
2024-03-05T13:52:30Z
2024-03-05T13:52:30Z
2024-03-06T01:32:19Z
1,599
hpcaitech/ColossalAI
11,574
Added type hints and pytest tests
diff --git a/patterns/behavioral/strategy.py b/patterns/behavioral/strategy.py index 92d11f25..595df255 100644 --- a/patterns/behavioral/strategy.py +++ b/patterns/behavioral/strategy.py @@ -8,41 +8,81 @@ """ +from __future__ import annotations + +from typing import Callable, Type + + +class DiscountStrategyValida...
#373
https://api.github.com/repos/faif/python-patterns/pulls/374
2021-05-27T14:59:30Z
2021-05-31T16:51:02Z
2021-05-31T16:51:02Z
2021-05-31T16:51:07Z
1,584
faif/python-patterns
33,543
Update JARVIS.py
diff --git a/JARVIS/JARVIS.py b/JARVIS/JARVIS.py index 09cf56ba16..5135086c97 100644 --- a/JARVIS/JARVIS.py +++ b/JARVIS/JARVIS.py @@ -167,7 +167,7 @@ def get_dict(self): shell='powershell.exe', paint='mspaint.exe', cmd='cmd.exe', - browser='C:\Program Files\Internet Ex...
edited path
https://api.github.com/repos/geekcomputers/Python/pulls/1520
2022-05-29T08:11:11Z
2022-06-04T19:11:19Z
2022-06-04T19:11:19Z
2022-06-04T19:11:19Z
350
geekcomputers/Python
31,197
Unescape last message
diff --git a/modules/chat.py b/modules/chat.py index 312f8cb807..e9c2fe7cdf 100644 --- a/modules/chat.py +++ b/modules/chat.py @@ -313,12 +313,12 @@ def remove_last_message(history): else: last = ['', ''] - return last[0], history + return html.unescape(last[0]), history def send_last_reply_t...
## Checklist: - [x] I have read the [Contributing guidelines](https://github.com/oobabooga/text-generation-webui/wiki/Contributing-guidelines). ![image](https://github.com/oobabooga/text-generation-webui/assets/4073789/decb9aff-0459-4698-801b-b79014467afa) The changes in a4e903e932c6b3b43b2ccb88f9e75049b2ac4b2e, f67...
https://api.github.com/repos/oobabooga/text-generation-webui/pulls/3623
2023-08-19T05:14:42Z
2023-08-19T12:29:08Z
2023-08-19T12:29:08Z
2023-08-19T20:39:59Z
145
oobabooga/text-generation-webui
26,624
[crunchyroll] Add support for mobile URLs and use unicode literals
diff --git a/youtube_dl/extractor/crunchyroll.py b/youtube_dl/extractor/crunchyroll.py index 2b66bddbbb7..920728e01f1 100644 --- a/youtube_dl/extractor/crunchyroll.py +++ b/youtube_dl/extractor/crunchyroll.py @@ -1,4 +1,6 @@ # encoding: utf-8 +from __future__ import unicode_literals + import re, base64, zlib from ha...
https://api.github.com/repos/ytdl-org/youtube-dl/pulls/2273
2014-01-29T22:24:58Z
2014-01-30T04:15:38Z
2014-01-30T04:15:38Z
2014-07-04T07:24:54Z
3,433
ytdl-org/youtube-dl
49,771
Hide Grid view mapped task pagination when data is a single page
diff --git a/airflow/www/static/js/tree/Table.jsx b/airflow/www/static/js/tree/Table.jsx index 06eb84cad46a3..aef91ce905f2e 100644 --- a/airflow/www/static/js/tree/Table.jsx +++ b/airflow/www/static/js/tree/Table.jsx @@ -146,6 +146,7 @@ const Table = ({ })} </Tbody> </ChakraTable> + {tot...
Hide table pagination when all of the data fits onto a single page. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code change, Airflow Improvemen...
https://api.github.com/repos/apache/airflow/pulls/22963
2022-04-12T21:19:36Z
2022-04-12T21:49:35Z
2022-04-12T21:49:35Z
2022-04-26T15:17:10Z
168
apache/airflow
14,263
Fix greedy_best_first
diff --git a/graphs/greedy_best_first.py b/graphs/greedy_best_first.py index 35f7ca9feeef..bb3160047e34 100644 --- a/graphs/greedy_best_first.py +++ b/graphs/greedy_best_first.py @@ -6,14 +6,32 @@ Path = list[tuple[int, int]] -grid = [ - [0, 0, 0, 0, 0, 0, 0], - [0, 1, 0, 0, 0, 0, 0], # 0 are free path wher...
### Describe your change: fixes: #8770 * [ ] Add an algorithm? * [X] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [X] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [X] This pull request is all my own work -...
https://api.github.com/repos/TheAlgorithms/Python/pulls/8775
2023-05-27T07:38:52Z
2023-08-15T22:52:51Z
2023-08-15T22:52:51Z
2023-08-15T22:52:54Z
1,995
TheAlgorithms/Python
29,769
Fix some pep8 warnings
diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 73dd24bdbea..0bd5f537e4e 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -729,11 +729,13 @@ def create_parser(plugins, args): return helpful.parser, helpful.args + # For now unfortunately this constant just needs to match the code below; ...
https://api.github.com/repos/certbot/certbot/pulls/898
2015-10-05T01:41:15Z
2015-10-05T20:53:02Z
2015-10-05T20:53:02Z
2016-05-06T19:22:23Z
889
certbot/certbot
3,410
chore(ts): Convert utils/testablePose
diff --git a/src/sentry/static/sentry/app/utils/testablePose.jsx b/src/sentry/static/sentry/app/utils/testablePose.tsx similarity index 83% rename from src/sentry/static/sentry/app/utils/testablePose.jsx rename to src/sentry/static/sentry/app/utils/testablePose.tsx index 2242f2abaed79..2746eb61a88b2 100644 --- a/src/se...
https://api.github.com/repos/getsentry/sentry/pulls/17857
2020-03-24T08:03:27Z
2020-03-24T17:47:54Z
2020-03-24T17:47:54Z
2020-12-19T05:59:29Z
275
getsentry/sentry
44,549
Check if prompt missing S/R token to prevent accidental mis-gens.
diff --git a/scripts/xy_grid.py b/scripts/xy_grid.py index 42e1489c4ba..10a82dc9f24 100644 --- a/scripts/xy_grid.py +++ b/scripts/xy_grid.py @@ -27,9 +27,16 @@ def fun(p, x, xs): def apply_prompt(p, x, xs): + + orig_prompt = p.prompt + orig_negative_prompt = p.negative_prompt + p.prompt = p.promp...
This PR adds a check to the X/Y grid prompt s/r (string replace) functionality to see if the token to be replaced is actually in the prompt. If it isn't it raises an error alerting the user to check their prompt. The motivation is that when doing rapid prompt iterating for grid comparisons, I've occasionally found t...
https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/2209
2022-10-10T21:17:07Z
2022-10-11T10:16:57Z
2022-10-11T10:16:57Z
2022-10-11T11:02:23Z
203
AUTOMATIC1111/stable-diffusion-webui
40,494
Remove subpixel upscaling option
diff --git a/lib/model/nn_blocks.py b/lib/model/nn_blocks.py index b2d3aebe30..180d0649ee 100644 --- a/lib/model/nn_blocks.py +++ b/lib/model/nn_blocks.py @@ -9,7 +9,7 @@ from keras.layers.core import Activation from keras.initializers import he_uniform, VarianceScaling from .initializers import ICNR, ConvolutionAwa...
This PR removes the subpixel upscaling option from training configuration. The subpixel upscaling layer does exactly the same job as PixelShuffler, but uses Tensorflow specific ops, which means it will not work with AMD cards. As the output is identical between the 2 layers, it makes sense to remove the backend l...
https://api.github.com/repos/deepfakes/faceswap/pulls/1024
2020-05-13T12:03:46Z
2020-05-13T12:50:49Z
2020-05-13T12:50:49Z
2020-05-13T12:52:19Z
2,116
deepfakes/faceswap
18,645
Change link of haproxy plugin to new version
diff --git a/docs/using.rst b/docs/using.rst index 7c1fac0039d..7764408bfbb 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -193,7 +193,7 @@ postfix_ N Y STARTTLS Everywhere is becoming a Certbot Postfix/Exim plu =========== ==== ==== =============================================================== .. _...
Greenhost has rewritten their HAProxy plugin and it's hosted on a different location. The original URL also points to this new location: https://code.greenhost.net/open/letsencrypt-haproxy
https://api.github.com/repos/certbot/certbot/pulls/3904
2016-12-13T11:03:32Z
2016-12-13T21:13:56Z
2016-12-13T21:13:56Z
2016-12-13T21:13:56Z
210
certbot/certbot
3,280
Cleanup RetryQuery notebook
diff --git a/docs/examples/evaluation/RetryQuery.ipynb b/docs/examples/evaluation/RetryQuery.ipynb index 4b5255a2a46c4..863ccefdd1ac4 100644 --- a/docs/examples/evaluation/RetryQuery.ipynb +++ b/docs/examples/evaluation/RetryQuery.ipynb @@ -8,15 +8,22 @@ "# Retry Query Engine" ] }, + { + "attachments": {...
# Description Refactored the Retry Query notebook to make the different implementation variations clearer. ## Type of Change Notebook update # How Has This Been Tested? Notebook run # Suggested Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularl...
https://api.github.com/repos/run-llama/llama_index/pulls/6381
2023-06-09T18:38:27Z
2023-06-11T08:28:08Z
2023-06-11T08:28:08Z
2023-06-11T08:28:08Z
3,088
run-llama/llama_index
6,109
reduce wind power further for heuristic landing
diff --git a/gym/envs/box2d/lunar_lander.py b/gym/envs/box2d/lunar_lander.py index c76646247ff..1107bb64298 100644 --- a/gym/envs/box2d/lunar_lander.py +++ b/gym/envs/box2d/lunar_lander.py @@ -703,9 +703,6 @@ def heuristic(env, s): def demo_heuristic_lander(env, seed=None, render=False): - # wind power must be ...
This addresses #2763
https://api.github.com/repos/openai/gym/pulls/2766
2022-04-20T16:51:00Z
2022-04-21T14:53:41Z
2022-04-21T14:53:40Z
2022-04-21T14:53:41Z
413
openai/gym
5,620
Updated the check of empty array.
diff --git a/keras/engine/saving.py b/keras/engine/saving.py index c1027daea43..3a332281ab1 100644 --- a/keras/engine/saving.py +++ b/keras/engine/saving.py @@ -249,7 +249,7 @@ def convert_custom_objects(obj): for name in layer_names: layer_weights = model_weights_group[name] weight_names = layer...
### Summary We have a lot of warning on travis which go like this: ``` /home/travis/build/keras-team/keras/keras/engine/saving.py:252: DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use `array.size > 0` to check that an array is not em...
https://api.github.com/repos/keras-team/keras/pulls/11669
2018-11-18T16:49:03Z
2018-11-18T18:33:40Z
2018-11-18T18:33:40Z
2018-11-18T22:32:31Z
134
keras-team/keras
47,203
add Logic Inference Dataset
diff --git a/data/datasets/__init__.py b/data/datasets/__init__.py index fb573c7d6c..f337023897 100644 --- a/data/datasets/__init__.py +++ b/data/datasets/__init__.py @@ -20,6 +20,7 @@ "tell_a_joke": "mikegarts/oa_tell_a_joke_20000", "oa_wiki_qa_bart_10000row": "michaelthwan/oa_wiki_qa_bart_10000row", "o...
Regarding https://github.com/LAION-AI/Open-Assistant/issues/261. This is an re-produce of the dataset from LogicInference Dataset in paper: https://openreview.net/pdf?id=HAGeIS_Lcg9. I think it will helpful for improving logic inference ability of the model. The github page of LogicInference Dataset: https://gith...
https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/2337
2023-04-05T17:16:15Z
2023-04-11T07:38:40Z
2023-04-11T07:38:40Z
2023-04-11T07:38:41Z
2,611
LAION-AI/Open-Assistant
36,891
Don't ruin the complexity of your interface with checking.
diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 7ccb8a2c7..ef03b1102 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -749,7 +749,7 @@ The date is validated twice (by the `Date` constructor) and passed as a characte ##### Example Excess checking can be costly. -There are cases where ch...
I'm not sure if this is redundant with the existing text "or may only need part of the value that is more easily checked than the whole." (A more aggressive change would excise that clause.)
https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/394
2015-11-17T21:24:42Z
2015-11-18T21:43:16Z
2015-11-18T21:43:16Z
2015-12-01T20:09:01Z
233
isocpp/CppCoreGuidelines
15,930
Fix typos
diff --git a/README.md b/README.md index 3d690be89..5d42295c9 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ To contribute to diagram, check out [contribution guidelines](CONTRIBUTING.md). [GitPitch](https://gitpitch.com/) is a markdown presentation service for developers. Diagrams is now integrated as [Cl...
https://api.github.com/repos/mingrammer/diagrams/pulls/310
2020-10-01T10:50:18Z
2020-10-05T14:00:45Z
2020-10-05T14:00:45Z
2020-10-05T14:00:45Z
353
mingrammer/diagrams
52,703
COMPAT: np.full not available in all versions, xref #16773
diff --git a/pandas/core/sparse/frame.py b/pandas/core/sparse/frame.py index e157ae16e71f9..5fe96d70fc16f 100644 --- a/pandas/core/sparse/frame.py +++ b/pandas/core/sparse/frame.py @@ -163,7 +163,9 @@ def _init_dict(self, data, index, columns, dtype=None): # TODO: figure out how to handle this case, all nan'...
https://api.github.com/repos/pandas-dev/pandas/pulls/17000
2017-07-17T23:34:16Z
2017-07-18T01:31:43Z
2017-07-18T01:31:43Z
2017-07-18T01:31:43Z
203
pandas-dev/pandas
45,467
Readability improvements to singly_linked_list.py
diff --git a/data_structures/linked_list/singly_linked_list.py b/data_structures/linked_list/singly_linked_list.py index 16436ff90274..73b982316e76 100644 --- a/data_structures/linked_list/singly_linked_list.py +++ b/data_structures/linked_list/singly_linked_list.py @@ -6,56 +6,56 @@ def __init__(self, data): class ...
Fixes #1397 I have changed the "Head" to "head"(making it more Pythonic) and also "tamp" to "temp"(Better readability) in singly linked list(under data structures) PS: I'm a newbie at opensource , so if I have done something wrong please do tell. I wish to learn as much as possible Thanks
https://api.github.com/repos/TheAlgorithms/Python/pulls/1403
2019-10-19T13:42:55Z
2019-10-19T18:14:38Z
2019-10-19T18:14:38Z
2019-10-19T18:14:38Z
997
TheAlgorithms/Python
29,835
kucoin2 parseTrade fix
diff --git a/js/kucoin2.js b/js/kucoin2.js index 69488b32a62b..c6be7e31eafe 100644 --- a/js/kucoin2.js +++ b/js/kucoin2.js @@ -830,7 +830,7 @@ module.exports = class kucoin2 extends Exchange { const fee = { 'cost': this.safeFloat (trade, 'fee'), 'rate': this.safeFloat (trade, 'feeRate...
https://api.github.com/repos/ccxt/ccxt/pulls/4736
2019-02-23T11:54:02Z
2019-02-23T12:49:44Z
2019-02-23T12:49:44Z
2019-02-23T12:49:44Z
171
ccxt/ccxt
13,878
Change build status links to travis-ci.com.
diff --git a/README.rst b/README.rst index 62681c7eb47..f555812689f 100644 --- a/README.rst +++ b/README.rst @@ -99,8 +99,8 @@ ACME working area in github: https://github.com/ietf-wg-acme/acme |build-status| |coverage| |docs| |container| -.. |build-status| image:: https://travis-ci.org/certbot/certbot.svg?branch=m...
As part of migrating away from the now deprecated support for GitHub services, our Travis config has moved from travis-ci.org to travis-ci.com. This PR updates the links to our build status to use travis-ci.com. The reference to travis-ci.org at https://github.com/certbot/certbot/blob/651de2dd2fea9c79caae96d039f2570...
https://api.github.com/repos/certbot/certbot/pulls/6656
2019-01-14T18:01:25Z
2019-01-14T22:06:53Z
2019-01-14T22:06:53Z
2019-01-14T22:06:57Z
214
certbot/certbot
2,874
Huobi fetchPosition edits
diff --git a/js/huobi.js b/js/huobi.js index 003ad2f6e746..41a9ddbbdc07 100644 --- a/js/huobi.js +++ b/js/huobi.js @@ -5661,51 +5661,120 @@ module.exports = class huobi extends Exchange { 'cross': 'contractPrivatePostLinearSwapApiV1SwapCrossAccountPositionInfo', }); // + ...
this PR only includes updated (correct) examples now for all 4 combination/endpoints. we will make use of it when making next update for huobi's `fP/s` methods.
https://api.github.com/repos/ccxt/ccxt/pulls/13451
2022-05-26T22:57:07Z
2022-05-28T00:57:12Z
2022-05-28T00:57:12Z
2022-06-04T21:58:40Z
3,974
ccxt/ccxt
13,449
[generic] Unescape webpage contents
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py index 6e632477921..0d02f836e12 100644 --- a/youtube_dl/extractor/generic.py +++ b/youtube_dl/extractor/generic.py @@ -145,6 +145,17 @@ class GenericIE(InfoExtractor): 'description': 'Episode 18: President Barack Obama sits d...
This would allow handling generic webpages that hide embedded video iframe behind percent encoding (e.g. #2448). ``` document.write(unescape("%3c%69%66%72%61%6d%65%20%73%74%79%6c%65%3d%22%6f%76%65%72%66%6c%6f%77%3a%20%68%69%64%64%65%6e%3b%20%62%6f%72%64%65%72%3a%20%30%3b%20%77%69%64%74%68%3a%20%37%35%30%70%78%3b%20%68...
https://api.github.com/repos/ytdl-org/youtube-dl/pulls/2451
2014-02-24T16:56:32Z
2014-03-21T21:18:29Z
2014-03-21T21:18:29Z
2014-06-18T10:08:46Z
397
ytdl-org/youtube-dl
50,532
Updated checkpoint support for Sagemaker Model Parallel
diff --git a/src/transformers/trainer.py b/src/transformers/trainer.py index ad221e1d88197..43a1d750f33c7 100755 --- a/src/transformers/trainer.py +++ b/src/transformers/trainer.py @@ -18,6 +18,7 @@ import contextlib import functools +import glob import inspect import math import os @@ -1302,7 +1303,7 @@ def tra...
# What does this PR do? <!-- Congratulations! You've made it this far! You're not quite done yet though. Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution. Then, please replace this w...
https://api.github.com/repos/huggingface/transformers/pulls/17219
2022-05-12T21:31:51Z
2022-05-16T12:17:26Z
2022-05-16T12:17:26Z
2022-05-16T12:25:47Z
2,093
huggingface/transformers
12,096
tell users to use -t py310
diff --git a/CHANGES.md b/CHANGES.md index e5f4a1fdf82..dae7df7c9d5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,7 @@ ### _Black_ +- Point users to using `--target-version py310` if we detect 3.10-only syntax (#2668) - Cell magics are now only processed if they are known Python cell magics. Earlier, all ...
https://api.github.com/repos/psf/black/pulls/2668
2021-12-03T22:11:54Z
2021-12-04T23:30:23Z
2021-12-04T23:30:23Z
2021-12-04T23:31:08Z
856
psf/black
24,108
Fix st.cache
diff --git a/lib/streamlit/caching.py b/lib/streamlit/caching.py index 6e842516ba6f..833602e03a92 100644 --- a/lib/streamlit/caching.py +++ b/lib/streamlit/caching.py @@ -28,9 +28,9 @@ import threading import time from collections import namedtuple -from typing import Any, Dict +from typing import Any, Dict, Optiona...
This fixes breakage that I introduced in #1152 Rather than creating the cache as a local variable in the st.cache wrapper, we instead manage all caches in a global `_MemCaches` class. Each cache is keyed off its wrapped function's fully qualified name, and its contents. There's a new `ScriptRunner` test that mak...
https://api.github.com/repos/streamlit/streamlit/pulls/1208
2020-03-10T02:40:33Z
2020-03-10T23:26:02Z
2020-03-10T23:26:01Z
2020-03-10T23:26:05Z
3,257
streamlit/streamlit
21,771
Add wildcard example
diff --git a/certbot-dns-digitalocean/certbot_dns_digitalocean/__init__.py b/certbot-dns-digitalocean/certbot_dns_digitalocean/__init__.py index 2cb7a92de05..8fd50919624 100644 --- a/certbot-dns-digitalocean/certbot_dns_digitalocean/__init__.py +++ b/certbot-dns-digitalocean/certbot_dns_digitalocean/__init__.py @@ -77,...
## 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. - [X] Add or update any documentation as needed ...
https://api.github.com/repos/certbot/certbot/pulls/9164
2022-01-09T18:16:32Z
2022-01-18T22:20:26Z
2022-01-18T22:20:26Z
2022-01-18T22:20:26Z
246
certbot/certbot
161
Call error handler and mark flow on HTTPException
diff --git a/mitmproxy/proxy/protocol/http.py b/mitmproxy/proxy/protocol/http.py index 16d04eeb1c..154646cd03 100644 --- a/mitmproxy/proxy/protocol/http.py +++ b/mitmproxy/proxy/protocol/http.py @@ -276,6 +276,8 @@ def _process_flow(self, f): # We optimistically guess there might be an HTTP client on the ...
Hi, This allows scripts to handle HTTPException exceptions such as "HTTP Body too large" raised in [mitmproxy/net/http/http1/read.py:131](https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/net/http/http1/read.py#L131). This simply follows how ProtocolException exceptions are [handled](https://github.com...
https://api.github.com/repos/mitmproxy/mitmproxy/pulls/2082
2017-03-01T15:59:21Z
2017-03-04T14:12:30Z
2017-03-04T14:12:30Z
2017-03-04T14:12:30Z
157
mitmproxy/mitmproxy
27,920
⬆️ Upgrade GitHub Action label-approved
diff --git a/.github/workflows/label-approved.yml b/.github/workflows/label-approved.yml index 2113c468ac835..1138e6043436d 100644 --- a/.github/workflows/label-approved.yml +++ b/.github/workflows/label-approved.yml @@ -13,6 +13,6 @@ jobs: env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$G...
⬆️ Upgrade GitHub Action label-approved
https://api.github.com/repos/tiangolo/fastapi/pulls/10905
2024-01-08T18:43:19Z
2024-01-08T18:49:54Z
2024-01-08T18:49:54Z
2024-01-08T18:49:54Z
157
tiangolo/fastapi
23,345
Update snakeLadder.py
diff --git a/BoardGame-CLI/snakeLadder.py b/BoardGame-CLI/snakeLadder.py index 793cf98a2a..d8892ed433 100644 --- a/BoardGame-CLI/snakeLadder.py +++ b/BoardGame-CLI/snakeLadder.py @@ -70,7 +70,7 @@ def play(): looproll = roll() temp1 += looproll ...
Not the assignment operator
https://api.github.com/repos/geekcomputers/Python/pulls/1926
2023-07-16T16:49:48Z
2023-07-20T16:17:11Z
2023-07-20T16:17:10Z
2023-07-20T16:41:49Z
150
geekcomputers/Python
31,811
[Tiny]Remove duplicated assignment
diff --git a/java/runtime/src/main/java/io/ray/runtime/RayNativeRuntime.java b/java/runtime/src/main/java/io/ray/runtime/RayNativeRuntime.java index f7018826702b8..1d8d60e1048f2 100644 --- a/java/runtime/src/main/java/io/ray/runtime/RayNativeRuntime.java +++ b/java/runtime/src/main/java/io/ray/runtime/RayNativeRuntime....
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- 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 P...
https://api.github.com/repos/ray-project/ray/pulls/19866
2021-10-29T03:59:31Z
2021-11-01T03:44:01Z
2021-11-01T03:44:01Z
2021-11-01T03:44:03Z
205
ray-project/ray
19,219
Mention Python 3.6 support plan change
diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 73d2a5a7cba..0746c8e8e28 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -13,7 +13,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Changed -* +* We previously said we'd drop Python 3.6 support in this release. Th...
I have https://github.com/certbot/certbot/pull/9216, however, I see no real reason to rush things. I would like one of these two PRs to land before the release tomorrow.
https://api.github.com/repos/certbot/certbot/pulls/9219
2022-02-28T15:59:48Z
2022-02-28T17:51:45Z
2022-02-28T17:51:45Z
2022-02-28T17:51:59Z
153
certbot/certbot
136
Help clarify version number
diff --git a/certbot-apache/certbot_apache/tests/http_01_test.py b/certbot-apache/certbot_apache/tests/http_01_test.py index f120674c7e3..dc1ca34d698 100644 --- a/certbot-apache/certbot_apache/tests/http_01_test.py +++ b/certbot-apache/certbot_apache/tests/http_01_test.py @@ -50,7 +50,7 @@ def test_empty_perform(self):...
(Hopefully) helps make it clearer that that `22` and `24` corresponds to Apache 2.2 and 2.4.
https://api.github.com/repos/certbot/certbot/pulls/5865
2018-04-13T01:32:05Z
2018-04-13T02:02:41Z
2018-04-13T02:02:41Z
2018-04-13T02:02:44Z
705
certbot/certbot
3,496
Remove unicode in demo page names
diff --git "a/lib/streamlit/hello/pages/0_\360\237\223\271_Animation_Demo.py" b/lib/streamlit/hello/pages/0_Animation_Demo.py similarity index 100% rename from "lib/streamlit/hello/pages/0_\360\237\223\271_Animation_Demo.py" rename to lib/streamlit/hello/pages/0_Animation_Demo.py diff --git "a/lib/streamlit/hello/pages...
#5067 but without the merge conflict
https://api.github.com/repos/streamlit/streamlit/pulls/5123
2022-08-10T00:14:57Z
2022-08-10T17:30:51Z
2022-08-10T17:30:51Z
2023-05-26T23:34:11Z
361
streamlit/streamlit
22,134
Update google_utils.py
diff --git a/utils/google_utils.py b/utils/google_utils.py index db36fa9d682..6a4660bad50 100644 --- a/utils/google_utils.py +++ b/utils/google_utils.py @@ -26,8 +26,12 @@ def attempt_download(file, repo='ultralytics/yolov5'): assets = [x['name'] for x in response['assets']] # release assets, i.e. ['yolov...
Possible fix for #2894. ## 🛠️ PR Summary <sub>Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions)<sub> ### 🌟 Summary Enhancements to backup download mechanism in `utils/google_utils.py` for model assets. ### 📊 Key Changes - Expanded the list of fallback assets to include models with a ...
https://api.github.com/repos/ultralytics/yolov5/pulls/2900
2021-04-22T18:18:12Z
2021-04-22T18:27:33Z
2021-04-22T18:27:33Z
2024-01-19T18:41:25Z
333
ultralytics/yolov5
24,863
[ie/web.archive:vlive] Remove extractor
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 4fed6d66a2e..bf0c67542e8 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -122,7 +122,6 @@ from .archiveorg import ( ArchiveOrgIE, YoutubeWebArchiveIE, - VLiveWebArchiveIE, ) from .a...
Closes #8122 <details open><summary>Template</summary> <!-- OPEN is intentional --> <!-- # 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 [x]) - Use *Preview*...
https://api.github.com/repos/yt-dlp/yt-dlp/pulls/8132
2023-09-16T23:35:46Z
2023-09-17T00:38:09Z
2023-09-17T00:38:09Z
2023-12-07T15:16:34Z
3,805
yt-dlp/yt-dlp
8,108
Add safaribooksonline extractor
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index d73826d44bf..3a0c42deda3 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -420,6 +420,10 @@ ) from .rutv import RUTVIE from .sandia import SandiaIE +from .safari import ( + SafariIE, + ...
Following on from https://github.com/rg3/youtube-dl/issues/5253, I decided to give implementing this a go myself.
https://api.github.com/repos/ytdl-org/youtube-dl/pulls/5262
2015-03-22T18:06:53Z
2015-03-26T17:58:19Z
2015-03-26T17:58:19Z
2015-11-12T17:50:13Z
1,544
ytdl-org/youtube-dl
50,598