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
Added keras version of FAN for plaidml backends
diff --git a/lib/plaidml_tools.py b/lib/plaidml_tools.py index 972ae8a00b..67d2e3658f 100644 --- a/lib/plaidml_tools.py +++ b/lib/plaidml_tools.py @@ -202,5 +202,5 @@ def setup_plaidml(loglevel): os.environ["KERAS_BACKEND"] = "plaidml.keras.backend" plaid = PlaidMLStats(loglevel) plaid.load_active_device...
This PR adds a keras version of the FAN aligner to support plaidml backends. I currently import keras in the global scope. If this should lead to multiprocessing problems we can move the import behind a backend check, but i'd prefer not to if we don't need to. This is not tested with multithreading/processing nor w...
https://api.github.com/repos/deepfakes/faceswap/pulls/756
2019-06-11T18:22:20Z
2019-06-22T17:58:37Z
2019-06-22T17:58:37Z
2019-06-22T18:33:24Z
3,000
deepfakes/faceswap
18,769
Add open data, Poland goverment
diff --git a/README.md b/README.md index cc5bd3c1c2..a162a44696 100644 --- a/README.md +++ b/README.md @@ -700,6 +700,7 @@ API | Description | Auth | HTTPS | CORS | | [Open Government, Mexico](https://www.inegi.org.mx/datos/) | Mexican Statistical Government Open Data | No | Yes | Unknown | | [Open Government, New Ze...
<!-- 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: --> The Dane.gov.pl website pursues the objective of the Central Public Data Repository in Poland, provides data also via API - [x] My submission is formatted ...
https://api.github.com/repos/public-apis/public-apis/pulls/1920
2021-08-03T13:09:27Z
2021-09-02T12:48:26Z
2021-09-02T12:48:26Z
2021-09-02T14:01:03Z
265
public-apis/public-apis
35,823
Fix bokeh slider by adding in side effects to package json
diff --git a/e2e/specs/st_bokeh_chart.spec.js b/e2e/specs/st_bokeh_chart.spec.js deleted file mode 100644 index 915fc411e91e..000000000000 --- a/e2e/specs/st_bokeh_chart.spec.js +++ /dev/null @@ -1,30 +0,0 @@ -/** - * Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022) - * - * Licensed under the Apache Licen...
<!-- ⚠️ BEFORE CONTRIBUTING PLEASE READ OUR CONTRIBUTING GUIDELINES! https://github.com/streamlit/streamlit/wiki/Contributing --> ## Describe your changes - need to add an exception to `sideEffects` in `package.json` as we are doing side effect imports in `BokehChart.tsx` - add a test in e2e to make sure this r...
https://api.github.com/repos/streamlit/streamlit/pulls/7441
2023-09-27T21:41:26Z
2023-09-29T18:29:56Z
2023-09-29T18:29:56Z
2023-09-29T18:29:56Z
2,545
streamlit/streamlit
21,907
Use enums in rdw
diff --git a/homeassistant/components/rdw/binary_sensor.py b/homeassistant/components/rdw/binary_sensor.py index 80f4a425212305..81d3e448b78fc9 100644 --- a/homeassistant/components/rdw/binary_sensor.py +++ b/homeassistant/components/rdw/binary_sensor.py @@ -7,7 +7,7 @@ from vehicle import Vehicle from homeassistan...
<!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contains a breaking change for existing users, it is important to tell them what breaks, how to make it work again and why we did th...
https://api.github.com/repos/home-assistant/core/pulls/62059
2021-12-16T13:25:09Z
2021-12-16T14:10:54Z
2021-12-16T14:10:54Z
2021-12-17T15:02:06Z
442
home-assistant/core
39,425
[tune/rllib/wandb] Flatten result dict so that nested result dicts are shown in W&B logger
diff --git a/python/ray/tune/integration/wandb.py b/python/ray/tune/integration/wandb.py index 66d13ee4e8a1f..b00d3cdd866fa 100644 --- a/python/ray/tune/integration/wandb.py +++ b/python/ray/tune/integration/wandb.py @@ -7,6 +7,7 @@ from ray.tune import Trainable from ray.tune.function_runner import FunctionRunner f...
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your P...
https://api.github.com/repos/ray-project/ray/pulls/10429
2020-08-30T15:59:23Z
2020-08-31T22:28:47Z
2020-08-31T22:28:47Z
2020-08-31T22:28:47Z
304
ray-project/ray
19,266
Add fingerprint for 2018 honda accord sport 2.0L canadian version
diff --git a/selfdrive/car/honda/values.py b/selfdrive/car/honda/values.py index be5fd24dfefa5c..0d82ff947e702a 100644 --- a/selfdrive/car/honda/values.py +++ b/selfdrive/car/honda/values.py @@ -204,6 +204,7 @@ class CAR: b'77959-TBX-H230\x00\x00', ], (Ecu.combinationMeter, 0x18da60f1, None): [ + ...
***** Car Fingerprinting ***** added fingerprint per subject following https://github.com/commaai/openpilot/wiki/Fingerprinting, missing firmware: ( ecu = combinationMeter, fwVersion = "78109-TVC-C010\000\000", address = 416964849, -> 0x18da60f1 subAddress = 0 )
https://api.github.com/repos/commaai/openpilot/pulls/21831
2021-08-02T23:55:57Z
2021-08-03T06:41:10Z
2021-08-03T06:41:10Z
2021-08-03T06:41:10Z
170
commaai/openpilot
9,858
optimization
diff --git a/sorts/selection_sort.py b/sorts/selection_sort.py index 43ad26a7bf27..6a9c063d3364 100644 --- a/sorts/selection_sort.py +++ b/sorts/selection_sort.py @@ -35,7 +35,8 @@ def selection_sort(collection): for k in range(i + 1, length): if collection[k] < collection[least]: ...
We don't need swap if `least == i`
https://api.github.com/repos/TheAlgorithms/Python/pulls/1303
2019-10-08T02:49:27Z
2019-10-08T08:25:01Z
2019-10-08T08:25:00Z
2019-10-08T10:32:59Z
149
TheAlgorithms/Python
29,414
Backport PR #58126: BLD: Build wheels with numpy 2.0rc1
diff --git a/pyproject.toml b/pyproject.toml index c225ed80dcb10..b2764b137a1f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,12 +6,9 @@ requires = [ "meson==1.2.1", "wheel", "Cython==3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json - # Any NumPy version should be fine f...
- [ ] closes #xxxx (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/con...
https://api.github.com/repos/pandas-dev/pandas/pulls/58127
2024-04-03T02:04:55Z
2024-04-03T02:57:16Z
2024-04-03T02:57:16Z
2024-04-03T02:57:16Z
279
pandas-dev/pandas
44,791
Remove orphan comment
diff --git a/gym/envs/mujoco/__init__.py b/gym/envs/mujoco/__init__.py index c81f0dec3fe..fc4cc058be1 100644 --- a/gym/envs/mujoco/__init__.py +++ b/gym/envs/mujoco/__init__.py @@ -1,3 +1,5 @@ +from gym.envs.mujoco.mujoco_env import MujocoEnv # isort:skip + # ^^^^^ so that user gets the correct error # message if mu...
The comment used to be due to the line that is not there anymore, like: ```python from gym.envs.mujoco.mujoco_env import MujocoEnv # ^^^^^ so that user gets the correct error # message if mujoco is not installed correctly ``` Now the comment is useless.
https://api.github.com/repos/openai/gym/pulls/2774
2022-04-23T15:29:43Z
2022-04-24T16:15:16Z
2022-04-24T16:15:16Z
2022-04-24T16:15:17Z
272
openai/gym
5,067
upscaler_utils: Reduce logging
diff --git a/modules/upscaler_utils.py b/modules/upscaler_utils.py index b5e5a80caa5..17223ca0da1 100644 --- a/modules/upscaler_utils.py +++ b/modules/upscaler_utils.py @@ -69,10 +69,8 @@ def upscale_with_model( for y, h, row in grid.tiles: newrow = [] for x, w, tile in row: - ...
## Description * upscale_with_model: Remove debugging logging occurring in loop as it's an excessive amount of noise when running w/ DEBUG log levels. ## Screenshots/videos: This is excessive: ``` 2024-03-02 07:50:34 DEBUG [modules.modelloader] Loaded <spandrel.__helpers.model_descriptor.ImageModelDescrip...
https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/15084
2024-03-02T16:12:49Z
2024-03-04T03:50:04Z
2024-03-04T03:50:03Z
2024-03-04T03:50:04Z
200
AUTOMATIC1111/stable-diffusion-webui
39,803
map eta: use pair
diff --git a/selfdrive/ui/qt/maps/map_eta.cc b/selfdrive/ui/qt/maps/map_eta.cc index 13e11e5597aed0..9dbbad28450a3b 100644 --- a/selfdrive/ui/qt/maps/map_eta.cc +++ b/selfdrive/ui/qt/maps/map_eta.cc @@ -30,12 +30,12 @@ void MapETA::paintEvent(QPaintEvent *event) { void MapETA::updateETA(float s, float s_typical, float...
split from https://github.com/commaai/openpilot/pull/29151
https://api.github.com/repos/commaai/openpilot/pulls/29460
2023-08-18T05:30:06Z
2023-08-18T05:42:12Z
2023-08-18T05:42:12Z
2023-08-18T05:42:13Z
760
commaai/openpilot
9,127
fix some error when start command on macos
diff --git a/interpreter/terminal_interface/profiles/defaults/local.py b/interpreter/terminal_interface/profiles/defaults/local.py index 44125a51d..c42584daf 100644 --- a/interpreter/terminal_interface/profiles/defaults/local.py +++ b/interpreter/terminal_interface/profiles/defaults/local.py @@ -43,7 +43,7 @@ # Run ...
### Describe the changes you have made: when run local model in macos(m2 arm), maybe occur exec format error, i need Popen with shell=True, but when model path contain space (like me, my oi_dir is '/Users/lishuo121/Library/Application Support/open-interpreter/models/phi-2.Q5_K_M.llamafile') that not find err will ...
https://api.github.com/repos/OpenInterpreter/open-interpreter/pulls/1062
2024-03-09T09:01:18Z
2024-03-11T01:56:39Z
2024-03-11T01:56:39Z
2024-03-11T01:57:33Z
183
OpenInterpreter/open-interpreter
40,670
remove deprecated code from FeedExporter
diff --git a/scrapy/contrib/feedexport.py b/scrapy/contrib/feedexport.py index 92664220ccc..95354d6fe74 100644 --- a/scrapy/contrib/feedexport.py +++ b/scrapy/contrib/feedexport.py @@ -151,15 +151,7 @@ def __init__(self, settings): @classmethod def from_crawler(cls, crawler): - if len(get_func_args(c...
https://api.github.com/repos/scrapy/scrapy/pulls/1155
2015-04-14T15:20:07Z
2015-04-14T17:09:10Z
2015-04-14T17:09:10Z
2015-04-14T17:09:10Z
242
scrapy/scrapy
34,903
examples: fix typos in generate-csr.sh script comments
diff --git a/examples/generate-csr.sh b/examples/generate-csr.sh index fa9327095d9..c4a3af01628 100755 --- a/examples/generate-csr.sh +++ b/examples/generate-csr.sh @@ -1,7 +1,7 @@ #!/bin/sh # This script generates a simple SAN CSR to be used with Let's Encrypt -# CA. Mostly intedened for "auth --csr" testing, but, s...
Minor comment fixups.
https://api.github.com/repos/certbot/certbot/pulls/702
2015-08-23T14:29:25Z
2015-08-24T20:45:35Z
2015-08-24T20:45:35Z
2018-11-29T15:32:14Z
176
certbot/certbot
939
Manual Pengguna -> Panduan Pengguna
diff --git a/doc/translations/README-id-ID.md b/doc/translations/README-id-ID.md index f309c53944e..4f8ec4284b6 100644 --- a/doc/translations/README-id-ID.md +++ b/doc/translations/README-id-ID.md @@ -35,7 +35,7 @@ Untuk mendapatkan daftar opsi lanjut gunakan: python sqlmap.py -hh Anda dapat mendapatkan contoh ...
User Manual -> Panduan Pengguna
https://api.github.com/repos/sqlmapproject/sqlmap/pulls/2537
2017-05-18T06:00:36Z
2017-05-18T10:13:14Z
2017-05-18T10:13:14Z
2020-07-23T18:22:35Z
261
sqlmapproject/sqlmap
15,079
Add Aqueduct to the list
diff --git a/README.md b/README.md index 11436827..6d3df9eb 100644 --- a/README.md +++ b/README.md @@ -1763,6 +1763,7 @@ be * [Chaos Genius](https://github.com/chaos-genius/chaos_genius/) - ML powered analytics engine for outlier/anomaly detection and root cause analysis. * [MLEM](https://github.com/iterative/mlem) -...
Aqueduct is an open-source MLOps framework that allows you to write code in vanilla Python, run that code on any cloud infrastructure you'd like to use, and gain visibility into the execution and performance of your models and predictions. @josephmisiti
https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/930
2023-04-15T07:49:34Z
2023-05-07T21:59:28Z
2023-05-07T21:59:28Z
2023-05-07T21:59:28Z
196
josephmisiti/awesome-machine-learning
52,180
Clarify Python versions supported by requests
diff --git a/docs/index.rst b/docs/index.rst index 5eb643e128..d1cbc85694 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -87,7 +87,7 @@ Requests is ready for today's web. - Chunked Requests - Thread-safety -Requests supports Python 2.6 — 3.5, and runs great on PyPy. +Requests officially supports Python 2.6 — 2...
Remove some confusion in the Python versions supported by Requests.
https://api.github.com/repos/psf/requests/pulls/3480
2016-08-09T02:51:05Z
2016-08-09T03:00:55Z
2016-08-09T03:00:55Z
2021-09-08T03:00:53Z
132
psf/requests
32,772
Make boulder-start.sh more robust & helpful
diff --git a/tests/boulder-start.sh b/tests/boulder-start.sh index e17716b54f5..0af5dfb97d4 100755 --- a/tests/boulder-start.sh +++ b/tests/boulder-start.sh @@ -1,6 +1,23 @@ -#!/bin/sh -xe +#!/bin/bash # Download and run Boulder instance for integration testing + +# ugh, go version output is like: +# go version go1....
Don't try to run with go versions that are going to fail, and perhaps detect broken states if that happened in the past.
https://api.github.com/repos/certbot/certbot/pulls/780
2015-09-17T02:18:34Z
2015-09-23T18:18:06Z
2015-09-23T18:18:06Z
2016-05-06T19:21:52Z
415
certbot/certbot
3,458
Add new AWS IPv6 SSRF Endpoint
diff --git a/Server Side Request Forgery/README.md b/Server Side Request Forgery/README.md index db9ad9d93f..3dd0a41f4c 100644 --- a/Server Side Request Forgery/README.md +++ b/Server Side Request Forgery/README.md @@ -550,13 +550,15 @@ Example of a PDF attachment using HTML The AWS Instance Metadata Service is a se...
Documentation: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/instancedata-data-retrieval.html
https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/651
2023-06-28T22:52:09Z
2023-06-29T08:59:10Z
2023-06-29T08:59:10Z
2023-06-29T08:59:11Z
486
swisskyrepo/PayloadsAllTheThings
8,568
add parent child relationships in nodes
diff --git a/gpt_index/data_structs/node_v2.py b/gpt_index/data_structs/node_v2.py index d5e78be1da3db..25658bebaacd2 100644 --- a/gpt_index/data_structs/node_v2.py +++ b/gpt_index/data_structs/node_v2.py @@ -8,17 +8,16 @@ It is often used as an atomic unit of data in various indices. """ +import logging +import wa...
Add parent and child relationships to node v2. Useful for trees such as JSON and YAML. Is the Union OK (for multiple children) or should we separate out children into a separate attribute?
https://api.github.com/repos/run-llama/llama_index/pulls/1121
2023-04-09T18:19:58Z
2023-04-12T02:05:03Z
2023-04-12T02:05:03Z
2023-04-12T02:05:04Z
868
run-llama/llama_index
6,808
Chart: allow using krb5.conf with CeleryExecutor
diff --git a/chart/templates/configmaps/configmap.yaml b/chart/templates/configmaps/configmap.yaml index 29b2a2dffb318..6cf47fb334cf1 100644 --- a/chart/templates/configmaps/configmap.yaml +++ b/chart/templates/configmaps/configmap.yaml @@ -63,8 +63,8 @@ data: {{ tpl (.Files.Get "files/pod-template-file.kubernetes-hel...
For some reason kerberos can be used only when setting `executor: KubernetesExecutor` or `CeleryKubernetesExecutor` in helm chart - see https://github.com/apache/airflow/blob/main/chart/templates/configmaps/configmap.yaml#L57 . This PR allows to use kerberos when setting `executor: CeleryExecutor`.
https://api.github.com/repos/apache/airflow/pulls/16822
2021-07-05T16:25:43Z
2021-07-06T12:48:57Z
2021-07-06T12:48:57Z
2021-07-07T17:35:09Z
366
apache/airflow
14,237
Fixed #23859 -- Fixed a migration crash when a field is renamed that is part of an index_together
diff --git a/django/db/migrations/operations/fields.py b/django/db/migrations/operations/fields.py index 435d4a0936825..afa3fde818b77 100644 --- a/django/db/migrations/operations/fields.py +++ b/django/db/migrations/operations/fields.py @@ -177,13 +177,14 @@ def state_forwards(self, app_label, state): (sel...
Ticket: https://code.djangoproject.com/ticket/23859
https://api.github.com/repos/django/django/pulls/3563
2014-11-17T18:12:54Z
2014-11-17T18:52:50Z
2014-11-17T18:52:50Z
2014-11-17T20:51:46Z
1,046
django/django
51,261
added machine learning crash course to courses.md
diff --git a/courses.md b/courses.md index 9700e753..e7dc1b6b 100644 --- a/courses.md +++ b/courses.md @@ -20,3 +20,4 @@ The following is a list of free or paid online courses on machine learning, stat * [Reinforcement Learning](https://www.udacity.com/course/reinforcement-learning--ud600) - free * [Machine Learning ...
https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/481
2018-03-01T02:31:12Z
2018-03-07T03:07:45Z
2018-03-07T03:07:45Z
2018-03-07T03:07:45Z
266
josephmisiti/awesome-machine-learning
52,067
Update README.rst for fixxing the issue #996
diff --git a/README.rst b/README.rst index 565ba5dee1..7d7036c036 100644 --- a/README.rst +++ b/README.rst @@ -128,9 +128,9 @@ and always provides the latest version) is to use `pip`_: .. code-block:: bash # Make sure we have an up-to-date version of pip and setuptools: - $ pip install --upgrade pip setuptoo...
fixes: #996
https://api.github.com/repos/httpie/cli/pulls/1005
2020-12-21T06:42:22Z
2020-12-21T10:38:01Z
2020-12-21T10:38:01Z
2020-12-31T08:23:52Z
156
httpie/cli
34,129
Action improvements and python version update.
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ff3983489..97c08e80b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,7 +2,7 @@ name: "CodeQL" on: push: - branches: [master, ] + branches: [master] pull_re...
Removed 3.6 from python versions (fails to build), added 3.10 and 3.11. Updated python setup action and added poetry caching to make workflow more efficient. Run on ubuntu-latest. Small OCD corrections in codeql.
https://api.github.com/repos/mingrammer/diagrams/pulls/843
2023-01-31T07:19:44Z
2023-05-22T23:34:51Z
2023-05-22T23:34:51Z
2023-05-22T23:34:51Z
442
mingrammer/diagrams
52,585
Contribution to MongoDB topic
diff --git a/README.md b/README.md index 8c022ab96..57cf985ed 100644 --- a/README.md +++ b/README.md @@ -1259,18 +1259,27 @@ as key-value pair, document-oriented, etc. <details> <summary>What is a document? What is a collection?</summary><br><b> + + * A document is a record in MongoDB, which is stored in BSON (Bin...
I have answered to some MongoDB questions.
https://api.github.com/repos/bregman-arie/devops-exercises/pulls/343
2023-01-31T17:33:03Z
2023-02-02T10:59:41Z
2023-02-02T10:59:41Z
2023-02-02T10:59:42Z
545
bregman-arie/devops-exercises
17,427
Feat fixllm client kwargs
diff --git a/metagpt/provider/fireworks_api.py b/metagpt/provider/fireworks_api.py index 5fe86fc1c..638b0703d 100644 --- a/metagpt/provider/fireworks_api.py +++ b/metagpt/provider/fireworks_api.py @@ -85,10 +85,9 @@ def __init_fireworks(self): self._init_client() self.model = self.config.fireworks_api...
**Features** <!-- Clear and direct description of the submit features. --> <!-- If it's a bug fix, please also paste the issue link. --> - fix openllm/fireworks client_kwargs due to previous PR delete sync client **Feature Docs** <!-- The RFC, tutorial, or use cases about the feature if it's a pretty big u...
https://api.github.com/repos/geekan/MetaGPT/pulls/640
2023-12-28T01:36:39Z
2023-12-28T02:48:10Z
2023-12-28T02:48:10Z
2023-12-28T08:12:04Z
430
geekan/MetaGPT
16,920
Revert "Improve SSE User Experience"
diff --git a/fastchat/serve/openai_api_server.py b/fastchat/serve/openai_api_server.py index 6aad721d9d..b83c4152f5 100644 --- a/fastchat/serve/openai_api_server.py +++ b/fastchat/serve/openai_api_server.py @@ -22,7 +22,6 @@ from fastapi.security.http import HTTPAuthorizationCredentials, HTTPBearer import httpx from...
Reverts lm-sys/FastChat#1223. I tested it with https://github.com/lm-sys/FastChat/blob/fcf88ff0259a2a735a52fef091090204b302895a/tests/test_openai_api.py#L1-L3 but meet the following errors ``` Traceback (most recent call last): File "/home/ubuntu/anaconda3/envs/fastchat/lib/python3.9/site-packages/openai/api_re...
https://api.github.com/repos/lm-sys/FastChat/pulls/1875
2023-07-06T11:17:12Z
2023-07-06T11:18:11Z
2023-07-06T11:18:11Z
2023-07-06T11:22:45Z
433
lm-sys/FastChat
41,575
fix(website): update diagrams png
diff --git a/website/static/img/advanced_web_service_with_on-premise.png b/website/static/img/advanced_web_service_with_on-premise.png index 83298236c..c2edf4d74 100644 Binary files a/website/static/img/advanced_web_service_with_on-premise.png and b/website/static/img/advanced_web_service_with_on-premise.png differ dif...
Fix for https://github.com/mingrammer/diagrams/issues/753 @mingrammer I found 2 others png in https://diagrams.mingrammer.com/docs/getting-started/examples that were not updated I will add one more commit.
https://api.github.com/repos/mingrammer/diagrams/pulls/790
2022-11-09T12:57:58Z
2023-01-08T07:47:27Z
2023-01-08T07:47:27Z
2023-01-08T07:47:27Z
256
mingrammer/diagrams
52,621
fix bilibili bangumi page
diff --git a/src/you_get/extractors/bilibili.py b/src/you_get/extractors/bilibili.py index 24821d77fc..5ed7f28d05 100644 --- a/src/you_get/extractors/bilibili.py +++ b/src/you_get/extractors/bilibili.py @@ -284,12 +284,6 @@ def vc_entry(self, **kwargs): self.streams['vc']['size'] = int(item['video_size']) ...
delete useless old regex which sometimes cause error ~~~ you-get --debug https://www.bilibili.com/bangumi/play/ss25681/?spm_id_from=333. 334.b_62696c695f62616e67756d69.5 ...... File "c:\users\fengl\appdata\local\programs\python\python36\lib\site-packages\you_get\extractors\bilibili.py", line 267, in bangumi_en...
https://api.github.com/repos/soimort/you-get/pulls/2664
2018-12-01T14:49:42Z
2018-12-01T20:13:07Z
2018-12-01T20:13:07Z
2018-12-01T20:13:07Z
264
soimort/you-get
21,015
Support GatedRepoError + use raise from
diff --git a/src/transformers/utils/hub.py b/src/transformers/utils/hub.py index ffed74360d052..f4c9e9b3c66eb 100644 --- a/src/transformers/utils/hub.py +++ b/src/transformers/utils/hub.py @@ -41,6 +41,7 @@ from huggingface_hub.file_download import REGEX_COMMIT_HASH, http_get from huggingface_hub.utils import ( ...
(PR started after comment from @osanseviero [on slack](https://huggingface.slack.com/archives/C03V11RNS7P/p1690185858721759?thread_ts=1689956871.406059&cid=C03V11RNS7P) -private link) This PR adds 2 things: - raise a more custom error in case of `GatedRepoError` when downloading a file. `GatedRepoError` is a subcla...
https://api.github.com/repos/huggingface/transformers/pulls/25034
2023-07-24T10:06:26Z
2023-07-24T13:12:39Z
2023-07-24T13:12:39Z
2023-07-24T13:13:10Z
1,010
huggingface/transformers
12,757
[3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495)
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index addfb6ce43d809..c28a574f8e052d 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -155,7 +155,6 @@ def data_file(*name): OP_SINGLE_ECDH_USE = getattr(ssl, "OP_SINGLE_ECDH_USE", 0) OP_CIPHER_SERVER_PREFERENCE = getattr(ssl, "OP_CIPHER_SERVER_P...
GH-25309 enabled SSL_OP_IGNORE_UNEXPECTED_EOF by default, with a comment that it restores OpenSSL 1.1.1 behavior, but this wasn't quite right. That option causes OpenSSL to treat transport EOF as the same as close_notify (i.e. SSL_ERROR_ZERO_RETURN), whereas Python actually has distinct SSLEOFError and SSLZeroRetur...
https://api.github.com/repos/python/cpython/pulls/103007
2023-03-24T15:19:55Z
2023-03-27T14:14:24Z
2023-03-27T14:14:24Z
2023-03-27T14:14:59Z
1,133
python/cpython
4,762
Remove duplicated inference unit tests
diff --git a/tests/unit/inference/test_inference.py b/tests/unit/inference/test_inference.py index c9073e66b67b..775a20cc9fba 100644 --- a/tests/unit/inference/test_inference.py +++ b/tests/unit/inference/test_inference.py @@ -90,37 +90,6 @@ def verify_models(): pytest.fail(f"Model(s) do not have an assigned t...
In our inference unit tests, we were seeing duplicated tests due to the use of `invalid_test` fixture. Because this fixture used `model_w_task, dtype, enable_cuda_graph, enable_triton` fixtures, any test that used this fixture but did not use all of those fixtures would have duplicated tests generated. A short example ...
https://api.github.com/repos/microsoft/DeepSpeed/pulls/3951
2023-07-13T17:47:59Z
2023-07-18T22:41:24Z
2023-07-18T22:41:24Z
2023-07-20T21:12:19Z
1,652
microsoft/DeepSpeed
10,010
Fix:Kinesis:Timestamp in get records
diff --git a/localstack/services/kinesis/kinesis_listener.py b/localstack/services/kinesis/kinesis_listener.py index 04d90dab6f623..d6196e53b953e 100644 --- a/localstack/services/kinesis/kinesis_listener.py +++ b/localstack/services/kinesis/kinesis_listener.py @@ -80,7 +80,6 @@ def return_response(self, method, path, d...
Fix:Kinesis:Timestamp in get records https://github.com/localstack/localstack/issues/3488
https://api.github.com/repos/localstack/localstack/pulls/3515
2021-01-26T16:17:28Z
2021-01-29T20:48:25Z
2021-01-29T20:48:25Z
2021-01-29T20:48:25Z
712
localstack/localstack
28,607
Move manual configuration of MQTT lock to the integration key
diff --git a/homeassistant/components/mqtt/__init__.py b/homeassistant/components/mqtt/__init__.py index 02a98f6ce90300..40e4c6105295b6 100644 --- a/homeassistant/components/mqtt/__init__.py +++ b/homeassistant/components/mqtt/__init__.py @@ -194,6 +194,7 @@ vol.Optional(Platform.BUTTON.value): cv.ensure_list,...
<!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or...
https://api.github.com/repos/home-assistant/core/pulls/72271
2022-05-21T12:17:43Z
2022-05-21T17:07:26Z
2022-05-21T17:07:26Z
2022-05-22T19:01:43Z
1,096
home-assistant/core
38,723
Update issue templates
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..01b6fb85e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: kind/triage +assignee...
GitHub has new issue template, here's a first stab at them for us. @Kriechi, you tend to have opinions on these kinds of things? 😉
https://api.github.com/repos/mitmproxy/mitmproxy/pulls/3686
2019-11-04T14:43:40Z
2019-11-07T19:20:39Z
2019-11-07T19:20:39Z
2019-11-07T19:20:45Z
387
mitmproxy/mitmproxy
27,999
Adding Flask-Misaka to the extensions page
diff --git a/flask_website/listings/extensions.py b/flask_website/listings/extensions.py index f6f02ad342..91f9781d4a 100644 --- a/flask_website/listings/extensions.py +++ b/flask_website/listings/extensions.py @@ -524,7 +524,17 @@ def docserver(self): github='aromanovich/flask-webtest', docs='http://...
I'd like to submit the Flask extension I wrote, [Flask-Misaka](https://github.com/singingwolfboy/flask-misaka), for review for inclusion on the extensions registry page.
https://api.github.com/repos/pallets/flask/pulls/851
2013-08-29T04:13:40Z
2014-03-21T20:53:01Z
2014-03-21T20:53:01Z
2020-11-14T06:52:44Z
214
pallets/flask
20,299
feat(starfish): Add the delta columns to WSV
diff --git a/static/app/views/starfish/utils/generatePerformanceEventView.tsx b/static/app/views/starfish/utils/generatePerformanceEventView.tsx index 4b096598672ad..3970852fceb64 100644 --- a/static/app/views/starfish/utils/generatePerformanceEventView.tsx +++ b/static/app/views/starfish/utils/generatePerformanceEvent...
Also adds it to the 500 responses slide out panel Requires https://github.com/getsentry/sentry/pull/50737 to be deployed (it's deployed) Note: Noticing some funky behaviour with the http error count change will dig into that in a follow up
https://api.github.com/repos/getsentry/sentry/pulls/50739
2023-06-12T15:17:08Z
2023-06-12T16:47:50Z
2023-06-12T16:47:50Z
2024-03-15T21:08:02Z
1,628
getsentry/sentry
43,801
Add release video as blog post
diff --git a/docs/blog/2023-04-10-open-assistant-livestream-just-chatting/index.mdx b/docs/blog/2023-04-10-open-assistant-livestream-just-chatting/index.mdx new file mode 100644 index 0000000000..3bc051099d --- /dev/null +++ b/docs/blog/2023-04-10-open-assistant-livestream-just-chatting/index.mdx @@ -0,0 +1,21 @@ +--- ...
- add release blog post - add livestreaming chatting blog post
https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/2546
2023-04-15T17:34:01Z
2023-04-15T20:42:04Z
2023-04-15T20:42:04Z
2023-04-15T21:01:00Z
733
LAION-AI/Open-Assistant
37,267
[Instagram] Improve thumbnail extraction
diff --git a/yt_dlp/extractor/instagram.py b/yt_dlp/extractor/instagram.py index 6ed20d9c6d3..c96ba9f18de 100644 --- a/yt_dlp/extractor/instagram.py +++ b/yt_dlp/extractor/instagram.py @@ -234,7 +234,9 @@ def _real_extract(self, url): media, lambda x: x['edge_media_to_caption']['edges'][0]['node']['tex...
## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *pull request* (like that [x]) - Use *Preview* tab to see how your *pull request* will actually look like --- ### Before submitting a *p...
https://api.github.com/repos/yt-dlp/yt-dlp/pulls/1496
2021-10-31T12:13:57Z
2021-11-04T03:22:10Z
2021-11-04T03:22:10Z
2021-11-04T03:22:10Z
448
yt-dlp/yt-dlp
7,609
[MRG][DOC] Add thanks for infrastructure supporters
diff --git a/doc/about.rst b/doc/about.rst index 2c02bf82d371e..fb95db2c81fb6 100644 --- a/doc/about.rst +++ b/doc/about.rst @@ -31,6 +31,7 @@ citations to the following paper: year={2011} } + Funding ------- @@ -61,6 +62,7 @@ The `PSF <http://www.python.org/psf/>`_ helped find and manage funding for our...
https://api.github.com/repos/scikit-learn/scikit-learn/pulls/2761
2014-01-16T23:20:00Z
2014-01-17T01:30:54Z
2014-01-17T01:30:54Z
2014-06-13T11:56:41Z
480
scikit-learn/scikit-learn
46,426
[wrzuta.pl] Remove extractor (closes #20684)
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 0e3ccb82d1b..676ad3f7d17 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1418,10 +1418,6 @@ from .wimp import WimpIE from .wistia import WistiaIE from .worldstarhiphop import WorldS...
Wrzuta.pl was shut down in 2017. (Apparently the domain was then repurposed on something unrelated.)
https://api.github.com/repos/ytdl-org/youtube-dl/pulls/20801
2019-04-24T14:45:21Z
2019-04-26T22:12:16Z
2019-04-26T22:12:16Z
2019-04-26T22:16:55Z
1,912
ytdl-org/youtube-dl
50,191
Add mysqlclient-python and PyMySQL
diff --git a/README.md b/README.md index 37e3eb946..b798ecab2 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,8 @@ long, literate-programming-style documentation generator. * Relational Databases * [mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python. + ...
https://api.github.com/repos/vinta/awesome-python/pulls/138
2014-07-14T06:35:08Z
2014-07-14T14:12:14Z
2014-07-14T14:12:14Z
2014-07-14T14:12:14Z
236
vinta/awesome-python
27,295
Taxi.py: Improve inline documentation
diff --git a/gym/envs/toy_text/taxi.py b/gym/envs/toy_text/taxi.py index 425892c7734..7aa888ac706 100644 --- a/gym/envs/toy_text/taxi.py +++ b/gym/envs/toy_text/taxi.py @@ -15,6 +15,7 @@ "+---------+", ] + class TaxiEnv(discrete.DiscreteEnv): """ The Taxi Problem @@ -45,74 +46,88 @@ class TaxiEnv(dis...
* Use more descriptive variable names * Fix formatting as per PEP8 * Add some inline documentation for better undrstanding
https://api.github.com/repos/openai/gym/pulls/1077
2018-06-16T18:47:20Z
2019-02-16T00:11:18Z
2019-02-16T00:11:18Z
2019-02-16T00:11:19Z
2,213
openai/gym
5,112
[gemini] update the gpt example
diff --git a/colossalai/nn/parallel/zero_wrapper.py b/colossalai/nn/parallel/zero_wrapper.py index 504625e62d30..be8d1da7c24e 100644 --- a/colossalai/nn/parallel/zero_wrapper.py +++ b/colossalai/nn/parallel/zero_wrapper.py @@ -32,16 +32,19 @@ def zero_model_wrapper(model: nn.Module, zero_stage: int = 1, gemini_config: ...
https://api.github.com/repos/hpcaitech/ColossalAI/pulls/2527
2023-01-30T05:08:04Z
2023-01-30T09:58:05Z
2023-01-30T09:58:05Z
2023-01-30T09:58:06Z
3,401
hpcaitech/ColossalAI
11,593
Option to input directory
diff --git a/comfy/cli_args.py b/comfy/cli_args.py index ffae81c49d..35d44164f1 100644 --- a/comfy/cli_args.py +++ b/comfy/cli_args.py @@ -39,6 +39,7 @@ def __call__(self, parser, namespace, values, option_string=None): parser.add_argument("--extra-model-paths-config", type=str, default=None, metavar="PATH", nargs='+'...
There are options to set the output and temp directory, but the option for the input directory is missing, so this PR adds it.
https://api.github.com/repos/comfyanonymous/ComfyUI/pulls/1666
2023-10-04T22:47:31Z
2023-10-09T05:56:49Z
2023-10-09T05:56:49Z
2023-10-09T17:26:20Z
531
comfyanonymous/ComfyUI
17,906
Update oasst-data docs to reflect code changes
diff --git a/oasst-data/README.md b/oasst-data/README.md index 947fdb62f3..4e42419d8f 100644 --- a/oasst-data/README.md +++ b/oasst-data/README.md @@ -19,12 +19,12 @@ Code example: ```python # parsing OA data files with oasst_data helpers -from oasst_data import load_trees, visit_messages_depth_first, ExportMessage...
Close #2639
https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/2660
2023-04-17T12:06:20Z
2023-04-17T14:27:11Z
2023-04-17T14:27:11Z
2023-04-17T14:27:12Z
193
LAION-AI/Open-Assistant
37,009
Improve docs of signatures of before/after/teardown callback funcs
diff --git a/flask/app.py b/flask/app.py index 2f2735928f..467725c176 100644 --- a/flask/app.py +++ b/flask/app.py @@ -1243,7 +1243,13 @@ def add_template_global(self, f, name=None): @setupmethod def before_request(self, f): - """Registers a function to run before each request.""" + """Registe...
I got bitten by the not-optimally-documented fact that the return values of `before_request` callbacks aren't ignored.
https://api.github.com/repos/pallets/flask/pulls/1338
2015-02-05T20:48:11Z
2015-02-05T21:11:07Z
2015-02-05T21:11:07Z
2020-11-14T06:09:03Z
541
pallets/flask
20,785
[googledrive] Fix missing "source" format
diff --git a/yt_dlp/extractor/googledrive.py b/yt_dlp/extractor/googledrive.py index 9e2ccde0050..8a4cd1690e2 100644 --- a/yt_dlp/extractor/googledrive.py +++ b/yt_dlp/extractor/googledrive.py @@ -5,7 +5,9 @@ from ..utils import ( ExtractorError, determine_ext, + extract_attributes, get_element_by_cl...
**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/7395
2023-06-23T09:26:17Z
2023-07-05T02:17:13Z
2023-07-05T02:17:13Z
2023-07-05T02:17:14Z
591
yt-dlp/yt-dlp
7,573
Add FAQ on making a blank request
diff --git a/docs/faq.rst b/docs/faq.rst index 20dd814df31..2113b096435 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -405,6 +405,23 @@ or :class:`~scrapy.signals.headers_received` signals and raising a :ref:`topics-stop-response-download` topic for additional information and examples. +.. _faq-blank-request: + ...
This PR addresses issue #6203, adding a FAQ entry on making a blank requests. ```python yield Request( url="data:,", callback=self.your_call_back ) ``` suggested by: @Gallaecio
https://api.github.com/repos/scrapy/scrapy/pulls/6208
2024-01-17T15:17:53Z
2024-01-18T17:56:12Z
2024-01-18T17:56:12Z
2024-01-18T17:56:12Z
230
scrapy/scrapy
35,092
Update for autogen.py to include the content of constraints.py
diff --git a/docs/autogen.py b/docs/autogen.py index f8fcb380f41..808307589e0 100644 --- a/docs/autogen.py +++ b/docs/autogen.py @@ -80,6 +80,7 @@ from keras import losses from keras import metrics from keras import backend +from keras import constraints from keras import activations from keras import preprocessin...
### Summary Information from the docstrings of the file constraints.py was not grabbed by autogen.py because the autogenerated code block was absent in templates/constraints.md and the corresponsing part of the PAGES list in autogen.py was not there too. I did not find a commit where it would work before, but i could ...
https://api.github.com/repos/keras-team/keras/pulls/11456
2018-10-22T17:50:55Z
2018-10-23T16:56:15Z
2018-10-23T16:56:15Z
2018-10-23T16:56:16Z
339
keras-team/keras
47,472
Revert protobuf<=3.20.1
diff --git a/requirements.txt b/requirements.txt index de3239cbdd4..6313cecee57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ scipy>=1.4.1 torch>=1.7.0 torchvision>=0.8.1 tqdm>=4.64.0 -protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012 +protobuf<=3.20.1 # https://github.co...
Resolve #8012 (again) ## 🛠️ PR Summary <sub>Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions)<sub> ### 🌟 Summary Adjustment of `protobuf` version requirements for better compatibility. ### 📊 Key Changes - Modified the required `protobuf` version in `requirements.txt` from `<4.21.3...
https://api.github.com/repos/ultralytics/yolov5/pulls/8742
2022-07-27T14:40:28Z
2022-07-27T15:27:44Z
2022-07-27T15:27:44Z
2024-01-19T08:09:50Z
151
ultralytics/yolov5
25,178
[shardformer] update t5 model
diff --git a/colossalai/shardformer/modeling/t5.py b/colossalai/shardformer/modeling/t5.py index 9c5ce3fb65c9..94f4fce74501 100644 --- a/colossalai/shardformer/modeling/t5.py +++ b/colossalai/shardformer/modeling/t5.py @@ -118,15 +118,12 @@ def t5_stack_forward( # required mask seq length can be calculated via...
## 🚨 Issue number - [ ] https://github.com/hpcaitech/ColossalAI/issues/5505 ## 📝 What does this PR do? [shardformer/modeling/t5]: Upgrade transformers from version 4.33.0 to version 4.36.0 for the opt model, including the `t5_stack_forward` function of the `t5` model.
https://api.github.com/repos/hpcaitech/ColossalAI/pulls/5524
2024-03-27T11:01:03Z
2024-04-03T04:23:38Z
2024-04-03T04:23:37Z
2024-04-03T04:23:38Z
649
hpcaitech/ColossalAI
11,301
⬆️ Upgrade Ruff
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e59e05abe4e3e..4e34cc7ede902 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - --py3-plus - --keep-runtime-typing - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0....
⬆️ Upgrade Ruff
https://api.github.com/repos/tiangolo/fastapi/pulls/5698
2022-11-27T13:38:20Z
2022-11-27T13:59:32Z
2022-11-27T13:59:32Z
2022-11-27T13:59:33Z
1,009
tiangolo/fastapi
22,653
[diffusion] update readme
diff --git a/examples/images/diffusion/README.md b/examples/images/diffusion/README.md index 324337426927..8583f3be2138 100644 --- a/examples/images/diffusion/README.md +++ b/examples/images/diffusion/README.md @@ -52,7 +52,7 @@ export PACKAGE_NAME=pytorch pip install . ``` -### Install [Colossal-AI v0.1.10](https:...
https://api.github.com/repos/hpcaitech/ColossalAI/pulls/2214
2022-12-28T07:42:00Z
2022-12-28T08:06:48Z
2022-12-28T08:06:48Z
2022-12-28T08:06:48Z
387
hpcaitech/ColossalAI
11,276
Remove unnecessary period in documentation
diff --git a/docs/testing.rst b/docs/testing.rst index 82e10328b5..50e727620f 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -40,7 +40,7 @@ pytest. Next, we create a `pytest fixture`_ called :func:`client` that configures -the application for testing and initializes a new database.:: +the application for t...
Except for this one, I also notice that there are [two sentences](http://flask.pocoo.org/docs/dev/testing/#testing-cli-commands) end with period instead of colon before a code snippet, should we change it?
https://api.github.com/repos/pallets/flask/pulls/2834
2018-06-17T04:16:40Z
2018-06-18T03:43:58Z
2018-06-18T03:43:58Z
2020-11-14T03:20:32Z
112
pallets/flask
20,822
security(deps): Bump django version to 2.2.27
diff --git a/requirements-base.txt b/requirements-base.txt index cc3e97c8aceac..9aa32dd7a1bc8 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -12,7 +12,7 @@ datadog==0.29.3 django-crispy-forms==1.8.1 django-picklefield==2.1.0 django-pg-zero-downtime-migrations==0.10 -Django==2.2.24 +Django==2.2.27 ...
#sync-getsentry Update Django version from 2.2.24 to 2.2.27 to resolve dependabot identified vulnerabilities. Django 2.2.25 included some breaking changes for us in terms of URL route matching. > Changed in Django 2.2.25: > In older versions, a full-match wasn’t required for a route which ends with $. Some...
https://api.github.com/repos/getsentry/sentry/pulls/33079
2022-03-29T20:50:51Z
2022-04-05T19:07:46Z
2022-04-05T19:07:46Z
2022-05-05T16:53:03Z
2,462
getsentry/sentry
44,018
Fix warning: Expected type 'bool', got 'int' instead
diff --git a/scrapy/pipelines/media.py b/scrapy/pipelines/media.py index 0a12f3e2c14..0c2ee685688 100644 --- a/scrapy/pipelines/media.py +++ b/scrapy/pipelines/media.py @@ -86,7 +86,7 @@ def process_item(self, item, spider): info = self.spiderinfo requests = arg_to_iter(self.get_media_requests(item, i...
Minor fix: **twisted.internet.defer.DeferredList** parameter **consumeErrors** expects _boolean_, got _integer_ instead.
https://api.github.com/repos/scrapy/scrapy/pulls/4940
2020-12-28T17:31:13Z
2020-12-30T14:22:27Z
2020-12-30T14:22:27Z
2020-12-30T14:23:07Z
364
scrapy/scrapy
35,143
fix for syntax measure
diff --git a/CHANGELOG.md b/CHANGELOG.md index c21439d94..e7b459dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix missing `mode` property on file wrapper breaking uploads via `requests` https://github.com/Textualize...
## Type of changes - [ ] Bug fix - [ ] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist - [ ] I've run the latest [black](https://github.com/psf/black) with default args on new code. - [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate. - [ ] I've added t...
https://api.github.com/repos/Textualize/rich/pulls/2558
2022-10-01T14:21:58Z
2022-10-01T14:29:56Z
2022-10-01T14:29:56Z
2022-10-01T14:29:57Z
515
Textualize/rich
47,959
Add support for video.helsinki.fi archives
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 3a8cd8a589b..9490df0d84b 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -91,6 +91,7 @@ from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE from .hark import HarkIE...
https://api.github.com/repos/ytdl-org/youtube-dl/pulls/2394
2014-02-16T11:06:42Z
2014-02-17T10:33:24Z
2014-02-17T10:33:24Z
2014-07-08T01:59:43Z
728
ytdl-org/youtube-dl
50,154
fix lowvram
diff --git a/fooocus_extras/ip_adapter.py b/fooocus_extras/ip_adapter.py index 453afa322..adb554f6a 100644 --- a/fooocus_extras/ip_adapter.py +++ b/fooocus_extras/ip_adapter.py @@ -179,7 +179,7 @@ def preprocess(img): global ip_unconds inputs = clip_vision.processor(images=img, return_tensors="pt") - com...
https://api.github.com/repos/lllyasviel/Fooocus/pulls/564
2023-10-08T08:15:49Z
2023-10-08T08:15:54Z
2023-10-08T08:15:54Z
2023-10-08T08:15:57Z
410
lllyasviel/Fooocus
7,068
Add CodeQL workflow
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000000..05000db7af --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,66 @@ +name: "CodeQL" + +on: + push: + branches: [ 'main' ] + pull_request: + # The branches below must be a subset of the branch...
Hello from [GitHub Security Lab](https://securitylab.github.com/)! Your repository is critical to the security of the Open Source Software (OSS) ecosystem and as part of our mission to make OSS safer, we are contributing a [CodeQL configuration for code scanning](https://docs.github.com/en/code-security/code-scanning/...
https://api.github.com/repos/gpt-engineer-org/gpt-engineer/pulls/422
2023-06-26T14:57:25Z
2023-06-26T18:07:43Z
2023-06-26T18:07:43Z
2023-06-26T18:07:44Z
789
gpt-engineer-org/gpt-engineer
33,109
fix(youtube): update extractor handling consent
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py index 9c419c00222..3bf483c1c8a 100644 --- a/youtube_dl/extractor/youtube.py +++ b/youtube_dl/extractor/youtube.py @@ -260,16 +260,10 @@ def _initialize_consent(self): cookies = self._get_cookies('https://www.youtube.com/') ...
## 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/32638
2023-11-16T00:09:21Z
2023-11-22T09:49:32Z
2023-11-22T09:49:32Z
2024-01-02T20:52:41Z
318
ytdl-org/youtube-dl
49,808
Add routes command
diff --git a/CHANGES b/CHANGES index 11ac64307e..ddab541fb2 100644 --- a/CHANGES +++ b/CHANGES @@ -32,6 +32,8 @@ Major release, unreleased - ``Flask.make_response`` raises ``TypeError`` instead of ``ValueError`` for bad response types. The error messages have been improved to describe why the type is invalid. (`...
Based on #1446, with some ideas from #2092. The whole command is basically reworked, but the most important change is that there is a `match` sort order to show the order Flask will dispatch in (which is really just not sorting).
https://api.github.com/repos/pallets/flask/pulls/2259
2017-04-26T17:30:22Z
2017-04-26T17:43:18Z
2017-04-26T17:43:18Z
2020-11-14T03:52:49Z
2,148
pallets/flask
20,419
Fix AWS::SecretsManager::Secret ARN/Physical ID handling and tests
diff --git a/localstack/services/cloudformation/cloudformation_starter.py b/localstack/services/cloudformation/cloudformation_starter.py index c2976a97bbf9d..1e71fb11938b3 100644 --- a/localstack/services/cloudformation/cloudformation_starter.py +++ b/localstack/services/cloudformation/cloudformation_starter.py @@ -15,...
There were some issues with the AWS::SecretsManager::Secret and the related cloudformation test. Removes the Username reference from the test template since this isn't actually defined and correctly fails when trying to deploy on AWS. The test now works both against AWS and LocalStack. Also removes some presuma...
https://api.github.com/repos/localstack/localstack/pulls/4845
2021-11-02T23:35:55Z
2021-11-03T19:19:29Z
2021-11-03T19:19:29Z
2021-11-03T19:19:32Z
1,639
localstack/localstack
28,421
[AWAAN] Extract uploader
diff --git a/youtube_dl/extractor/awaan.py b/youtube_dl/extractor/awaan.py index a2603bbffef..3a7700cd43f 100644 --- a/youtube_dl/extractor/awaan.py +++ b/youtube_dl/extractor/awaan.py @@ -48,6 +48,7 @@ def _parse_video_data(self, video_data, video_id, is_live): 'duration': int_or_none(video_data.get('dura...
### Before submitting a *pull request* make sure you have: - [x] [Searched](https://github.com/ytdl-org/youtube-dl/search?q=is%3Apr&type=Issues) the bugtracker for similar pull requests - [x] Read [adding new extractor tutorial](https://github.com/ytdl-org/youtube-dl#adding-support-for-a-new-site) - [x] Read [youtub...
https://api.github.com/repos/ytdl-org/youtube-dl/pulls/27963
2021-01-25T12:49:34Z
2021-01-27T19:06:13Z
2021-01-27T19:06:13Z
2021-01-27T19:12:33Z
267
ytdl-org/youtube-dl
50,249
Fix typos
diff --git a/examples/mnist_acgan.py b/examples/mnist_acgan.py index 8f7ebddc502..5d7584fbb78 100644 --- a/examples/mnist_acgan.py +++ b/examples/mnist_acgan.py @@ -217,10 +217,10 @@ def build_discriminator(): aux_y = np.concatenate((label_batch, sampled_labels), axis=0) # we don't want the ...
This PR fixes a typo: `auxilary` -> `auxiliary`.
https://api.github.com/repos/keras-team/keras/pulls/11340
2018-10-09T11:14:26Z
2018-10-09T12:35:20Z
2018-10-09T12:35:20Z
2018-10-09T12:42:18Z
244
keras-team/keras
47,430
Update Hub Path inputs
diff --git a/hubconf.py b/hubconf.py index 7ef512655ae..93ea84d69dd 100644 --- a/hubconf.py +++ b/hubconf.py @@ -115,9 +115,11 @@ def yolov5x6(pretrained=True, channels=3, classes=80, autoshape=True, verbose=Tr import cv2 import numpy as np from PIL import Image + from pathlib import Path imgs ...
## 🛠️ PR Summary <sub>Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions)<sub> ### 🌟 Summary Enhanced support for image file path handling and simplified code by using a unified path import. ### 📊 Key Changes - 🛠 Updated image loading examples in `hubconf.py` to use `Path` from `pathl...
https://api.github.com/repos/ultralytics/yolov5/pulls/4200
2021-07-28T14:44:41Z
2021-07-28T14:55:39Z
2021-07-28T14:55:39Z
2024-01-19T16:38:39Z
478
ultralytics/yolov5
25,670
BUG: crosstab with duplicate column or index labels
diff --git a/doc/source/whatsnew/v1.2.0.rst b/doc/source/whatsnew/v1.2.0.rst index 049ccc0e6c4df..b16888338cda5 100644 --- a/doc/source/whatsnew/v1.2.0.rst +++ b/doc/source/whatsnew/v1.2.0.rst @@ -729,6 +729,7 @@ Groupby/resample/rolling Reshaping ^^^^^^^^^ +- Bug in :meth:`DataFrame.crosstab` was returning incorre...
- [x] closes #22529 - [x] tests added / passed - [x] passes black pandas - [x] passes git diff upstream/master -u -- "*.py" | flake8 --diff - [x] whatsnew entry Picking up from #28474 cc @jreback in case this can go in in time for 1.2
https://api.github.com/repos/pandas-dev/pandas/pulls/37997
2020-11-22T05:12:56Z
2020-11-28T17:29:04Z
2020-11-28T17:29:04Z
2020-11-28T17:29:11Z
2,050
pandas-dev/pandas
45,580
Additional intro blockchain doc
diff --git a/blockchain/README.md b/blockchain/README.md index 5ae7f95ec981..b5fab7b36eaa 100644 --- a/blockchain/README.md +++ b/blockchain/README.md @@ -1,7 +1,44 @@ # Blockchain -A Blockchain is a type of distributed ledger technology (DLT) that consists of growing list of records, called blocks, that are securel...
**With respect to *Blockchain* File** ### Describe your change: * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Documentation change? ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [x] This pull ...
https://api.github.com/repos/TheAlgorithms/Python/pulls/7974
2022-11-06T18:37:26Z
2022-11-15T13:38:00Z
2022-11-15T13:38:00Z
2022-11-15T13:38:00Z
840
TheAlgorithms/Python
30,322
Use _BaseAutoModelClass's register method
diff --git a/src/transformers/models/auto/auto_factory.py b/src/transformers/models/auto/auto_factory.py index d322f83668ea1..5519d82e7aabf 100644 --- a/src/transformers/models/auto/auto_factory.py +++ b/src/transformers/models/auto/auto_factory.py @@ -418,7 +418,7 @@ def from_config(cls, config, **kwargs): ...
# What does this PR do? Switching `_BaseAutoModelClass`'s `from_pretrained` and `from_config` to use the register classmethod that it defines rather than using the `_LazyAutoMapping` register method directly. This makes use of the additional consistency check within `_BaseAutoModelClass`'s register method. <!-- ...
https://api.github.com/repos/huggingface/transformers/pulls/24810
2023-07-13T17:56:11Z
2023-07-13T19:24:52Z
2023-07-13T19:24:52Z
2023-07-13T19:49:57Z
312
huggingface/transformers
12,022
Update PyPI links
diff --git a/certbot/docs/packaging.rst b/certbot/docs/packaging.rst index 75349ad14e9..89e22bfc1d9 100644 --- a/certbot/docs/packaging.rst +++ b/certbot/docs/packaging.rst @@ -7,21 +7,21 @@ Releases We release packages and upload them to PyPI (wheels and source tarballs). -- https://pypi.python.org/pypi/acme -- h...
Switch from the legacy pypi.python.org/pypi/ to the canonical pypi.org/project/; the former redirects to the latter.
https://api.github.com/repos/certbot/certbot/pulls/9733
2023-07-14T16:26:52Z
2023-07-15T22:58:00Z
2023-07-15T22:58:00Z
2023-07-15T23:10:15Z
587
certbot/certbot
2,554
Bump reolink-aio to 0.5.16
diff --git a/homeassistant/components/reolink/manifest.json b/homeassistant/components/reolink/manifest.json index 6a4ae98a1546e7..413c106b53ea51 100644 --- a/homeassistant/components/reolink/manifest.json +++ b/homeassistant/components/reolink/manifest.json @@ -18,5 +18,5 @@ "documentation": "https://www.home-assis...
<!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contains a breaking change for existing users, it is important to tell them what breaks, how to make it work again and why we did th...
https://api.github.com/repos/home-assistant/core/pulls/93540
2023-05-25T15:13:59Z
2023-05-25T20:15:33Z
2023-05-25T20:15:33Z
2023-05-26T21:02:03Z
429
home-assistant/core
38,968
Add Optimus to Data Analysis section
diff --git a/README.md b/README.md index 5883f2272..bfe784f92 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Open Mining](https://github.com/mining/mining) - Business Intelligence (BI) in Pandas interface. * [Orange](https://orange.biola...
## What is this Python project? Cleansing, pre-processing, feature engineering, exploratory data analysis and easy ML with PySpark backend. ## What's the difference between this Python project and similar ones? It implements several handy tools for data wrangling and munging that will make your life much easi...
https://api.github.com/repos/vinta/awesome-python/pulls/1050
2018-04-09T22:43:04Z
2018-04-10T03:59:14Z
2018-04-10T03:59:14Z
2018-04-10T04:02:50Z
202
vinta/awesome-python
27,174
feat: added support for open source models, added instructions to docs
diff --git a/README.md b/README.md index 9d7325e548..ddc8087c50 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,16 @@ Editing the `preprompts`, and evolving how you write the project prompt, is how Each step in `steps.py` will have its communication history with GPT4 stored in the logs folder, and can be rerun w...
Hi @AntonOsika, Thought I'd give the new WizardCoder models a go, they are pretty impressive! I was going to try and run the benchmarks, but it was a bit finicky, so I did this instead :)
https://api.github.com/repos/gpt-engineer-org/gpt-engineer/pulls/639
2023-08-28T12:13:46Z
2023-08-30T12:27:45Z
2023-08-30T12:27:45Z
2023-08-30T12:37:49Z
750
gpt-engineer-org/gpt-engineer
33,056
BUG: (GH10408, GH10412) in vectorised setting of timestamp columns
diff --git a/doc/source/whatsnew/v0.17.0.txt b/doc/source/whatsnew/v0.17.0.txt index 8e03fe02bcc97..447a42c43d24e 100644 --- a/doc/source/whatsnew/v0.17.0.txt +++ b/doc/source/whatsnew/v0.17.0.txt @@ -393,5 +393,6 @@ Bug Fixes - Bug in operator equal on Index not being consistent with Series (:issue:`9947`) - Reading...
closes #10408 closes #10412 Fix setting values with python datetime.date and numpy datetime64.
https://api.github.com/repos/pandas-dev/pandas/pulls/10644
2015-07-21T07:26:53Z
2015-07-24T13:50:18Z
2015-07-24T13:50:18Z
2015-07-24T13:50:22Z
1,191
pandas-dev/pandas
45,256
Update default to ACMEv2 server
diff --git a/certbot/constants.py b/certbot/constants.py index d31faa71c26..9760f773931 100644 --- a/certbot/constants.py +++ b/certbot/constants.py @@ -88,7 +88,7 @@ config_dir="/etc/letsencrypt", work_dir="/var/lib/letsencrypt", logs_dir="/var/log/letsencrypt", - server="https://acme-v01.api.letsenc...
Fixes #5369.
https://api.github.com/repos/certbot/certbot/pulls/6152
2018-06-27T21:27:30Z
2018-07-11T18:20:37Z
2018-07-11T18:20:37Z
2018-07-11T18:44:12Z
137
certbot/certbot
263
Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.
diff --git a/django/db/backends/mysql/operations.py b/django/db/backends/mysql/operations.py index 6c0c6ebd2b15d..76ca8157656c5 100644 --- a/django/db/backends/mysql/operations.py +++ b/django/db/backends/mysql/operations.py @@ -66,7 +66,7 @@ def date_extract_sql(self, lookup_type, sql, params): return f"E...
See https://github.com/django/django/pull/15820#issuecomment-1179094287.
https://api.github.com/repos/django/django/pulls/15832
2022-07-08T17:28:52Z
2022-07-09T11:02:07Z
2022-07-09T11:02:07Z
2022-07-09T11:02:46Z
1,925
django/django
50,874
fix repeat save_res
diff --git a/tools/infer_det.py b/tools/infer_det.py index 1c679e0faf..9d2daf13ad 100755 --- a/tools/infer_det.py +++ b/tools/infer_det.py @@ -126,9 +126,6 @@ def main(): otstr = file + "\t" + json.dumps(dt_boxes_json) + "\n" fout.write(otstr.encode()) - save_det_path = os.path.di...
https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/4979
2021-12-20T14:02:48Z
2021-12-20T14:56:04Z
2021-12-20T14:56:04Z
2021-12-20T14:56:05Z
146
PaddlePaddle/PaddleOCR
42,143
Fixed Import Error type
diff --git a/libs/langchain/langchain/llms/pipelineai.py b/libs/langchain/langchain/llms/pipelineai.py index 0d257e336471fa..cff6c0f5b18cde 100644 --- a/libs/langchain/langchain/llms/pipelineai.py +++ b/libs/langchain/langchain/llms/pipelineai.py @@ -91,7 +91,7 @@ def _call( try: from pipeline imp...
I have restructured the code to ensure uniform handling of ImportError. In place of previously used ValueError, I've adopted the standard practice of raising ImportError with explanatory messages. This modification enhances code readability and clarifies that any problems stem from module importation. @baskaryan, @e...
https://api.github.com/repos/langchain-ai/langchain/pulls/10168
2023-09-04T07:34:25Z
2023-09-04T15:43:29Z
2023-09-04T15:43:28Z
2023-09-04T15:43:29Z
448
langchain-ai/langchain
43,034
[data] Always convert arrow batches to pandas batches when user specifies batch_format="native"
diff --git a/python/ray/data/block.py b/python/ray/data/block.py index 7cf54d4219794..0a83e17dd38f4 100644 --- a/python/ray/data/block.py +++ b/python/ray/data/block.py @@ -279,7 +279,7 @@ def for_block(block: Block) -> "BlockAccessor[T]": return SimpleBlockAccessor(block) else: - rai...
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your P...
https://api.github.com/repos/ray-project/ray/pulls/21566
2022-01-12T23:28:02Z
2022-02-02T05:26:37Z
2022-02-02T05:26:37Z
2022-02-02T05:26:37Z
1,229
ray-project/ray
19,049
Add Poetry DB under Books
diff --git a/README.md b/README.md index e94efc83e7..fcf63ecf0f 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ API | Description | Auth | HTTPS | CORS | | [LibGen](https://garbage.world/posts/libgen/) | Library Genesis search engine | No | No | Unknown | | [Open Library](https://openlibrary.org/developers...
<!-- 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/2863
2021-10-31T19:10:40Z
2021-11-01T23:16:51Z
2021-11-01T23:16:51Z
2021-11-02T06:33:42Z
313
public-apis/public-apis
35,947
lykke: remove method
diff --git a/ts/src/lykke.ts b/ts/src/lykke.ts index 83eff4840b3d..928e2d0aa23b 100644 --- a/ts/src/lykke.ts +++ b/ts/src/lykke.ts @@ -439,7 +439,12 @@ export default class lykke extends Exchange { }; // publicGetTickers or publicGetPrices const method = this.safeString (this.options, 'fetchT...
https://api.github.com/repos/ccxt/ccxt/pulls/20588
2023-12-29T08:44:40Z
2023-12-30T10:52:22Z
2023-12-30T10:52:22Z
2023-12-30T10:52:22Z
2,054
ccxt/ccxt
13,654
Update go client gen command
diff --git a/clients/gen/go.sh b/clients/gen/go.sh index a7a820e3f6802..e8e0f26b4822b 100755 --- a/clients/gen/go.sh +++ b/clients/gen/go.sh @@ -31,6 +31,7 @@ readonly VERSION go_config=( "packageVersion=${VERSION}" "enumClassPrefix=true" + "structPrefix=true" ) validate_input "$@"
When we have multiple tags on an endpoint in the spec, client generation will succeed but with go code not valid. (Struct redefined). We have such a case [here](https://github.com/apache/airflow/blob/main/airflow/api_connexion/openapi/v1.yaml#L912 ) Cf: https://github.com/OpenAPITools/openapi-generator/issues/741 ...
https://api.github.com/repos/apache/airflow/pulls/28967
2023-01-16T09:38:10Z
2023-01-16T10:37:13Z
2023-01-16T10:37:13Z
2023-01-16T10:37:21Z
101
apache/airflow
14,244
🌐 Update Chinese translation for `docs/zh/docs/tutorial/body.md`
diff --git a/docs/zh/docs/tutorial/body.md b/docs/zh/docs/tutorial/body.md index 3d615be399d86..fa8b54d0245ee 100644 --- a/docs/zh/docs/tutorial/body.md +++ b/docs/zh/docs/tutorial/body.md @@ -1,21 +1,24 @@ # 请求体 -当你需要将数据从客户端(例如浏览器)发送给 API 时,你将其作为「请求体」发送。 +FastAPI 使用**请求体**从客户端(例如浏览器)向 API 发送数据。 -**请求**体是客户端发送给 AP...
also fix code highlight for body/tutoiral001.py, tutorial002.py, tutorial003.py, tutorial004.py
https://api.github.com/repos/tiangolo/fastapi/pulls/3481
2021-07-07T08:08:28Z
2024-04-01T05:36:16Z
2024-04-01T05:36:16Z
2024-04-01T05:36:16Z
3,108
tiangolo/fastapi
23,623
Added PrexView service
diff --git a/README.md b/README.md index 0a6af2bc41..40e13c221d 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | File.io | File Sharing | No | Yes | [Go!](https://www.file.io) | | pdflayer API | HTML/UR...
PrexView service API to convert data form XML or JSOn to PDF, HTML and Image
https://api.github.com/repos/public-apis/public-apis/pulls/323
2017-04-03T04:31:52Z
2017-04-03T15:25:03Z
2017-04-03T15:25:03Z
2017-04-03T15:25:03Z
223
public-apis/public-apis
35,607
Add Intel AMX/AVX512 support to accelerate inference
diff --git a/README.md b/README.md index 4b51eb32fc..6d04eb6ae7 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,11 @@ This runs on the CPU only and does not require GPU. It requires around 30GB of C python3 -m fastchat.serve.cli --model-path lmsys/vicuna-7b-v1.3 --device cpu ``` +Use Intel AI Accelerator AVX5...
<!-- Thank you for your contribution! --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ## Why are these changes needed? Currently, CPU only inference mode does not support accelerator. ...
https://api.github.com/repos/lm-sys/FastChat/pulls/2247
2023-08-17T03:45:06Z
2023-08-21T04:49:02Z
2023-08-21T04:49:02Z
2023-08-21T04:49:02Z
716
lm-sys/FastChat
41,470
Update network integration auth timeout for connection local
diff --git a/test/integration/network-integration.cfg b/test/integration/network-integration.cfg index dd02334e82f4bb..00764bcdadb636 100644 --- a/test/integration/network-integration.cfg +++ b/test/integration/network-integration.cfg @@ -3,6 +3,7 @@ [defaults] host_key_checking = False +timeout = 90 [ssh_connec...
##### SUMMARY <!--- Describe the change below, including rationale and design decisions --> * Incase of network integration test for connection local test the paramiko_ssh auth_timeout is the value of timeout under defaults section which is 10 seconds. * For slower connection 10sec timeout value result i...
https://api.github.com/repos/ansible/ansible/pulls/71057
2020-08-03T11:30:19Z
2020-08-03T13:58:31Z
2020-08-03T13:58:31Z
2020-08-31T13:00:19Z
105
ansible/ansible
48,817
Fix typo in lowvram patcher
diff --git a/comfy/model_patcher.py b/comfy/model_patcher.py index 8dda84cfd8..708f32aa9a 100644 --- a/comfy/model_patcher.py +++ b/comfy/model_patcher.py @@ -278,7 +278,7 @@ def __call__(self, weight): if weight_key in self.patches: m.weight_function = LowVramPatch(weight_key, sel...
Fixes WARNING SHAPE MISMATCH warnings I encountered while merging large fp32 models, may resolve complaints in #3125 and #3122 and #3094
https://api.github.com/repos/comfyanonymous/ComfyUI/pulls/3209
2024-04-05T03:08:20Z
2024-04-05T16:02:13Z
2024-04-05T16:02:13Z
2024-04-05T16:02:13Z
161
comfyanonymous/ComfyUI
17,743
Add 'Inpainting strength' to the 'generation_params' of 'infotext' (params.txt or png chunks)
diff --git a/modules/processing.py b/modules/processing.py index 03c9143dc77..2fc9fe13e24 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -399,6 +399,7 @@ def create_infotext(p, all_prompts, all_seeds, all_subseeds, comments, iteration "Variation seed strength": (None if p.subseed_strength ==...
Add 'Inpainting strength' to the `generation_params` dictionary of `infotext` which is saved into the 'params.txt' or png chunks. Value appears only if 'Denoising strength' appears too. *New* 'Inpainting strength' option allows to apply/transfer style to an image while preserving its composition and details. To ach...
https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/4679
2022-11-13T14:34:08Z
2022-11-19T09:24:44Z
2022-11-19T09:24:44Z
2022-11-19T09:24:44Z
282
AUTOMATIC1111/stable-diffusion-webui
39,815
simplify save_webpages
diff --git a/metagpt/tools/libs/gpt_v_generator.py b/metagpt/tools/libs/gpt_v_generator.py index 3b17fc596..0e9f34770 100644 --- a/metagpt/tools/libs/gpt_v_generator.py +++ b/metagpt/tools/libs/gpt_v_generator.py @@ -5,13 +5,13 @@ @Author : mannaandpoem @File : gpt_v_generator.py """ -import os +import re from ...
**Features** simplify save_webpages
https://api.github.com/repos/geekan/MetaGPT/pulls/981
2024-03-11T08:31:04Z
2024-03-11T12:05:12Z
2024-03-11T12:05:12Z
2024-03-11T12:05:12Z
1,562
geekan/MetaGPT
16,501
test: adding more tests to missing number algorithm
diff --git a/bit_manipulation/missing_number.py b/bit_manipulation/missing_number.py index 32b949daa717..554887b17562 100644 --- a/bit_manipulation/missing_number.py +++ b/bit_manipulation/missing_number.py @@ -11,6 +11,12 @@ def find_missing_number(nums: list[int]) -> int: Example: >>> find_missing_numbe...
### Describe your change: Adding more tests to missing number algorithm Fixes #9943 * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? * [X] Add or change doctests? -- Note: Please avoid changing both code and tests in a single pull request. ### Checklist: ...
https://api.github.com/repos/TheAlgorithms/Python/pulls/10394
2023-10-13T22:39:52Z
2023-10-29T21:43:32Z
2023-10-29T21:43:32Z
2023-10-29T21:43:34Z
289
TheAlgorithms/Python
30,262
#353 - Add OasstApiClient interaction with task
diff --git a/website/cypress/contract/oasst_api_contract_tests.cy.ts b/website/cypress/contract/oasst_api_contract_tests.cy.ts index ff5bb1567a..1ba408d643 100644 --- a/website/cypress/contract/oasst_api_contract_tests.cy.ts +++ b/website/cypress/contract/oasst_api_contract_tests.cy.ts @@ -1,4 +1,4 @@ -import OasstApiC...
#353 My attempt at adding a `taskInteraction` method with its use in `api/update_task.ts` and contract test. This is my first time working with cypress, but I hope I understood the idea.
https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/421
2023-01-05T20:50:26Z
2023-01-06T11:22:56Z
2023-01-06T11:22:56Z
2023-01-06T11:29:49Z
1,493
LAION-AI/Open-Assistant
37,832
Fix misspelling
diff --git a/README.md b/README.md index 03b7e8a1f4..dd264ad9ec 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ u'{"type":"User"...' Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your `PUT` & `POST` data — but nowa...
Just noticed a small typo!
https://api.github.com/repos/psf/requests/pulls/5197
2019-09-18T11:09:41Z
2019-09-19T15:29:30Z
2019-09-19T15:29:30Z
2021-08-30T00:06:40Z
310
psf/requests
32,452
Fix bug with blink auth flow
diff --git a/homeassistant/components/blink/config_flow.py b/homeassistant/components/blink/config_flow.py index d244c3164830..5c77add31185 100644 --- a/homeassistant/components/blink/config_flow.py +++ b/homeassistant/components/blink/config_flow.py @@ -36,6 +36,7 @@ def _send_blink_2fa_pin(auth, pin): """Send 2F...
<!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or...
https://api.github.com/repos/home-assistant/core/pulls/44769
2021-01-02T17:59:34Z
2021-01-04T11:33:35Z
2021-01-04T11:33:35Z
2021-01-05T13:25:20Z
132
home-assistant/core
39,287
Interactive Mobjects Performance Improvements
diff --git a/example_scenes.py b/example_scenes.py index d8b7d4b247..f2a95727e4 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -497,7 +497,8 @@ def text_updater(old_text): self.add(MotionMobject(text)) self.textbox.set_value("Manim") - self.embed() + # self.wait(60) + ...
# Motivation As mentioned in https://github.com/3b1b/manim/pull/1323#issuecomment-769350572, interactive mobjects were a bit laggy. So, to improve interactively mobjects performance, the following changes are made. 1. Maintain a separate list of mobject listeners instead of filtering mobjects on every frame. > ...
https://api.github.com/repos/3b1b/manim/pulls/1326
2021-01-31T10:37:33Z
2021-02-01T17:30:05Z
2021-02-01T17:30:05Z
2021-02-02T00:48:37Z
2,693
3b1b/manim
18,404
Fixed Broken link of paper jozefowicz15 et al
diff --git a/keras/layers/rnn/lstm.py b/keras/layers/rnn/lstm.py index fb25d029166..c3661f44752 100644 --- a/keras/layers/rnn/lstm.py +++ b/keras/layers/rnn/lstm.py @@ -89,7 +89,7 @@ class LSTMCell(DropoutRNNCellMixin, base_layer.BaseRandomLayer): unit_forget_bias: Boolean (default `True`). If True, add 1 to the...
Fixed Broken link of paper jozefowicz15 et al at line 92
https://api.github.com/repos/keras-team/keras/pulls/17038
2022-09-16T05:47:24Z
2022-09-21T18:13:31Z
2022-09-21T18:13:31Z
2022-09-30T00:30:07Z
240
keras-team/keras
47,572
Bump bleach from 3.1.2 to 3.1.4
diff --git a/Pipfile.lock b/Pipfile.lock index 2c39f48f2f..9e84e13c0f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -302,11 +302,11 @@ }, "bleach": { "hashes": [ - "sha256:2ffa40dfa80b141ff58eee538bce0d2a09c7d456018d00f7a2cb0ebf967c524d", - "sha256:f0b1ee03...
Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.2 to 3.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mozilla/bleach/blob/master/CHANGES">bleach's changelog</a>.</em></p> <blockquote> <h2>Version 3.1.4 (March 24th, 2020)</h2> <p><strong>Security fixes</strong></p>...
https://api.github.com/repos/psf/black/pulls/1326
2020-03-30T20:27:58Z
2020-05-08T11:31:47Z
2020-05-08T11:31:47Z
2020-05-08T11:31:56Z
780
psf/black
24,044
Add XP progress
diff --git a/website/public/locales/en/leaderboard.json b/website/public/locales/en/leaderboard.json index 68805e0426..8262746241 100644 --- a/website/public/locales/en/leaderboard.json +++ b/website/public/locales/en/leaderboard.json @@ -9,6 +9,7 @@ "labels_simple": "Labels (simple)", "last_updated_at": "Last up...
Closes #1957 ![image](https://user-images.githubusercontent.com/24505302/225850374-24fe1a4b-3b3d-4252-9efa-f4b7f6829997.png) The star is animated, we maybe want to consider [prefers-reduced-motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) at some point.
https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/2093
2023-03-17T08:09:36Z
2023-03-17T17:38:58Z
2023-03-17T17:38:58Z
2023-03-17T17:39:00Z
2,190
LAION-AI/Open-Assistant
37,249
Better workaround for Navi1, removing --pre for Navi3
diff --git a/webui.sh b/webui.sh index 361255f697a..b348c387eba 100755 --- a/webui.sh +++ b/webui.sh @@ -130,12 +130,18 @@ case "$gpu_info" in if [[ -z "${TORCH_COMMAND}" ]] then pyv="$(${python_cmd} -c 'import sys; print(".".join(map(str, sys.version_info[0:2])))')" - if [[ $(...
This is a follow-up to my old PR https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/11048 and to https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/bda86f0fd9653657c146f7c1128f92771d16ad4e Right now it cannot really work on older Navi1 cards because they need pytorch compiled with an older vers...
https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/15224
2024-03-11T23:24:29Z
2024-03-16T05:45:03Z
2024-03-16T05:45:03Z
2024-03-18T12:33:41Z
870
AUTOMATIC1111/stable-diffusion-webui
40,434