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 |
|---|---|---|---|---|---|---|---|---|---|---|
Embed description and URL as MP4 tags | diff --git a/youtube_dl/postprocessor/ffmpeg.py b/youtube_dl/postprocessor/ffmpeg.py
index 5b0ff32b147..faccdc43dfb 100644
--- a/youtube_dl/postprocessor/ffmpeg.py
+++ b/youtube_dl/postprocessor/ffmpeg.py
@@ -509,6 +509,10 @@ def run(self, info):
metadata['artist'] = info['uploader']
elif info.get... | Description is one of the MP4 tags honored by ffmpeg, looks like a good place to store the video description when embedding metadata. I believe the source URL is useful information to keep as well, the comment tag seems like a good place to record it.
While I don't see the description becoming long enough to significa... | https://api.github.com/repos/ytdl-org/youtube-dl/pulls/4745 | 2015-01-18T23:27:17Z | 2015-01-23T00:22:19Z | 2015-01-23T00:22:19Z | 2015-01-23T00:22:24Z | 188 | ytdl-org/youtube-dl | 50,607 |
rename readme.txt to markdown file | diff --git a/Assembler/README.txt b/Assembler/README.md
similarity index 96%
rename from Assembler/README.txt
rename to Assembler/README.md
index f4b8ce982d..6ca8be477b 100644
--- a/Assembler/README.txt
+++ b/Assembler/README.md
@@ -1,5 +1,5 @@
# Python-Assembler
-#WE NEED A FREE T-SHIRT
+# WE NEED A FREE T-SHIRT
Thi... | Changed readme.txt to readme.md to see the markdown syntax that was already there. | https://api.github.com/repos/geekcomputers/Python/pulls/752 | 2020-06-24T04:02:09Z | 2020-06-27T18:06:10Z | 2020-06-27T18:06:10Z | 2020-06-27T18:06:10Z | 144 | geekcomputers/Python | 31,645 |
add icdar2015 download | diff --git a/doc/doc_ch/detection.md b/doc/doc_ch/detection.md
index 88cb197d5a..66295b2525 100644
--- a/doc/doc_ch/detection.md
+++ b/doc/doc_ch/detection.md
@@ -25,7 +25,7 @@ icdar2015数据集可以从[官网](https://rrc.cvc.uab.es/?ch=4&com=downloads)
注册完成登陆后,下载下图中红色框标出的部分,其中, `Training Set Images`下载的内容保存为`icdar_c4_train_imgs`文件... | https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/3935 | 2021-09-07T03:36:48Z | 2021-09-07T03:36:54Z | 2021-09-07T03:36:54Z | 2021-09-07T03:36:55Z | 522 | PaddlePaddle/PaddleOCR | 42,350 | |
DOC Contributing guidelines - avoid referring to tests before instructing to install pytest | diff --git a/doc/developers/contributing.rst b/doc/developers/contributing.rst
index 753c9b8e8c7f0..fc1ef95dbced0 100644
--- a/doc/developers/contributing.rst
+++ b/doc/developers/contributing.rst
@@ -247,7 +247,7 @@ how to set up your git repository:
git clone git@github.com:YourLogin/scikit-learn.git # add --... | <!--
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/main/CONTRIBUTING.md
-->
#### What does this implement/fix? Explain your changes.
This change fixes the contributing code section in the contributing ... | https://api.github.com/repos/scikit-learn/scikit-learn/pulls/26800 | 2023-07-07T12:56:51Z | 2023-07-07T13:57:25Z | 2023-07-07T13:57:25Z | 2023-07-07T13:57:25Z | 414 | scikit-learn/scikit-learn | 45,955 |
BUG: fix timedelta floordiv with scalar float (correction of #44466) | diff --git a/pandas/core/arrays/timedeltas.py b/pandas/core/arrays/timedeltas.py
index 91e90ebdb6253..2a2e59cfda5e9 100644
--- a/pandas/core/arrays/timedeltas.py
+++ b/pandas/core/arrays/timedeltas.py
@@ -651,7 +651,7 @@ def __floordiv__(self, other):
# at this point we should only have numeric scalars; ... | Follow-up on https://github.com/pandas-dev/pandas/pull/44466#discussion_r749430496
I still need to add a test that would actually catch this | https://api.github.com/repos/pandas-dev/pandas/pulls/44471 | 2021-11-15T15:33:16Z | 2021-11-18T18:59:51Z | 2021-11-18T18:59:51Z | 2021-11-18T18:59:54Z | 164 | pandas-dev/pandas | 45,493 |
Add Free Forex API | diff --git a/README.md b/README.md
index 7a1c531154..b7adc5759b 100644
--- a/README.md
+++ b/README.md
@@ -332,6 +332,7 @@ API | Description | Auth | HTTPS | CORS |
| [Exchangerate.host](https://exchangerate.host) | Free foreign exchange & crypto rates API | No | Yes | Unknown |
| [Exchangeratesapi.io](https://exchan... | <!-- 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 alphabetically
- [x]... | https://api.github.com/repos/public-apis/public-apis/pulls/2202 | 2021-10-03T16:55:33Z | 2021-10-07T21:27:08Z | 2021-10-07T21:27:08Z | 2021-10-07T21:27:09Z | 316 | public-apis/public-apis | 35,488 |
[cleanup] Misc. (for 2023-11 release) | diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index cbed8217348..c4d3e812e2e 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -40,10 +40,4 @@ Fixes #
- [ ] Core bug fix/improvement
- [ ] New feature (It is strongly [recommended to open an issue... | **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/8510 | 2023-11-03T19:19:52Z | 2023-11-14T21:40:38Z | 2023-11-14T21:40:38Z | 2023-11-14T21:47:52Z | 2,549 | yt-dlp/yt-dlp | 7,782 |
[GPT2 batch generation] Make test clearer. `do_sample=True` is not deterministic. | diff --git a/tests/test_modeling_gpt2.py b/tests/test_modeling_gpt2.py
index f7fe21e0482fd..2fd4256f6b7e6 100644
--- a/tests/test_modeling_gpt2.py
+++ b/tests/test_modeling_gpt2.py
@@ -446,7 +446,6 @@ def test_batch_generation(self):
inputs = tokenizer(sentences, return_tensors="pt", padding=True)
- ... | # 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/7947 | 2020-10-21T16:53:08Z | 2020-10-21T17:06:24Z | 2020-10-21T17:06:23Z | 2020-10-21T17:06:24Z | 142 | huggingface/transformers | 12,789 |
poloniex error mapping | diff --git a/ts/src/poloniex.ts b/ts/src/poloniex.ts
index c049175a0bbe..d4674d1eaa9c 100644
--- a/ts/src/poloniex.ts
+++ b/ts/src/poloniex.ts
@@ -290,6 +290,7 @@ export default class poloniex extends Exchange {
'21352': BadSymbol, // Trading for this currency is frozen
'21353'... | https://api.github.com/repos/ccxt/ccxt/pulls/19537 | 2023-10-12T12:44:13Z | 2023-10-13T10:45:36Z | 2023-10-13T10:45:36Z | 2023-10-13T10:45:36Z | 233 | ccxt/ccxt | 13,464 | |
Test on Python 3.8 final | diff --git a/.travis.yml b/.travis.yml
index b95e479a21..91e60a7da9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ jobs:
- stage: test
python: '3.7'
- stage: test
- python: '3.8-dev'
+ python: '3.8'
- stage: coverage
python: '3.6'
script: codecov
| The Trove classifier is already added:
https://github.com/psf/requests/blob/fab1fd10d0b115e635b9ef1364f8444089725000/setup.py#L98
| https://api.github.com/repos/psf/requests/pulls/5243 | 2019-10-22T15:47:28Z | 2019-10-25T02:32:26Z | 2019-10-25T02:32:26Z | 2021-08-30T00:06:34Z | 119 | psf/requests | 32,557 |
Add Storj to storage APIs | diff --git a/README.md b/README.md
index ce62698c2f..1bf8b65111 100644
--- a/README.md
+++ b/README.md
@@ -329,6 +329,7 @@ API | Description | Auth | HTTPS | CORS |
| [Pastebin](https://pastebin.com/doc_api) | Plain Text Storage | `apiKey` | Yes | Unknown |
| [Pinata](https://docs.pinata.cloud/) | IPFS Pinning Servic... | <!-- 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 alphabetically
- [x]... | https://api.github.com/repos/public-apis/public-apis/pulls/2970 | 2021-12-22T10:33:32Z | 2021-12-23T07:05:37Z | 2021-12-23T07:05:37Z | 2021-12-23T07:05:37Z | 248 | public-apis/public-apis | 35,950 |
Add Letvcloud support, as in #422 | diff --git a/src/you_get/common.py b/src/you_get/common.py
old mode 100644
new mode 100755
index 8bfc422c78..8240680dbc
--- a/src/you_get/common.py
+++ b/src/you_get/common.py
@@ -898,7 +898,7 @@ def script_main(script_name, download, download_playlist = None):
sys.exit(1)
def url_to_module(url):
- f... | There's one problem with the extractor:
The main extractor is failing to send `yuntv.ltev.com` to the right extractor, `letvcloud`.
I am feeling that fixing this problem is over my ability, so I 've finished everything else, hoping someone else would like to fix it up.
Now you can call `letvcloud_download_by_vu` to ... | https://api.github.com/repos/soimort/you-get/pulls/427 | 2014-10-26T15:06:36Z | 2014-10-31T08:15:28Z | 2014-10-31T08:15:28Z | 2014-10-31T08:26:48Z | 1,303 | soimort/you-get | 21,516 |
Fix multi-discrete sampling | diff --git a/gym/spaces/multi_discrete.py b/gym/spaces/multi_discrete.py
index da37ba22ddf..13fd5d59f59 100644
--- a/gym/spaces/multi_discrete.py
+++ b/gym/spaces/multi_discrete.py
@@ -35,7 +35,7 @@ def sample(self):
""" Returns a array with one sample from each discrete action space """
# For each ro... | The current sampling from the MultiDiscrete space is non-uniform for any sub-space larger than two values. The code rounds the values from a float ranging between the sub-space extremes, which means that the end points only get half the space of the internal points.
eg for a space between 0 and 2, all values between... | https://api.github.com/repos/openai/gym/pulls/475 | 2017-01-30T01:14:26Z | 2017-01-31T00:14:18Z | 2017-01-31T00:14:18Z | 2017-01-31T00:14:42Z | 234 | openai/gym | 5,131 |
Fix prompt incorrectly set to empty when suffix is empty string | diff --git a/modules/chat.py b/modules/chat.py
index c8516c5940..5fb5523ca0 100644
--- a/modules/chat.py
+++ b/modules/chat.py
@@ -161,12 +161,14 @@ def make_prompt(messages):
prompt = instruction_template.render(messages=outer_messages)
suffix = get_generation_prompt(instruct_renderer, impe... | While using the qwen model, I use the template from its `tokenizer_config.json`.
```
"{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content']}}{% i... | https://api.github.com/repos/oobabooga/text-generation-webui/pulls/5757 | 2024-03-26T14:36:19Z | 2024-03-26T19:33:10Z | 2024-03-26T19:33:10Z | 2024-03-26T19:33:10Z | 203 | oobabooga/text-generation-webui | 26,452 |
[nrktv:series] Fix extraction | diff --git a/youtube_dl/extractor/nrk.py b/youtube_dl/extractor/nrk.py
index 5f43e692f43..60933f069c4 100644
--- a/youtube_dl/extractor/nrk.py
+++ b/youtube_dl/extractor/nrk.py
@@ -406,7 +406,7 @@ class NRKTVSerieBaseIE(InfoExtractor):
def _extract_series(self, webpage, display_id, fatal=True):
config = s... | ## 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/ytdl-org/youtube-dl/pulls/22596 | 2019-10-03T20:42:42Z | 2019-10-04T11:57:18Z | 2019-10-04T11:57:18Z | 2019-10-04T11:57:18Z | 220 | ytdl-org/youtube-dl | 50,475 |
Add setup.cfg to declare wheel as universal | diff --git a/Makefile b/Makefile
index b45647b854..adf0b8f13f 100644
--- a/Makefile
+++ b/Makefile
@@ -50,8 +50,7 @@ idna:
publish:
pip install 'twine>=1.5.0'
- python setup.py sdist
- python setup.py bdist_wheel --universal
+ python setup.py sdist bdist_wheel
twine upload dist/*
rm -fr build dist .egg request... | As the project is pure Python, a built wheel should always be universal,
so define in the project globally. Can remove --universal command from
Makefile.
See:
http://pythonwheels.com/ | https://api.github.com/repos/psf/requests/pulls/4041 | 2017-05-20T14:41:02Z | 2017-05-20T15:11:12Z | 2017-05-20T15:11:12Z | 2021-09-04T00:06:46Z | 184 | psf/requests | 32,215 |
gh-100931: Test all `pickle` protocols in `test_slice` | diff --git a/Lib/test/test_json/test_attrdict.py b/Lib/test/test_json/test_attrdict.py
index 48d14f4db93c12..143ea462d310aa 100644
--- a/Lib/test/test_json/test_attrdict.py
+++ b/Lib/test/test_json/test_attrdict.py
@@ -133,7 +133,7 @@ def test_pickle(self):
cached_module = sys.modules.get('json')
sys.... |
<!-- gh-issue-number: gh-100931 -->
* Issue: gh-100931
<!-- /gh-issue-number -->
| https://api.github.com/repos/python/cpython/pulls/100932 | 2023-01-11T08:30:46Z | 2023-01-11T09:43:46Z | 2023-01-11T09:43:45Z | 2023-01-12T10:56:51Z | 361 | python/cpython | 4,513 |
VW MQB: Volkswagen Tiguan Mk2 | diff --git a/README.md b/README.md
index a70cb6eca9e3ed..693682a32725ae 100644
--- a/README.md
+++ b/README.md
@@ -174,6 +174,7 @@ Community Maintained Cars and Features
| Subaru | Forester 2019-20 | EyeSight | Stock | 0mph | 0mph |
| Subaru | Impreza 2017-... | **New MQB Model**
This CAR will cover all variants of the second generation Tiguan. 2018-current in North America, 2016-current RoW.
- [x] added to README
- [x] test route added to [test_car_models](../../selfdrive/test/test_car_models.py)
- [x] route with openpilot: 2cef8a0b898f331a|2021-03-25--20-13-57
| https://api.github.com/repos/commaai/openpilot/pulls/20484 | 2021-03-26T03:59:13Z | 2021-03-26T04:48:14Z | 2021-03-26T04:48:14Z | 2021-03-26T08:05:25Z | 3,323 | commaai/openpilot | 9,163 |
[squash] zero-ckpt-cpu-issue | diff --git a/deepspeed/runtime/constants.py b/deepspeed/runtime/constants.py
index daf9ffeaadff..7892dda1a76f 100755
--- a/deepspeed/runtime/constants.py
+++ b/deepspeed/runtime/constants.py
@@ -444,3 +444,9 @@ class ValidationMode:
'''
DATALOADER_DROP_LAST = "dataloader_drop_last"
DATALOADER_DROP_LAST_DEFAULT = Fal... | https://api.github.com/repos/microsoft/DeepSpeed/pulls/1673 | 2022-01-05T21:53:51Z | 2022-01-05T21:54:01Z | 2022-01-05T21:54:01Z | 2022-01-05T21:54:02Z | 3,921 | microsoft/DeepSpeed | 10,440 | |
Fix links and add question about branch strategies | diff --git a/exercises/git/README.md b/exercises/git/README.md
index f827096fb..1abd82f1d 100644
--- a/exercises/git/README.md
+++ b/exercises/git/README.md
@@ -4,9 +4,9 @@
|Name|Topic|Objective & Instructions|Solution|Comments|
|--------|--------|------|----|----|
-| My first Commit | Commit | [Exercise](exercises... | https://api.github.com/repos/bregman-arie/devops-exercises/pulls/242 | 2022-05-19T02:06:39Z | 2022-05-19T06:46:40Z | 2022-05-19T06:46:40Z | 2022-05-19T06:46:40Z | 475 | bregman-arie/devops-exercises | 17,627 | |
Fixes various button overflowing UI and compact checkbox | diff --git a/modules/ui.py b/modules/ui.py
index af6dfb213da..12fc9e6a74b 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -919,7 +919,7 @@ def copy_image(img):
seed, reuse_seed, subseed, reuse_subseed, subseed_strength, seed_resize_from_h, seed_resize_from_w, seed_checkbox = create_seed_input... | ## Describe what this pull request is trying to achieve.
Fixes overflow margin issues with x/y plot axis button in txt2img and img2img.
Fixes overflow margin issues in img2img with the copy to image tab buttons.
Makes the img2img_checkboxes a compact variant like txt2img, putting `Restore Faces` and `Tiling` o... | https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/7031 | 2023-01-21T21:36:58Z | 2023-01-23T12:22:06Z | 2023-01-23T12:22:06Z | 2023-01-23T12:22:06Z | 617 | AUTOMATIC1111/stable-diffusion-webui | 39,889 |
[chat] correcting a few obvious typos and grammars errors | diff --git a/applications/Chat/README.md b/applications/Chat/README.md
index f0abbf0397b9..8f22084953ba 100644
--- a/applications/Chat/README.md
+++ b/applications/Chat/README.md
@@ -45,12 +45,12 @@ Coati stands for `ColossalAI Talking Intelligence`. It is the name for the modul
The Coati package provides a unified la... | ## 📌 Checklist before creating the PR
- [x] I have created an issue for this PR for traceability
- [x] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description`
- [x] I have added relevant tags if possible for us to better distinguish different PRs
## 🚨 Issue number
fixed #3... | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/3338 | 2023-03-30T06:07:44Z | 2023-03-30T06:18:38Z | 2023-03-30T06:18:38Z | 2023-03-30T06:18:49Z | 1,030 | hpcaitech/ColossalAI | 11,580 |
community[patch]: Release 0.0.8 | diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml
index 47c00c013aaa2e..daf6bb3a6af39a 100644
--- a/libs/community/pyproject.toml
+++ b/libs/community/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-community"
-version = "0.0.7"
+version = "0.0.8"
description = "Community cont... | https://api.github.com/repos/langchain-ai/langchain/pulls/15481 | 2024-01-03T15:26:00Z | 2024-01-03T16:28:50Z | 2024-01-03T16:28:50Z | 2024-01-03T16:28:51Z | 120 | langchain-ai/langchain | 43,278 | |
Remove Hardcoded Signature | diff --git a/letsencrypt/plugins/manual_test.py b/letsencrypt/plugins/manual_test.py
index 2d7c3e1e483..6b9359db1af 100644
--- a/letsencrypt/plugins/manual_test.py
+++ b/letsencrypt/plugins/manual_test.py
@@ -46,12 +46,9 @@ def test_perform_empty(self):
self.assertEqual([], self.auth.perform([]))
@mock.... | Recently, `tox` began failing for me locally for me due to the following error:
```
======================================================================
FAIL: test_perform (letsencrypt.plugins.manual_test.ManualAuthenticatorTest)
----------------------------------------------------------------------
Traceback (most ... | https://api.github.com/repos/certbot/certbot/pulls/800 | 2015-09-21T22:18:35Z | 2015-09-22T20:16:31Z | 2015-09-22T20:16:31Z | 2016-05-06T19:22:28Z | 1,262 | certbot/certbot | 3,451 |
adding an action | diff --git a/metagpt/actions/detail_mining.py b/metagpt/actions/detail_mining.py
new file mode 100644
index 000000000..e29d6911b
--- /dev/null
+++ b/metagpt/actions/detail_mining.py
@@ -0,0 +1,52 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""
+@Time : 2023/9/12 17:45
+@Author : fisherdeng
+@File : detai... | 增加了一个action
这个action叫detail_mining
可让LLM针对特定的”##讨论目标“和”##讨论记录“,进一步挖掘值得关注的细节,从而深化讨论。

| https://api.github.com/repos/geekan/MetaGPT/pulls/310 | 2023-09-12T14:12:29Z | 2023-09-22T05:22:39Z | 2023-09-22T05:22:39Z | 2023-09-22T05:22:39Z | 813 | geekan/MetaGPT | 16,664 |
Update Stability AI icon | diff --git a/website/src/data/team.json b/website/src/data/team.json
index f907cb151e..eda7546f73 100644
--- a/website/src/data/team.json
+++ b/website/src/data/team.json
@@ -189,7 +189,7 @@
"title": "Preemptible Compute (via LAION)",
"url": "https://stability.ai/",
"githubURL": "https://github.com... | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/2812 | 2023-04-21T18:34:26Z | 2023-04-21T18:38:14Z | 2023-04-21T18:38:14Z | 2023-04-21T18:38:15Z | 201 | LAION-AI/Open-Assistant | 37,590 | |
Fix GitHub auth flow on inference server | diff --git a/inference/server/oasst_inference_server/routes/auth.py b/inference/server/oasst_inference_server/routes/auth.py
index 2580f9374a..98760756a1 100644
--- a/inference/server/oasst_inference_server/routes/auth.py
+++ b/inference/server/oasst_inference_server/routes/auth.py
@@ -116,7 +116,7 @@ async def callbac... | Close #2119. Unlike Discord, GitHub returns user IDs as integers in JSON, not strings. We therefore need to convert to string for the ID to be compatible with our database. | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/2121 | 2023-03-19T12:58:09Z | 2023-03-19T19:13:12Z | 2023-03-19T19:13:12Z | 2023-03-19T19:13:12Z | 164 | LAION-AI/Open-Assistant | 37,568 |
Remove czmq part 1 | diff --git a/selfdrive/logcatd/SConscript b/selfdrive/logcatd/SConscript
index 7f87cbaddf423f..2646537adf773d 100644
--- a/selfdrive/logcatd/SConscript
+++ b/selfdrive/logcatd/SConscript
@@ -1,6 +1,6 @@
Import('env', 'cereal', 'messaging', 'arch')
if arch == "aarch64":
- env.Program('logcatd', 'logcatd_android.cc'... | Only camerad left, will be done in separate PR. | https://api.github.com/repos/commaai/openpilot/pulls/2332 | 2020-10-13T11:03:35Z | 2020-10-13T14:01:07Z | 2020-10-13T14:01:07Z | 2020-10-13T14:01:09Z | 3,156 | commaai/openpilot | 9,784 |
Add referer to "Spider error processing" log message | diff --git a/scrapy/core/scraper.py b/scrapy/core/scraper.py
index e5120ec0d2b..3409a0e7c79 100644
--- a/scrapy/core/scraper.py
+++ b/scrapy/core/scraper.py
@@ -57,6 +57,7 @@ def is_idle(self):
def needs_backout(self):
return self.active_size > self.max_active_size
+
class Scraper(object):
def _... | \+ fixed some pep8 issues
Motivation: I want to be able to see response request referer in cases like this one:

Also I wonder if messages like "Spider error processing", "Error downloading" etc. shou... | https://api.github.com/repos/scrapy/scrapy/pulls/795 | 2014-07-11T13:31:48Z | 2014-10-07T22:57:48Z | 2014-10-07T22:57:48Z | 2014-10-07T22:57:48Z | 1,106 | scrapy/scrapy | 34,346 |
#432 - Moved SideMenu to component & refactored layout | diff --git a/website/src/components/Dashboard/index.ts b/website/src/components/Dashboard/index.ts
index 0b4ff49aaf..6e110534c7 100644
--- a/website/src/components/Dashboard/index.ts
+++ b/website/src/components/Dashboard/index.ts
@@ -1,3 +1,2 @@
export { LeaderboardTable } from "./LeaderboardTable";
-export { SideMen... | #432
Should complete tasks 1 & 2. Moved the `SideMenu` to it's own component & included it in the `SideMenuLayout`.
Updated `getDashboardLayout` in NextJS's Layout resolver to work with new component.
Reworked `/dashboard` and '/messages' pages to use the updated `getDashboardLayout`.
Also spotted wierd issue wi... | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/469 | 2023-01-07T00:55:47Z | 2023-01-07T07:03:07Z | 2023-01-07T07:03:07Z | 2023-01-07T10:51:09Z | 2,598 | LAION-AI/Open-Assistant | 36,874 |
[bug] fixed grad scaler compatibility with torch 1.8 | diff --git a/colossalai/amp/torch_amp/_grad_scaler.py b/colossalai/amp/torch_amp/_grad_scaler.py
index 48c7eb949b0b..d5e526d0c00a 100644
--- a/colossalai/amp/torch_amp/_grad_scaler.py
+++ b/colossalai/amp/torch_amp/_grad_scaler.py
@@ -12,6 +12,7 @@
import torch.distributed as dist
from colossalai.core import global_c... | This fixed #734 as part of the effort to tackle #733 .
The screenshot of the successful unit test is shown below.
<img width="1913" alt="Screenshot 2022-04-12 at 3 18 47 PM" src="https://user-images.githubusercontent.com/31818963/162903213-633f92fc-e532-4cac-a9b7-0855313ff283.png">
| https://api.github.com/repos/hpcaitech/ColossalAI/pulls/735 | 2022-04-12T07:16:30Z | 2022-04-12T08:04:21Z | 2022-04-12T08:04:21Z | 2022-04-12T08:04:21Z | 527 | hpcaitech/ColossalAI | 11,873 |
updated eop imports | diff --git a/active_projects/eop/birthday.py b/active_projects/eop/birthday.py
index f59f70211d..7fae9bf92c 100644
--- a/active_projects/eop/birthday.py
+++ b/active_projects/eop/birthday.py
@@ -1,19 +1,4 @@
-from helpers import *
-from mobject import Mobject
-from mobject.vectorized_mobject import *
-from animation.an... | https://api.github.com/repos/3b1b/manim/pulls/187 | 2018-04-03T00:54:00Z | 2018-04-03T00:54:09Z | 2018-04-03T00:54:09Z | 2018-04-03T00:54:13Z | 510 | 3b1b/manim | 18,273 | |
Pin the date for man pages. | diff --git a/extras/man/http.1 b/extras/man/http.1
index 7e444e004a..b72e0eb0a9 100644
--- a/extras/man/http.1
+++ b/extras/man/http.1
@@ -1,4 +1,4 @@
-.TH http 1 "2022-03-14" "HTTPie 3.1.0" "HTTPie Manual"
+.TH http 1 "2022-03-08" "HTTPie 3.1.0" "HTTPie Manual"
.SH NAME
http
.SH SYNOPSIS
diff --git a/extras/man/htt... | The date for the man pages should be the same with the release date. This also improved reproducibility on the CI. | https://api.github.com/repos/httpie/cli/pulls/1326 | 2022-03-15T09:54:34Z | 2022-03-15T09:58:39Z | 2022-03-15T09:58:39Z | 2022-03-15T09:58:40Z | 580 | httpie/cli | 34,118 |
cleanup car port docs | diff --git a/selfdrive/car/README.MD b/selfdrive/car/README.MD
index 19a33085f0109f..2dcbf56059a2e3 100644
--- a/selfdrive/car/README.MD
+++ b/selfdrive/car/README.MD
@@ -1,6 +1,6 @@
# selfdrive/car
-### Checkout this blogpost for a high level overview of car ports
+### Check out this blogpost for a high level overv... | https://api.github.com/repos/commaai/openpilot/pulls/30707 | 2023-12-13T02:14:01Z | 2023-12-13T02:17:11Z | 2023-12-13T02:17:11Z | 2023-12-13T04:09:03Z | 321 | commaai/openpilot | 9,003 | |
Reenable containerised Travis infrastructure | diff --git a/.travis.yml b/.travis.yml
index 86a0d3e7dc6..96e28b1b0d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,11 +2,12 @@ language: python
services:
- rabbitmq
+ - mariadb
# http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS
# gimme has to be kept in sync with Boulder's Go version sett... | We're having builds error on the beta trusty infrastructure, so we're trying switching back.
| https://api.github.com/repos/certbot/certbot/pulls/1470 | 2015-11-11T23:51:43Z | 2015-11-12T07:51:50Z | 2015-11-12T07:51:50Z | 2016-05-06T19:22:23Z | 348 | certbot/certbot | 1,322 |
Correct Speech Event Readme | diff --git a/examples/research_projects/robust-speech-event/README.md b/examples/research_projects/robust-speech-event/README.md
index 31bdc5bff57e1..daeabbbf197f5 100644
--- a/examples/research_projects/robust-speech-event/README.md
+++ b/examples/research_projects/robust-speech-event/README.md
@@ -675,8 +675,8 @@ We ... | # 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/15226 | 2022-01-19T14:22:11Z | 2022-01-19T14:23:00Z | 2022-01-19T14:23:00Z | 2022-01-19T14:25:05Z | 444 | huggingface/transformers | 12,236 |
Refactor arrow serialization logic for custom components | diff --git a/lib/streamlit/components/v1/component_arrow.py b/lib/streamlit/components/v1/component_arrow.py
index 93ea653857e6..8fe455d62b8c 100644
--- a/lib/streamlit/components/v1/component_arrow.py
+++ b/lib/streamlit/components/v1/component_arrow.py
@@ -16,13 +16,20 @@
CustomComponent for dataframe serialization.... | ## Describe your changes
Refactor the arrow version of our components API to reuse the logic from our other arrow implementation. The current form had some redundant code and was missing type annotations.
---
**Contribution License Agreement**
By submitting this pull request you agree that all contributions... | https://api.github.com/repos/streamlit/streamlit/pulls/7611 | 2023-10-26T05:36:42Z | 2023-10-26T16:34:25Z | 2023-10-26T16:34:25Z | 2024-01-23T00:23:47Z | 3,194 | streamlit/streamlit | 22,502 |
[enhance]: use opencv to rewrite morphological_open(), achieve a 40x speed increase in morphological_open opporation | diff --git a/modules/inpaint_worker.py b/modules/inpaint_worker.py
index 88ec39d6d..43a7ae23e 100644
--- a/modules/inpaint_worker.py
+++ b/modules/inpaint_worker.py
@@ -4,6 +4,7 @@
from PIL import Image, ImageFilter
from modules.util import resample_image, set_image_shape_ceil, get_image_shape_ceil
from modules.upsc... | Hi~
lllyasviel,
Fooocus is an excellent work, it can generate beautiful images in both text2img and img2img tasks. However, I encountered a speed bottleneck with Fooocus when using it for inpainting/outpainting tasks. The issue was with the `morphological_open` function, which was originally written ... | https://api.github.com/repos/lllyasviel/Fooocus/pulls/2016 | 2024-01-22T06:26:06Z | 2024-01-27T12:59:59Z | 2024-01-27T12:59:59Z | 2024-01-27T12:59:59Z | 482 | lllyasviel/Fooocus | 7,178 |
Correct some typos | diff --git a/README.md b/README.md
index e9923f9..11c575b 100644
--- a/README.md
+++ b/README.md
@@ -198,7 +198,7 @@ SyntaxError: invalid syntax
>>> a
6
->>> a, b = 6, 9 # Typcial unpacking
+>>> a, b = 6, 9 # Typical unpacking
>>> a, b
(6, 9)
>>> (a, b = 16, 19) # Oops
@@ -666,7 +666,7 @@ for i, some_dict[i] in ... | Corrected a handful of typos. | https://api.github.com/repos/satwikkansal/wtfpython/pulls/157 | 2019-12-23T09:33:06Z | 2019-12-23T10:02:33Z | 2019-12-23T10:02:33Z | 2019-12-23T10:12:30Z | 736 | satwikkansal/wtfpython | 25,734 |
Update to the README | diff --git a/README.md b/README.md
index 4509bc1b4bacf..8d21b48e09103 100644
--- a/README.md
+++ b/README.md
@@ -311,7 +311,7 @@ def my_app_test():
# here goes your test logic
```
-See the example test file `tests/test_integration.py` for more details.
+See the example test file `tests/integration/test_integrat... | Updating the path to the test_integration.py in the README
**Please refer to the contribution guidelines in the README when submitting PRs.**
| https://api.github.com/repos/localstack/localstack/pulls/1405 | 2019-06-28T21:35:21Z | 2019-07-08T19:56:53Z | 2019-07-08T19:56:53Z | 2019-07-08T19:56:53Z | 114 | localstack/localstack | 28,996 |
Fix Apache unit tests on Debian | diff --git a/certbot-apache/certbot_apache/_internal/override_centos.py b/certbot-apache/certbot_apache/_internal/override_centos.py
index de5c312680c..9883bb1f10f 100644
--- a/certbot-apache/certbot_apache/_internal/override_centos.py
+++ b/certbot-apache/certbot_apache/_internal/override_centos.py
@@ -58,8 +58,13 @@ ... | Fixes https://github.com/certbot/certbot/issues/9481.
I poked around our other uses of this function and they seem OK to me for now, however, I opened https://github.com/certbot/certbot/issues/9489 to track the bigger refactor I think we should do here. | https://api.github.com/repos/certbot/certbot/pulls/9490 | 2022-12-01T20:13:04Z | 2022-12-01T20:27:25Z | 2022-12-01T20:27:25Z | 2022-12-01T20:27:26Z | 455 | certbot/certbot | 1,078 |
Initial implementation of the inference system | diff --git a/inference/README.md b/inference/README.md
new file mode 100644
index 0000000000..3dee94f900
--- /dev/null
+++ b/inference/README.md
@@ -0,0 +1,35 @@
+# OpenAssitant Inference
+
+Preliminary implementation of the inference engine for OpenAssistant.
+
+## Development (you'll need multiple terminals)
+
+Run a... | This PR introduces:
- A server for coordination
- A minimal worker
- A text client
all building on redis lists to stream data as it is being produced | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/869 | 2023-01-20T22:43:12Z | 2023-01-21T21:38:18Z | 2023-01-21T21:38:18Z | 2023-01-21T21:38:19Z | 3,697 | LAION-AI/Open-Assistant | 37,432 |
Fix the sequence-parallelism for the dense model architecture | diff --git a/deepspeed/runtime/config.py b/deepspeed/runtime/config.py
index c31b9671296f..9fb9eba44a38 100755
--- a/deepspeed/runtime/config.py
+++ b/deepspeed/runtime/config.py
@@ -238,8 +238,10 @@ def get_sparse_gradients_enabled(param_dict):
return get_scalar_param(param_dict, SPARSE_GRADIENTS, SPARSE_GRADIENT... | This PR fixes some convergence issues for when SP > 1.
We have seen that the gradients were lower when using SP=2 for a dense model, and by further investigation, we find that the gradients were scaled with the total world size, however, they should have been summed across the SP ranks and averaged on the DP-world. H... | https://api.github.com/repos/microsoft/DeepSpeed/pulls/4530 | 2023-10-17T19:24:30Z | 2023-10-25T23:57:21Z | 2023-10-25T23:57:21Z | 2023-10-26T00:34:29Z | 2,248 | microsoft/DeepSpeed | 10,081 |
[MRG] include default values in SparseCoder class doc | diff --git a/sklearn/decomposition/_dict_learning.py b/sklearn/decomposition/_dict_learning.py
index 0eb69f5b5a74c..29839157ca33f 100644
--- a/sklearn/decomposition/_dict_learning.py
+++ b/sklearn/decomposition/_dict_learning.py
@@ -952,7 +952,7 @@ class SparseCoder(SparseCodingMixin, BaseEstimator):
normalize... | This PR includes default values to the documentation of the SparseCoder class. It also changes the existing default values to the format "default=value". | https://api.github.com/repos/scikit-learn/scikit-learn/pulls/15600 | 2019-11-11T22:16:17Z | 2019-11-17T09:17:14Z | 2019-11-17T09:17:14Z | 2019-12-02T03:11:17Z | 666 | scikit-learn/scikit-learn | 46,567 |
[tune] Remove extra check | diff --git a/python/ray/tune/tune.py b/python/ray/tune/tune.py
index 7660075aabd90..ac3d9cae08bc3 100644
--- a/python/ray/tune/tune.py
+++ b/python/ray/tune/tune.py
@@ -95,10 +95,13 @@ def run_experiments(experiments,
print(runner.debug_string(max_debug=99999))
+ errored_trials = []
for trial in runner... | ## What do these changes do?
Removes an extra check after all experiments have finished. Allows user to go through all results even if some trials errorred out.
@vlad17 | https://api.github.com/repos/ray-project/ray/pulls/2292 | 2018-06-22T17:47:00Z | 2018-06-29T03:23:39Z | 2018-06-29T03:23:39Z | 2018-06-29T03:23:42Z | 195 | ray-project/ray | 19,857 |
style: file-metadata word-break | diff --git a/style.css b/style.css
index e336e79df2e..bbfb7d39557 100644
--- a/style.css
+++ b/style.css
@@ -1009,6 +1009,8 @@ div.block.gradio-box.edit-user-metadata {
.edit-user-metadata .file-metadata th, .edit-user-metadata .file-metadata td{
padding: 0.3em 1em;
+ overflow-wrap: anywhere;
+ word-b... | ## Description
* a simple description of what you're trying to accomplish
* a summary of changes in code
* which issues it fixes, if any
## Screenshots/videos:

vs
.
- Fixed duplicate keys preservation of JSON data. ([#1163](https://github.com/httpie/httpie/issues/1163))
- Added sup... | Closes #455.
Example:
```bash
$ http --debug pie.dev/get
HTTPie 2.6.0.dev0
Requests 2.26.0
Pygments 2.10.0
Python 3.9.7+ (heads/3.9:09390c837a, Sep 22 2021, 11:36:19)
[GCC 10.3.0]
/home/tiger-222/projects/httpie/venv39/bin/python
Linux 5.10.0-8-amd64
<Environment {'colors': 256,
'config': {'default_... | https://api.github.com/repos/httpie/cli/pulls/1165 | 2021-09-23T14:43:10Z | 2021-09-23T15:15:15Z | 2021-09-23T15:15:14Z | 2021-09-23T15:15:15Z | 692 | httpie/cli | 33,880 |
Adding documentation for Acrobot-v1 in docs/classic_control | diff --git a/docs/classic_control/acrobot.md b/docs/classic_control/acrobot.md
new file mode 100644
index 00000000000..e4289e7f63e
--- /dev/null
+++ b/docs/classic_control/acrobot.md
@@ -0,0 +1,112 @@
+Acrobot-v1
+---
+|Title|Action Type|Action Shape|Action Values|Observation Type| Observation Shape|Observation Values|... | Added some docs!
I noticed `Acrobot-v0` was removed rather than deprecated, I believe in [this commit](https://github.com/openai/gym/commit/5ba5cb7e2dd7fb06412b0ba26fdba14127e87bbf). In the version history I mentioned the functional changes but did not mention the change from direct angle readings to sin/cos pairin... | https://api.github.com/repos/openai/gym/pulls/2533 | 2021-12-20T18:12:40Z | 2021-12-20T18:28:39Z | 2021-12-20T18:28:39Z | 2021-12-20T18:28:39Z | 1,674 | openai/gym | 5,569 |
import numpy for lines 544 and 545 | diff --git a/lib/model/losses.py b/lib/model/losses.py
index b54e2bc1d6..66b6873310 100644
--- a/lib/model/losses.py
+++ b/lib/model/losses.py
@@ -7,9 +7,9 @@
from __future__ import absolute_import
-
import keras.backend as K
from keras.layers import Lambda, concatenate
+import numpy as np
import tensorflow as ... | [flake8](http://flake8.pycqa.org) testing of https://github.com/deepfakes/faceswap on Python 3.7.1
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./lib/model/losses.py:544:15: F821 undefined name 'numpy'
kernels = numpy.transpose(numpy.asarray(kernels), (1, 2, 0))
... | https://api.github.com/repos/deepfakes/faceswap/pulls/612 | 2019-02-18T19:09:29Z | 2019-02-19T18:12:48Z | 2019-02-19T18:12:48Z | 2019-02-19T18:18:39Z | 519 | deepfakes/faceswap | 18,653 |
Refs #28459 -- Improved performance of select_related() when model is prefetched from its parent. | diff --git a/django/db/models/query.py b/django/db/models/query.py
index 0b65bb56e8141..11976611509e7 100644
--- a/django/db/models/query.py
+++ b/django/db/models/query.py
@@ -1665,21 +1665,10 @@ def __init__(self, klass_info, select, db):
]
self.reorder_for_init = None
else:
- ... | ERROR: type should be string, got "https://code.djangoproject.com/ticket/28459\r\n\r\nBefore:\r\n```\r\nIn [2]: %timeit for x in Human.objects.select_related('person'): pass\r\n196 ms ± 2.05 ms per loop (mean ± std. dev. of 7 runs, 10 loops each)\r\n```\r\n\r\nAfter:\r\n```\r\nIn [2]: %timeit for x in Human.objects.select_related('person'): pass\r\n186 ms ± 1.59 ms per loop (mean ± std. dev. of 7 runs, 10 loops each)\r\n```" | https://api.github.com/repos/django/django/pulls/8845 | 2017-08-02T07:42:31Z | 2017-08-07T23:49:41Z | 2017-08-07T23:49:41Z | 2017-08-08T04:11:29Z | 391 | django/django | 50,860 |
fix md file to avoid evaluation crash | diff --git a/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md b/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md
index 66a0f9ebf6a98..d8a4e11087301 100644
--- a/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md
+++ b/examples/research_projects/wav2vec2/FINE_TUNE_XLSR_WAV2VEC2.md... | # What does this PR do?
Fix the crash due to the memory usage in the instructions for model evaluation in `FINE_TUNE_XLSR_WAV2VEC2.md`.
The original version `test_dataset["speech"][:2]` load the whole speech array into memory which is too large.
Change it to `test_dataset[:2]["speech"]` runs smoothly and much fast... | https://api.github.com/repos/huggingface/transformers/pulls/10962 | 2021-03-30T10:28:12Z | 2021-03-30T18:26:23Z | 2021-03-30T18:26:23Z | 2022-05-05T10:41:55Z | 304 | huggingface/transformers | 12,363 |
Added function that checks if a string is an isogram | diff --git a/strings/is_isogram.py b/strings/is_isogram.py
new file mode 100644
index 000000000000..a9d9acc8138e
--- /dev/null
+++ b/strings/is_isogram.py
@@ -0,0 +1,30 @@
+"""
+wiki: https://en.wikipedia.org/wiki/Heterogram_(literature)#Isograms
+"""
+
+
+def is_isogram(string: str) -> bool:
+ """
+ An isogram i... | ### Describe your change:
* [x] Add an algorithm?
* [ ] Fix a bug or typo in an existing algorithm?
* [ ] Documentation change?
### Checklist:
* [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md).
* [x] This pull request is all my own work -- I have not ... | https://api.github.com/repos/TheAlgorithms/Python/pulls/7608 | 2022-10-25T02:07:28Z | 2022-10-26T03:31:16Z | 2022-10-26T03:31:16Z | 2022-10-26T03:35:37Z | 312 | TheAlgorithms/Python | 30,359 |
Upgrade GitHub Actions | diff --git a/.github/workflows/lint_python.yml b/.github/workflows/lint_python.yml
index 63796567..2fd12494 100644
--- a/.github/workflows/lint_python.yml
+++ b/.github/workflows/lint_python.yml
@@ -4,8 +4,10 @@ jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - us... | https://api.github.com/repos/faif/python-patterns/pulls/395 | 2022-07-18T23:10:28Z | 2022-07-19T19:56:44Z | 2022-07-19T19:56:44Z | 2022-07-19T20:18:03Z | 468 | faif/python-patterns | 33,419 | |
fix annotation | diff --git a/face_recognition/api.py b/face_recognition/api.py
index 9df9e6e6d..e42d39e91 100644
--- a/face_recognition/api.py
+++ b/face_recognition/api.py
@@ -65,7 +65,7 @@ def face_distance(face_encodings, face_to_compare):
Given a list of face encodings, compare them to a known face encoding and get a euclidea... | https://api.github.com/repos/ageitgey/face_recognition/pulls/1174 | 2020-07-01T07:42:42Z | 2020-09-26T14:32:41Z | 2020-09-26T14:32:40Z | 2020-09-26T14:32:41Z | 189 | ageitgey/face_recognition | 22,584 | |
Updating autotune json default in docs. | diff --git a/csrc/lamb/fused_lamb_cuda_kernel.cu b/csrc/lamb/fused_lamb_cuda_kernel.cu
index 2cd3800e9b3a..a957eb628751 100644
--- a/csrc/lamb/fused_lamb_cuda_kernel.cu
+++ b/csrc/lamb/fused_lamb_cuda_kernel.cu
@@ -7,12 +7,12 @@
#include "ATen/TensorUtils.h"
#include "ATen/cuda/CUDAContext.h"
#include "ATen/cuda/det... | Changing the defaults listed in the docs for the autotune json from `null` to the values found in constants.py. Addresses the issues found in bug [2373](https://github.com/microsoft/DeepSpeed/issues/2473). | https://api.github.com/repos/microsoft/DeepSpeed/pulls/2476 | 2022-11-04T18:52:30Z | 2022-11-04T23:00:13Z | 2022-11-04T23:00:13Z | 2023-07-07T02:38:50Z | 651 | microsoft/DeepSpeed | 10,585 |
Refs #26464 -- Added a link to OWASP Top 10 in security topic guide. | diff --git a/docs/topics/security.txt b/docs/topics/security.txt
index 324e198410494..eb1172e7e8e32 100644
--- a/docs/topics/security.txt
+++ b/docs/topics/security.txt
@@ -273,5 +273,10 @@ security protection of the Web server, operating system and other components.
* Keep your :setting:`SECRET_KEY` a secret.
* It i... | as discussed at https://groups.google.com/d/topic/django-developers/_Z6ZufcOmps/discussion
| https://api.github.com/repos/django/django/pulls/6425 | 2016-04-06T17:04:04Z | 2016-04-09T12:10:15Z | 2016-04-09T12:10:15Z | 2016-04-09T12:23:16Z | 226 | django/django | 51,288 |
fix(tests): Another attempt to reduce flakiness of event frequency tests | diff --git a/tests/snuba/rules/conditions/test_event_frequency.py b/tests/snuba/rules/conditions/test_event_frequency.py
index c990cb03614e77..e65a1c4b506554 100644
--- a/tests/snuba/rules/conditions/test_event_frequency.py
+++ b/tests/snuba/rules/conditions/test_event_frequency.py
@@ -99,76 +99,75 @@ def test_one_week... | Fixing the date at a specific time of day and also making sure that freeze_time is used overall for
the test and not at multiple points.
Also improved how we create sessions | https://api.github.com/repos/getsentry/sentry/pulls/32580 | 2022-03-14T19:00:50Z | 2022-03-14T22:39:51Z | 2022-03-14T22:39:51Z | 2022-03-30T00:01:43Z | 3,430 | getsentry/sentry | 43,991 |
Fix grammatical errors in README.md | diff --git a/README.md b/README.md
index bcaf184146..f313156fe0 100644
--- a/README.md
+++ b/README.md
@@ -300,16 +300,16 @@ response = g4f.ChatCompletion.create(
print(f"Result:", response)
```
-### interference openai-proxy api (use with openai python package)
+### interference openai-proxy API (use with openai p... | I have fixed a couple of grammatical errors in the README.md file. | https://api.github.com/repos/xtekky/gpt4free/pulls/1148 | 2023-10-24T19:11:14Z | 2023-10-25T08:57:15Z | 2023-10-25T08:57:15Z | 2023-10-25T08:57:15Z | 517 | xtekky/gpt4free | 38,222 |
feat: add troubleshooting guide to bug report template again | diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 483e0de14..5b9cded68 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -21,6 +21,7 @@ body:
5. Try a fresh installation of Fooocus in a different directory - see if ... | A few issues were popping up lately, which could have been solved by following steps in the troubleshooting guide.
This PR adds the link as checkbox to the bug report template again with the goal of better guiding users to fix their issues themselves. | https://api.github.com/repos/lllyasviel/Fooocus/pulls/2489 | 2024-03-09T13:12:02Z | 2024-03-09T13:13:16Z | 2024-03-09T13:13:16Z | 2024-03-09T13:13:16Z | 212 | lllyasviel/Fooocus | 7,041 |
Update urllib3 to a43319f | diff --git a/requests/packages/urllib3/_collections.py b/requests/packages/urllib3/_collections.py
index b35a73672e..282b8d5e05 100644
--- a/requests/packages/urllib3/_collections.py
+++ b/requests/packages/urllib3/_collections.py
@@ -5,7 +5,7 @@
# the MIT License: http://www.opensource.org/licenses/mit-license.php
... | Includes a fix for a race condition
| https://api.github.com/repos/psf/requests/pulls/1463 | 2013-07-18T21:09:16Z | 2013-07-18T22:00:28Z | 2013-07-18T22:00:28Z | 2021-09-08T20:01:30Z | 1,247 | psf/requests | 32,771 |
Fix cupy install version detection | diff --git a/.github/workflows/nv-torch19-p40.yml b/.github/workflows/nv-torch19-p40.yml
index 0c83b3a44ef8..9d21c1506b4d 100644
--- a/.github/workflows/nv-torch19-p40.yml
+++ b/.github/workflows/nv-torch19-p40.yml
@@ -45,7 +45,7 @@ jobs:
- name: Install deepspeed
run: |
- pip install .[dev,1... | For later versions of cuda, we would try to install a cupy version that doesn't exist. Updating our `setup.py` to match https://docs.cupy.dev/en/stable/install.html#installing-cupy-from-pypi
Also, with the recent release of pip 23.1, our setup.py will not correctly install cupy due to isolated builds being the defau... | https://api.github.com/repos/microsoft/DeepSpeed/pulls/3276 | 2023-04-17T20:55:12Z | 2023-04-18T17:13:36Z | 2023-04-18T17:13:35Z | 2023-04-21T17:34:51Z | 701 | microsoft/DeepSpeed | 10,785 |
Fix "itslef" to "itself" | diff --git a/manimlib/animation/transform.py b/manimlib/animation/transform.py
index ef07090cf5..fef381848d 100644
--- a/manimlib/animation/transform.py
+++ b/manimlib/animation/transform.py
@@ -152,7 +152,7 @@ def __init__(self, method, *args, **kwargs):
method is a method of Mobject, *args are arguments for
... | I know this is trivial, but I had to fix it. | https://api.github.com/repos/3b1b/manim/pulls/1069 | 2020-05-14T19:43:47Z | 2020-05-21T03:21:11Z | 2020-05-21T03:21:10Z | 2020-05-21T03:34:34Z | 162 | 3b1b/manim | 18,170 |
Luno :: fix parse ledger | diff --git a/js/luno.js b/js/luno.js
index 1757a31921ae..0a0642ed0f50 100644
--- a/js/luno.js
+++ b/js/luno.js
@@ -977,7 +977,7 @@ module.exports = class luno extends Exchange {
let direction = undefined;
let status = undefined;
if (!Precise.stringEquals (balance_delta, '0.0')) {
- ... | 
| https://api.github.com/repos/ccxt/ccxt/pulls/16178 | 2022-12-23T10:22:04Z | 2022-12-23T11:45:20Z | 2022-12-23T11:45:20Z | 2023-01-23T16:35:32Z | 157 | ccxt/ccxt | 12,948 |
Cleaned up JSON test with ambiguous DTA usage | diff --git a/pandas/tests/io/json/test_pandas.py b/pandas/tests/io/json/test_pandas.py
index 4851f4bd27a7b..9c489c7cc17ec 100644
--- a/pandas/tests/io/json/test_pandas.py
+++ b/pandas/tests/io/json/test_pandas.py
@@ -813,20 +813,11 @@ def test_series_roundtrip_simple(self, orient, numpy):
@pytest.mark.parametrize(... | Follow up to #27838 enabled by #28444
I created a new test specific to the handling of DTA with `dtype=X` to provide a more logical separation of concerns | https://api.github.com/repos/pandas-dev/pandas/pulls/28502 | 2019-09-18T15:38:03Z | 2019-09-18T16:27:03Z | 2019-09-18T16:27:03Z | 2019-09-18T16:27:14Z | 528 | pandas-dev/pandas | 45,037 |
coinbase: deposit, fetchDeposit | diff --git a/ts/src/coinbase.ts b/ts/src/coinbase.ts
index 2e315cb48de0..9956e5f86ec6 100644
--- a/ts/src/coinbase.ts
+++ b/ts/src/coinbase.ts
@@ -53,6 +53,7 @@ export default class coinbase extends Exchange {
'createStopLimitOrder': true,
'createStopMarketOrder': false,
... | Added `deposit` and `fetchDeposit` methods to coinbase for fiat deposits.
closes: #21375 | https://api.github.com/repos/ccxt/ccxt/pulls/21422 | 2024-02-27T10:45:25Z | 2024-02-27T12:23:36Z | 2024-02-27T12:23:36Z | 2024-02-27T12:23:36Z | 2,261 | ccxt/ccxt | 13,153 |
✏️ Fix Pydantic examples in tutorial for Python types | diff --git a/docs_src/python_types/tutorial011.py b/docs_src/python_types/tutorial011.py
index c8634cbff505a..297a84db68ca0 100644
--- a/docs_src/python_types/tutorial011.py
+++ b/docs_src/python_types/tutorial011.py
@@ -6,7 +6,7 @@
class User(BaseModel):
id: int
- name = "John Doe"
+ name: str = "John Do... | pydantic script was getting an error,
"pydantic.errors.PydanticUserError: A non-annotated attribute was detected: `name = 'John Doe'`. All model fields require a type annotation; if `name` is not meant to be a field, you may be able to resolve this error by annotating it as a `ClassVar` or updating `model_config['ign... | https://api.github.com/repos/tiangolo/fastapi/pulls/9961 | 2023-07-28T15:54:26Z | 2023-09-02T15:56:35Z | 2023-09-02T15:56:35Z | 2023-09-02T15:56:36Z | 378 | tiangolo/fastapi | 22,912 |
Added CurrencyScoop | diff --git a/README.md b/README.md
index e0d676035b..4c6c3b6ed8 100644
--- a/README.md
+++ b/README.md
@@ -218,6 +218,7 @@ API | Description | Auth | HTTPS | CORS |
|---|---|---|---|---|
| [1Forge](https://1forge.com/forex-data-api/api-documentation) | Forex currency market data | `apiKey` | Yes | Unknown |
| [Curre... | 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/1153 | 2020-01-20T15:22:27Z | 2021-03-26T16:46:36Z | 2021-03-26T16:46:36Z | 2021-03-26T16:46:36Z | 287 | public-apis/public-apis | 35,322 |
Fix the ECMAScript edition | diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 8ff1d14a4aaf4..64bd5960cd4c0 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -987,8 +987,8 @@ Without passing ``safe=False``, a :exc:`TypeError` will be raised.
.. warning::
- Before the `5th editi... | The link goes to the ECMAScript 2015 spec, which is actually the 6th edition.
| https://api.github.com/repos/django/django/pulls/6588 | 2016-05-11T17:28:32Z | 2016-05-13T00:06:34Z | 2016-05-13T00:06:34Z | 2016-05-13T00:06:34Z | 219 | django/django | 51,628 |
[Docs] fix typos in some tokenizer docs | diff --git a/src/transformers/models/longformer/tokenization_longformer.py b/src/transformers/models/longformer/tokenization_longformer.py
index 5ff6f70afdeaf..69bc50595387d 100644
--- a/src/transformers/models/longformer/tokenization_longformer.py
+++ b/src/transformers/models/longformer/tokenization_longformer.py
@@ ... | # 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/22256 | 2023-03-19T13:41:44Z | 2023-03-20T12:17:32Z | 2023-03-20T12:17:32Z | 2023-03-20T12:20:14Z | 855 | huggingface/transformers | 12,295 |
Remove trailing \n from texttobase64.sh | diff --git a/scripts/texttobase64.sh b/scripts/texttobase64.sh
index 791f21c..04c1feb 100755
--- a/scripts/texttobase64.sh
+++ b/scripts/texttobase64.sh
@@ -2,7 +2,7 @@ commentChar="#"
while read p; do
firstChar=${p:0:1}
if [[ "$firstChar" != "$commentChar" && "$firstChar" != "" ]] ; then
- echo $p... | Without this, all base64 strings will get a trailing \n in their encoded form
ref #86
Does _not_ update the `blns.base64.txt` file
| https://api.github.com/repos/minimaxir/big-list-of-naughty-strings/pulls/94 | 2016-02-11T09:43:08Z | 2016-02-11T15:04:01Z | 2016-02-11T15:04:01Z | 2016-05-01T15:57:15Z | 141 | minimaxir/big-list-of-naughty-strings | 4,830 |
Add Knet.jl | diff --git a/README.md b/README.md
index 1a53fca4..3eb971ca 100644
--- a/README.md
+++ b/README.md
@@ -488,6 +488,7 @@ For a list of free machine learning books available for download, go [here](http
* [ROCAnalysis](https://github.com/davidavdav/ROCAnalysis.jl) - Receiver Operating Characteristics and functions for ev... | Add Knet.jl - Koç University Deep Learning Framework.
| https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/310 | 2016-09-06T16:58:28Z | 2016-09-09T03:01:33Z | 2016-09-09T03:01:33Z | 2016-09-09T03:01:38Z | 211 | josephmisiti/awesome-machine-learning | 52,210 |
Force color | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b2800e89..4b95a4790 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic ... | ## Type of changes
- [ ] Bug fix
- [x] New feature
- [ ] Documentation / docstrings
- [ ] Tests
- [ ] Other
## Checklist
- [x] I've run the latest [black](https://github.com/psf/black) with default args on new code.
- [x] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
- [x] I've added t... | https://api.github.com/repos/Textualize/rich/pulls/2449 | 2022-08-05T14:40:01Z | 2022-08-17T13:52:39Z | 2022-08-17T13:52:39Z | 2023-11-25T00:27:56Z | 509 | Textualize/rich | 48,334 |
Document context processors' variable functions | diff --git a/docs/templating.rst b/docs/templating.rst
index bd940b0e49..15433f2a4a 100644
--- a/docs/templating.rst
+++ b/docs/templating.rst
@@ -186,3 +186,22 @@ The context processor above makes a variable called `user` available in
the template with the value of `g.user`. This example is not very
interesting bec... | Document a way to use functions via context processors. The example isn't the best one, but I couldn't figure out a better one.
| https://api.github.com/repos/pallets/flask/pulls/394 | 2012-02-01T13:04:06Z | 2012-02-01T23:04:43Z | 2012-02-01T23:04:43Z | 2020-11-14T07:08:15Z | 278 | pallets/flask | 20,131 |
Correct spelling (woking -> working) | diff --git a/README.md b/README.md
index 430f8f09b..b2aa2995f 100644
--- a/README.md
+++ b/README.md
@@ -591,7 +591,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
## Internationalization
-*Libraries for woking with i18n.*
+*Libraries for working with i18n.*
* [Babel](http:... | https://api.github.com/repos/vinta/awesome-python/pulls/323 | 2015-03-17T04:15:30Z | 2015-03-17T04:58:58Z | 2015-03-17T04:58:58Z | 2015-03-17T05:08:15Z | 399 | vinta/awesome-python | 27,348 | |
Add Support for Python 3.6 | diff --git a/.travis.yml b/.travis.yml
index 95984110..fd8619f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
# Disabled for now since cause more pain than gain
# - "pypy"
# - "pypy3"
| Python 3.6.0 is the newest major release of the Python language, and it contains many new features and optimizations. Adding it travis CI configuration. | https://api.github.com/repos/faif/python-patterns/pulls/169 | 2017-01-07T23:12:51Z | 2017-01-09T21:33:47Z | 2017-01-09T21:33:47Z | 2017-01-09T21:33:47Z | 111 | faif/python-patterns | 33,568 |
fix doc | diff --git a/docs/sources/layers/noise.md b/docs/sources/layers/noise.md
index ef2124b7bdc..9589dc88435 100644
--- a/docs/sources/layers/noise.md
+++ b/docs/sources/layers/noise.md
@@ -2,7 +2,7 @@
## GaussianNoise
```python
-keras.layers.core.GaussianNoise(sigma)
+keras.layers.noise.GaussianNoise(sigma)
```
Apply... | https://api.github.com/repos/keras-team/keras/pulls/349 | 2015-07-06T20:59:06Z | 2015-07-07T14:37:29Z | 2015-07-07T14:37:29Z | 2015-07-07T14:37:29Z | 202 | keras-team/keras | 47,092 | |
Fix #623 | diff --git a/flask/helpers.py b/flask/helpers.py
index 6aea45c61a..e8d72bf4bf 100644
--- a/flask/helpers.py
+++ b/flask/helpers.py
@@ -247,8 +247,9 @@ def external_url_handler(error, endpoint, **values):
appctx = _app_ctx_stack.top
reqctx = _request_ctx_stack.top
if appctx is None:
- raise Runtime... | https://api.github.com/repos/pallets/flask/pulls/630 | 2012-11-08T19:57:47Z | 2013-01-25T04:13:31Z | 2013-01-25T04:13:30Z | 2020-11-14T05:42:41Z | 188 | pallets/flask | 20,887 | |
Only render auth method icon when it is available | diff --git a/website/src/components/UserDisplayNameCell.tsx b/website/src/components/UserDisplayNameCell.tsx
index 925df981d9..1dfa704652 100644
--- a/website/src/components/UserDisplayNameCell.tsx
+++ b/website/src/components/UserDisplayNameCell.tsx
@@ -1,6 +1,6 @@
import { Flex, Link, Tooltip } from "@chakra-ui/reac... | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/3258 | 2023-05-29T20:30:43Z | 2023-05-29T23:13:53Z | 2023-05-29T23:13:53Z | 2023-05-29T23:13:54Z | 479 | LAION-AI/Open-Assistant | 37,207 | |
Removed unused DatabaseOperations.last_insert_id() on PostgreSQL. | diff --git a/django/db/backends/postgresql/operations.py b/django/db/backends/postgresql/operations.py
index 2cc886a76d1eb..bff8e87d6870d 100644
--- a/django/db/backends/postgresql/operations.py
+++ b/django/db/backends/postgresql/operations.py
@@ -85,13 +85,6 @@ def lookup_cast(self, lookup_type, internal_type=None):
... | Unused since 9eb2afddfa0165d69f3e506122c2aa2b68618591. | https://api.github.com/repos/django/django/pulls/8842 | 2017-08-01T19:20:32Z | 2017-08-01T20:53:17Z | 2017-08-01T20:53:17Z | 2017-08-02T06:33:14Z | 203 | django/django | 50,707 |
sanity_check - dead code removal | diff --git a/letsencrypt/client/client.py b/letsencrypt/client/client.py
index 0f516639962..223a1ce3ac9 100644
--- a/letsencrypt/client/client.py
+++ b/letsencrypt/client/client.py
@@ -4,8 +4,6 @@
import logging
import os
import shutil
-import socket
-import string
import sys
import M2Crypto
@@ -25,11 +23,6 @@
... | This is extremely old code that doesn't quite go far enough to fully protect everything. Leaving it in makes us more likely to forget that the solution was incomplete.
I didn't want to spend the time to scrub and analyze all of the input right now so I left it as a TODO item.
| https://api.github.com/repos/certbot/certbot/pulls/208 | 2015-01-29T00:36:15Z | 2015-01-29T10:11:28Z | 2015-01-29T10:11:28Z | 2016-05-06T19:22:12Z | 817 | certbot/certbot | 652 |
Jikan API - Website + Description update | diff --git a/README.md b/README.md
index e7dfad8195..99030442ef 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ API | Description | Auth | HTTPS | CORS | Link |
API | Description | Auth | HTTPS | CORS | Link |
|---|---|---|---|---|---|
| AniList | Anime discovery & tracking | `OAuth` | Yes | Unknown | [Go!]... | Website update from `jikan.me` to `jikan.moe`. The former domain will expire on May 12th, 18.
Also a minor change to the description.
Thanks! | https://api.github.com/repos/public-apis/public-apis/pulls/665 | 2018-05-09T16:58:56Z | 2018-05-22T20:21:18Z | 2018-05-22T20:21:18Z | 2018-05-22T20:32:54Z | 250 | public-apis/public-apis | 35,761 |
Fix crashing when editing form with random data, fix #2794 | diff --git a/mitmproxy/net/http/request.py b/mitmproxy/net/http/request.py
index 6b4041f6f2..959fdd3399 100644
--- a/mitmproxy/net/http/request.py
+++ b/mitmproxy/net/http/request.py
@@ -429,10 +429,7 @@ def constrain_encoding(self):
def _get_urlencoded_form(self):
is_valid_content_type = "application/x-w... | Fixes #2794 | https://api.github.com/repos/mitmproxy/mitmproxy/pulls/2868 | 2018-02-15T03:13:58Z | 2018-03-04T18:53:16Z | 2018-03-04T18:53:16Z | 2018-03-05T08:57:19Z | 496 | mitmproxy/mitmproxy | 28,302 |
Fix Typo : `openai_api_key` -> `serpapi_api_key` | diff --git a/docs/extras/modules/agents/agent_types/openai_multi_functions_agent.ipynb b/docs/extras/modules/agents/agent_types/openai_multi_functions_agent.ipynb
index 84cdad508adb55..d1dc5cdb94a801 100644
--- a/docs/extras/modules/agents/agent_types/openai_multi_functions_agent.ipynb
+++ b/docs/extras/modules/agents/... | Fixed typo in the comments Notebook. (which says `openai_api_key` for SerpAPI)
| https://api.github.com/repos/langchain-ai/langchain/pulls/10020 | 2023-08-31T04:59:56Z | 2023-08-31T07:33:13Z | 2023-08-31T07:33:13Z | 2023-09-04T03:46:52Z | 251 | langchain-ai/langchain | 43,225 |
Add domain fronting example | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b30846972..71a8c3ac22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@
([#5109](https://github.com/mitmproxy/mitmproxy/issues/5109), @mhils)
* Make sure that mitmproxy displays error messages on startup.
([#5225](https://github.com/mitmproxy/mitmproxy... | #### Description
Adds an addon which implements domain fronting.
#### Checklist
- [X] I have updated tests where applicable.
- [X] I have added an entry to the CHANGELOG.
| https://api.github.com/repos/mitmproxy/mitmproxy/pulls/5217 | 2022-03-27T20:14:48Z | 2022-03-29T16:25:01Z | 2022-03-29T16:25:00Z | 2022-03-29T16:25:01Z | 1,164 | mitmproxy/mitmproxy | 27,490 |
Only call Init Distributed if required | diff --git a/deepspeed/runtime/engine.py b/deepspeed/runtime/engine.py
index 80b6013c9a87..422131b5437b 100755
--- a/deepspeed/runtime/engine.py
+++ b/deepspeed/runtime/engine.py
@@ -131,10 +131,10 @@ def __init__(self,
dist_init_required = not dist.is_initialized()
if dist_init_required is Fals... | Adds an else statement to make sure we only call `init_distributed` if required.
I added this due to running into an `mpi4py` missing requirement issue, since we do not expose the `auto_mpi_discovery` flag within the `init_distributed` function. As a result by ensuring we use the check first to see if distributed h... | https://api.github.com/repos/microsoft/DeepSpeed/pulls/734 | 2021-02-08T17:18:02Z | 2021-02-11T06:52:06Z | 2021-02-11T06:52:06Z | 2021-02-11T06:52:06Z | 224 | microsoft/DeepSpeed | 10,518 |
Cascade update of taskinstance to TaskMap table | diff --git a/airflow/migrations/versions/0125_2_6_2_add_onupdate_cascade_to_taskmap.py b/airflow/migrations/versions/0125_2_6_2_add_onupdate_cascade_to_taskmap.py
new file mode 100644
index 0000000000000..cdc21ddaa18df
--- /dev/null
+++ b/airflow/migrations/versions/0125_2_6_2_add_onupdate_cascade_to_taskmap.py
@@ -0,0... | Updating a taskinstance's map_index etc should cascade to the task_map table
else we would get foreign key violation error when updating a task instance from unmapped
to mapped.
closes: https://github.com/apache/airflow/issues/31431 | https://api.github.com/repos/apache/airflow/pulls/31445 | 2023-05-21T10:23:17Z | 2023-05-24T10:54:46Z | 2023-05-24T10:54:46Z | 2023-06-10T09:35:58Z | 3,253 | apache/airflow | 14,465 |
HKG: Add FW Versions for China Kia Carnival 2023 | diff --git a/docs/CARS.md b/docs/CARS.md
index ee99b7d13857a0..f9a8ac7ceec3e3 100644
--- a/docs/CARS.md
+++ b/docs/CARS.md
@@ -4,7 +4,7 @@
A supported vehicle is one that just works when you install a comma three. All supported cars provide a better experience than any stock system. Supported vehicles reference the ... | **Checklist**
- [x] added entry to CarInfo in selfdrive/car/*/values.py and ran `selfdrive/car/docs.py` to generate new docs
- [x] test route added to [routes.py](https://github.com/commaai/openpilot/blob/master/selfdrive/car/tests/routes.py)
- [x] route with stock system: `409c9409979a8abc|2023-03-25--11-30-08`
- ... | https://api.github.com/repos/commaai/openpilot/pulls/28918 | 2023-07-13T17:50:05Z | 2023-07-14T00:51:59Z | 2023-07-14T00:51:59Z | 2023-07-14T00:52:34Z | 2,305 | commaai/openpilot | 9,118 |
Fix loading latest history for file names with dots | diff --git a/modules/chat.py b/modules/chat.py
index 8ddb753114..dccd20b753 100644
--- a/modules/chat.py
+++ b/modules/chat.py
@@ -510,8 +510,7 @@ def load_latest_history(state):
histories = find_all_histories(state)
if len(histories) > 0:
- unique_id = Path(histories[0]).stem
- history = load... | ## Problem
When the most recent chat or instruct log is loaded, it fails when the file name has a dot in it. This seems to happen because `.stem` is being used twice:
https://github.com/oobabooga/text-generation-webui/blob/894e1a070067a7d9f22b032b53cdd3a3528dce53/modules/chat.py#L496 https://github.com/oobabooga/text... | https://api.github.com/repos/oobabooga/text-generation-webui/pulls/5162 | 2024-01-04T01:26:47Z | 2024-01-04T01:39:41Z | 2024-01-04T01:39:41Z | 2024-01-04T01:40:56Z | 140 | oobabooga/text-generation-webui | 26,820 |
[ie/zaiko] add thumbnails from event pages | diff --git a/yt_dlp/extractor/zaiko.py b/yt_dlp/extractor/zaiko.py
index 0ccacbb6aa0..2b6221da21b 100644
--- a/yt_dlp/extractor/zaiko.py
+++ b/yt_dlp/extractor/zaiko.py
@@ -9,6 +9,7 @@
traverse_obj,
try_call,
unescapeHTML,
+ url_basename,
url_or_none,
)
@@ -45,12 +46,14 @@ class ZaikoIE(ZaikoB... | **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/8054 | 2023-09-07T16:15:58Z | 2023-09-16T21:04:11Z | 2023-09-16T21:04:10Z | 2023-09-17T00:52:05Z | 511 | yt-dlp/yt-dlp | 7,925 |
Fix docstring in face_recognition.api.batch_face_locations | diff --git a/face_recognition/api.py b/face_recognition/api.py
index 5aed5ec0b..c74c5f95c 100644
--- a/face_recognition/api.py
+++ b/face_recognition/api.py
@@ -138,7 +138,7 @@ def batch_face_locations(images, number_of_times_to_upsample=1, batch_size=128):
If you are using a GPU, this can give you much faster res... | In doc: parameter img fix to images as function parameter. | https://api.github.com/repos/ageitgey/face_recognition/pulls/964 | 2019-10-25T21:41:10Z | 2019-11-13T08:03:21Z | 2019-11-13T08:03:21Z | 2019-11-13T08:03:21Z | 235 | ageitgey/face_recognition | 22,561 |
Note -> Not, are -> is | diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index e0fdf3dc8..2c3c935c4 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -7091,9 +7091,9 @@ Consistent use of `override` would catch this.
##### Note
-Note every class is meant to be a base class.
+Not every class is meant to be a base clas... | https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/909 | 2017-05-01T02:33:20Z | 2017-05-01T18:07:16Z | 2017-05-01T18:07:16Z | 2017-05-02T00:27:47Z | 188 | isocpp/CppCoreGuidelines | 15,308 | |
[ie/asobistage] Add extractor for live and archives | diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index c7536553680..c8b364c7bc5 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -150,6 +150,7 @@
)
from .arnes import ArnesIE
from .asobichannel import AsobiChannelIE, AsobiChannelTagURLIE
+from .asobi... | **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/8735 | 2023-12-09T10:41:39Z | 2024-04-01T22:29:14Z | 2024-04-01T22:29:14Z | 2024-04-02T01:03:03Z | 2,094 | yt-dlp/yt-dlp | 8,137 |
Remove route53 readme | diff --git a/certbot-dns-route53/MANIFEST.in b/certbot-dns-route53/MANIFEST.in
index fc62028b018..a53dbd85b22 100644
--- a/certbot-dns-route53/MANIFEST.in
+++ b/certbot-dns-route53/MANIFEST.in
@@ -1,5 +1,4 @@
include LICENSE.txt
-include README
recursive-include docs *
recursive-include tests *
global-exclude __pyc... | Our route53 plugin was initially a 3rd party plugin and we took on maintenance of it ourselves in https://github.com/certbot/certbot/pull/4692. This README file came along with the plugin, but we have more complete and up-to-date documentation for the plugin at https://certbot-dns-route53.readthedocs.io/en/stable/ so I... | https://api.github.com/repos/certbot/certbot/pulls/8581 | 2021-01-07T00:11:19Z | 2021-01-07T07:08:16Z | 2021-01-07T07:08:16Z | 2021-01-07T07:08:17Z | 468 | certbot/certbot | 2,145 |
Add points are collinear in 3d algorithm to /maths | diff --git a/maths/points_are_collinear_3d.py b/maths/points_are_collinear_3d.py
new file mode 100644
index 000000000000..3bc0b3b9ebe5
--- /dev/null
+++ b/maths/points_are_collinear_3d.py
@@ -0,0 +1,126 @@
+"""
+Check if three points are collinear in 3D.
+
+In short, the idea is that we are able to create a triangle us... | I'm not sure if /maths directory is suitable for this algorithm so if there is a better place for it please let me know in the comments.
### Describe your change:
* [x] Add an algorithm?
* [ ] Fix a bug or typo in an existing algorithm?
* [ ] Documentation change?
### Checklist:
* [x] I have read [CONTRIB... | https://api.github.com/repos/TheAlgorithms/Python/pulls/5983 | 2022-02-07T03:31:36Z | 2022-02-13T17:09:09Z | 2022-02-13T17:09:09Z | 2022-02-13T17:11:04Z | 1,710 | TheAlgorithms/Python | 29,892 |
Added a New Script To Download Spotlight Wallpapers | diff --git a/spotlight.py b/spotlight.py
new file mode 100644
index 0000000000..4e539a3aee
--- /dev/null
+++ b/spotlight.py
@@ -0,0 +1,65 @@
+""" Script To Copy Spotlight(Lockscreen) Images from Windows """
+import os
+import shutil
+import errno
+import hashlib
+from PIL import Image
+
+def md5(fname):
+ ""... | This script downloads all currently active lock screen backgrounds ( spotlight wallpapers ) into a directory that can be specified by the user. | https://api.github.com/repos/geekcomputers/Python/pulls/235 | 2017-09-22T13:55:52Z | 2017-09-30T08:12:10Z | 2017-09-30T08:12:10Z | 2017-09-30T08:12:26Z | 706 | geekcomputers/Python | 30,969 |
Add gradient_average flag support for sparse grads | diff --git a/deepspeed/runtime/engine.py b/deepspeed/runtime/engine.py
index 476f71de2120..13d58ff11438 100644
--- a/deepspeed/runtime/engine.py
+++ b/deepspeed/runtime/engine.py
@@ -2292,9 +2292,6 @@ def sparse_allreduce_bucket(self, bucket, dp_group):
return sparse_list
def sparse_allreduce(self, spar... | Added support for disabling the gradient average for sparse grads.
Logic copied from here: https://github.com/microsoft/DeepSpeed/blob/2210ebe70f68135b6b43e91323a7d96a403a2299/deepspeed/runtime/engine.py#L2172 | https://api.github.com/repos/microsoft/DeepSpeed/pulls/2188 | 2022-08-05T11:43:47Z | 2022-08-09T16:00:03Z | 2022-08-09T16:00:03Z | 2022-08-09T16:00:10Z | 1,029 | microsoft/DeepSpeed | 10,327 |
Refs #30399 -- Made assertHTMLEqual normalize character and entity references. | diff --git a/django/test/html.py b/django/test/html.py
index 8b064529b0f0c..911872bb69060 100644
--- a/django/test/html.py
+++ b/django/test/html.py
@@ -3,11 +3,14 @@
import re
from html.parser import HTMLParser
-WHITESPACE = re.compile(r'\s+')
+# ASCII whitespace is U+0009 TAB, U+000A LF, U+000C FF, U+000D CR, or ... | https://api.github.com/repos/django/django/pulls/11343 | 2019-05-08T13:29:56Z | 2019-05-09T13:55:33Z | 2019-05-09T13:55:33Z | 2019-05-09T14:00:01Z | 1,085 | django/django | 50,979 | |
Add a GitHub workflow to close inactive issues and PRs automatically | diff --git a/.github/workflows/close-inactive-issues.yml b/.github/workflows/close-inactive-issues.yml
new file mode 100644
index 0000000000..d81b727aaa
--- /dev/null
+++ b/.github/workflows/close-inactive-issues.yml
@@ -0,0 +1,31 @@
+name: Close inactive issues
+
+on:
+ schedule:
+ - cron: "5 0 * * *"
+
+jobs:
+ ... | Way too many issues have been piling up with their authors disappearing and never closing them. At the same time, lots of the unmerged PRs remain completely unanswered due to their sheer irrelevance. Closing both would clean up a big portion of the clutter lingering on the project's page. | https://api.github.com/repos/xtekky/gpt4free/pulls/777 | 2023-07-27T12:08:46Z | 2023-08-07T11:21:04Z | 2023-08-07T11:21:04Z | 2023-08-07T11:21:04Z | 343 | xtekky/gpt4free | 38,048 |
eventlog: Override set_focus to check for index error | diff --git a/mitmproxy/tools/console/flowlist.py b/mitmproxy/tools/console/flowlist.py
index 31d48ee3ec..044f8f05d7 100644
--- a/mitmproxy/tools/console/flowlist.py
+++ b/mitmproxy/tools/console/flowlist.py
@@ -57,6 +57,10 @@ def __init__(self, master):
self.master = master
urwid.ListBox.__init__(self... | Mitmproxy crashes on pressing `g` or `G` while `eventlog` is focused and is empty. This happens due to `IndexError` in `set_focus`, so this PR just put a check by overriding it.
#### Mitmproxy version
Mitmproxy version: 3.0.0 (1.0.1dev0502-0x60b2fdfe)
Python version: 3.6.0
Platform: Linux-4.8.13-1-ARCH-x86_64-... | https://api.github.com/repos/mitmproxy/mitmproxy/pulls/2220 | 2017-03-28T14:47:51Z | 2017-03-28T19:35:44Z | 2017-03-28T19:35:44Z | 2017-03-29T13:09:32Z | 163 | mitmproxy/mitmproxy | 28,285 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.