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 |
|---|---|---|---|---|---|---|---|---|---|---|
coinbasepro: remove deprecated market fields | diff --git a/js/coinbasepro.js b/js/coinbasepro.js
index 13e686a2be8f..93ff48a64e38 100644
--- a/js/coinbasepro.js
+++ b/js/coinbasepro.js
@@ -391,8 +391,8 @@ module.exports = class coinbasepro extends Exchange {
'max': undefined,
},
'amount': {
- ... | fixes #14013 | https://api.github.com/repos/ccxt/ccxt/pulls/14015 | 2022-06-22T13:53:43Z | 2022-06-22T16:29:59Z | 2022-06-22T16:29:58Z | 2022-06-22T16:29:59Z | 228 | ccxt/ccxt | 13,848 |
[tutorial] add video link | diff --git a/examples/tutorial/README.md b/examples/tutorial/README.md
index 633e2f5a7c96..9de1cdfdc31d 100644
--- a/examples/tutorial/README.md
+++ b/examples/tutorial/README.md
@@ -20,13 +20,13 @@ quickly deploy large AI model training and inference, reducing large AI model tr
## Table of Content
- - Multi-dimen... | ## 📌 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/2619 | 2023-02-07T07:11:50Z | 2023-02-07T07:14:52Z | 2023-02-07T07:14:51Z | 2023-02-07T07:14:56Z | 901 | hpcaitech/ColossalAI | 11,142 |
Do not pass over the `session` argument to `Session.request` method | diff --git a/requests/api.py b/requests/api.py
index 8ff22e7baa..40966cf350 100644
--- a/requests/api.py
+++ b/requests/api.py
@@ -34,7 +34,7 @@ def request(method, url, **kwargs):
:param verify: (optional) if ``True``, the SSL cert will be verified. A CA_BUNDLE path can also be provided.
"""
- s = kwarg... | The `request` method of `Session` class does not take a `session` argument. But `api.request` does. So, it has to be popped before you can send the whole `kwargs` dict to `Session.request` method.
| https://api.github.com/repos/psf/requests/pulls/344 | 2012-01-09T05:47:35Z | 2012-01-10T19:11:01Z | 2012-01-10T19:11:01Z | 2021-09-08T13:06:10Z | 145 | psf/requests | 32,300 |
Updating the docstring disable_env_checker | diff --git a/gym/envs/registration.py b/gym/envs/registration.py
index 8b7a2ac83b8..5b9c8a4fd30 100644
--- a/gym/envs/registration.py
+++ b/gym/envs/registration.py
@@ -126,7 +126,7 @@ class EnvSpec:
* max_episode_steps: The max number of steps that the environment can take before truncation
* order_enforce: ... | Address the comment in https://github.com/openai/gym/commit/519dfd9117e98e4f52d38064d2b0f79974fb676d | https://api.github.com/repos/openai/gym/pulls/2967 | 2022-07-14T21:59:09Z | 2022-07-17T20:50:40Z | 2022-07-17T20:50:40Z | 2022-07-17T20:50:40Z | 1,144 | openai/gym | 5,457 |
update det_r50_vd_sast_totaltext.yml | diff --git a/configs/det/det_r50_vd_sast_totaltext.yml b/configs/det/det_r50_vd_sast_totaltext.yml
index a92f1b6e53..e040c4207e 100755
--- a/configs/det/det_r50_vd_sast_totaltext.yml
+++ b/configs/det/det_r50_vd_sast_totaltext.yml
@@ -62,7 +62,7 @@ Train:
name: SimpleDataSet
data_dir: ./train_data/
label... | https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/1573 | 2020-12-24T09:18:18Z | 2020-12-24T09:21:12Z | 2020-12-24T09:21:12Z | 2020-12-24T09:21:13Z | 211 | PaddlePaddle/PaddleOCR | 42,550 | |
fix: incorrect prompt type breaking gptme benchmarks | diff --git a/gpt_engineer/benchmark/benchmarks/gptme/load.py b/gpt_engineer/benchmark/benchmarks/gptme/load.py
index b845f7dca0..216c7c44db 100644
--- a/gpt_engineer/benchmark/benchmarks/gptme/load.py
+++ b/gpt_engineer/benchmark/benchmarks/gptme/load.py
@@ -12,6 +12,7 @@
"""
from gpt_engineer.benchmark.types import ... | The gptme benchmarking suite uses strings for prompts which causes an error because `agent#improve` assumes it's a `Prompt` object. | https://api.github.com/repos/gpt-engineer-org/gpt-engineer/pulls/1096 | 2024-04-01T11:19:07Z | 2024-04-02T23:37:22Z | 2024-04-02T23:37:22Z | 2024-04-02T23:37:22Z | 743 | gpt-engineer-org/gpt-engineer | 33,166 |
Fix openai extension script.py - TypeError: '_Environ' object is not … | diff --git a/extensions/openai/script.py b/extensions/openai/script.py
index 582479172e..f937338522 100644
--- a/extensions/openai/script.py
+++ b/extensions/openai/script.py
@@ -8,7 +8,7 @@
from modules.text_generation import encode, generate_reply
params = {
- 'port': int(os.environ('OPENEDAI_PORT')) if 'OPENE... | …callable
Fixes the following issue:
Traceback (most recent call last):
File "text-generation-webui/modules/extensions.py", line 33, in load_extensions
exec(f"import extensions.{name}.script")
File "<string>", line 1, in <module>
File "text-generation-webui/extensions/openai/script.py", line 11, in ... | https://api.github.com/repos/oobabooga/text-generation-webui/pulls/1753 | 2023-05-03T06:06:02Z | 2023-05-03T12:51:49Z | 2023-05-03T12:51:49Z | 2023-05-03T12:51:49Z | 148 | oobabooga/text-generation-webui | 26,777 |
Add trace_as_chain_group metadata | diff --git a/libs/core/langchain_core/callbacks/manager.py b/libs/core/langchain_core/callbacks/manager.py
index e216f479832ac6..b1f103871f1318 100644
--- a/libs/core/langchain_core/callbacks/manager.py
+++ b/libs/core/langchain_core/callbacks/manager.py
@@ -67,6 +67,7 @@ def trace_as_chain_group(
example_id: Opti... | https://api.github.com/repos/langchain-ai/langchain/pulls/17187 | 2024-02-07T17:22:36Z | 2024-02-07T17:42:44Z | 2024-02-07T17:42:44Z | 2024-02-07T17:42:45Z | 936 | langchain-ai/langchain | 43,509 | |
`export.py` return exported files/dirs | diff --git a/export.py b/export.py
index 2e90b0a1b24..a7a79b46b8b 100644
--- a/export.py
+++ b/export.py
@@ -434,16 +434,17 @@ def run(data=ROOT / 'data/coco128.yaml', # 'dataset.yaml path'
LOGGER.info(f"\n{colorstr('PyTorch:')} starting from {file} ({file_size(file):.1f} MB)")
# Exports
+ f = [''] * 10... | @kalenmike updates export.py's `run()` function to return an array of all exported files, i.e.:
```python
python export.py --include torchscript onnx
Out[4]:
['yolov5s.torchscript', 'yolov5s.onnx']
```
## 🛠️ PR Summary
<sub>Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions)<sub>
... | https://api.github.com/repos/ultralytics/yolov5/pulls/6343 | 2022-01-19T00:50:51Z | 2022-01-19T01:18:24Z | 2022-01-19T01:18:24Z | 2024-01-19T13:27:27Z | 1,110 | ultralytics/yolov5 | 25,224 |
✏ Fix typo in `docs/en/docs/help-fastapi.md` | diff --git a/docs/en/docs/help-fastapi.md b/docs/en/docs/help-fastapi.md
index 394bccab73e2a..8d8d708ed902e 100644
--- a/docs/en/docs/help-fastapi.md
+++ b/docs/en/docs/help-fastapi.md
@@ -121,7 +121,7 @@ Have in mind that as chats allow more "free conversation", it's easy to ask ques
In GitHub issues the template w... | line 124 isssues to issues | https://api.github.com/repos/tiangolo/fastapi/pulls/3760 | 2021-08-25T02:49:15Z | 2021-10-07T14:22:16Z | 2021-10-07T14:22:16Z | 2021-10-07T14:22:16Z | 345 | tiangolo/fastapi | 23,274 |
Add Hebrew Calendar API | diff --git a/README.md b/README.md
index a793844dbd..1d79d9d434 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,7 @@ API | Description | Auth | HTTPS | Link |
| Church Calendar | Catholic liturgical calendar | No | No | [Go!](http://calapi.inadiutorium.cz/) |
| Czech Namedays Calendar | Lookup for a name and re... | Adds hebcal.com API to the list
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 changes are ma... | https://api.github.com/repos/public-apis/public-apis/pulls/547 | 2017-11-15T16:24:47Z | 2017-11-15T16:30:26Z | 2017-11-15T16:30:26Z | 2017-11-15T18:36:10Z | 291 | public-apis/public-apis | 35,680 |
add Telerik CVE-2019-18935 | diff --git a/CVE Exploits/Telerik CVE-2019-18935.py b/CVE Exploits/Telerik CVE-2019-18935.py
new file mode 100644
index 0000000000..b255351313
--- /dev/null
+++ b/CVE Exploits/Telerik CVE-2019-18935.py
@@ -0,0 +1,140 @@
+#!/usr/bin/env python3
+# origin : https://github.com/noperator/CVE-2019-18935
+# INSTALL:
+# git... | Adding Telerik exploit for CVE-2019-18935 that is being actively exploited everywhere insecure versions of Telerik are found. | https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/151 | 2020-01-27T15:59:55Z | 2020-01-27T19:13:29Z | 2020-01-27T19:13:29Z | 2020-01-27T19:13:29Z | 1,603 | swisskyrepo/PayloadsAllTheThings | 8,411 |
[tipc] fix some wrong data dir | diff --git a/test_tipc/configs/ch_PP-OCRv2_rec/train_infer_python.txt b/test_tipc/configs/ch_PP-OCRv2_rec/train_infer_python.txt
index 375bd13ad6..4607b0a7f5 100644
--- a/test_tipc/configs/ch_PP-OCRv2_rec/train_infer_python.txt
+++ b/test_tipc/configs/ch_PP-OCRv2_rec/train_infer_python.txt
@@ -34,7 +34,7 @@ distill_exp... | fix some wrong data dir in `whole infer` mode | https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/4886 | 2021-12-10T07:34:09Z | 2021-12-13T06:58:17Z | 2021-12-13T06:58:17Z | 2021-12-13T06:58:17Z | 2,445 | PaddlePaddle/PaddleOCR | 42,656 |
Fix most of the issues with the CNTK backend's random functions mentioned in #10594 | diff --git a/keras/backend/cntk_backend.py b/keras/backend/cntk_backend.py
index a738b7ec16c..c12ad502088 100644
--- a/keras/backend/cntk_backend.py
+++ b/keras/backend/cntk_backend.py
@@ -369,27 +369,21 @@ def constant(value, dtype=None, shape=None, name=None):
def random_binomial(shape, p=0.0, dtype=None, seed=N... | This addresses all of the issues in #10594 except for the problem with `truncated_normal`. | https://api.github.com/repos/keras-team/keras/pulls/10595 | 2018-07-03T19:56:18Z | 2018-07-07T07:25:05Z | 2018-07-07T07:25:05Z | 2018-07-07T07:25:05Z | 1,546 | keras-team/keras | 47,905 |
CLI: Properly detect encoder-decoder models | diff --git a/src/transformers/commands/pt_to_tf.py b/src/transformers/commands/pt_to_tf.py
index 7bc5333b109e3..bd599de4f6994 100644
--- a/src/transformers/commands/pt_to_tf.py
+++ b/src/transformers/commands/pt_to_tf.py
@@ -207,7 +207,7 @@ def run(self):
tf_from_pt_model = tf_class.from_pretrained(self._local... | # What does this PR do?
Micro-PR that does what the title says. Some models have the encoder-decoder structure nested, and we now have access to the config file. | https://api.github.com/repos/huggingface/transformers/pulls/17605 | 2022-06-08T12:18:58Z | 2022-06-08T15:16:00Z | 2022-06-08T15:16:00Z | 2022-06-08T15:25:18Z | 231 | huggingface/transformers | 12,377 |
Add support for VK | diff --git a/README.md b/README.md
index 996d8390e5..5aac180ad2 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ __中文说明__已移至[wiki](https://github.com/soimort/you-get/wiki/%E4%B8%A
* Baidu Wangpan (百度网盘) <http://pan.baidu.com>
* SongTaste <http://www.songtaste.com>
* Alive.in.th <http://alive.in.th>
+* VK <ht... | **VK** (https://vk.com) is the largest European social network with more than a 100 million active users.
Test links:
- http://vk.com/video-6318641_167337138
| https://api.github.com/repos/soimort/you-get/pulls/300 | 2014-02-18T20:18:10Z | 2014-02-18T20:21:17Z | 2014-02-18T20:21:17Z | 2014-06-23T19:14:58Z | 834 | soimort/you-get | 21,374 |
Fix minor certbot-auto verbosity issue | diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto
index db01277dc41..50c80f0a4d0 100755
--- a/letsencrypt-auto-source/letsencrypt-auto
+++ b/letsencrypt-auto-source/letsencrypt-auto
@@ -1069,8 +1069,8 @@ UNLIKELY_EOF
fi
if [ -n "$SUDO" ]; then
# SUDO is su wrapp... | [My comment](https://github.com/certbot/certbot/pull/4292#discussion_r112085601) on #4292 caused this. These lines were previously conditional on `if [ "$QUIET" = 1 ]` and my comment caused this behavior to be removed. This PR just fixes that rather than having the PR author have to change things back due to my mistake... | https://api.github.com/repos/certbot/certbot/pulls/4530 | 2017-04-19T16:23:02Z | 2017-04-19T21:11:19Z | 2017-04-19T21:11:19Z | 2017-04-19T21:11:21Z | 385 | certbot/certbot | 3,641 |
Add: container runtimes | diff --git a/diagrams/onprem/container.py b/diagrams/onprem/container.py
index de0494215..b60e4ac83 100644
--- a/diagrams/onprem/container.py
+++ b/diagrams/onprem/container.py
@@ -8,10 +8,26 @@ class _Container(_OnPrem):
_icon_dir = "resources/onprem/container"
+class Containerd(_Container):
+ _icon = "con... | For:
- https://containerd.io/
- https://cri-o.io/
- https://gvisor.dev/
- https://firecracker-microvm.github.io/ | https://api.github.com/repos/mingrammer/diagrams/pulls/300 | 2020-09-27T16:06:12Z | 2020-10-24T14:10:45Z | 2020-10-24T14:10:45Z | 2020-10-24T14:10:45Z | 615 | mingrammer/diagrams | 52,597 |
Used CSS flex for form rows. | diff --git a/django/contrib/admin/static/admin/css/forms.css b/django/contrib/admin/static/admin/css/forms.css
index a326b3baf7c3f..d932556ade7b3 100644
--- a/django/contrib/admin/static/admin/css/forms.css
+++ b/django/contrib/admin/static/admin/css/forms.css
@@ -22,6 +22,11 @@ form .form-row p {
padding-left: 0;... | The original idea was just to change the form rows to CSS flex, but on doing that I realised the original (before this patch) RTL pages looked wrong, when using flex this was fixed, so I added a bit into the RTL sheet to align things in the same way we do for LTR.
I'm not an RTL expert, it's possible it was this way... | https://api.github.com/repos/django/django/pulls/16161 | 2022-10-09T10:58:26Z | 2022-11-22T08:17:33Z | 2022-11-22T08:17:32Z | 2023-03-28T23:59:14Z | 1,028 | django/django | 51,241 |
allow users to choose how many config changes are shown | diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py
index 855c7a467c5..0422a8c6c4b 100644
--- a/letsencrypt/cli.py
+++ b/letsencrypt/cli.py
@@ -1059,7 +1059,7 @@ def config_changes(config, unused_plugins):
View checkpoints and associated configuration changes.
"""
- client.view_config_changes(config)
+ ... | refers to #2497
now you can pass in a number on the command line which will limit the number of config changes shown
| https://api.github.com/repos/certbot/certbot/pulls/2498 | 2016-02-18T02:35:56Z | 2016-03-12T02:07:07Z | 2016-03-12T02:07:07Z | 2016-05-06T19:22:01Z | 663 | certbot/certbot | 643 |
fix makefile help | diff --git a/Makefile b/Makefile
index 5214f2fa1cbc90..64ed1a29efdf72 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,12 @@ spell_fix:
help:
@echo '----'
- @echo 'coverage - run unit tests and generate coverage report'
+ @echo 'clean - run docs_clean and api_docs_clean'... | Fixed the `makefile` help. It was not up-to-date.
@baskaryan
| https://api.github.com/repos/langchain-ai/langchain/pulls/8723 | 2023-08-03T22:38:57Z | 2023-08-04T19:37:01Z | 2023-08-04T19:37:01Z | 2023-08-04T20:05:28Z | 674 | langchain-ai/langchain | 43,392 |
elasticsearch[patch]: fix integration tests for release | diff --git a/libs/partners/elasticsearch/tests/integration_tests/test_retrievers.py b/libs/partners/elasticsearch/tests/integration_tests/test_retrievers.py
index 79f9d8ef1d511a..59c02449b25970 100644
--- a/libs/partners/elasticsearch/tests/integration_tests/test_retrievers.py
+++ b/libs/partners/elasticsearch/tests/in... | https://api.github.com/repos/langchain-ai/langchain/pulls/18980 | 2024-03-12T17:11:25Z | 2024-03-12T17:22:08Z | 2024-03-12T17:22:08Z | 2024-03-12T17:24:25Z | 340 | langchain-ai/langchain | 42,956 | |
[utils] `traverse_obj`: Allow unbranching using `all` and `any` | diff --git a/test/test_traversal.py b/test/test_traversal.py
index 3b247d0597b..0b2f3fb5dac 100644
--- a/test/test_traversal.py
+++ b/test/test_traversal.py
@@ -377,3 +377,35 @@ def test_traversal_xml_etree(self):
'special transformations should act on current element'
assert traverse_obj(etree, (... | **IMPORTANT**: PRs without the template will be CLOSED
### Description of your *pull request* and other information
<!--
Explanation of your *pull request* in arbitrary form goes here. Please **make sure the description explains the purpose and effect** of your *pull request* and is worded well enough to be un... | https://api.github.com/repos/yt-dlp/yt-dlp/pulls/9571 | 2024-03-30T11:15:41Z | 2024-03-30T18:54:44Z | 2024-03-30T18:54:43Z | 2024-03-30T18:54:47Z | 934 | yt-dlp/yt-dlp | 7,354 |
Updated cache v0.2 with `hashlib` | diff --git a/utils/datasets.py b/utils/datasets.py
index 36416b14e13..882c7764c4a 100755
--- a/utils/datasets.py
+++ b/utils/datasets.py
@@ -1,6 +1,7 @@
# Dataset utils and dataloaders
import glob
+import hashlib
import logging
import math
import os
@@ -36,9 +37,12 @@
break
-def get_hash(files):
- ... | Possible fix for https://github.com/ultralytics/yolov5/issues/3349
This PR increments the cache file version to 0.2 and uses a new hashlib-based solution which detects changes in dataset contents **and location**, recaching on any changes in either.
## 🛠️ PR Summary
<sub>Made with ❤️ by [Ultralytics Actions](http... | https://api.github.com/repos/ultralytics/yolov5/pulls/3350 | 2021-05-26T11:31:18Z | 2021-05-26T12:26:52Z | 2021-05-26T12:26:52Z | 2024-01-19T18:08:48Z | 594 | ultralytics/yolov5 | 25,367 |
Update pyTibber to 0.21.7 | diff --git a/homeassistant/components/tibber/manifest.json b/homeassistant/components/tibber/manifest.json
index b32c74fb5b0c56..2f5927442a2d4c 100644
--- a/homeassistant/components/tibber/manifest.json
+++ b/homeassistant/components/tibber/manifest.json
@@ -3,7 +3,7 @@
"domain": "tibber",
"name": "Tibber",
"d... | Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
<!--
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 t... | https://api.github.com/repos/home-assistant/core/pulls/63663 | 2022-01-08T10:59:11Z | 2022-01-08T11:56:33Z | 2022-01-08T11:56:33Z | 2022-01-09T12:01:51Z | 450 | home-assistant/core | 39,376 |
Fix gathering facts in run_once play | diff --git a/lib/ansible/executor/play_iterator.py b/lib/ansible/executor/play_iterator.py
index faa54254623777..aaaa59697ba82e 100644
--- a/lib/ansible/executor/play_iterator.py
+++ b/lib/ansible/executor/play_iterator.py
@@ -169,6 +169,9 @@ def __init__(self, inventory, play, play_context, variable_manager, all_vars,... |
##### SUMMARY
When facts have to be gathered in a play with run_once==True, the facts are gathered on only one host and copied to the others.
This may cause facts such as `ansible_fqdn` to be the same on all the hosts.
<!--- If you are fixing an existing issue, please include "Fixes #nnn" in your
commit message... | https://api.github.com/repos/ansible/ansible/pulls/39453 | 2018-04-27T20:40:53Z | 2018-05-04T19:33:33Z | 2018-05-04T19:33:33Z | 2019-05-07T16:39:30Z | 873 | ansible/ansible | 49,039 |
Text space | diff --git a/gym/spaces/__init__.py b/gym/spaces/__init__.py
index 1a872285d6f..833e0818c2f 100644
--- a/gym/spaces/__init__.py
+++ b/gym/spaces/__init__.py
@@ -15,6 +15,7 @@
from gym.spaces.multi_binary import MultiBinary
from gym.spaces.multi_discrete import MultiDiscrete
from gym.spaces.space import Space
+from g... | A completion of https://github.com/openai/gym/pull/2908 to allow it to be merged for `v0.25.0`.
For the complete details of the Text see the above PR.
This PR adds masking to that PR with an optional tuples for the space text length that is optional and a mask a similar specification to the other space's masks. | https://api.github.com/repos/openai/gym/pulls/2959 | 2022-07-11T13:05:13Z | 2022-07-11T15:39:05Z | 2022-07-11T15:39:05Z | 2022-07-11T15:39:05Z | 2,585 | openai/gym | 5,583 |
Fix dependencies and styles | diff --git a/fastchat/llm_judge/README.md b/fastchat/llm_judge/README.md
index 1ab0fdc9d2..b9f06820bf 100644
--- a/fastchat/llm_judge/README.md
+++ b/fastchat/llm_judge/README.md
@@ -16,7 +16,7 @@ To automate the evaluation process, we prompt strong LLMs like GPT-4 to act as j
```
git clone https://github.com/lm-sys/... | https://api.github.com/repos/lm-sys/FastChat/pulls/2184 | 2023-08-08T14:14:03Z | 2023-08-08T14:48:25Z | 2023-08-08T14:48:25Z | 2023-08-08T14:52:27Z | 1,095 | lm-sys/FastChat | 41,244 | |
Point plugin links to prod | diff --git a/docs/docs/plugins/list.md b/docs/docs/plugins/list.md
index b304ddf239..e822f9d205 100644
--- a/docs/docs/plugins/list.md
+++ b/docs/docs/plugins/list.md
@@ -16,7 +16,7 @@ Default Plugins shipped, supported and hosted by Open Assistant.
### Web Retriever
- url:
- https://inference.dev.open-assistant.i... | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/3386 | 2023-06-11T15:12:51Z | 2023-06-12T04:55:33Z | 2023-06-12T04:55:33Z | 2023-06-12T04:55:34Z | 262 | LAION-AI/Open-Assistant | 37,248 | |
don't reflash agnos update if already flashed | diff --git a/selfdrive/hardware/tici/agnos.py b/selfdrive/hardware/tici/agnos.py
index 24e544f23b8539..c0de8d4765913d 100755
--- a/selfdrive/hardware/tici/agnos.py
+++ b/selfdrive/hardware/tici/agnos.py
@@ -80,8 +80,15 @@ def flash_partition(cloudlog, spinner, target_slot, partition):
cloudlog.info(f"Downloading and... | https://api.github.com/repos/commaai/openpilot/pulls/19944 | 2021-01-27T23:56:18Z | 2021-01-28T01:10:55Z | 2021-01-28T01:10:55Z | 2021-01-28T01:10:56Z | 274 | commaai/openpilot | 9,349 | |
[cherry-pick #1920] | diff --git a/deploy/cpp_infer/readme.md b/deploy/cpp_infer/readme.md
index b563ecf48c..f81d9c75e9 100644
--- a/deploy/cpp_infer/readme.md
+++ b/deploy/cpp_infer/readme.md
@@ -1,6 +1,8 @@
# 服务器端C++预测
-本教程将介绍在服务器端部署PaddleOCR超轻量中文检测、识别模型的详细步骤。
+本章节介绍PaddleOCR 模型的的C++部署方法,与之对应的python预测部署方式参考[文档](../../doc/doc_ch/inferen... | 优化部署、安装相关文档 | https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/2024 | 2021-02-18T11:26:01Z | 2021-02-18T11:26:39Z | 2021-02-18T11:26:39Z | 2021-02-18T11:26:39Z | 2,127 | PaddlePaddle/PaddleOCR | 42,120 |
Update Armstrong_number.py | diff --git a/Armstrong_number.py b/Armstrong_number.py
index 0c680c7def..be923c0bf3 100644
--- a/Armstrong_number.py
+++ b/Armstrong_number.py
@@ -1,18 +1,21 @@
def is_armstrong_number(number):
- sum = 0
+ total = 0
# find the sum of the cube of each digit
temp = number
while temp > 0:
- ... | The variable name sum is a built-in function name in Python. It is not a good practice to use built-in function names as variable names. It is recommended to use a different variable name, such as total or sum_of_cubes.
The code is using the print function to display the result. It is generally better to return the ... | https://api.github.com/repos/geekcomputers/Python/pulls/1862 | 2023-03-17T09:25:26Z | 2023-03-18T09:57:27Z | 2023-03-18T09:57:27Z | 2023-03-18T09:57:27Z | 283 | geekcomputers/Python | 31,135 |
Conditionally depend on imgconverter for newer versions of Sphinx | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b10a580512..1b8032fa1d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
### Fixed
* Update code and dependencies to clean up Resource and Deprecation Warnings.
+* Only depend on imgconverter ... | Fixes #6343.
Be sure to edit the `master` section of `CHANGELOG.md` with a line describing this PR before it gets merged.
| https://api.github.com/repos/certbot/certbot/pulls/6536 | 2018-11-28T18:06:32Z | 2018-12-04T18:56:17Z | 2018-12-04T18:56:16Z | 2018-12-04T18:56:21Z | 731 | certbot/certbot | 447 |
Revert "Bump the release version in pyproject.toml" | diff --git a/pyproject.toml b/pyproject.toml
index 01f2984d7b..fbafd9bc9a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
[project]
name = "gpt-engineer"
-version = "0.0.10"
+version = "0.0.9"
description = "Specify what you want it to build, the AI asks for clar... | Reverts AntonOsika/gpt-engineer#666 | https://api.github.com/repos/gpt-engineer-org/gpt-engineer/pulls/672 | 2023-09-04T07:00:55Z | 2023-09-04T07:01:09Z | 2023-09-04T07:01:09Z | 2023-12-04T12:53:56Z | 141 | gpt-engineer-org/gpt-engineer | 33,163 |
Bump the github-actions group with 2 updates | diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml
index fe827c0947..e3767ed6f2 100644
--- a/.github/workflows/autofix.yml
+++ b/.github/workflows/autofix.yml
@@ -39,7 +39,7 @@ jobs:
- uses: install-pinned/autoflake@46b4898323be58db319656fe2758f3fd5ddfee32
- run: autoflake --in-pla... | Bumps the github-actions group with 2 updates: [install-pinned/black](https://github.com/install-pinned/black) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action).
Updates `install-pinned/black` from 97252d99da3d792eedae55ff50e64df8bd162447 to ba55a508f931f1ee71ee049edba55c3382567656
<detai... | https://api.github.com/repos/mitmproxy/mitmproxy/pulls/6349 | 2023-09-01T23:00:06Z | 2023-09-05T13:32:54Z | 2023-09-05T13:32:54Z | 2023-09-05T13:33:04Z | 443 | mitmproxy/mitmproxy | 28,167 |
Expire session storage cache on an async timer | diff --git a/lib/streamlit/runtime/caching/cache_resource_api.py b/lib/streamlit/runtime/caching/cache_resource_api.py
index 6969a56b43ef..e6280ee5ae8f 100644
--- a/lib/streamlit/runtime/caching/cache_resource_api.py
+++ b/lib/streamlit/runtime/caching/cache_resource_api.py
@@ -22,7 +22,6 @@
from datetime import timed... |
## Describe your changes
To reduce the tendency of expired sessions to stick around for a long time for lower traffic apps, and potentially consume lots of memory, add an async task to periodically expire the TTLCache used in the default session storage implementation.
## GitHub Issue Link (if applicable)
## ... | https://api.github.com/repos/streamlit/streamlit/pulls/8083 | 2024-02-05T21:16:48Z | 2024-02-07T23:42:07Z | 2024-02-07T23:42:07Z | 2024-02-07T23:42:11Z | 1,661 | streamlit/streamlit | 21,993 |
[docs] Fix typos and other small stuff | diff --git a/docs/source/progress.rst b/docs/source/progress.rst
index 23693843b..272687d93 100644
--- a/docs/source/progress.rst
+++ b/docs/source/progress.rst
@@ -58,7 +58,7 @@ The ``total`` value associated with a task is the number of steps that must be c
Updating tasks
~~~~~~~~~~~~~~
-When you call :meth:`~ric... | ## Type of changes
- [ ] Bug fix
- [ ] New feature
- [x] Documentation / docstrings
- [ ] Tests
- [ ] Other
## Checklist
- [ ] I've run the latest [black](https://github.com/psf/black) with default args on new code.
- [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
- [ ] I've added t... | https://api.github.com/repos/Textualize/rich/pulls/3094 | 2023-08-19T18:03:08Z | 2023-11-07T17:37:25Z | 2023-11-07T17:37:25Z | 2024-01-24T13:45:32Z | 1,329 | Textualize/rich | 48,631 |
Add more transpile funcs | diff --git a/build/transpile.js b/build/transpile.js
index ca21d24bfd75..f34011c62a11 100644
--- a/build/transpile.js
+++ b/build/transpile.js
@@ -68,6 +68,8 @@ const commonRegexes = [
[ /\.parseTrades\s/g, '.parse_trades'],
[ /\.parseTrade\s/g, '.parse_trade'],
[ /\.parseTradingViewOHLCV\s/g, '.parse_tr... | While looking at the Python implementations for these,
I got confused because these functions aren't transpiled. Feel free to
disregard it, but it can make things clearer. | https://api.github.com/repos/ccxt/ccxt/pulls/5920 | 2019-10-04T16:20:06Z | 2019-10-04T20:25:32Z | 2019-10-04T20:25:32Z | 2019-11-13T12:44:14Z | 296 | ccxt/ccxt | 12,996 |
Should subsample Convolution1D on correct axis | diff --git a/keras/layers/convolutional.py b/keras/layers/convolutional.py
index 3c3c58ea643..264314d1b95 100644
--- a/keras/layers/convolutional.py
+++ b/keras/layers/convolutional.py
@@ -30,7 +30,7 @@ def __init__(self, input_dim, nb_filter, filter_length,
self.subsample_length = subsample_length
se... | https://api.github.com/repos/keras-team/keras/pulls/706 | 2015-09-21T04:01:01Z | 2015-10-03T19:07:06Z | 2015-10-03T19:07:06Z | 2015-10-03T19:07:06Z | 169 | keras-team/keras | 47,043 | |
Update accelerate requirement from ==0.24.* to ==0.25.* | diff --git a/requirements.txt b/requirements.txt
index 3d25bfd770..51385e1125 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-accelerate==0.24.*
+accelerate==0.25.*
colorama
datasets
einops
diff --git a/requirements_amd.txt b/requirements_amd.txt
index e27f3016e2..4299faa9f9 100644
--- a/requir... | Updates the requirements on [accelerate](https://github.com/huggingface/accelerate) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/huggingface/accelerate/releases">accelerate's releases</a>.</em></p>
<blockquote>
<h2>v0.25.0: safetensors by defau... | https://api.github.com/repos/oobabooga/text-generation-webui/pulls/4810 | 2023-12-04T20:57:30Z | 2023-12-04T23:36:01Z | 2023-12-04T23:36:01Z | 2023-12-04T23:36:11Z | 813 | oobabooga/text-generation-webui | 26,109 |
cache_timeout should be always checked not Null | diff --git a/flask/helpers.py b/flask/helpers.py
index 72a961a827..18502a53f0 100644
--- a/flask/helpers.py
+++ b/flask/helpers.py
@@ -533,7 +533,7 @@ def send_file(filename_or_fp, mimetype=None, as_attachment=False,
rv.cache_control.public = True
if cache_timeout is None:
cache_timeout = current_app... | I think send_file should always check that cache_timeout is not None to allow for a (I hope legal) value of 0 for such parameter.
| https://api.github.com/repos/pallets/flask/pulls/527 | 2012-06-13T13:44:31Z | 2012-06-17T12:56:02Z | 2012-06-17T12:56:02Z | 2020-11-14T05:52:48Z | 136 | pallets/flask | 20,715 |
ENH/API: Keep original traceback in DataFrame.apply | diff --git a/doc/source/release.rst b/doc/source/release.rst
index bb82a055dcd8d..8fba8618fd860 100644
--- a/doc/source/release.rst
+++ b/doc/source/release.rst
@@ -262,6 +262,8 @@ See :ref:`Internal Refactoring<whatsnew_0130.refactoring>`
if code argument out of range (:issue:`4519`, :issue:`4520`)
- Fix reind... | When "raise <exception instance>" is used inside a try/except block, the
original stacktrace (containing the code path that raised the original
exception). This makes debugging difficult since all we know is that an error
occured when `frame._apply_standard` attempted to call the provided function.
Preserve the origin... | https://api.github.com/repos/pandas-dev/pandas/pulls/4549 | 2013-08-13T12:49:27Z | 2013-08-21T13:42:36Z | 2013-08-21T13:42:36Z | 2014-06-19T20:26:24Z | 325 | pandas-dev/pandas | 44,991 |
docs(readme): fix typo | diff --git a/README.md b/README.md
index d2883dd04..004418a21 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ To contribute to diagram, check out [contribution guidelines](CONTRIBUTING.md).
[GitPitch](https://gitpitch.github.io/gitpitch) is the perfect slide deck solution for Tech Conferences, Training, Dev... | https://api.github.com/repos/mingrammer/diagrams/pulls/496 | 2021-03-28T07:35:08Z | 2021-05-03T14:56:01Z | 2021-05-03T14:56:01Z | 2021-05-03T14:56:01Z | 353 | mingrammer/diagrams | 52,670 | |
bibox fetchOpenOrders allow wildcard symbol | diff --git a/js/bibox.js b/js/bibox.js
index f650a8034332..7a49b19e9a10 100644
--- a/js/bibox.js
+++ b/js/bibox.js
@@ -3,7 +3,7 @@
// ---------------------------------------------------------------------------
const Exchange = require ('./base/Exchange');
-const { ExchangeError, AuthenticationError, DDoSProtection... | https://api.github.com/repos/ccxt/ccxt/pulls/1866 | 2018-02-11T01:11:56Z | 2018-02-11T18:59:28Z | 2018-02-11T18:59:28Z | 2018-02-11T18:59:28Z | 758 | ccxt/ccxt | 13,113 | |
Add API-FOOTBALL | diff --git a/README.md b/README.md
index 934004ae8a..39d24a513f 100644
--- a/README.md
+++ b/README.md
@@ -1152,6 +1152,7 @@ API | Description | Auth | HTTPS | CORS |
### Sports & Fitness
API | Description | Auth | HTTPS | CORS |
|---|---|---|---|---|
+| [API-FOOTBALL](https://www.api-football.com/documentation-v3) ... | #2107
<!-- 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] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md)
- [x] My addition is ordered alphabetica... | https://api.github.com/repos/public-apis/public-apis/pulls/2414 | 2021-10-09T01:22:37Z | 2021-10-19T15:03:00Z | 2021-10-19T15:02:59Z | 2021-10-19T15:03:00Z | 240 | public-apis/public-apis | 35,281 |
[livestreamfails] Add new extractor | diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 37328dfc840..4e3b2ead04e 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -837,6 +837,7 @@
LivestreamOriginalIE,
LivestreamShortenerIE,
)
+from .livestreamfails import LivestreamfailsIE
... | <!--
# 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* tab to see how your *pull request* will actually look like
-->
### Before submitting a ... | https://api.github.com/repos/yt-dlp/yt-dlp/pulls/4204 | 2022-06-27T13:14:13Z | 2022-06-29T00:11:38Z | 2022-06-29T00:11:38Z | 2022-06-29T00:11:38Z | 646 | yt-dlp/yt-dlp | 8,273 |
feat: Add sentry apps to integration directory | diff --git a/src/sentry/static/sentry/app/views/organizationIntegrations/integrationListDirectory.tsx b/src/sentry/static/sentry/app/views/organizationIntegrations/integrationListDirectory.tsx
index 47627e5306ad2..d8b8e56e07d31 100644
--- a/src/sentry/static/sentry/app/views/organizationIntegrations/integrationListDire... | ## Problem
Add sentry apps to integration directory and remove buttons from the right side of the list.
## Solution
Created new files for the IntegrationDIrectoryApplicationRow view.
Selectively delete methods, props and components related to the `Install`/`Add Another` buttons on the right side of the list.
#... | https://api.github.com/repos/getsentry/sentry/pulls/16739 | 2020-01-30T22:57:43Z | 2020-01-31T18:13:14Z | 2020-01-31T18:13:14Z | 2023-05-17T22:06:19Z | 3,775 | getsentry/sentry | 44,170 |
Alternate help syntax - issue 3371 | diff --git a/certbot/cli.py b/certbot/cli.py
index d51fd58e06d..4aeac6d348f 100644
--- a/certbot/cli.py
+++ b/certbot/cli.py
@@ -432,6 +432,10 @@ def __init__(self, args, plugins, detect_defaults=False):
self.detect_defaults = detect_defaults
self.args = args
+
+ if self.args[0] == 'help':
+ ... | I originally followed the approach detailed in the first comment here: https://github.com/certbot/certbot/issues/3371, but realized there was a much shorter way to implement this. (Can easily switch back to the other approach if need be.)
Also, `certbot help --help help -h standalone` works! | https://api.github.com/repos/certbot/certbot/pulls/4068 | 2017-01-17T17:22:07Z | 2017-01-17T23:19:34Z | 2017-01-17T23:19:34Z | 2017-01-17T23:19:34Z | 478 | certbot/certbot | 3,228 |
[pornhub] Fixed view count extraction | diff --git a/youtube_dl/extractor/pornhub.py b/youtube_dl/extractor/pornhub.py
index 3567a32839e..c64c870dc8e 100644
--- a/youtube_dl/extractor/pornhub.py
+++ b/youtube_dl/extractor/pornhub.py
@@ -341,7 +341,7 @@ def add_video_url(video_url):
webpage, 'uploader', fatal=False)
view_count = self._... | ### Before submitting a *pull request* make sure you have:
- [x] At least skimmed through [adding new extractor tutorial](https://github.com/ytdl-org/youtube-dl#adding-support-for-a-new-site) and [youtube-dl coding conventions](https://github.com/ytdl-org/youtube-dl#youtube-dl-coding-conventions) sections
- [x] [Sear... | https://api.github.com/repos/ytdl-org/youtube-dl/pulls/26621 | 2020-09-18T22:09:06Z | 2020-09-18T22:59:19Z | 2020-09-18T22:59:19Z | 2020-09-18T22:59:19Z | 202 | ytdl-org/youtube-dl | 50,504 |
[bug fix]rm invalid params | diff --git a/ppstructure/utility.py b/ppstructure/utility.py
index a1e29344cb..28ef3d9f47 100644
--- a/ppstructure/utility.py
+++ b/ppstructure/utility.py
@@ -16,7 +16,7 @@
import PIL
from PIL import Image, ImageDraw, ImageFont
import numpy as np
-from tools.infer.utility import draw_ocr_box_txt, str2bool, str2int_t... | https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/10605 | 2023-08-10T09:03:39Z | 2023-08-11T06:12:26Z | 2023-08-11T06:12:26Z | 2024-03-08T03:11:16Z | 131 | PaddlePaddle/PaddleOCR | 42,227 | |
Change example URLs in readme (fixes #5018) | diff --git a/README.md b/README.md
index a2c1483117c..8ea31d6059f 100644
--- a/README.md
+++ b/README.md
@@ -571,7 +571,7 @@ Support requests for services that **do** purchase the rights to distribute thei
### How can I detect whether a given URL is supported by youtube-dl?
-For one, have a look at the [list of su... | https://api.github.com/repos/ytdl-org/youtube-dl/pulls/5019 | 2015-02-20T22:47:52Z | 2015-02-20T22:56:57Z | 2015-02-20T22:56:57Z | 2015-02-20T22:56:58Z | 361 | ytdl-org/youtube-dl | 49,764 | |
Make log truncation configurable | diff --git a/mitmproxy/proxy/layer.py b/mitmproxy/proxy/layer.py
index 275125a3f8..27328c4fc7 100644
--- a/mitmproxy/proxy/layer.py
+++ b/mitmproxy/proxy/layer.py
@@ -27,6 +27,10 @@
"""
+MAX_LOG_STATEMENT_SIZE = 512
+"""Maximum size of individual log statements before they will be truncated."""
+
+
class Paused(N... | Provide addons with the means to disable log truncation. We're in a pretty hot path here, so we'll keep this as a constant instead of a full-blown mitmproxy option.
/cc @erikshestopal | https://api.github.com/repos/mitmproxy/mitmproxy/pulls/6288 | 2023-08-01T09:31:41Z | 2023-08-01T10:14:02Z | 2023-08-01T10:14:02Z | 2023-08-01T11:37:21Z | 253 | mitmproxy/mitmproxy | 27,751 |
extend estimation of area under curve of y=x using monte carlo simulation to any given lower and upper bound | diff --git a/maths/monte_carlo.py b/maths/monte_carlo.py
index 4980c5c55c8c..6a407e98badd 100644
--- a/maths/monte_carlo.py
+++ b/maths/monte_carlo.py
@@ -42,29 +42,34 @@ def area_under_line_estimator(iterations: int,
An implementation of the Monte Carlo method to find area under
y = x where x lies between... | extend estimation of area under curve of y=x using monte carlo simulation to any given lower and upper bound.
### **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... | https://api.github.com/repos/TheAlgorithms/Python/pulls/1784 | 2020-02-22T18:52:04Z | 2020-02-22T22:33:13Z | 2020-02-22T22:33:13Z | 2020-02-22T23:35:44Z | 597 | TheAlgorithms/Python | 29,720 |
OriginalHighRes 128 model update | diff --git a/plugins/Model_OriginalHighRes/Trainer.py b/plugins/Model_OriginalHighRes/Trainer.py
index e05f90a334..259dcdf4a3 100644
--- a/plugins/Model_OriginalHighRes/Trainer.py
+++ b/plugins/Model_OriginalHighRes/Trainer.py
@@ -1,13 +1,11 @@
import time
-
import numpy
from lib.training_data import TrainingDat... | Required for OriginalHighRes Model to function | https://api.github.com/repos/deepfakes/faceswap/pulls/418 | 2018-06-12T10:19:42Z | 2018-06-14T22:34:56Z | 2018-06-14T22:34:55Z | 2018-06-15T12:46:40Z | 724 | deepfakes/faceswap | 18,709 |
Fixed #34063 -- Made AsyncClient populate request.POST from form data body. | diff --git a/django/test/client.py b/django/test/client.py
index 99e831aebda85..8b926fc38de75 100644
--- a/django/test/client.py
+++ b/django/test/client.py
@@ -14,7 +14,7 @@
from django.conf import settings
from django.core.handlers.asgi import ASGIRequest
from django.core.handlers.base import BaseHandler
-from dja... | [Trac issue](https://code.djangoproject.com/ticket/34063)
We found that when `FakePayload` tries to `read` and is given a number of bytes that is larger than the available content, it hits an assert statement and fails.
When we (@kevswanberg @carltongibson) compared this to the WSGI `TestClient`, we noticed that ... | https://api.github.com/repos/django/django/pulls/16210 | 2022-10-20T22:47:19Z | 2022-11-08T12:53:34Z | 2022-11-08T12:53:34Z | 2022-11-08T12:53:34Z | 867 | django/django | 50,863 |
grammatical fixes on chat_stores.md | diff --git a/docs/module_guides/storing/chat_stores.md b/docs/module_guides/storing/chat_stores.md
index d5c67c861cc93..bc45561222dc2 100644
--- a/docs/module_guides/storing/chat_stores.md
+++ b/docs/module_guides/storing/chat_stores.md
@@ -1,14 +1,14 @@
# Chat Stores
-A chat store serves as a centralized interface ... | # Description
There were grammatical/wrongly typed words in code explanations.
## Type of Change
- [x] Bug fix (non-breaking change which fixes an issue)
| https://api.github.com/repos/run-llama/llama_index/pulls/12012 | 2024-03-17T10:58:28Z | 2024-03-19T15:22:41Z | 2024-03-19T15:22:41Z | 2024-03-19T15:22:41Z | 506 | run-llama/llama_index | 6,074 |
Cleaned "powered by" section a little. | diff --git a/flask_website/listings/projects.py b/flask_website/listings/projects.py
index 04e8c54957..56ac083ffb 100644
--- a/flask_website/listings/projects.py
+++ b/flask_website/listings/projects.py
@@ -38,10 +38,6 @@ def to_json(self):
<p>
The website of the Brighton Python User Group
... | https://api.github.com/repos/pallets/flask/pulls/505 | 2012-05-07T11:34:58Z | 2012-05-07T15:08:19Z | 2012-05-07T15:08:19Z | 2020-11-14T05:33:46Z | 599 | pallets/flask | 20,831 | |
[ffmpeg] fix concat list when output dir is not pwd | diff --git a/src/you_get/processor/ffmpeg.py b/src/you_get/processor/ffmpeg.py
index a8599e527e..433aff3fcc 100644
--- a/src/you_get/processor/ffmpeg.py
+++ b/src/you_get/processor/ffmpeg.py
@@ -26,6 +26,18 @@ def get_usable_ffmpeg(cmd):
def has_ffmpeg_installed():
return FFMPEG is not None
+# Given a list of s... | Relative paths in the concat list are considered relative to the parent directory of the script, not the calling directory. This isn't entirely obvious from the documentation, but it is easy to infer from the concat demuxer's concept of "safety", and easy to test (confirmed on FFmpeg 3.2.2). See https://ffmpeg.org/ffmp... | https://api.github.com/repos/soimort/you-get/pulls/1558 | 2016-12-16T04:48:47Z | 2017-01-02T15:09:48Z | 2017-01-02T15:09:48Z | 2017-01-02T15:48:51Z | 1,220 | soimort/you-get | 21,085 |
Added Enjin | diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json
index 1d965a1e1..708eaed1b 100644
--- a/sherlock/resources/data.json
+++ b/sherlock/resources/data.json
@@ -593,6 +593,14 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
+ "Enjin": {
+ "errorMsg": ... | https://api.github.com/repos/sherlock-project/sherlock/pulls/1543 | 2022-10-11T01:18:22Z | 2022-10-16T00:49:55Z | 2022-10-16T00:49:55Z | 2023-04-23T00:30:03Z | 232 | sherlock-project/sherlock | 36,256 | |
fix typo with deepspeed/ | diff --git a/deepspeed/autotuning/autotuner.py b/deepspeed/autotuning/autotuner.py
index 73825a69f582..4ea71d317f2b 100755
--- a/deepspeed/autotuning/autotuner.py
+++ b/deepspeed/autotuning/autotuner.py
@@ -637,7 +637,7 @@ def tune_space(self, tuning_space, prev_max_mbs=0, prev_best_mbs=0, prev_best_me
logger.... | fix typo with deepspeed/
detail info
modified: deepspeed/autotuning/autotuner.py
modified: deepspeed/compression/compress.py
modified: deepspeed/nebula/constants.py
modified: deepspeed/runtime/checkpoint_engine/REA... | https://api.github.com/repos/microsoft/DeepSpeed/pulls/3547 | 2023-05-16T01:03:03Z | 2023-06-02T00:47:14Z | 2023-06-02T00:47:14Z | 2023-06-02T00:53:50Z | 1,282 | microsoft/DeepSpeed | 10,713 |
Reduce build log verbosity on Travis | diff --git a/.travis.yml b/.travis.yml
index 2b8eafc1396..89885d08e7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ before_install:
before_script:
- 'if [ $TRAVIS_OS_NAME = osx ] ; then ulimit -n 1024 ; fi'
+ - export TOX_TESTENV_PASSENV=TRAVIS
matrix:
include:
diff --git a/appveyor.yml b/appv... | PR #6568 removed the `--quiet` option in pip invocations, because this option deletes a lot of extremely useful logs when something goes wrong. However, when everything goes right, or at least when pip install is correctly executed, theses logs add hundreds of lines that are only noise, making hard to debug errors that... | https://api.github.com/repos/certbot/certbot/pulls/6597 | 2018-12-11T23:37:38Z | 2019-01-09T04:45:17Z | 2019-01-09T04:45:17Z | 2019-01-09T16:24:59Z | 789 | certbot/certbot | 420 |
[doc] update open-sora demo | diff --git a/README.md b/README.md
index 2f6aa60678ef..7c234b15e75e 100644
--- a/README.md
+++ b/README.md
@@ -133,14 +133,13 @@ distributed training and inference in a few lines.
[[HuggingFace model weights]](https://huggingface.co/hpcai-tech/Open-Sora)
[[Demo]](https://github.com/hpcaitech/Open-Sora?tab=readme-ov-f... | ## 📌 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/5479 | 2024-03-20T08:07:33Z | 2024-03-20T08:08:41Z | 2024-03-20T08:08:41Z | 2024-03-20T08:09:44Z | 888 | hpcaitech/ColossalAI | 10,998 |
Fixed Import Error | diff --git a/libs/langchain/langchain/vectorstores/weaviate.py b/libs/langchain/langchain/vectorstores/weaviate.py
index 200ffedc6ef91d..3f965212241df1 100644
--- a/libs/langchain/langchain/vectorstores/weaviate.py
+++ b/libs/langchain/langchain/vectorstores/weaviate.py
@@ -99,7 +99,7 @@ def __init__(
try:
... | I have restructured the code to ensure uniform handling of ImportError. In place of previously used ValueError, I've adopted the standard practice of raising ImportError with explanatory messages. This modification enhances code readability and clarifies that any problems stem from module importation.
@baskaryan, @e... | https://api.github.com/repos/langchain-ai/langchain/pulls/10167 | 2023-09-04T07:26:06Z | 2023-09-04T07:32:09Z | 2023-09-04T07:32:09Z | 2023-09-04T07:32:09Z | 145 | langchain-ai/langchain | 43,521 |
Added new python library Neuron | diff --git a/README.md b/README.md
index 8353b0e0..6697f855 100644
--- a/README.md
+++ b/README.md
@@ -893,6 +893,7 @@ on MNIST digits[DEEP LEARNING]
<a name="python-neural networks"/>
#### Neural networks
* [Neural networks](https://github.com/karpathy/neuraltalk) - NeuralTalk is a Python+numpy project for learning... | Added new python library Neuron for time series predictions
| https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/307 | 2016-09-01T06:52:54Z | 2016-09-01T14:37:46Z | 2016-09-01T14:37:46Z | 2016-09-01T14:37:50Z | 224 | josephmisiti/awesome-machine-learning | 51,959 |
Chrysler: fix LKAS fault for 2017 Pacifica | diff --git a/selfdrive/car/chrysler/carcontroller.py b/selfdrive/car/chrysler/carcontroller.py
index 5a2d90c64c2410..879da8812376ad 100644
--- a/selfdrive/car/chrysler/carcontroller.py
+++ b/selfdrive/car/chrysler/carcontroller.py
@@ -2,7 +2,7 @@
from common.realtime import DT_CTRL
from selfdrive.car import apply_toy... | fritzie29#1365 on Discord has a 2017 Pacifica with newer 2020 EPS firmware, meaning that the dealer likely reflashed their EPS while taking it in for service, raising their min steer speed unfortunately. We can't gate this on platform any more, since it can be different based on the EPS firmware.
I quickly went thro... | https://api.github.com/repos/commaai/openpilot/pulls/26711 | 2022-12-06T02:24:58Z | 2022-12-07T20:04:33Z | 2022-12-07T20:04:33Z | 2022-12-07T20:04:34Z | 1,384 | commaai/openpilot | 9,216 |
add Self Closing Script | diff --git a/XSS Injection/README.md b/XSS Injection/README.md
index 8b46e60dfc..15495bddc4 100644
--- a/XSS Injection/README.md
+++ b/XSS Injection/README.md
@@ -10,7 +10,7 @@ Cross-site scripting (XSS) is a type of computer security vulnerability typicall
- [Javascript keylogger](#javascript-keylogger)
- [Oth... | https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/202 | 2020-05-06T18:29:52Z | 2020-05-06T20:16:06Z | 2020-05-06T20:16:06Z | 2020-05-06T20:16:21Z | 513 | swisskyrepo/PayloadsAllTheThings | 8,593 | |
add option -i to save as gif | diff --git a/manimlib/config.py b/manimlib/config.py
index 999c423ae7..c80740bed2 100644
--- a/manimlib/config.py
+++ b/manimlib/config.py
@@ -52,6 +52,11 @@ def parse_cli():
action="store_true",
help="Save each frame as a png",
),
+ parser.add_argument(
+ "-i", "--s... | I added the option to save as gif, however the mp4 or mov file still needs to be saved as well. I'll be trying to find a workaround, but despite that it works. When using the -i option a .gif file will be saved to the output directory | https://api.github.com/repos/3b1b/manim/pulls/529 | 2019-05-08T05:11:55Z | 2019-06-02T19:13:23Z | 2019-06-02T19:13:23Z | 2019-06-02T19:13:23Z | 645 | 3b1b/manim | 18,094 |
feat(bybit): improve market orders for UTA | diff --git a/ts/src/bybit.ts b/ts/src/bybit.ts
index 87a9c5bd7d28..a4d6b4cf72ff 100644
--- a/ts/src/bybit.ts
+++ b/ts/src/bybit.ts
@@ -40,7 +40,7 @@ export default class bybit extends Exchange {
'closeAllPositions': false,
'closePosition': false,
'createMarketBuyOrderW... | - UTA accounts can place market orders using the base or quote amount on both sides (buy and sell) | https://api.github.com/repos/ccxt/ccxt/pulls/20965 | 2024-01-25T16:51:57Z | 2024-01-25T17:42:53Z | 2024-01-25T17:42:53Z | 2024-01-25T17:42:53Z | 3,239 | ccxt/ccxt | 13,061 |
Fix grammar and spelling errors | diff --git a/README.md b/README.md
index 4f396ce95..1b398a6ac 100644
--- a/README.md
+++ b/README.md
@@ -243,7 +243,7 @@ following rules are enabled by default:
* `git_pull_clone` – clones instead of pulling when the repo does not exist;
* `git_pull_uncommitted_changes` – stashes changes before pulling an... | https://api.github.com/repos/nvbn/thefuck/pulls/1193 | 2021-05-02T21:10:42Z | 2021-06-29T19:25:02Z | 2021-06-29T19:25:02Z | 2021-06-29T19:43:34Z | 2,170 | nvbn/thefuck | 30,636 | |
Improve & update release process to reflect recent changes | diff --git a/docs/contributing/release_process.md b/docs/contributing/release_process.md
index 6a4b8680808..be9b08a6c82 100644
--- a/docs/contributing/release_process.md
+++ b/docs/contributing/release_process.md
@@ -1,40 +1,85 @@
# Release process
-_Black_ has had a lot of work automating its release process. This ... | ### Description
- Formalise release cadence guidelines
- Overhaul release steps to be easier to follow and more thorough
- Reorder changelog template to something more sensible
- Update release automation docs to reflect recent improvements (notably the addition of in-repo mypyc wheel builds)
### Review notes
... | https://api.github.com/repos/psf/black/pulls/3242 | 2022-08-28T02:34:38Z | 2022-08-31T21:46:49Z | 2022-08-31T21:46:48Z | 2022-08-31T21:47:40Z | 3,676 | psf/black | 23,984 |
typo | diff --git a/docs/src/content/concepts-commands.md b/docs/src/content/concepts-commands.md
index 73e8adaed4..d826ec89e0 100644
--- a/docs/src/content/concepts-commands.md
+++ b/docs/src/content/concepts-commands.md
@@ -18,7 +18,7 @@ and many of the built-in argument types - give it a try.
The canonical reference for c... | https://api.github.com/repos/mitmproxy/mitmproxy/pulls/5062 | 2022-01-15T23:37:11Z | 2022-01-15T23:37:58Z | 2022-01-15T23:37:57Z | 2022-01-15T23:37:58Z | 195 | mitmproxy/mitmproxy | 27,448 | |
Don't mention pip as the reason for supporting py2 | diff --git a/docs/community/faq.rst b/docs/community/faq.rst
index 177eaec4eb..fbdd9dadcc 100644
--- a/docs/community/faq.rst
+++ b/docs/community/faq.rst
@@ -62,10 +62,7 @@ Python 2 Support?
Yes! We do not have immediate plans to `sunset
<https://www.python.org/doc/sunset-python-2/>`_ our support for Python
-2.7. ... | since pip no longer supports Python 2 | https://api.github.com/repos/psf/requests/pulls/5940 | 2021-09-21T22:34:57Z | 2021-09-21T23:22:12Z | 2021-09-21T23:22:12Z | 2021-12-21T00:00:43Z | 242 | psf/requests | 32,395 |
Connection function for boto3 | diff --git a/lib/ansible/module_utils/ec2.py b/lib/ansible/module_utils/ec2.py
index 417e1b9521b664..9d406d0890a050 100644
--- a/lib/ansible/module_utils/ec2.py
+++ b/lib/ansible/module_utils/ec2.py
@@ -46,6 +46,19 @@
'us-gov-west-1',
]
+def boto3_conn(module, conn_type=None, resource=None, region=None, endpoin... | This is adding a simple connection function for boto3.
Inside of a module's code, it would be used like:
``` python
region, ec2_url, aws_connect_kwargs = get_aws_connection_info(module, boto3=True)
ec2_client, ec2_res = boto3_conn(module, conn_type='both', resource='ec2', region=region, endpoint=ec2_url, **aws_conne... | https://api.github.com/repos/ansible/ansible/pulls/11591 | 2015-07-14T21:39:17Z | 2015-07-23T19:54:28Z | 2015-07-23T19:54:28Z | 2019-04-26T15:46:49Z | 765 | ansible/ansible | 49,210 |
Unicode string that often causes rendering issues | diff --git a/blns.txt b/blns.txt
index 530606a..29a53f6 100644
--- a/blns.txt
+++ b/blns.txt
@@ -116,13 +116,14 @@ INF
ЁЂЃЄЅІЇЈЉЊЋЌЍЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя
٠١٢٣٤٥٦٧٨٩
-# Unicode Subscript/Superscript
+# Unicode Subscript/Superscript/Accents
#
# Strings which contain unic... | Adding string containing three ด้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้็็็็ characters that often causes rendering issues. | https://api.github.com/repos/minimaxir/big-list-of-naughty-strings/pulls/102 | 2016-12-19T14:27:32Z | 2017-01-15T20:49:17Z | 2017-01-15T20:49:17Z | 2017-01-15T20:49:17Z | 375 | minimaxir/big-list-of-naughty-strings | 4,928 |
Fix tests to use ANSIBLE_TEST_PYTHON_INTERPRETER. | diff --git a/test/integration/targets/groupby_filter/runme.sh b/test/integration/targets/groupby_filter/runme.sh
index 8f9fce9b568bc4..f65cc008f685a8 100755
--- a/test/integration/targets/groupby_filter/runme.sh
+++ b/test/integration/targets/groupby_filter/runme.sh
@@ -7,12 +7,7 @@ MYTMPDIR=$(mktemp -d 2>/dev/null || ... | ##### SUMMARY
Fix tests to use ANSIBLE_TEST_PYTHON_INTERPRETER.
##### ISSUE TYPE
Bugfix Pull Request
##### COMPONENT NAME
integration tests
| https://api.github.com/repos/ansible/ansible/pulls/52352 | 2019-02-15T19:17:39Z | 2019-02-15T19:24:08Z | 2019-02-15T19:24:08Z | 2019-07-25T16:50:47Z | 534 | ansible/ansible | 48,881 |
fix for complex conditional links in query pipeline | diff --git a/llama-index-core/llama_index/core/query_pipeline/query.py b/llama-index-core/llama_index/core/query_pipeline/query.py
index 15c72d6658902..d6abc16ec7cf5 100644
--- a/llama-index-core/llama_index/core/query_pipeline/query.py
+++ b/llama-index-core/llama_index/core/query_pipeline/query.py
@@ -477,11 +477,16 ... | There is an issue that complex query pipelines with conditional links lead to the state of the `queue` from the topological sort to get into an invalid state
when an node is removed from the queue, we need to remove all its dependencies. The catch here is that we cant remove dependencies that still lie on a valid pa... | https://api.github.com/repos/run-llama/llama_index/pulls/12805 | 2024-04-12T22:06:56Z | 2024-04-14T04:32:21Z | 2024-04-14T04:32:21Z | 2024-04-14T04:32:21Z | 1,521 | run-llama/llama_index | 6,022 |
Fix typo in pop documentation | diff --git a/src/flask/ctx.py b/src/flask/ctx.py
index 172f6a01b3..4e6b40b177 100644
--- a/src/flask/ctx.py
+++ b/src/flask/ctx.py
@@ -61,7 +61,7 @@ def pop(self, name, default=_sentinel):
:param name: Name of attribute to pop.
:param default: Value to return if the attribute is not present,
- ... |
<!--
Commit checklist:
* add tests that fail without the patch
* ensure all tests pass with ``pytest``
* add documentation to the relevant docstrings or pages
* add ``versionadded`` or ``versionchanged`` directives to relevant docstrings
* add a changelog entry if this patch changes code
Tests, coverage, a... | https://api.github.com/repos/pallets/flask/pulls/3336 | 2019-08-16T01:06:03Z | 2019-08-16T01:30:06Z | 2019-08-16T01:30:06Z | 2020-11-14T01:52:45Z | 141 | pallets/flask | 20,024 |
bpo-32237: Fix missing DECREF of mod | diff --git a/Python/import.c b/Python/import.c
index 57521e4920715c..96839c6935a4ba 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -1729,6 +1729,7 @@ PyImport_ImportModuleLevelObject(PyObject *name, PyObject *globals,
}
}
else {
+ Py_XDECREF(mod);
mod = import_find_and_load(abs... | The code reorg in commit eea3cc1ef0dec0af193eedb4c1164263fbdfd8cc introduced a leak by accidentally dropping an Py_XDECREF(mod) call. The fix is trivial.
<!-- issue-number: bpo-32237 -->
https://bugs.python.org/issue32237
<!-- /issue-number -->
| https://api.github.com/repos/python/cpython/pulls/4749 | 2017-12-07T17:35:09Z | 2017-12-08T00:25:00Z | 2017-12-08T00:25:00Z | 2017-12-08T00:25:02Z | 113 | python/cpython | 4,358 |
Create Onepad_Cipher.py | diff --git a/ciphers/Onepad_Cipher.py b/ciphers/Onepad_Cipher.py
new file mode 100644
index 000000000000..4365924920f6
--- /dev/null
+++ b/ciphers/Onepad_Cipher.py
@@ -0,0 +1,28 @@
+class Onepad:
+ def encrypt(self, text):
+ '''Function to encrypt text using psedo-random numbers'''
+ plain = []
+ ... | In one pad algorithm length of key and length of message are equal which results in endless possibilities of false messages on bruteforce. | https://api.github.com/repos/TheAlgorithms/Python/pulls/285 | 2018-04-13T15:51:58Z | 2018-04-13T16:41:50Z | 2018-04-13T16:41:50Z | 2018-04-13T16:41:50Z | 295 | TheAlgorithms/Python | 30,006 |
Temporarily disable Apache 2.2 support | diff --git a/letsencrypt-apache/letsencrypt_apache/configurator.py b/letsencrypt-apache/letsencrypt_apache/configurator.py
index 4066d626493..2ce9d008b2c 100644
--- a/letsencrypt-apache/letsencrypt_apache/configurator.py
+++ b/letsencrypt-apache/letsencrypt_apache/configurator.py
@@ -154,7 +154,7 @@ def prepare(self):
... | ping @pde
| https://api.github.com/repos/certbot/certbot/pulls/2171 | 2016-01-14T00:17:51Z | 2016-01-14T00:26:04Z | 2016-01-14T00:26:04Z | 2016-01-28T20:45:02Z | 164 | certbot/certbot | 2,607 |
[MRG] Use ccache on Travis | diff --git a/.travis.yml b/.travis.yml
index a0740180adbfb..3bdf91f4ab4d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ cache:
apt: true
directories:
- $HOME/.cache/pip
+ - $HOME/.ccache
dist: trusty
diff --git a/build_tools/travis/install.sh b/build_tools/travis/install.sh
index fe0d46821e2... | Use ccache and add .ccache to the Travis cache. This should save 2-4 minutes of compilation on each build that builds scikit-learn.
In some tests on Travis there seems to be some variability but here is what I found (I used `time python setup.py develop` to have a better idea about the timings):
* when ccache is wo... | https://api.github.com/repos/scikit-learn/scikit-learn/pulls/9006 | 2017-06-06T13:22:02Z | 2017-06-09T09:22:21Z | 2017-06-09T09:22:21Z | 2017-06-09T09:22:24Z | 402 | scikit-learn/scikit-learn | 46,002 |
add margin docstrings | diff --git a/js/ascendex.js b/js/ascendex.js
index ff04e5445e3f..43129ff1a586 100644
--- a/js/ascendex.js
+++ b/js/ascendex.js
@@ -2514,6 +2514,15 @@ module.exports = class ascendex extends Exchange {
}
async addMargin (symbol, amount, params = {}) {
+ /**
+ * @method
+ * @name ascend... | https://api.github.com/repos/ccxt/ccxt/pulls/13632 | 2022-06-06T12:51:45Z | 2022-06-07T02:48:48Z | 2022-06-07T02:48:48Z | 2022-06-07T04:51:27Z | 2,456 | ccxt/ccxt | 13,762 | |
Speed up Travis tests | diff --git a/.travis.yml b/.travis.yml
index cd41d57db44..d52eb878d67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,10 +38,10 @@ install:
# Useful for debugging any issues with conda
- conda info -a
- - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy nose scipy matplotlib pandas pyt... | https://api.github.com/repos/keras-team/keras/pulls/9386 | 2018-02-14T02:21:43Z | 2018-02-15T18:08:28Z | 2018-02-15T18:08:28Z | 2018-02-16T03:34:36Z | 208 | keras-team/keras | 47,057 | |
bpo-1635741: Fix unicode_dealloc() for mortal interned string | diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 37e7fe5c0eff26..ca68c57534b229 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -1943,13 +1943,20 @@ unicode_dealloc(PyObject *unicode)
break;
case SSTATE_INTERNED_MORTAL:
- /* revive dead object temporarily... | When unicode_dealloc() is called on a mortal interned string, the
string reference counter is now reset at zero, rather than leaking
one reference.
<!--
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:
... | https://api.github.com/repos/python/cpython/pulls/21270 | 2020-07-01T23:21:20Z | 2020-07-03T14:59:13Z | 2020-07-03T14:59:13Z | 2020-07-03T14:59:41Z | 548 | python/cpython | 4,784 |
small typo fix | diff --git a/fileinfo.py b/fileinfo.py
index 389a0a0aac..d5c200b9e5 100644
--- a/fileinfo.py
+++ b/fileinfo.py
@@ -28,7 +28,7 @@
print ("\nNameError : [%s] No such file or directory\n", file_name)
if try_count == 0:
- print ("Trial limit exceded \nExiting program")
+ print ("Trial limit exceeded \nExi... | from 'exceded' to 'exceeded' | https://api.github.com/repos/geekcomputers/Python/pulls/192 | 2017-07-06T11:15:52Z | 2017-07-06T21:26:22Z | 2017-07-06T21:26:22Z | 2017-07-06T21:26:22Z | 124 | geekcomputers/Python | 31,322 |
fixed broken link to community edition (versions) | diff --git a/README.md b/README.md
index c22c675a27..240d03a698 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
Manim is an engine for precise programmatic animations, designed for creating explanatory math videos.
-Note, there are two versions of manim. This repository began as a personal project by the... | <!-- Thanks for contributing to manim!
Please ensure that your pull request works with the latest version of manim.
-->
## Motivation
<!-- Outline your motivation: In what way do your changes improve the library? -->
## Proposed changes
<!-- What you changed in those files -->
-
-
-
## Test
<!--... | https://api.github.com/repos/3b1b/manim/pulls/1840 | 2022-07-17T09:39:27Z | 2022-07-17T10:08:44Z | 2022-07-17T10:08:44Z | 2022-07-17T10:08:44Z | 464 | 3b1b/manim | 18,324 |
Clean up deprecated Java libs for STS integration with Kinesis client | diff --git a/localstack/constants.py b/localstack/constants.py
index 80565c1f97f5a..a24ac0c163cf8 100644
--- a/localstack/constants.py
+++ b/localstack/constants.py
@@ -137,9 +137,6 @@
ELASTICMQ_JAR_URL = (
"https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-1.1.0.jar"
)
-STS_JAR_URL = (
- ... | Clean up deprecated Java libs for STS integration with Kinesis client. 🧹
This code dates back to the very early days, when parts of the Kinesis client utils were used to connect to Kinesis streams in real AWS (using IAM/STS tokens). This is no longer required today, and should be removed.
We have recently also ... | https://api.github.com/repos/localstack/localstack/pulls/6856 | 2022-09-12T09:41:48Z | 2022-09-12T15:14:00Z | 2022-09-12T15:14:00Z | 2022-09-12T15:14:02Z | 2,075 | localstack/localstack | 29,230 |
Adding a file for listing relevant research papers | diff --git a/docs/research/README.md b/docs/research/README.md
new file mode 100644
index 0000000000..498a858b2a
--- /dev/null
+++ b/docs/research/README.md
@@ -0,0 +1,23 @@
+# Research
+
+This page lists research papers that are relevant to the project.
+
+## Automatically Generating Instruction Data for Training
+
+T... | Specifically, adding methods for automatically generating instruction training data. | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/217 | 2022-12-31T21:45:12Z | 2023-01-01T16:47:39Z | 2023-01-01T16:47:39Z | 2023-01-01T16:47:39Z | 497 | LAION-AI/Open-Assistant | 37,435 |
Autosplit | diff --git a/utils/datasets.py b/utils/datasets.py
index 7466ba48b27..eb355e913b8 100755
--- a/utils/datasets.py
+++ b/utils/datasets.py
@@ -902,3 +902,20 @@ def flatten_recursive(path='../coco128'):
create_folder(new_path)
for file in tqdm(glob.glob(str(Path(path)) + '/**/*.*', recursive=True)):
shu... | This PR implements an Autosplit function addition. This new function automatically splits a dataset into train/val/test splits.
## 🛠️ PR Summary
<sub>Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions)<sub>
### 🌟 Summary
Introducing an automatic dataset splitting function to the YOLOv5 re... | https://api.github.com/repos/ultralytics/yolov5/pulls/1488 | 2020-11-23T16:17:55Z | 2020-11-23T16:18:22Z | 2020-11-23T16:18:22Z | 2024-01-19T20:20:46Z | 368 | ultralytics/yolov5 | 25,150 |
Turn off cancel notifications | diff --git a/.travis.yml b/.travis.yml
index 370137f68d7..96c6fe414aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -105,6 +105,7 @@ notifications:
irc:
channels:
- secure: "SGWZl3ownKx9xKVV2VnGt7DqkTmutJ89oJV9tjKhSs84kLijU6EYdPnllqISpfHMTxXflNZuxtGo0wTDYHXBuZL47w1O32W6nzuXdra5zC+i4sYQwYULUsyfOv9gJX8zWAU... | By default, Travis cancels builds on branches and PRs if another commit lands in favor of running tests on that. See https://blog.travis-ci.com/2017-09-21-default-auto-cancellation.
I think this behavior is good as it stops us spending resources testing out of date code, but with our current setup, it causes Travis ... | https://api.github.com/repos/certbot/certbot/pulls/5918 | 2018-05-02T19:36:13Z | 2018-05-23T20:57:22Z | 2018-05-23T20:57:22Z | 2018-05-23T20:57:25Z | 221 | certbot/certbot | 3,478 |
Fix mypy error at maths | diff --git a/maths/greedy_coin_change.py b/maths/greedy_coin_change.py
index 5a7d9e8d84ae..5233ee1cbc12 100644
--- a/maths/greedy_coin_change.py
+++ b/maths/greedy_coin_change.py
@@ -41,7 +41,7 @@
"""
-def find_minimum_change(denominations: list[int], value: int) -> list[int]:
+def find_minimum_change(denomination... | Related issue #4052
### **Describe your change:**
* [ ] 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... | https://api.github.com/repos/TheAlgorithms/Python/pulls/4613 | 2021-08-15T04:46:15Z | 2021-08-15T19:15:53Z | 2021-08-15T19:15:53Z | 2021-08-18T11:25:15Z | 562 | TheAlgorithms/Python | 29,923 |
Fix exllama tokenizers | diff --git a/modules/exllama.py b/modules/exllama.py
index 177f028f3c..f3894b7a72 100644
--- a/modules/exllama.py
+++ b/modules/exllama.py
@@ -1,5 +1,6 @@
from pathlib import Path
+import torch
import torch.nn.functional as F
from torch import version as torch_version
@@ -111,7 +112,7 @@ def generate_with_stream... | ## Checklist:
- [ X ] I have read the [Contributing guidelines](https://github.com/oobabooga/text-generation-webui/wiki/Contributing-guidelines).
Currently, with exllama, BOS is never added no matter what settings are chosen | https://api.github.com/repos/oobabooga/text-generation-webui/pulls/3954 | 2023-09-16T11:23:49Z | 2023-09-16T12:42:39Z | 2023-09-16T12:42:39Z | 2023-09-16T12:44:06Z | 1,044 | oobabooga/text-generation-webui | 26,167 |
Refine RegisterClientRequest message to make it clearer. | diff --git a/src/ray/common/id.cc b/src/ray/common/id.cc
index 2379a22fde1ba..0735d4d0058b6 100644
--- a/src/ray/common/id.cc
+++ b/src/ray/common/id.cc
@@ -85,7 +85,7 @@ uint64_t MurmurHash64A(const void *key, int len, unsigned int seed) {
return h;
}
-TaskID TaskID::GetDriverTaskID(const WorkerID &driver_id) {
... | Refine `RegisterClientRequest` to make the handler in node_manager clearer. | https://api.github.com/repos/ray-project/ray/pulls/5057 | 2019-06-28T06:59:52Z | 2019-07-02T06:26:20Z | 2019-07-02T06:26:19Z | 2019-07-05T23:33:55Z | 1,066 | ray-project/ray | 19,494 |
Fix restore BaseNB._check_X without abstractmethod decoration | diff --git a/doc/whats_new/v0.22.rst b/doc/whats_new/v0.22.rst
index e36d7e925529d..394fd6ee8203c 100644
--- a/doc/whats_new/v0.22.rst
+++ b/doc/whats_new/v0.22.rst
@@ -61,9 +61,10 @@ Changelog
:mod:`sklearn.naive_bayes`
..........................
-- |Fix| removed abstract method `_check_X` from :class:`naive_bayes... | This is a follow-up on #15996 to fix the fact that this method is actually internally used by the other methods of the base class as remarked by @qinhanmin2014: https://github.com/scikit-learn/scikit-learn/pull/15996#issuecomment-569942569 | https://api.github.com/repos/scikit-learn/scikit-learn/pulls/15997 | 2019-12-31T15:29:36Z | 2020-01-01T03:11:18Z | 2020-01-01T03:11:18Z | 2020-01-02T09:01:55Z | 476 | scikit-learn/scikit-learn | 46,605 |
Fix encoding of non-ASCII results from API Gateway | diff --git a/localstack/services/apigateway/apigateway_listener.py b/localstack/services/apigateway/apigateway_listener.py
index eaa057e69a99e..c53679e427003 100644
--- a/localstack/services/apigateway/apigateway_listener.py
+++ b/localstack/services/apigateway/apigateway_listener.py
@@ -9,7 +9,7 @@
from localstack.co... | Fix encoding of non-ASCII results from API Gateway | https://api.github.com/repos/localstack/localstack/pulls/1715 | 2019-11-02T21:00:25Z | 2019-11-02T22:16:27Z | 2019-11-02T22:16:27Z | 2019-11-02T22:16:32Z | 1,341 | localstack/localstack | 28,555 |
[RTBFVideo] Add new extractor | diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index e389acc6abe..a8fef270302 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -210,6 +210,7 @@
from .ro220 import Ro220IE
from .rottentomatoes import RottenTomatoesIE
from .roxwel import RoxwelIE... | https://api.github.com/repos/ytdl-org/youtube-dl/pulls/2822 | 2014-04-28T18:33:48Z | 2014-04-29T12:43:47Z | 2014-04-29T12:43:47Z | 2014-04-29T12:44:25Z | 718 | ytdl-org/youtube-dl | 50,317 | |
[pre-commit.ci] pre-commit autoupdate | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6dafd1980e..4531f0b4ef 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
files: "^(?!examples/)"
args: ["--application-directories", "src"]
- repo: https://github.com/psf/black
- rev: 2... | <!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
<!--pre-commit.ci end--> | https://api.github.com/repos/pallets/flask/pulls/5041 | 2023-04-04T06:31:31Z | 2023-04-04T14:00:50Z | 2023-04-04T14:00:50Z | 2023-04-19T00:05:29Z | 146 | pallets/flask | 20,029 |
Set nest entities as unavailable on lost connection | diff --git a/homeassistant/components/nest/climate_sdm.py b/homeassistant/components/nest/climate_sdm.py
index e40db60d5eddab..3113cb2dd40201 100644
--- a/homeassistant/components/nest/climate_sdm.py
+++ b/homeassistant/components/nest/climate_sdm.py
@@ -117,6 +117,11 @@ def device_info(self) -> DeviceInfo:
""... | Update Climate and Sensor entities to be unavailable when the device connectivity trait indicates the device is offline.
The prior behavior, the last known values would be displayed indefinitely if the device lost internet connectivity. This was creating the illusion that the device was still connected. With this ... | https://api.github.com/repos/home-assistant/core/pulls/78773 | 2022-09-19T13:47:43Z | 2022-09-29T02:23:11Z | 2022-09-29T02:23:11Z | 2022-09-30T02:58:32Z | 2,184 | home-assistant/core | 38,732 |
Switched diabetes and covid APIs | diff --git a/README.md b/README.md
index caec26f02d..789393be52 100644
--- a/README.md
+++ b/README.md
@@ -523,8 +523,8 @@ API | Description | Auth | HTTPS | CORS |
API | Description | Auth | HTTPS | CORS |
|---|---|---|---|---|
| [BetterDoctor](https://developer.betterdoctor.com/) | Detailed information about docto... | 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** - I used ... | https://api.github.com/repos/public-apis/public-apis/pulls/1192 | 2020-03-17T08:57:18Z | 2020-03-17T09:00:04Z | 2020-03-17T09:00:03Z | 2020-08-03T16:50:01Z | 300 | public-apis/public-apis | 35,629 |
Create number container system algorithm | diff --git a/DIRECTORY.md b/DIRECTORY.md
index 231b0e2f1d2f..6dac4a9a5783 100644
--- a/DIRECTORY.md
+++ b/DIRECTORY.md
@@ -419,8 +419,9 @@
* [Frequent Pattern Graph Miner](graphs/frequent_pattern_graph_miner.py)
* [G Topological Sort](graphs/g_topological_sort.py)
* [Gale Shapley Bigraph](graphs/gale_shapley_b... | ### Describe your change:
Implements a number container system algorithm which stores indexes and numbers at these corresponding indexes.
* [x] Add an algorithm?
* [ ] Fix a bug or typo in an existing algorithm?
* [ ] Documentation change?
### Checklist:
* [x] I have read [CONTRIBUTING.md](https://github.co... | https://api.github.com/repos/TheAlgorithms/Python/pulls/8808 | 2023-06-07T21:44:26Z | 2023-06-08T12:40:39Z | 2023-06-08T12:40:39Z | 2023-06-08T14:06:09Z | 2,422 | TheAlgorithms/Python | 29,929 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.