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 |
|---|---|---|---|---|---|---|---|---|---|---|
Import latest upstream augeas lens | diff --git a/letsencrypt-apache/letsencrypt_apache/augeas_lens/httpd.aug b/letsencrypt-apache/letsencrypt_apache/augeas_lens/httpd.aug
index 0f2cb7b4551..edaca3fef1b 100644
--- a/letsencrypt-apache/letsencrypt_apache/augeas_lens/httpd.aug
+++ b/letsencrypt-apache/letsencrypt_apache/augeas_lens/httpd.aug
@@ -106,11 +106... | - Handles perl sripts embedded in Apache conf files
- Fixes: #2079
| https://api.github.com/repos/certbot/certbot/pulls/2219 | 2016-01-18T19:45:26Z | 2016-01-19T21:36:20Z | 2016-01-19T21:36:20Z | 2016-05-06T19:21:56Z | 457 | certbot/certbot | 2,596 |
Create 2to00000010.py | diff --git a/Decimal to binary/2to00000010.py b/Decimal to binary/2to00000010.py
new file mode 100644
index 0000000000..ed7443cbad
--- /dev/null
+++ b/Decimal to binary/2to00000010.py
@@ -0,0 +1,30 @@
+# this uses GPL V3 LICENSE
+# code by @JymPatel
+
+import sys
+
+binary = '$' # just starting var
+n = 15 # can get 2... | Can convert decimal number to binary | https://api.github.com/repos/geekcomputers/Python/pulls/1437 | 2021-11-22T12:03:20Z | 2021-11-24T17:18:46Z | 2021-11-24T17:18:46Z | 2021-11-24T17:18:46Z | 311 | geekcomputers/Python | 31,422 |
Deprecate all tls-sni related objects in acme module | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9761ad3e98a..2cc823d1c41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
* Support for TLS-SNI-01 has been removed from all official Certbot plugins.
+* Attributes related to the ... | This PR is a part of the tls-sni-01 removal plan described in #6849.
As `acme` is a library, we need to put some efforts to make a decent deprecation path before totally removing tls-sni in it. While initialization of `acme.challenges.TLSSNI01` was already creating deprecation warning, not all cases were covered.
... | https://api.github.com/repos/certbot/certbot/pulls/6859 | 2019-03-14T17:06:19Z | 2019-03-27T01:26:38Z | 2019-03-27T01:26:38Z | 2019-05-02T09:43:43Z | 3,964 | certbot/certbot | 2,782 |
[AIRFLOW-5553] MySqlToGoogleCloudStorageOperator: Bytes value check done based on the type of the variable | diff --git a/airflow/operators/mysql_to_gcs.py b/airflow/operators/mysql_to_gcs.py
index fef2c20b05f12..d7c07c81936b0 100644
--- a/airflow/operators/mysql_to_gcs.py
+++ b/airflow/operators/mysql_to_gcs.py
@@ -119,6 +119,6 @@ def convert_type(self, value, schema_type):
return value.total_seconds()
... | Make sure you have checked _all_ steps below.
### Jira
- [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW) issues and references them in the PR title. For example, "\[AIRFLOW-XXX\] My Airflow PR"
- https://issues.apache.org/jira/browse/AIRFLOW-5553
- In case you... | https://api.github.com/repos/apache/airflow/pulls/6183 | 2019-09-25T18:27:13Z | 2019-09-28T11:24:25Z | 2019-09-28T11:24:25Z | 2019-10-02T16:48:56Z | 153 | apache/airflow | 14,525 |
Changing Environment Docstrings | diff --git a/gym/core.py b/gym/core.py
index 797f9216049..8d957ba6e20 100644
--- a/gym/core.py
+++ b/gym/core.py
@@ -65,7 +65,7 @@ def step(self, action: ActType) -> Tuple[ObsType, float, bool, dict]:
observation (object): agent's observation of the current environment
reward (float) : amount ... | I have made some changes to the docstrings of the `Env` methods.
`reset`'s docstring states that
> this function should not reset the environment's random number generator(s);
If I understand correctly, this used to be true before `seed()` was deprecated. In the current code, it seems that `reset()` is supposed... | https://api.github.com/repos/openai/gym/pulls/2611 | 2022-02-12T16:54:41Z | 2022-02-13T00:39:03Z | 2022-02-13T00:39:03Z | 2022-02-13T00:39:03Z | 503 | openai/gym | 5,254 |
TYP ensure bool_t is always used in pandas/core/generic.py | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d927be76843e1..7988012498db7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -206,3 +206,8 @@ repos:
files: ^pandas/core/
exclude: ^pandas/core/api\.py$
types: [python]
+ - id: no-bool-in-core-gene... | - [x] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
Currently, lots of methods use the `bool` annotation in that file. I'm not sure it affects `mypy` (some experiments with `reveal_type` suggest it doesn't) - howe... | https://api.github.com/repos/pandas-dev/pandas/pulls/40175 | 2021-03-02T18:43:20Z | 2021-04-08T14:43:39Z | 2021-04-08T14:43:39Z | 2021-04-08T14:59:56Z | 2,699 | pandas-dev/pandas | 45,080 |
Add documentation about legacy cb-auto files | diff --git a/letsencrypt-auto-source/README.md b/letsencrypt-auto-source/README.md
new file mode 100644
index 00000000000..f37f3dfbd44
--- /dev/null
+++ b/letsencrypt-auto-source/README.md
@@ -0,0 +1,12 @@
+# Legacy letsencrypt-auto files
+
+`certbot-auto` and `letsencrypt-auto` were two names for the same self-updatin... | Fixes https://github.com/certbot/certbot/issues/8812 by implementing the plan Erica and I discussed there.
| https://api.github.com/repos/certbot/certbot/pulls/9011 | 2021-08-27T17:43:59Z | 2021-09-09T20:21:47Z | 2021-09-09T20:21:47Z | 2021-09-14T03:33:20Z | 570 | certbot/certbot | 3,029 |
Subaru Legacy 22 fingerprint | diff --git a/selfdrive/car/subaru/values.py b/selfdrive/car/subaru/values.py
index 7d8365a11f3435..d04e5f2cc62322 100644
--- a/selfdrive/car/subaru/values.py
+++ b/selfdrive/car/subaru/values.py
@@ -106,18 +106,23 @@ class SubaruCarInfo(CarInfo):
CAR.LEGACY: {
(Ecu.esp, 0x7b0, None): [
b'\xa1\\ x04\x01'... | 2022 Subaru Legacy fingerprint
c56e69bbc74b8fad|2022-09-02--19-23-21--0 | https://api.github.com/repos/commaai/openpilot/pulls/25665 | 2022-09-05T03:12:22Z | 2022-09-05T20:24:17Z | 2022-09-05T20:24:17Z | 2022-12-28T19:01:29Z | 336 | commaai/openpilot | 8,938 |
Specify comma containers come from ghcr.io in docker pull commands. | diff --git a/tools/sim/build_container.sh b/tools/sim/build_container.sh
index 7fb94ba855b0ca..8a9d0e0e29e2a3 100755
--- a/tools/sim/build_container.sh
+++ b/tools/sim/build_container.sh
@@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../../
-docker pull commaai/openpilot-base:latest... | **Description**
This is a pull request to fix the pull-url of the openpilot docker containers.
I'm not sure what the `build_container.sh` script is used for but maybe the change is correct for it too.
Please correct me if I'm wrong about this being a fix.
**Verification**
I tried starting the simulati... | https://api.github.com/repos/commaai/openpilot/pulls/20342 | 2021-03-14T13:16:29Z | 2021-03-14T19:59:05Z | 2021-03-14T19:59:05Z | 2021-03-14T19:59:05Z | 303 | commaai/openpilot | 9,767 |
test_models: check consitency between panda and openpilot for velocity | diff --git a/panda b/panda
index bb75afc84e4d33..7e2b312fa86e6c 160000
--- a/panda
+++ b/panda
@@ -1 +1 @@
-Subproject commit bb75afc84e4d33af1554ada81851547db648e33e
+Subproject commit 7e2b312fa86e6cdfeba496f261407cb47cb005d1
diff --git a/selfdrive/car/tests/test_models.py b/selfdrive/car/tests/test_models.py
index aa... | good check to have for angle based cars that require it as part of the safety (wanted to check for the new subarus) | https://api.github.com/repos/commaai/openpilot/pulls/30750 | 2023-12-15T21:55:04Z | 2023-12-15T22:50:37Z | 2023-12-15T22:50:37Z | 2023-12-16T01:18:32Z | 457 | commaai/openpilot | 9,287 |
Lower case "console" in import makes example fail | diff --git a/docs/source/syntax.rst b/docs/source/syntax.rst
index 2b0f1425f..536a3de69 100644
--- a/docs/source/syntax.rst
+++ b/docs/source/syntax.rst
@@ -6,7 +6,7 @@ Rich can syntax highlight various programming languages with line numbers.
To syntax highlight code, construct a :class:`~rich.syntax.Syntax` object a... | ## Type of changes
- [ ] Bug fix
- [ ] New feature
- [X] Documentation / docstrings
- [ ] Tests
- [ ] Other
## Checklist
- [ ] I've run the latest [black](https://github.com/ambv/black) with default args on new code.
- [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
- [ ] I've added ... | https://api.github.com/repos/Textualize/rich/pulls/105 | 2020-06-06T00:58:21Z | 2020-06-06T11:18:11Z | 2020-06-06T11:18:11Z | 2020-06-09T01:21:58Z | 195 | Textualize/rich | 48,487 |
get_sans_from_csr using pyOpenSSL | diff --git a/letsencrypt/crypto_util.py b/letsencrypt/crypto_util.py
index f89f281cbc0..94617eef65d 100644
--- a/letsencrypt/crypto_util.py
+++ b/letsencrypt/crypto_util.py
@@ -1,4 +1,4 @@
-"""Let's Encrypt client crypto utility functions
+"""Let's Encrypt client crypto utility functions.
.. todo:: Make the transiti... | Supersedes #247. Still hacky (using unexposed API, and using some, quite reasonable, assumptions), but we're getting there! I will try to submit appropriate patches upstream.
| https://api.github.com/repos/certbot/certbot/pulls/399 | 2015-05-10T09:45:17Z | 2015-05-18T17:28:55Z | 2015-05-18T17:28:55Z | 2016-05-06T19:21:29Z | 2,166 | certbot/certbot | 1,978 |
Sound stability test | diff --git a/selfdrive/modeld/test/polyfit/__init__.py b/selfdrive/modeld/test/polyfit/__init__.py
new file mode 100644
index 00000000000000..e69de29bb2d1d6
diff --git a/selfdrive/ui/test/__init__.py b/selfdrive/ui/test/__init__.py
new file mode 100644
index 00000000000000..e69de29bb2d1d6
diff --git a/selfdrive/ui/test... | https://api.github.com/repos/commaai/openpilot/pulls/2089 | 2020-08-27T00:45:37Z | 2020-08-27T22:50:49Z | 2020-08-27T22:50:49Z | 2020-08-27T22:50:50Z | 586 | commaai/openpilot | 8,927 | |
Add SunTV support | diff --git a/README.md b/README.md
index 3130a33fc2..911197ac70 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ Fork me on GitHub: <https://github.com/soimort/you-get>
* Sohu (搜狐视频) <http://tv.sohu.com>
* SongTaste <http://www.songtaste.com>
* SoundCloud <http://soundcloud.com>
+* SunTV (阳光卫视) <http://www.i... | 阳光卫视,要是大陆能看则不错。
要了亲命了,上游下游写两遍。
Gayhub还不让保留两个project,只能写完了发PR立即删掉。
```
python3 you-get http://www.isuntv.com/pro/ct3124.html
Video Site: SunTV
Title: 王利波:掩埋
Type: Unknown type (None)
Size: 154.26 MiB (161756715 Bytes)
Downloading 王利波:掩埋.mp4 ...
0.0% ( 0.0/154.3MB) [ ... | https://api.github.com/repos/soimort/you-get/pulls/699 | 2015-10-14T21:43:56Z | 2015-10-16T23:21:56Z | 2015-10-16T23:21:56Z | 2015-10-16T23:21:56Z | 980 | soimort/you-get | 20,972 |
fix helm scheduler deployment / scheduler logs | diff --git a/chart/templates/scheduler/scheduler-deployment.yaml b/chart/templates/scheduler/scheduler-deployment.yaml
index 45be2ff7d5a50..9a928a6641086 100644
--- a/chart/templates/scheduler/scheduler-deployment.yaml
+++ b/chart/templates/scheduler/scheduler-deployment.yaml
@@ -173,7 +173,7 @@ spec:
- name: ... | Hello again,
Another very small fix to make the latest chart work.
Based on the airflow image entrypoint, we should use airflow commands directly (just like for everywhere else in the current chart).
The container exists otherwise.
<!--
Thank you for contributing! Please make sure that your code changes
are ... | https://api.github.com/repos/apache/airflow/pulls/11685 | 2020-10-20T11:52:31Z | 2020-10-31T17:55:51Z | 2020-10-31T17:55:51Z | 2020-11-15T12:13:25Z | 668 | apache/airflow | 13,946 |
[doc] updated documentation version list | diff --git a/.github/workflows/doc_build_after_merge.yml b/.github/workflows/doc_build_after_merge.yml
index dae3b70e1f4c..2f7b708ab3a8 100644
--- a/.github/workflows/doc_build_after_merge.yml
+++ b/.github/workflows/doc_build_after_merge.yml
@@ -5,6 +5,7 @@ on:
pull_request:
paths:
- 'version.txt'
+ ... | ## 📌 Checklist before creating the PR
- [ ] I have created an issue for this PR for traceability
- [x] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description`
- [x] I have added relevant tags if possible for us to better distinguish different PRs
## 🚨 Issue number
> Link t... | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/2715 | 2023-02-15T03:21:33Z | 2023-02-15T03:24:19Z | 2023-02-15T03:24:19Z | 2023-02-15T03:24:24Z | 243 | hpcaitech/ColossalAI | 11,064 |
Added unit test, travis file | diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000000..57605897861
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+language: python
+# Setup anaconda
+before_install:
+ - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
+ - chmod +x miniconda.sh
+ - .... | I should have split this up into multiple commits, but..
-- Added 'travis.yml' which can be used to integrate travis (done for my fork)
-- Removed failing test file completely as you suggested
-- Added a single unit test covering the softmax function (to show the approach)
| https://api.github.com/repos/keras-team/keras/pulls/280 | 2015-06-26T02:32:55Z | 2015-06-27T01:13:59Z | 2015-06-27T01:13:59Z | 2015-06-27T01:21:34Z | 1,950 | keras-team/keras | 47,217 |
Bump exllama module to 0.0.7 | diff --git a/requirements.txt b/requirements.txt
index 6382ea4315..cbcb8320b5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -26,5 +26,5 @@ llama-cpp-python==0.1.73; platform_system != "Windows"
https://github.com/abetlen/llama-cpp-python/releases/download/v0.1.73/llama_cpp_python-0.1.73-cp310-cp310-win_amd64... | Adds support for LLaMa 2 | https://api.github.com/repos/oobabooga/text-generation-webui/pulls/3211 | 2023-07-19T23:22:48Z | 2023-07-20T01:24:47Z | 2023-07-20T01:24:47Z | 2023-07-20T20:56:50Z | 460 | oobabooga/text-generation-webui | 26,235 |
Update tensorflow to 2.4.0rc4 | diff --git a/lib/cli/launcher.py b/lib/cli/launcher.py
index d1030fb405..ad483bf868 100644
--- a/lib/cli/launcher.py
+++ b/lib/cli/launcher.py
@@ -53,10 +53,10 @@ def _test_for_tf_version(self):
Raises
------
FaceswapError
- If Tensorflow is not found, or is not between versions 2.... | I know this is only a draft, many things don't work like Analysis and learning graph. But I think this is a good point for starting supporting RTX 3080. I think you should create a new branch to allow people to work on that change. Best! PS. I will try to work on this but I'm not a Python person. | https://api.github.com/repos/deepfakes/faceswap/pulls/1086 | 2020-11-12T08:54:01Z | 2020-12-08T12:49:50Z | 2020-12-08T12:49:50Z | 2020-12-08T12:49:50Z | 1,586 | deepfakes/faceswap | 18,860 |
Fix junos netconf port issue in integration test (#32610) | diff --git a/test/integration/targets/junos_netconf/tests/cli/changeport.yaml b/test/integration/targets/junos_netconf/tests/cli/changeport.yaml
index ef0c2288f0617d..73ec15e2747b1b 100644
--- a/test/integration/targets/junos_netconf/tests/cli/changeport.yaml
+++ b/test/integration/targets/junos_netconf/tests/cli/chang... |
##### SUMMARY
<!--- Describe the change, including rationale and design decisions -->
(cherry picked from commit 6d1d06e0f7e1c7dd1e379a70375ea28a5ca6268d)
Integration test fix
<!---
If you are fixing an existing issue, please include "Fixes #nnn" in your
commit message and your description; but you should s... | https://api.github.com/repos/ansible/ansible/pulls/32668 | 2017-11-08T08:52:39Z | 2017-11-10T15:02:07Z | 2017-11-10T15:02:07Z | 2019-04-26T23:16:33Z | 573 | ansible/ansible | 49,576 |
[fx]add uniform policy | diff --git a/colossalai/fx/passes/adding_split_node_pass.py b/colossalai/fx/passes/adding_split_node_pass.py
index 4d34c2b56410..91005fe6bd51 100644
--- a/colossalai/fx/passes/adding_split_node_pass.py
+++ b/colossalai/fx/passes/adding_split_node_pass.py
@@ -32,6 +32,35 @@ def balanced_split_pass(gm: torch.fx.GraphModu... | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/1208 | 2022-07-06T03:16:13Z | 2022-07-06T05:48:11Z | 2022-07-06T05:48:11Z | 2022-07-06T05:48:11Z | 863 | hpcaitech/ColossalAI | 11,720 | |
Show tqdm progress bar | diff --git a/README.md b/README.md
index 6dd972314f..65b077f26c 100644
--- a/README.md
+++ b/README.md
@@ -264,7 +264,8 @@ torchrun --nproc_per_node=4 --master_port=20001 fastchat/train/train_mem.py \
--tf32 True \
--model_max_length 2048 \
--gradient_checkpointing True \
- --lazy_preprocess True
+ ... | https://api.github.com/repos/lm-sys/FastChat/pulls/2065 | 2023-07-24T18:14:28Z | 2023-07-24T18:14:56Z | 2023-07-24T18:14:56Z | 2023-07-24T18:15:35Z | 505 | lm-sys/FastChat | 41,444 | |
python compress and decompress string solution | diff --git a/scripts/random_question.py b/scripts/random_question.py
index 7bf743891..8bf36fa3b 100644
--- a/scripts/random_question.py
+++ b/scripts/random_question.py
@@ -2,6 +2,7 @@
import optparse
import os
+
def main():
"""Reads through README.md for question/answer pairs and adds them to a
list to ... | https://api.github.com/repos/bregman-arie/devops-exercises/pulls/309 | 2022-11-07T05:36:41Z | 2022-11-07T06:58:06Z | 2022-11-07T06:58:06Z | 2022-11-07T06:58:06Z | 455 | bregman-arie/devops-exercises | 17,653 | |
🌐 Add Chinese translation for `docs/zh/docs/advanced/additional-responses.md` | diff --git a/docs/zh/docs/advanced/additional-responses.md b/docs/zh/docs/advanced/additional-responses.md
new file mode 100644
index 0000000000000..2a1e1ed891a79
--- /dev/null
+++ b/docs/zh/docs/advanced/additional-responses.md
@@ -0,0 +1,219 @@
+# OPENAPI 中的其他响应
+
+您可以声明附加响应,包括附加状态代码、媒体类型、描述等。
+
+这些额外的响应将包含在OpenAPI模式... | see the commit | https://api.github.com/repos/tiangolo/fastapi/pulls/10325 | 2023-09-26T01:55:49Z | 2024-01-09T15:53:39Z | 2024-01-09T15:53:39Z | 2024-01-09T15:53:39Z | 2,157 | tiangolo/fastapi | 22,673 |
[docs] [testing] distributed training | diff --git a/docs/source/testing.rst b/docs/source/testing.rst
index 4f294be9ea569..3b1d97f573045 100644
--- a/docs/source/testing.rst
+++ b/docs/source/testing.rst
@@ -451,6 +451,24 @@ Inside tests:
+Distributed training
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... | We figured out how to support distributed training with `pytest`, this is a preliminary doc snippet to help those in need to find the current implementation. I'm sure it will evolve as we have more tests with varying needs, but for now that's all we have.
@sgugger | https://api.github.com/repos/huggingface/transformers/pulls/7993 | 2020-10-22T21:25:36Z | 2020-10-26T12:15:06Z | 2020-10-26T12:15:06Z | 2020-10-26T17:20:24Z | 388 | huggingface/transformers | 12,471 |
[refactor] moving grad acc logic to engine | diff --git a/colossalai/utils/gradient_accumulation/__init__.py b/colossalai/engine/gradient_accumulation/__init__.py
similarity index 94%
rename from colossalai/utils/gradient_accumulation/__init__.py
rename to colossalai/engine/gradient_accumulation/__init__.py
index d125b26eb36e..4585b9a2529c 100644
--- a/colossalai... | Avoid circle import. | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/804 | 2022-04-19T02:18:20Z | 2022-04-19T06:03:21Z | 2022-04-19T06:03:21Z | 2022-04-19T06:03:24Z | 2,027 | hpcaitech/ColossalAI | 11,779 |
fix(ui): Project details transactions check | diff --git a/src/sentry/static/sentry/app/views/projectDetail/projectDetail.tsx b/src/sentry/static/sentry/app/views/projectDetail/projectDetail.tsx
index f0b0fcf8b1d5e..bae713845f79b 100644
--- a/src/sentry/static/sentry/app/views/projectDetail/projectDetail.tsx
+++ b/src/sentry/static/sentry/app/views/projectDetail/p... | https://api.github.com/repos/getsentry/sentry/pulls/24927 | 2021-04-02T16:16:21Z | 2021-04-02T16:38:44Z | 2021-04-02T16:38:44Z | 2021-04-18T00:02:34Z | 203 | getsentry/sentry | 44,480 | |
fix: correctly set preset config and loras in meta parser | diff --git a/modules/config.py b/modules/config.py
index ba2a76fb7..76ffd3488 100644
--- a/modules/config.py
+++ b/modules/config.py
@@ -124,14 +124,6 @@ def try_get_preset_content(preset):
print(e)
return {}
-
-try:
- with open(os.path.abspath(f'./presets/default.json'), "r", encoding="utf-8") a... | fixes https://github.com/lllyasviel/Fooocus/issues/2566 | https://api.github.com/repos/lllyasviel/Fooocus/pulls/2588 | 2024-03-20T20:14:20Z | 2024-03-20T20:16:03Z | 2024-03-20T20:16:03Z | 2024-03-20T20:16:03Z | 438 | lllyasviel/Fooocus | 7,267 |
[Wrappers]: RescaleAction | diff --git a/gym/wrappers/__init__.py b/gym/wrappers/__init__.py
index 5bc7c688600..7d028f34f56 100644
--- a/gym/wrappers/__init__.py
+++ b/gym/wrappers/__init__.py
@@ -4,6 +4,7 @@
from gym.wrappers.dict import FlattenDictWrapper
from gym.wrappers.filter_observation import FilterObservation
from gym.wrappers.atari_p... | https://api.github.com/repos/openai/gym/pulls/1491 | 2019-05-14T13:19:37Z | 2019-10-25T21:20:54Z | 2019-10-25T21:20:54Z | 2019-10-25T21:20:54Z | 893 | openai/gym | 5,505 | |
Add flask-restless | diff --git a/README.md b/README.md
index 19031bb72..f3fc512f9 100644
--- a/README.md
+++ b/README.md
@@ -464,6 +464,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [django-formapi](https://github.com/5monkeys/django-formapi) - Create JSON APIs with HMAC authentication and Django... | [Flask-Restless](https://flask-restless.readthedocs.org/en/latest/) provides simple generation of ReSTful APIs for database models defined using SQLAlchemy (or Flask-SQLAlchemy). The generated APIs send and receive messages in JSON format.
| https://api.github.com/repos/vinta/awesome-python/pulls/249 | 2014-10-22T07:45:06Z | 2014-10-25T05:33:38Z | 2014-10-25T05:33:38Z | 2014-10-25T05:33:38Z | 294 | vinta/awesome-python | 27,028 |
Add brotlicffi support | diff --git a/scrapy/downloadermiddlewares/httpcompression.py b/scrapy/downloadermiddlewares/httpcompression.py
index aa3abe85379..0e5e215ac8e 100644
--- a/scrapy/downloadermiddlewares/httpcompression.py
+++ b/scrapy/downloadermiddlewares/httpcompression.py
@@ -29,7 +29,10 @@
ACCEPTED_ENCODINGS: List[bytes] = [b"gzip",... | Fix #6263 | https://api.github.com/repos/scrapy/scrapy/pulls/6269 | 2024-03-06T01:20:27Z | 2024-03-06T14:04:43Z | 2024-03-06T14:04:42Z | 2024-03-06T14:04:43Z | 1,517 | scrapy/scrapy | 34,417 |
Adds wemake-python-styleguide | diff --git a/README.md b/README.md
index d9510375a..f97025b71 100644
--- a/README.md
+++ b/README.md
@@ -221,6 +221,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
* [pylint](https://www.pylin... | ## What is this Python project?
The strictest and most opinionated python linter ever!
Repo: https://github.com/wemake-services/wemake-python-styleguide
Docs: https://wemake-python-stylegui.de/en/latest/
PyPI: https://pypi.org/project/wemake-python-styleguide
## What's the difference between this Python projec... | https://api.github.com/repos/vinta/awesome-python/pulls/1348 | 2019-09-09T11:50:46Z | 2019-10-03T16:11:47Z | 2019-10-03T16:11:47Z | 2019-10-03T16:11:47Z | 234 | vinta/awesome-python | 26,987 |
Make dockerfiles Google Shell Guide Compliant | diff --git a/scripts/ci/dockerfiles/bats/build_and_push.sh b/scripts/ci/dockerfiles/bats/build_and_push.sh
index 61d069480fcb2..5197ca1467577 100755
--- a/scripts/ci/dockerfiles/bats/build_and_push.sh
+++ b/scripts/ci/dockerfiles/bats/build_and_push.sh
@@ -18,18 +18,28 @@
set -euo pipefail
DOCKERHUB_USER=${DOCKERHUB_... |
---
**^ Add meaningful description above**
Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more information.
In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFL... | https://api.github.com/repos/apache/airflow/pulls/10734 | 2020-09-04T23:11:53Z | 2020-09-09T12:04:17Z | 2020-09-09T12:04:17Z | 2020-11-14T16:46:03Z | 296 | apache/airflow | 14,007 |
TICK_SIZE - coinone | diff --git a/js/coinone.js b/js/coinone.js
index c21b027dcf5c..6e4e67743235 100644
--- a/js/coinone.js
+++ b/js/coinone.js
@@ -4,6 +4,7 @@
const Exchange = require ('./base/Exchange');
const { BadSymbol, BadRequest, ExchangeError, ArgumentsRequired, OrderNotFound, OnMaintenance } = require ('./base/errors');
+const... | https://api.github.com/repos/ccxt/ccxt/pulls/13773 | 2022-06-10T20:19:44Z | 2022-06-10T22:15:47Z | 2022-06-10T22:15:47Z | 2022-06-11T07:21:18Z | 280 | ccxt/ccxt | 13,161 | |
Fix #4382, add console integration tests | diff --git a/mitmproxy/master.py b/mitmproxy/master.py
index 720e19c3c1..f34e66f673 100644
--- a/mitmproxy/master.py
+++ b/mitmproxy/master.py
@@ -73,7 +73,7 @@ def run_loop(self, loop):
self.addons.trigger("done")
- def run(self, func=None):
+ def run(self):
loop = asyncio.get_event_loop()
... | This PR fixes #4382, and (more importantly) adds a harness to drive integration tests for the UI. We can expand on tests here in the future, but we already catch problems like #4382 now!
/cc @Prinzhorn 😉 | https://api.github.com/repos/mitmproxy/mitmproxy/pulls/4383 | 2021-01-04T16:01:22Z | 2021-01-04T19:31:43Z | 2021-01-04T19:31:43Z | 2021-01-05T16:12:18Z | 2,041 | mitmproxy/mitmproxy | 28,399 |
[Wrappers]: add ClipReward | diff --git a/gym/wrappers/__init__.py b/gym/wrappers/__init__.py
index 8aaf686b427..701db24dd23 100644
--- a/gym/wrappers/__init__.py
+++ b/gym/wrappers/__init__.py
@@ -3,4 +3,5 @@
from gym.wrappers.time_limit import TimeLimit
from gym.wrappers.dict import FlattenDictWrapper
from gym.wrappers.atari_preprocessing imp... | https://api.github.com/repos/openai/gym/pulls/1484 | 2019-05-14T12:45:14Z | 2019-05-24T22:42:11Z | 2019-05-24T22:42:11Z | 2019-05-24T22:42:11Z | 575 | openai/gym | 5,534 | |
Change black.vim error message to specify its origin. | diff --git a/plugin/black.vim b/plugin/black.vim
index 385d0e1bd98..b174e598452 100644
--- a/plugin/black.vim
+++ b/plugin/black.vim
@@ -14,7 +14,7 @@
" - restore cursor/window position after formatting
if v:version < 700 || !has('python3')
- echo "This script requires vim7.0+ with Python 3.6 support."
+ e... | Fixes #1230 .
This just changes the error message if the black.vim plugin is unable to load, to specify that it is coming from "The black.vim plugin" instead of "This script" when the user is viewing the message in vim. | https://api.github.com/repos/psf/black/pulls/1240 | 2020-01-21T04:25:19Z | 2020-01-23T16:18:58Z | 2020-01-23T16:18:58Z | 2020-01-23T19:10:25Z | 130 | psf/black | 23,802 |
Rename rnd to round in I.1 | diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md
index 3d5dd8755..9dd3a94bf 100644
--- a/CppCoreGuidelines.md
+++ b/CppCoreGuidelines.md
@@ -1223,12 +1223,12 @@ Correctness. Assumptions not stated in an interface are easily overlooked and ha
Controlling the behavior of a function through a global (namespace ... | At first, I assumed that this is "rand" function, not "round" function, and was confused why exactly is it a problem that this returns different values. While it's easy to notice when actually reading the code, this slows down the comprehension, and bad function naming is not point of that particular guideline. | https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/958 | 2017-06-10T10:10:22Z | 2017-06-12T01:44:55Z | 2017-06-12T01:44:55Z | 2017-06-12T01:44:55Z | 242 | isocpp/CppCoreGuidelines | 15,999 |
Make pre commit google shell guide compatible | diff --git a/scripts/ci/pre_commit/pre_commit_bat_tests.sh b/scripts/ci/pre_commit/pre_commit_bat_tests.sh
index 9531d5e841690..58078623552cb 100755
--- a/scripts/ci/pre_commit/pre_commit_bat_tests.sh
+++ b/scripts/ci/pre_commit/pre_commit_bat_tests.sh
@@ -21,10 +21,10 @@ export PRINT_INFO_FROM_SCRIPTS="false"
export ... | Part of #10576
---
**^ Add meaningful description above**
Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more information.
In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluen... | https://api.github.com/repos/apache/airflow/pulls/10748 | 2020-09-05T09:24:09Z | 2020-09-06T18:00:55Z | 2020-09-06T18:00:55Z | 2020-11-14T16:36:27Z | 2,670 | apache/airflow | 14,118 |
Retry failures to start boulder | diff --git a/.travis.yml b/.travis.yml
index 0ca0f3b5c8f..b33019ecbff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -161,7 +161,9 @@ addons:
- libapache2-mod-macro
install: "travis_retry pip install tox coveralls"
-script: 'travis_retry tox && ([ "xxx$BOULDER_INTEGRATION" = "xxx" ] || ./tests/travis-integration... | Occasionally a network error prevents Docker from starting boulder causing Travis tests to fail like it did at https://travis-ci.org/certbot/certbot/jobs/282923098. This works around the problem by using travis_retry to try to start boulder again if it fails.
This also moves the logic of waiting for boulder to start... | https://api.github.com/repos/certbot/certbot/pulls/5176 | 2017-10-06T01:06:21Z | 2017-10-13T00:00:14Z | 2017-10-13T00:00:14Z | 2017-10-13T00:00:16Z | 706 | certbot/certbot | 1,824 |
bug(replays): Do not double-encode replay `?referrer=` query param | diff --git a/static/app/components/events/eventReplay/replayContent.spec.tsx b/static/app/components/events/eventReplay/replayContent.spec.tsx
index 90ba09c9e61d82..f9b1f69302ff54 100644
--- a/static/app/components/events/eventReplay/replayContent.spec.tsx
+++ b/static/app/components/events/eventReplay/replayContent.sp... | Before we would manually call `encodeURIComponent` and then also render `<Link>` with a `LocationDescriptorObject`.
When you use a LocationDescriptorObject all query params are automatically uri encoded. The result is that our urls were double-encoded and looked like this:
<img width="413" alt="url - before" src="... | https://api.github.com/repos/getsentry/sentry/pulls/40455 | 2022-10-24T18:32:21Z | 2022-10-25T15:19:24Z | 2022-10-25T15:19:24Z | 2022-11-10T00:02:47Z | 1,238 | getsentry/sentry | 44,042 |
Added more SNS related headers | diff --git a/localstack/services/sns/sns_listener.py b/localstack/services/sns/sns_listener.py
index 39b5b7495ebc1..d6ebf7627e5bd 100644
--- a/localstack/services/sns/sns_listener.py
+++ b/localstack/services/sns/sns_listener.py
@@ -222,7 +222,12 @@ def publish_message(topic_arn, req_data, subscription_arn=None):
... | **Please refer to the contribution guidelines in the README when submitting PRs.**
| https://api.github.com/repos/localstack/localstack/pulls/1905 | 2019-12-27T19:45:22Z | 2019-12-30T17:39:35Z | 2019-12-30T17:39:35Z | 2019-12-30T17:39:35Z | 237 | localstack/localstack | 28,549 |
Fix another case where we format dummy implementation for non-functions/classes | diff --git a/CHANGES.md b/CHANGES.md
index 62caea41c31..dcf6613b70c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,7 +21,7 @@
docstring (#4060)
- Fix crash in preview mode when using a short `--line-length` (#4086)
- Keep suites consisting of only an ellipsis on their own lines if they are not
- functions or cla... | https://api.github.com/repos/psf/black/pulls/4103 | 2023-12-11T21:50:30Z | 2023-12-11T22:41:41Z | 2023-12-11T22:41:41Z | 2023-12-11T22:41:45Z | 844 | psf/black | 23,719 | |
add references to typescript package | diff --git a/README.md b/README.md
index 40ea0b52ec691..2517b78ba4352 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ PyPI:
- LlamaIndex: https://pypi.org/project/llama-index/.
- GPT Index (duplicate): https://pypi.org/project/gpt-index/.
+LlamaIndex.TS (Typescript/Javascript): https://github.com/run-llama/L... | https://api.github.com/repos/run-llama/llama_index/pulls/7155 | 2023-08-04T14:56:07Z | 2023-08-04T15:16:52Z | 2023-08-04T15:16:52Z | 2023-08-04T15:16:53Z | 494 | run-llama/llama_index | 6,637 | |
add header and update douyutv api fix StatusCode 403 | diff --git a/src/you_get/extractors/douyutv.py b/src/you_get/extractors/douyutv.py
index ae719e0d40..3b64066afc 100644
--- a/src/you_get/extractors/douyutv.py
+++ b/src/you_get/extractors/douyutv.py
@@ -40,31 +40,34 @@ def douyutv_download(url, output_dir = '.', merge = True, info_only = False, **k
douyutv_vid... | 感谢您的pull request! `you-get`是稳健成长的开源项目,感谢您的贡献.
以下简单检查项目望您复查:
- [X] 如果您预计提出两个或更多不相关补丁,请为每个使用不同的pull requests,而不是单一;
- [X] 所有的pull requests应基于最新的`develop`分支;
- [X] 您预计提出pull requests的分支应有有意义名称,例如`add-this-shining-feature`而不是`develop`;
- [X] 所有的提交信息与代码中注释应使用可理解的英语.
作为贡献者,您需要知悉
- [X] 您同意在MIT协议下贡献代码,以便任何人自由使用或... | https://api.github.com/repos/soimort/you-get/pulls/2485 | 2017-11-08T06:41:52Z | 2017-11-17T15:54:31Z | 2017-11-17T15:54:31Z | 2017-11-17T16:01:19Z | 709 | soimort/you-get | 20,990 |
Replacing flake8 with ruff in main.yml | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c1ac2548a..b822fb522 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -20,14 +20,14 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
- pip install ruff flake8... | replaced flake8 with ruff | https://api.github.com/repos/sherlock-project/sherlock/pulls/1760 | 2023-03-29T13:00:03Z | 2023-03-29T13:01:08Z | 2023-03-29T13:01:08Z | 2023-12-21T09:00:52Z | 275 | sherlock-project/sherlock | 36,377 |
Fix json serialization in Lambda layer | diff --git a/keras/layers/core.py b/keras/layers/core.py
index 0846d0880b1..e5b9aa69b01 100644
--- a/keras/layers/core.py
+++ b/keras/layers/core.py
@@ -460,9 +460,9 @@ def get_config(self):
if isinstance(self._output_shape, python_types.LambdaType):
if py3:
- output_shape = marsh... | Fix #2582
Fix #3001
here is a sample code: https://gist.github.com/henry0312/e183da836489eb9a548a9bd095ec9bbb
| https://api.github.com/repos/keras-team/keras/pulls/3012 | 2016-06-18T02:46:44Z | 2016-06-18T04:26:46Z | 2016-06-18T04:26:46Z | 2016-11-19T15:06:32Z | 297 | keras-team/keras | 47,663 |
Update print_colors.py | diff --git a/Colors/print_colors.py b/Colors/print_colors.py
index 8a86356a1b..b1e90e7447 100644
--- a/Colors/print_colors.py
+++ b/Colors/print_colors.py
@@ -10,7 +10,7 @@ class colors:
def printc(color, message):
print(color + message + colors.ENDC)
-
+#color which we print or import
printc(colors.CYAN, sys.... | Description for colors.py | https://api.github.com/repos/geekcomputers/Python/pulls/1397 | 2021-10-01T15:19:41Z | 2021-10-16T12:03:00Z | 2021-10-16T12:03:00Z | 2021-10-16T12:03:00Z | 126 | geekcomputers/Python | 31,775 |
fix(browser-starfish): don't group by file_extension resource module | diff --git a/static/app/views/performance/browser/resources/jsCssView/resourceTable.tsx b/static/app/views/performance/browser/resources/jsCssView/resourceTable.tsx
index 6fbf9ce5fd732..967dcbf455d67 100644
--- a/static/app/views/performance/browser/resources/jsCssView/resourceTable.tsx
+++ b/static/app/views/performan... | We can't group by file_extension here because we only recently added that tag, grouping by extension results in duplicate entries for the same resource, one entry for the one with a missing extension, one with the extension.
I also removed the alpha badges in this PR
Before
<img width="312" alt="image" src="http... | https://api.github.com/repos/getsentry/sentry/pulls/60314 | 2023-11-20T21:42:21Z | 2023-11-20T22:12:54Z | 2023-11-20T22:12:54Z | 2024-03-15T21:09:10Z | 555 | getsentry/sentry | 44,679 |
[rutv] fix vbr for empty string value | diff --git a/youtube_dl/extractor/rutv.py b/youtube_dl/extractor/rutv.py
index d2713c19a05..05f3193968c 100644
--- a/youtube_dl/extractor/rutv.py
+++ b/youtube_dl/extractor/rutv.py
@@ -6,7 +6,8 @@
from .common import InfoExtractor
from ..utils import (
ExtractorError,
- int_or_none
+ int_or_none,
+ str_... | ## 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/30623 | 2022-02-09T15:43:01Z | 2022-02-14T17:54:31Z | 2022-02-14T17:54:31Z | 2023-03-01T02:40:03Z | 220 | ytdl-org/youtube-dl | 50,421 |
Improve long values in dict literals | diff --git a/CHANGES.md b/CHANGES.md
index f6040359623..de88e7edaf6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -17,6 +17,9 @@
- Fix a crash in preview style with assert + parenthesized string (#3415)
- Do not put the closing quotes in a docstring on a separate line, even if the line is
too long (#3430)
+- Long va... | <!-- Hello! Thanks for submitting a PR. To help make things go a bit more
smoothly we would appreciate that you go through this template. -->
### Description
<!-- Good things to put here include: reasoning for the change (please link
any relevant issues!), any noteworthy (or hacky) choices to be aware... | https://api.github.com/repos/psf/black/pulls/3440 | 2022-12-14T07:09:54Z | 2022-12-15T16:25:28Z | 2022-12-15T16:25:28Z | 2022-12-16T01:44:05Z | 2,744 | psf/black | 23,746 |
Bump actions/cache from 3.2.6 to 3.3.1 | diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 73a32f29c8..55d57f8d0e 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -49,7 +49,7 @@ jobs:
pip install -U setuptools
python -m pip install -U pip
- name: cache mypy
- uses:... | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
<blockquote>
<h2>v3.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Reduced download segment si... | https://api.github.com/repos/pallets/flask/pulls/5040 | 2023-04-01T16:57:12Z | 2023-04-03T13:18:57Z | 2023-04-03T13:18:57Z | 2023-04-18T00:05:33Z | 198 | pallets/flask | 20,855 |
Extend chapter extraction for single chapter VODs | diff --git a/yt_dlp/extractor/twitch.py b/yt_dlp/extractor/twitch.py
index a0cb0be0266..43b4220fe6b 100644
--- a/yt_dlp/extractor/twitch.py
+++ b/yt_dlp/extractor/twitch.py
@@ -204,7 +204,13 @@ class TwitchVodIE(TwitchBaseIE):
'uploader_id': 'riotgames',
'view_count': int,
'start_... | <details open><summary>Template</summary> <!-- OPEN is intentional -->
<!--
# PLEASE FOLLOW THE GUIDE BELOW
- You will be asked some questions, please read them **carefully** and answer honestly
- Put an `x` into all the boxes `[ ]` relevant to your *pull request* (like [x])
- Use *Preview* tab to see how yo... | https://api.github.com/repos/yt-dlp/yt-dlp/pulls/4453 | 2022-07-26T21:28:16Z | 2022-07-30T16:11:28Z | 2022-07-30T16:11:28Z | 2022-07-30T16:14:54Z | 774 | yt-dlp/yt-dlp | 7,706 |
Installs goose for boulder's create_db.sh | diff --git a/tests/boulder-start.sh b/tests/boulder-start.sh
index ccc79f8c299..e17716b54f5 100755
--- a/tests/boulder-start.sh
+++ b/tests/boulder-start.sh
@@ -7,6 +7,8 @@ export GOPATH="${GOPATH:-/tmp/go}"
# see `go help packages`
go get -d github.com/letsencrypt/boulder/...
cd $GOPATH/src/github.com/letsencrypt/b... | The recent addition of `goose` in boulder's `create_db.sh` is causing our integration tests to fail. I wrote up #719 about doing a better job of coordinating such changes between the two repos, but this fixes the problem for now.
| https://api.github.com/repos/certbot/certbot/pulls/720 | 2015-08-27T15:55:19Z | 2015-08-27T18:44:21Z | 2015-08-27T18:44:21Z | 2016-05-06T19:22:28Z | 157 | certbot/certbot | 928 |
[MRG+1] Retry stats | diff --git a/scrapy/downloadermiddlewares/retry.py b/scrapy/downloadermiddlewares/retry.py
index c9c512be8a6..549d74f46f6 100644
--- a/scrapy/downloadermiddlewares/retry.py
+++ b/scrapy/downloadermiddlewares/retry.py
@@ -22,6 +22,7 @@
from scrapy.exceptions import NotConfigured
from scrapy.utils.response import respo... | What do you think about providing retry counts in scrapy stats?
~~This PR is not backwards compatible for anyone who used `RetryMiddleware.__init__` directly.~~ | https://api.github.com/repos/scrapy/scrapy/pulls/2543 | 2017-02-07T13:26:26Z | 2017-02-27T16:03:36Z | 2017-02-27T16:03:36Z | 2017-02-27T19:40:00Z | 1,726 | scrapy/scrapy | 34,224 |
get func args partial support - based on #504 | diff --git a/scrapy/tests/test_contrib_loader.py b/scrapy/tests/test_contrib_loader.py
index afd740a86db..734bc31d1c6 100644
--- a/scrapy/tests/test_contrib_loader.py
+++ b/scrapy/tests/test_contrib_loader.py
@@ -1,4 +1,5 @@
import unittest
+from functools import partial
from scrapy.contrib.loader import ItemLoader... | fixes #368 based on #504.
| https://api.github.com/repos/scrapy/scrapy/pulls/506 | 2013-12-30T11:28:33Z | 2013-12-30T16:45:38Z | 2013-12-30T16:45:38Z | 2014-06-12T16:07:58Z | 997 | scrapy/scrapy | 34,993 |
Bump sphinx from 4.4.0 to 4.5.0 | diff --git a/docs/requirements.txt b/docs/requirements.txt
index 193114721..6688094b2 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,4 +1,4 @@
alabaster==0.7.12
-Sphinx==4.4.0
+Sphinx==4.5.0
sphinx-rtd-theme==1.0.0
sphinx-copybutton==0.5.0
| Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.4.0 to 4.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinx/releases">sphinx's releases</a>.</em></p>
<blockquote>
<h2>v4.5.0</h2>
<p>Changelog: <a href="https://www.sphinx-doc.org/en/master/change... | https://api.github.com/repos/Textualize/rich/pulls/2124 | 2022-03-28T13:36:30Z | 2022-03-29T16:02:26Z | 2022-03-29T16:02:26Z | 2022-03-29T16:02:27Z | 105 | Textualize/rich | 48,422 |
Fixed #27361 -- Cleaned up forms api documentation | diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt
index 8849ce284dd81..194c390484ee0 100644
--- a/docs/ref/forms/api.txt
+++ b/docs/ref/forms/api.txt
@@ -396,11 +396,11 @@ When the ``Form`` is valid, ``cleaned_data`` will include a key and value for
fields. In this example, the data dictionary doesn't inclu... | https://api.github.com/repos/django/django/pulls/7407 | 2016-10-19T06:37:34Z | 2016-10-19T13:55:21Z | 2016-10-19T13:55:21Z | 2016-10-19T13:55:22Z | 933 | django/django | 51,026 | |
Update mappings.json | diff --git a/llama-index-cli/llama_index/cli/upgrade/mappings.json b/llama-index-cli/llama_index/cli/upgrade/mappings.json
index 9ad04974d42bb..1acb4e7bcef6f 100644
--- a/llama-index-cli/llama_index/cli/upgrade/mappings.json
+++ b/llama-index-cli/llama_index/cli/upgrade/mappings.json
@@ -333,10 +333,12 @@
"VectorSto... | # Description
- update mappings.json in both `llama-index-core` and `llamaindex-cli`
Fixes #11689
## Type of Change
Please delete options that are not relevant.
- [x] Bug fix (non-breaking change which fixes an issue)
# How Has This Been Tested?
Please describe the tests that you ran to verify you... | https://api.github.com/repos/run-llama/llama_index/pulls/11699 | 2024-03-06T16:28:31Z | 2024-03-06T16:38:24Z | 2024-03-06T16:38:24Z | 2024-03-06T16:38:25Z | 2,933 | run-llama/llama_index | 6,079 |
check if the player exists or not, and print informative error message if not | diff --git a/src/you_get/common.py b/src/you_get/common.py
index 7818216303..6d5764ff57 100755
--- a/src/you_get/common.py
+++ b/src/you_get/common.py
@@ -273,7 +273,15 @@ def matchall(text, patterns):
def launch_player(player, urls):
import subprocess
import shlex
- subprocess.call(shlex.split(player) + ... | **(PLEASE DELETE ALL THESE AFTER READING)**
Thank you for the pull request! `you-get` is a growing open source project, which would not have been possible without contributors like you.
Here are some simple rules to follow, please recheck them before sending the pull request:
- [ ] If you want to propose two o... | https://api.github.com/repos/soimort/you-get/pulls/2673 | 2019-01-02T00:35:46Z | 2019-01-14T12:46:24Z | 2019-01-14T12:46:24Z | 2019-01-14T12:46:24Z | 207 | soimort/you-get | 21,215 |
Don't use PEP 604 type hints, to stay compatible with Python<3.10. | diff --git a/execution.py b/execution.py
index e91e9a410e..bc5cfe55c5 100644
--- a/execution.py
+++ b/execution.py
@@ -751,7 +751,7 @@ def task_done(self, item_id, outputs,
if len(self.history) > MAXIMUM_HISTORY_SIZE:
self.history.pop(next(iter(self.history)))
- status_dict: d... | `status_dict: dict|None = None` relies on PEP 604 to use the `|` to mean "or". Previously (Python<3.10) one had to use `Union` or `Optional`. The previous change (https://github.com/comfyanonymous/ComfyUI/commit/1b3d65bd84c8026dea234643861491279886218c) is probably breaking ComfyUI for some people who are using older v... | https://api.github.com/repos/comfyanonymous/ComfyUI/pulls/2578 | 2024-01-17T22:21:25Z | 2024-01-18T00:55:43Z | 2024-01-18T00:55:43Z | 2024-01-18T00:55:44Z | 129 | comfyanonymous/ComfyUI | 17,971 |
[extractor/reddit] Extract video embeds in text posts | diff --git a/yt_dlp/extractor/reddit.py b/yt_dlp/extractor/reddit.py
index 171affb9323..f1a5c852af0 100644
--- a/yt_dlp/extractor/reddit.py
+++ b/yt_dlp/extractor/reddit.py
@@ -1,15 +1,15 @@
import random
-from urllib.parse import urlparse
+import urllib.parse
from .common import InfoExtractor
from ..utils import ... | Adds support for Reddit text submissions that contain video embeds.
Closes #5612
<details open><summary>Template</summary> <!-- OPEN is intentional -->
<!--
# PLEASE FOLLOW THE GUIDE BELOW
- You will be asked some questions, please read them **carefully** and answer honestly
- Put an `x` into all the ... | https://api.github.com/repos/yt-dlp/yt-dlp/pulls/5677 | 2022-11-30T04:26:26Z | 2022-12-01T04:04:32Z | 2022-12-01T04:04:32Z | 2022-12-01T04:04:37Z | 877 | yt-dlp/yt-dlp | 7,965 |
Axis - improved internal parameter handling | diff --git a/homeassistant/components/axis/__init__.py b/homeassistant/components/axis/__init__.py
index 7d9cabd09fa3c3..e9e8a158a3be38 100644
--- a/homeassistant/components/axis/__init__.py
+++ b/homeassistant/components/axis/__init__.py
@@ -64,12 +64,9 @@ async def async_unload_entry(hass, config_entry):
async def... | <!--
## Breaking Change:
-->
<!-- What is breaking and why we have to break it. Remove this section only if it was NOT a breaking change. -->
## Description:
This will result in a faster startup per entry since less network data will be retrieved.
<!--
**Related issue (if applicable):** fixes #<home-assistant ... | https://api.github.com/repos/home-assistant/core/pulls/23122 | 2019-04-15T15:43:18Z | 2019-04-16T08:46:29Z | 2019-04-16T08:46:29Z | 2019-04-16T08:49:03Z | 3,159 | home-assistant/core | 39,206 |
chore: fix font not loaded | diff --git a/style.css b/style.css
index 49978a771a5..fe74ec41fc0 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,6 @@
/* temporary fix to load default gradio font in frontend instead of backend */
-@import url('webui-assets/css/sourcesanspro.css');
+@import url('/webui-assets/css/sourcesanspro.css');
/... | fix #15182
## Description
It's a bug relative to 2f98a35fc4508494355c01ec45f5bec725f570a6
UI is looking for `http://localhost:7863/file=/app/webui-assets/css/sourcesanspro.css` but the assets repo is mounted at `http://localhost:7863/webui-assets`. It is because `style.css` is loaded at `http://localhost:7863/... | https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/15183 | 2024-03-08T18:11:11Z | 2024-03-08T18:58:41Z | 2024-03-08T18:58:41Z | 2024-03-08T18:58:41Z | 122 | AUTOMATIC1111/stable-diffusion-webui | 40,369 |
updated ruff syntax | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c1ac2548a..dfa53be66 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
- name: Lint with ruff
run: |
# stop the build if there are Python syntax errors or undefined names
- ... | https://api.github.com/repos/sherlock-project/sherlock/pulls/1959 | 2023-12-21T19:37:24Z | 2023-12-21T19:38:20Z | 2023-12-21T19:38:20Z | 2023-12-21T19:38:21Z | 336 | sherlock-project/sherlock | 36,329 | |
Avoid WorkerProcess._new_stdin FD sharing (#51623) | diff --git a/lib/ansible/executor/process/worker.py b/lib/ansible/executor/process/worker.py
index 32ea239a965b93..af831a44dd941e 100644
--- a/lib/ansible/executor/process/worker.py
+++ b/lib/ansible/executor/process/worker.py
@@ -67,25 +67,36 @@ def __init__(self, final_q, task_vars, host, task, play_context, loader, ... |
##### SUMMARY
This avoids holding open _new_stdin within the parent process, where
subsequent WorkerProcess forks will duplicate it, producing significant
noise in the FD table of every worker.
Fix by overriding start() and moving the work to there, with a finally:
to ensure parent FD is closed after start()... | https://api.github.com/repos/ansible/ansible/pulls/51624 | 2019-02-01T18:19:56Z | 2019-03-26T14:41:46Z | 2019-03-26T14:41:46Z | 2019-07-25T16:40:46Z | 600 | ansible/ansible | 49,218 |
Update multimodal anthropic docs | diff --git a/docs/module_guides/models/multi_modal.md b/docs/module_guides/models/multi_modal.md
index 16b09e3bb4df8..5e92d596423f3 100644
--- a/docs/module_guides/models/multi_modal.md
+++ b/docs/module_guides/models/multi_modal.md
@@ -148,7 +148,7 @@ Below table lists some vector stores supporting Multi-Modal use cas... | # Description
PR to update anthropic multi modal docs.
Fixes # (issue)
## Type of Change
Please delete options that are not relevant.
- [x] This change requires a documentation update
# How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so ... | https://api.github.com/repos/run-llama/llama_index/pulls/11643 | 2024-03-05T10:32:11Z | 2024-03-05T14:48:11Z | 2024-03-05T14:48:11Z | 2024-03-05T14:48:11Z | 325 | run-llama/llama_index | 6,924 |
Remove note about Python 3.10 support availability | diff --git a/README.md b/README.md
index 3be7e3f527801..ab34326eea364 100644
--- a/README.md
+++ b/README.md
@@ -104,9 +104,6 @@ MariaDB is not tested/recommended.
**Note**: SQLite is used in Airflow tests. Do not use it in production. We recommend
using the latest stable version of SQLite for local development.
-*... | Airflow 2.3+ is released with Python 3.10 official support already.
---
**^ Add meaningful description above**
Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information.
In case of fundamental code changes, an Airflow Improv... | https://api.github.com/repos/apache/airflow/pulls/24861 | 2022-07-06T07:12:32Z | 2022-07-06T10:59:29Z | 2022-07-06T10:59:29Z | 2022-07-06T15:17:04Z | 198 | apache/airflow | 14,177 |
[extractor/tempo] Add IVXPlayer extractor | diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 2fe15f6d286..a0534d2b9be 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -1817,7 +1817,7 @@
)
from .teletask import TeleTaskIE
from .telewebion import TelewebionIE
-from .tempo import TempoIE
+f... | **IMPORTANT**: PRs without the template will be CLOSED
### Description of your *pull request* and other information
</details>
<!--
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 e... | https://api.github.com/repos/yt-dlp/yt-dlp/pulls/5837 | 2022-12-20T03:24:37Z | 2023-02-17T09:16:47Z | 2023-02-17T09:16:47Z | 2023-02-17T09:16:47Z | 2,170 | yt-dlp/yt-dlp | 7,490 |
Update aiohttp to 2.3.1 | diff --git a/homeassistant/components/http/__init__.py b/homeassistant/components/http/__init__.py
index c9de284067fdf2..0a7bd3b7b79e35 100644
--- a/homeassistant/components/http/__init__.py
+++ b/homeassistant/components/http/__init__.py
@@ -181,8 +181,6 @@ def __init__(self, hass, development, api_password, ssl_certi... | ## Description:
Update aiohttp to version 2.3.1
http://aiohttp.readthedocs.io/en/stable/changes.html
If the code does not interact with devices:
- [ ] Local tests with `tox` run successfully. **Your PR cannot be merged unless tests pass**
- [ ] Tests have been added to verify that the new code works.
[e... | https://api.github.com/repos/home-assistant/core/pulls/10139 | 2017-10-25T15:21:21Z | 2017-11-06T02:42:32Z | 2017-11-06T02:42:32Z | 2018-03-02T23:42:16Z | 2,574 | home-assistant/core | 38,852 |
fixed typos for CAPTCHA | diff --git a/removed_sites.md b/removed_sites.md
index bc91236c2..3be680be5 100644
--- a/removed_sites.md
+++ b/removed_sites.md
@@ -700,7 +700,7 @@ If an alternative way to check for usernames is found then it will added.
```
## YandexCollection
-As of 2020-08-11, YandexCollection presents us with a rechapta which... | https://api.github.com/repos/sherlock-project/sherlock/pulls/1587 | 2022-10-26T08:22:16Z | 2023-02-04T18:05:29Z | 2023-02-04T18:05:29Z | 2023-02-04T18:05:29Z | 522 | sherlock-project/sherlock | 36,482 | |
🐛 Fix JSON Schema accepting bools as valid JSON Schemas, e.g. `additionalProperties: false` | diff --git a/fastapi/openapi/models.py b/fastapi/openapi/models.py
index 7420d3b55a097..a2ea536073301 100644
--- a/fastapi/openapi/models.py
+++ b/fastapi/openapi/models.py
@@ -114,27 +114,30 @@ class Schema(BaseModel):
dynamicAnchor: Optional[str] = Field(default=None, alias="$dynamicAnchor")
ref: Optional[s... | 🐛 Fix JSON Schema accepting bools as valid JSON Schemas, e.g. `additionalProperties: false`
This solves: https://github.com/tiangolo/fastapi/issues/9780
---
A "valid JSON Schema" includes a `bool` (i.e. `true` and `false`).
`additionalProperties` doesn't have to be a JSON object, it can be `false`, to mean... | https://api.github.com/repos/tiangolo/fastapi/pulls/9781 | 2023-07-02T15:34:24Z | 2023-07-02T15:58:23Z | 2023-07-02T15:58:23Z | 2023-07-02T15:58:25Z | 1,882 | tiangolo/fastapi | 23,605 |
fix prompts | diff --git a/metagpt/prompts/generate_skill.md b/metagpt/prompts/generate_skill.md
index 74948cd15..e96f8181a 100644
--- a/metagpt/prompts/generate_skill.md
+++ b/metagpt/prompts/generate_skill.md
@@ -10,7 +10,7 @@ For instance, if the context is:
from typing import Optional
from abc import ABC
from metagpt.llm impo... | https://api.github.com/repos/geekan/MetaGPT/pulls/545 | 2023-12-11T02:42:50Z | 2023-12-12T12:46:22Z | 2023-12-12T12:46:22Z | 2023-12-12T12:46:23Z | 148 | geekan/MetaGPT | 17,016 | |
Update peft requirement from ==0.6.* to ==0.7.* | diff --git a/requirements.txt b/requirements.txt
index f4cbaeacb1..e15fb25c58 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ markdown
numpy==1.24.*
optimum==1.14.0
pandas
-peft==0.6.*
+peft==0.7.*
Pillow>=9.5.0
pyyaml
requests
diff --git a/requirements_amd.txt b/requirements_amd.txt
index 89... | Updates the requirements on [peft](https://github.com/huggingface/peft) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/huggingface/peft/releases">peft's releases</a>.</em></p>
<blockquote>
<h2>v0.7.0: Orthogonal Fine-Tuning, Megatron support, bet... | https://api.github.com/repos/oobabooga/text-generation-webui/pulls/4886 | 2023-12-11T20:22:09Z | 2023-12-12T05:31:30Z | 2023-12-12T05:31:30Z | 2023-12-12T05:31:39Z | 1,002 | oobabooga/text-generation-webui | 25,982 |
fix "cuda out of memory" when resuming training | diff --git a/train.py b/train.py
index 30d0145ef..3c405241a 100644
--- a/train.py
+++ b/train.py
@@ -189,6 +189,7 @@ def get_batch(split):
optimizer = model.configure_optimizers(weight_decay, learning_rate, (beta1, beta2), device_type)
if init_from == 'resume':
optimizer.load_state_dict(checkpoint['optimizer'])
... | ## The problem:
When training a large model that takes up almost the entire memory capacity of my GPU, I am unable to resume training from a checkpoint (despite being able to initialize and train the model from scratch), because CUDA keeps running out of memory.
After the checkpoint is loaded, `model.py` produces... | https://api.github.com/repos/karpathy/nanoGPT/pulls/236 | 2023-04-05T22:11:51Z | 2023-04-13T05:09:43Z | 2023-04-13T05:09:43Z | 2023-04-13T05:09:48Z | 110 | karpathy/nanoGPT | 40,971 |
community[patch]: Invoke callback prior to yielding token | diff --git a/libs/community/langchain_community/llms/tongyi.py b/libs/community/langchain_community/llms/tongyi.py
index a11cf9c5153b31..3734e2f3a697c5 100644
--- a/libs/community/langchain_community/llms/tongyi.py
+++ b/libs/community/langchain_community/llms/tongyi.py
@@ -285,13 +285,13 @@ def _stream(
)
... | ## PR title
community[patch]: Invoke callback prior to yielding token
## PR message
- Description: Invoke callback prior to yielding token in _stream method in llms/tongyi.
- Issue: https://github.com/langchain-ai/langchain/issues/16913
- Dependencies: None | https://api.github.com/repos/langchain-ai/langchain/pulls/18448 | 2024-03-03T11:04:17Z | 2024-03-03T22:14:22Z | 2024-03-03T22:14:22Z | 2024-03-03T22:14:22Z | 298 | langchain-ai/langchain | 43,430 |
Do not require mock in Python 3 in nginx module | diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py
index 0d62e7d5571..0e6deceb35f 100644
--- a/certbot-nginx/setup.py
+++ b/certbot-nginx/setup.py
@@ -1,5 +1,7 @@
+from distutils.version import StrictVersion
import sys
+from setuptools import __version__ as setuptools_version
from setuptools import find_p... | Part of #7886.
This PR conditionally installs `mock` in `nginx/setup.py` based on setuptools version and python version, when possible. It then updates `nginx` tests to use `unittest.mock` when `mock` isn't available. | https://api.github.com/repos/certbot/certbot/pulls/7898 | 2020-04-13T20:51:14Z | 2020-04-15T18:39:45Z | 2020-04-15T18:39:45Z | 2020-04-15T18:40:05Z | 876 | certbot/certbot | 3,724 |
add support for netease cloud music | diff --git a/src/you_get/extractor/__init__.py b/src/you_get/extractor/__init__.py
index f4b6d379e9..9c99b80f3d 100644
--- a/src/you_get/extractor/__init__.py
+++ b/src/you_get/extractor/__init__.py
@@ -21,6 +21,7 @@
from .jpopsuki import *
from .ku6 import *
from .kugou import *
+from .kuwo import *
from .letv imp... | refer to #340
| https://api.github.com/repos/soimort/you-get/pulls/359 | 2014-07-12T07:21:46Z | 2014-07-13T23:57:26Z | 2014-07-13T23:57:26Z | 2014-07-13T23:58:32Z | 1,947 | soimort/you-get | 21,271 |
fix 404 of "%s/%s.html" in qq.py | diff --git a/src/you_get/extractor/qq.py b/src/you_get/extractor/qq.py
index b59c68bcbd..3ca87a5836 100644
--- a/src/you_get/extractor/qq.py
+++ b/src/you_get/extractor/qq.py
@@ -6,9 +6,9 @@
def qq_download_by_id(id, title = None, output_dir = '.', merge = True, info_only = False):
url = 'http://vsrc.store.qq.c... | Happy new year 抖Mort, long time no PR for the project.
I've tested this fix in
```
http://v.qq.com/cover/j/j873qv1h7x54oqb.html?vid=i00139tqu0r&start=155
http://y.qq.com/y/static/mv/mv_play.html?vid=g0013ztbsf2
http://static.video.qq.com/TPout.swf?auto=1&vid=q0111msw4jo
```
It's not quiet easy for me to fix this, I'... | https://api.github.com/repos/soimort/you-get/pulls/285 | 2013-12-31T14:09:11Z | 2014-01-05T19:36:37Z | 2014-01-05T19:36:37Z | 2014-06-29T06:18:57Z | 743 | soimort/you-get | 21,076 |
Contet-Type snippets for webroot | diff --git a/letsencrypt/plugins/webroot.py b/letsencrypt/plugins/webroot.py
index f11325f5771..f58c3397044 100644
--- a/letsencrypt/plugins/webroot.py
+++ b/letsencrypt/plugins/webroot.py
@@ -1,4 +1,43 @@
-"""Webroot plugin."""
+"""Webroot plugin.
+
+Content-Type
+------------
+
+This plugin requires your webserver to... | I'll probably move those docs around after #1137.
cc @centminmod @chriscroome
| https://api.github.com/repos/certbot/certbot/pulls/1268 | 2015-10-31T20:34:56Z | 2015-11-02T06:33:29Z | 2015-11-02T06:33:29Z | 2016-05-06T19:21:37Z | 350 | certbot/certbot | 1,368 |
Add HFSummaryPairs class & fix AnthropicRLHF parsing | diff --git a/model/model_training/configs/config_rm.yaml b/model/model_training/configs/config_rm.yaml
index 447b75acca..1b66a1bb70 100644
--- a/model/model_training/configs/config_rm.yaml
+++ b/model/model_training/configs/config_rm.yaml
@@ -85,7 +85,7 @@ oasst-rm-1-pythia-1.4b:
- webgpt:
val_split: 0.05... | - add simpler version of HFSummaries which directly uses the pairs of the OpenAI dataset
- combine consecutive messages of same speaker during loading of AnthropicRLHF dataset, ignore examples with different structure between positive & negative example (only very few) | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/2362 | 2023-04-07T00:11:58Z | 2023-04-07T02:20:53Z | 2023-04-07T02:20:53Z | 2023-04-07T02:20:54Z | 3,096 | LAION-AI/Open-Assistant | 37,447 |
[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) | diff --git a/Lib/test/test_tcl.py b/Lib/test/test_tcl.py
index 921d094d5a78fe..f0c9877862ec0b 100644
--- a/Lib/test/test_tcl.py
+++ b/Lib/test/test_tcl.py
@@ -705,25 +705,25 @@ def test_huge_unicode_builtins(self, size):
self.check_huge_string_builtins(value)
def check_huge_string_builtins(self, value):... | when pass a string larger than 2 GiB.
(cherry picked from commit 27c623c845dd6e4b8e1782666ca3a956636da266)
<!-- issue-number: bpo-31675 -->
https://bugs.python.org/issue31675
<!-- /issue-number -->
| https://api.github.com/repos/python/cpython/pulls/3876 | 2017-10-03T21:41:14Z | 2017-10-04T18:37:54Z | 2017-10-04T18:37:54Z | 2017-10-04T18:37:58Z | 1,214 | python/cpython | 4,682 |
Added Redis and Redis Insight to Ansible playbook. | diff --git a/ansible/README.md b/ansible/README.md
new file mode 100644
index 0000000000..2ab1943eaa
--- /dev/null
+++ b/ansible/README.md
@@ -0,0 +1,7 @@
+To test the ansible playbook on localhost run
+`ansible-playbook -i test.inventory.ini dev.yaml`.\
+In case you're missing the ansible docker depencency install it ... | I basically converted the [changes](https://github.com/LAION-AI/Open-Assistant/pull/187/files#diff-3fde9d1a396e140fefc7676e1bd237d67b6864552b6f45af1ebcc27bcd0bb6e9) in the ```docker-compose.yaml``` to the ansible playbook and tweaked it a bit.
I further added an ansible inventory file for local testing and docs. | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/405 | 2023-01-05T10:51:17Z | 2023-01-09T07:11:22Z | 2023-01-09T07:11:22Z | 2023-01-09T07:11:22Z | 746 | LAION-AI/Open-Assistant | 37,737 |
Remove duplicate answers in DNS queries | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44b4369036..8e613d5da0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@
([#6599](https://github.com/mitmproxy/mitmproxy/pull/6599), @basedBaba)
* Add an arm64 variant for the precompiled macOS app.
([#6633](https://github.com/mitmproxy/mitmproxy/pull/6... | #### Description
Fixes #6647 by assuming all DNS queries are made over UDP, will need to be reworked when TCP support is added.
#### 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/6648 | 2024-02-06T15:39:48Z | 2024-02-13T09:58:35Z | 2024-02-13T09:58:35Z | 2024-02-13T09:58:35Z | 947 | mitmproxy/mitmproxy | 27,760 |
Update tiny_vit.py to fix bug | diff --git a/timm/models/tiny_vit.py b/timm/models/tiny_vit.py
index 4b5836584c..96a88db7f3 100644
--- a/timm/models/tiny_vit.py
+++ b/timm/models/tiny_vit.py
@@ -378,6 +378,7 @@ def __init__(
super().__init__()
self.depth = depth
+ self.out_dim = out_dim
# patch merging layer
... | There was a minor error when attempting to use TinyVit. I found an undeclared variable and have fixed it. | https://api.github.com/repos/huggingface/pytorch-image-models/pulls/1964 | 2023-09-23T04:22:59Z | 2023-09-23T17:05:52Z | 2023-09-23T17:05:52Z | 2023-09-23T17:05:52Z | 111 | huggingface/pytorch-image-models | 16,277 |
add missing backtick | diff --git a/Methodology and Resources/Network Pivoting Techniques.md b/Methodology and Resources/Network Pivoting Techniques.md
index ebc262ee8b..90a60c0e85 100644
--- a/Methodology and Resources/Network Pivoting Techniques.md
+++ b/Methodology and Resources/Network Pivoting Techniques.md
@@ -256,7 +256,7 @@ unzip n... | https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/87 | 2019-08-29T07:49:21Z | 2019-08-29T08:31:48Z | 2019-08-29T08:31:48Z | 2019-08-29T13:53:07Z | 430 | swisskyrepo/PayloadsAllTheThings | 8,316 | |
Fix 168 | diff --git a/letsencrypt/client/apache/parser.py b/letsencrypt/client/apache/parser.py
index 792257b5a03..efc692d97ca 100644
--- a/letsencrypt/client/apache/parser.py
+++ b/letsencrypt/client/apache/parser.py
@@ -240,27 +240,47 @@ def fnmatch_to_re(self, clean_fn_match): # pylint: disable=no-self-use
... | Should fix #168 and #169.
This was an artifact before the project was manually adding all of the transforms for Augeas.
| https://api.github.com/repos/certbot/certbot/pulls/170 | 2015-01-20T22:03:39Z | 2015-01-21T06:16:49Z | 2015-01-21T06:16:49Z | 2016-05-06T19:22:11Z | 1,180 | certbot/certbot | 670 |
Added a favicon for the docs | diff --git a/docs/_static/flask-favicon.ico b/docs/_static/flask-favicon.ico
new file mode 100644
index 0000000000..bf0a961573
Binary files /dev/null and b/docs/_static/flask-favicon.ico differ
diff --git a/docs/conf.py b/docs/conf.py
index c971a57dee..feed359fb5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -125,7 +... | Added a favicon for the docs as requested in issue https://github.com/mitsuhiko/flask/issues/934
| https://api.github.com/repos/pallets/flask/pulls/943 | 2014-01-06T16:22:44Z | 2014-01-06T16:28:03Z | 2014-01-06T16:28:03Z | 2020-11-14T05:33:44Z | 212 | pallets/flask | 20,399 |
Update 2.7.x from 2.7.4 release | diff --git a/acme/setup.py b/acme/setup.py
index 85f6ef62f81..d292f8def5e 100644
--- a/acme/setup.py
+++ b/acme/setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages
from setuptools import setup
-version = '2.7.3'
+version = '2.7.4'
install_requires = [
'cryptography>=3.2.1',
diff --git a/certbot-ap... | This PR should not be squashed to preserve the signed and tagged commit. | https://api.github.com/repos/certbot/certbot/pulls/9833 | 2023-11-01T14:53:11Z | 2023-11-01T18:09:43Z | 2023-11-01T18:09:43Z | 2023-11-01T18:09:44Z | 2,643 | certbot/certbot | 3,569 |
Refining contributing.rst | diff --git a/docs/contributing.rst b/docs/contributing.rst
index 5ec44470d36..e83657386a5 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -96,11 +96,32 @@ Integration testing with the boulder CA
Generally it is sufficient to open a pull request and let Github and Travis run
integration tests for you... | Adding instructions on how to install Go 1.5.3 on Linux to contributing.rst
| https://api.github.com/repos/certbot/certbot/pulls/2232 | 2016-01-19T18:46:57Z | 2016-01-25T18:20:07Z | 2016-01-25T18:20:07Z | 2016-05-06T19:22:22Z | 579 | certbot/certbot | 2,592 |
Update readme | diff --git a/README.md b/README.md
index 8342d052f0..0b204a48f3 100644
--- a/README.md
+++ b/README.md
@@ -80,11 +80,16 @@ python3 -m fastchat.serve.cli --model-name /path/to/vicuna/weights --num-gpus 2
```
#### CPU Only
-This runs on CPU only. It requires around 60GB of CPU memory for Vicuna-13B.
+This runs on the... | https://api.github.com/repos/lm-sys/FastChat/pulls/148 | 2023-04-03T18:12:11Z | 2023-04-03T18:12:17Z | 2023-04-03T18:12:17Z | 2023-04-03T18:12:22Z | 309 | lm-sys/FastChat | 41,720 | |
spelling, whitespace, capitalization consistency | diff --git a/README.md b/README.md
index c4612406..e8bda13c 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ For a list of free-to-attend meetups and local events, go [here](https://github.
#### General-Purpose Machine Learning
* [Darknet](https://github.com/pjreddie/darknet) - Darknet is an open source neu... | https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/401 | 2017-07-14T13:45:23Z | 2017-07-16T15:37:18Z | 2017-07-16T15:37:18Z | 2017-07-16T15:37:22Z | 3,576 | josephmisiti/awesome-machine-learning | 52,150 | |
feat(grouping): Additional message parameterizations | diff --git a/src/sentry/grouping/strategies/message.py b/src/sentry/grouping/strategies/message.py
index 5692027d75c347..d3a17b939181db 100644
--- a/src/sentry/grouping/strategies/message.py
+++ b/src/sentry/grouping/strategies/message.py
@@ -15,7 +15,7 @@
from sentry.utils import metrics
_parameterization_regex = ... | Add additional parameterization regular expressions.
This proposes small discrete improvements to parameterization. This PR is the uncontroversial ones. Controversial ones now live in: https://github.com/getsentry/sentry/pull/65679
* Support more date formats. Notably RFC822, RFC1123, RFC1123Z, RFC850, RFC3339, ... | https://api.github.com/repos/getsentry/sentry/pulls/65574 | 2024-02-21T20:59:18Z | 2024-02-26T17:19:55Z | 2024-02-26T17:19:55Z | 2024-03-13T00:40:51Z | 2,245 | getsentry/sentry | 44,423 |
Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 | diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml
index 8e3eb67a10d..52525419f0a 100644
--- a/.github/workflows/pypi_upload.yml
+++ b/.github/workflows/pypi_upload.yml
@@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- - uses: pypa/cibuildwheel@v2.16.2
+ ... | Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.2 to 2.16.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/releases">pypa/cibuildwheel's releases</a>.</em></p>
<blockquote>
<h2>v2.16.4</h2>
<p>🛠 Update manylinux pins to upgrade fr... | https://api.github.com/repos/psf/black/pulls/4191 | 2024-01-29T06:46:03Z | 2024-01-29T07:07:34Z | 2024-01-29T07:07:34Z | 2024-01-29T07:07:35Z | 145 | psf/black | 24,082 |
[shardformer] integrate with dist layer | diff --git a/colossalai/shardformer/policies/bert.py b/colossalai/shardformer/policies/bert.py
index 568f0e854125..10f11929de82 100644
--- a/colossalai/shardformer/policies/bert.py
+++ b/colossalai/shardformer/policies/bert.py
@@ -8,12 +8,6 @@
from .basepolicy import ModulePolicyDescription, Policy, SubModuleReplaceme... | ## 📌 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 #4... | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/4011 | 2023-06-16T03:12:41Z | 2023-06-16T03:23:30Z | 2023-06-16T03:23:30Z | 2023-06-16T03:24:21Z | 1,382 | hpcaitech/ColossalAI | 11,568 |
Cover our deprecation policy in the documentation | diff --git a/docs/contributing.rst b/docs/contributing.rst
index 7b901dd0018..525ad3497c2 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -108,6 +108,11 @@ Well-written patches should:
tox -e docs-coverage
+* if you are removing deprecated code, first make sure that at least 1 year
+ (12 m... | https://api.github.com/repos/scrapy/scrapy/pulls/4705 | 2020-07-30T12:03:40Z | 2020-08-13T19:27:38Z | 2020-08-13T19:27:38Z | 2020-08-13T19:27:38Z | 467 | scrapy/scrapy | 34,273 | |
Make all doc URLs point to docs.streamlit.io (new domain) | diff --git a/Makefile b/Makefile
index b218c8f2ef0a..1a899a1fb4f1 100644
--- a/Makefile
+++ b/Makefile
@@ -181,30 +181,21 @@ devel-docs: docs
publish-docs: docs
cd docs/_build; \
aws s3 sync \
- --acl public-read html s3://streamlit.io/docs/ \
- --profile streamlit
-
- # For now, continue publishing to sec... | https://api.github.com/repos/streamlit/streamlit/pulls/918 | 2020-01-05T08:15:07Z | 2020-01-05T08:34:43Z | 2020-01-05T08:34:43Z | 2020-01-05T08:34:47Z | 3,231 | streamlit/streamlit | 22,343 | |
Refs #29983 -- Added test for FIXTURES_DIRS pathlib support. | diff --git a/tests/fixtures_regress/tests.py b/tests/fixtures_regress/tests.py
index 1cac151367f03..cc4cee3de42e5 100644
--- a/tests/fixtures_regress/tests.py
+++ b/tests/fixtures_regress/tests.py
@@ -3,6 +3,7 @@
import os
import re
from io import StringIO
+from pathlib import Path
from django.core import managem... | https://api.github.com/repos/django/django/pulls/12026 | 2019-11-06T03:28:34Z | 2019-11-06T07:06:56Z | 2019-11-06T07:06:56Z | 2019-11-08T10:13:56Z | 215 | django/django | 51,266 | |
Fix index delete - again! | diff --git a/gpt_index/data_structs/data_structs_v2.py b/gpt_index/data_structs/data_structs_v2.py
index 9dbd4ef8b7ae5..12e8d3cc4e41c 100644
--- a/gpt_index/data_structs/data_structs_v2.py
+++ b/gpt_index/data_structs/data_structs_v2.py
@@ -183,7 +183,6 @@ class IndexDict(V2IndexStruct):
def add_node(
sel... | One more delete bug!
If you construct a vector index using the documents from the client, calling delete will never work if we raise a ValueError
```python
index = GPTQdrantIndex([], client=qdrant_client_instance, collection_name=self._collection_name)
index.delete("some_remote_id")
``` | https://api.github.com/repos/run-llama/llama_index/pulls/1071 | 2023-04-05T15:21:49Z | 2023-04-05T20:51:31Z | 2023-04-05T20:51:30Z | 2023-04-05T20:51:31Z | 605 | run-llama/llama_index | 6,200 |
Handle duplicate column names in select_dtypes and get_dummies | diff --git a/doc/source/whatsnew/v0.23.0.txt b/doc/source/whatsnew/v0.23.0.txt
index 5a0b4bb20f774..eb6c212731822 100644
--- a/doc/source/whatsnew/v0.23.0.txt
+++ b/doc/source/whatsnew/v0.23.0.txt
@@ -1359,6 +1359,7 @@ Reshaping
- Bug in :meth:`DataFrame.astype` where column metadata is lost when converting to categor... | Functions `select_dtypes` and `get_dummies` previously failed on DataFrames with duplicate column names and had strange behavior as shown below. This PR fixes that strange behavior.
Previous behavior:
```python
In [6]: df
Out[6]:
col1 col1
0 1 a
1 2 b
In [7]: df.select_dtypes(include=['int'... | https://api.github.com/repos/pandas-dev/pandas/pulls/20839 | 2018-04-27T07:48:11Z | 2018-05-05T12:59:06Z | 2018-05-05T12:59:06Z | 2018-05-06T06:12:05Z | 2,005 | pandas-dev/pandas | 45,026 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.