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 |
|---|---|---|---|---|---|---|---|---|---|---|
update test_train_inference_python.sh | diff --git a/test_tipc/test_train_inference_python.sh b/test_tipc/test_train_inference_python.sh
index 0d4e182b28..c62b6274f8 100644
--- a/test_tipc/test_train_inference_python.sh
+++ b/test_tipc/test_train_inference_python.sh
@@ -244,7 +244,7 @@ else
export Count=0
USE_GPU_KEY=(${train_use_gpu_value})
f... | 1) rename use_gpu -> train_use_gpu
2) add nodes at logname tail
3) multi node train: load same pretrain model
| https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/4597 | 2021-11-09T12:28:15Z | 2021-11-10T06:41:10Z | 2021-11-10T06:41:09Z | 2021-11-10T06:41:10Z | 617 | PaddlePaddle/PaddleOCR | 42,533 |
Run tests on apache-parser-v2 | diff --git a/.travis.yml b/.travis.yml
index 86a475ca8be..baf3856042c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,9 @@ before_script:
# is a cap of on the number of simultaneous runs.
branches:
only:
+ # apache-parser-v2 is a temporary branch for doing work related to
+ # rewriting the parser in ... | We're planning on using the branch `apache-parser-v2` allowing us to incrementally work on the new Apache parser and feel comfortable landing temporary test code that we don't really want in `master`.
The `apache-parser-v2` branch is created and locked down, but neither Travis or AppVeyor are configured to run tests... | https://api.github.com/repos/certbot/certbot/pulls/7231 | 2019-07-10T19:40:52Z | 2019-07-10T23:30:06Z | 2019-07-10T23:30:06Z | 2019-07-10T23:30:09Z | 408 | certbot/certbot | 1,943 |
Updates urllib3 to 528ad3c | diff --git a/requests/packages/urllib3/__init__.py b/requests/packages/urllib3/__init__.py
index cdee528c94..4b36b5aeeb 100644
--- a/requests/packages/urllib3/__init__.py
+++ b/requests/packages/urllib3/__init__.py
@@ -57,7 +57,7 @@ def add_stderr_logger(level=logging.DEBUG):
# Set security warning to only go off on... | This includes fixes for openssl running with Pypy, so SSL connections can be
made if ndg-httpsclient, pyopenssl and pyasn1 are installed.
see also:
- https://github.com/shazow/urllib3/issues/449
- https://github.com/pypa/pip/issues/1988
| https://api.github.com/repos/psf/requests/pulls/2179 | 2014-08-25T20:47:33Z | 2014-08-26T19:10:51Z | 2014-08-26T19:10:51Z | 2021-09-08T11:00:48Z | 2,716 | psf/requests | 32,572 |
Improve image building documentation for new users | diff --git a/docs/apache-airflow-providers/index.rst b/docs/apache-airflow-providers/index.rst
index 7329b7fd780a4..71c5132acdec8 100644
--- a/docs/apache-airflow-providers/index.rst
+++ b/docs/apache-airflow-providers/index.rst
@@ -21,6 +21,8 @@ Provider packages
.. contents:: :local:
+.. _providers:community-mai... | This PR improves documentation for building images of airflow,
specifically targetting users who do not have big experience with
building the images. It shows examples on how custom image building
can be easily used to upgrade provider packages as well as how
image building can be easily integrated in quick-start u... | https://api.github.com/repos/apache/airflow/pulls/17409 | 2021-08-04T10:52:46Z | 2021-08-04T21:07:22Z | 2021-08-04T21:07:22Z | 2021-08-04T21:07:23Z | 2,259 | apache/airflow | 14,826 |
🐛 Fix using `Annotated` in routers or path operations decorated multiple times | diff --git a/fastapi/dependencies/utils.py b/fastapi/dependencies/utils.py
index c581348c9d26c..f131001ce2c9f 100644
--- a/fastapi/dependencies/utils.py
+++ b/fastapi/dependencies/utils.py
@@ -1,7 +1,7 @@
import dataclasses
import inspect
from contextlib import contextmanager
-from copy import deepcopy
+from copy im... | We need to deep clone the field_info to prevent ourself from mutating it. This allows multiple path or nested routers ,etc.
Should solve those discussions:
https://github.com/tiangolo/fastapi/discussions/9279
https://github.com/tiangolo/fastapi/discussions/9309
https://github.com/tiangolo/fastapi/discussions/930... | https://api.github.com/repos/tiangolo/fastapi/pulls/9315 | 2023-03-26T11:42:57Z | 2023-04-13T17:49:23Z | 2023-04-13T17:49:23Z | 2023-04-13T20:43:06Z | 725 | tiangolo/fastapi | 23,048 |
call : remove train arg from doc string | diff --git a/keras/engine/topology.py b/keras/engine/topology.py
index a6d3d08aa68..aa74db292c9 100644
--- a/keras/engine/topology.py
+++ b/keras/engine/topology.py
@@ -409,8 +409,6 @@ def call(self, x, mask=None):
# Arguments
x: input tensor, or list/tuple of input tensors.
- train: ... | https://api.github.com/repos/keras-team/keras/pulls/2235 | 2016-04-08T10:10:07Z | 2016-04-08T15:59:56Z | 2016-04-08T15:59:56Z | 2016-08-09T22:05:59Z | 151 | keras-team/keras | 47,768 | |
[HttpCompressionMiddleware] fix delimiter for Accept-Encoding header | diff --git a/scrapy/downloadermiddlewares/httpcompression.py b/scrapy/downloadermiddlewares/httpcompression.py
index 65b65295365..0010b2a8f2a 100644
--- a/scrapy/downloadermiddlewares/httpcompression.py
+++ b/scrapy/downloadermiddlewares/httpcompression.py
@@ -26,7 +26,7 @@ def from_crawler(cls, crawler):
def pr... | Accept-Encoding header should have `, ` (with space) as a delimiter between encodings instead of `,` (non space) (https://tools.ietf.org/html/rfc2616#section-14.3) | https://api.github.com/repos/scrapy/scrapy/pulls/4293 | 2020-01-29T13:06:55Z | 2020-01-29T19:19:41Z | 2020-01-29T19:19:41Z | 2020-01-29T19:19:41Z | 395 | scrapy/scrapy | 34,370 |
CIoU protected divides | diff --git a/utils/metrics.py b/utils/metrics.py
index e17747b703f..858af23efad 100644
--- a/utils/metrics.py
+++ b/utils/metrics.py
@@ -225,8 +225,8 @@ def bbox_iou(box1, box2, xywh=True, GIoU=False, DIoU=False, CIoU=False, eps=1e-7
else: # x1, y1, x2, y2 = box1
b1_x1, b1_y1, b1_x2, b1_y2 = box1.chunk(4... | Protected divides in IOU function to resolve https://github.com/ultralytics/yolov5/issues/8539
## 🛠️ PR Summary
<sub>Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions)<sub>
### 🌟 Summary
Optimization of bounding box intersection-over-union calculations in YOLOv5.
### 📊 Key Changes
- 📐... | https://api.github.com/repos/ultralytics/yolov5/pulls/8546 | 2022-07-11T13:24:33Z | 2022-07-11T14:07:12Z | 2022-07-11T14:07:12Z | 2024-01-19T08:42:13Z | 620 | ultralytics/yolov5 | 25,647 |
Add support for SD 2.1 Turbo | diff --git a/modules/sd_hijack.py b/modules/sd_hijack.py
index 0157e19f003..3d340fc9b21 100644
--- a/modules/sd_hijack.py
+++ b/modules/sd_hijack.py
@@ -38,9 +38,6 @@
optimizers = []
current_optimizer: sd_hijack_optimizations.SdOptimization = None
-ldm_original_forward = patches.patch(__file__, ldm.modules.diffu... | ## Description
This adds support for the newly released [Stable Diffusion 2.1 Turbo](https://huggingface.co/stabilityai/sd-turbo/blob/main/sd_turbo.safetensors) model, which is more lightweight than sdxl-turbo.
Until now, all SD1 and SD2 models have been released in the [LDM format](https://github.com/Stability-A... | https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/14170 | 2023-12-02T04:29:49Z | 2023-12-02T06:30:07Z | 2023-12-02T06:30:07Z | 2024-01-07T02:23:45Z | 871 | AUTOMATIC1111/stable-diffusion-webui | 39,894 |
Adding rule for forgotten '-r' when grepping folders | diff --git a/tests/rules/test_grep_recursive.py b/tests/rules/test_grep_recursive.py
new file mode 100644
index 000000000..0e3dae1d5
--- /dev/null
+++ b/tests/rules/test_grep_recursive.py
@@ -0,0 +1,12 @@
+from thefuck.rules.grep_recursive import match, get_new_command
+from tests.utils import Command
+
+
+def test_mat... | I guess it's straightforward to understand what it does :)
```
igor:~$ grep "is a directory" .
grep: .: Is a directory
igor:~$ fuck
grep -r "is a directory" .
dev/thefuck/tests/rules/test_rm_dir.py:7: Command('rm foo', stderr='rm: foo: is a directory'),
dev/thefuck/thefuck/rules/grep_recursive.py:3: and ... | https://api.github.com/repos/nvbn/thefuck/pulls/199 | 2015-05-15T22:28:51Z | 2015-05-16T09:51:07Z | 2015-05-16T09:51:07Z | 2015-05-16T14:19:11Z | 282 | nvbn/thefuck | 30,578 |
fix typo | diff --git a/fastchat/train/train_lora.py b/fastchat/train/train_lora.py
index 24c8b8978b..b2fa0a844c 100644
--- a/fastchat/train/train_lora.py
+++ b/fastchat/train/train_lora.py
@@ -41,7 +41,7 @@
@dataclass
class TrainingArguments(transformers.TrainingArguments):
- cache_dir: Optional[str] = field(default=None)... | https://api.github.com/repos/lm-sys/FastChat/pulls/2031 | 2023-07-20T11:11:05Z | 2023-07-20T17:02:36Z | 2023-07-20T17:02:36Z | 2023-07-20T17:02:36Z | 140 | lm-sys/FastChat | 41,569 | |
[workflow] Fix workflow recovery issue due to a bug of dynamic output | diff --git a/python/ray/workflow/tests/test_basic_workflows.py b/python/ray/workflow/tests/test_basic_workflows.py
index f5dc73f160e64..971c6f5724677 100644
--- a/python/ray/workflow/tests/test_basic_workflows.py
+++ b/python/ray/workflow/tests/test_basic_workflows.py
@@ -282,6 +282,29 @@ def f1(n):
assert isinsta... | <!-- 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/21571 | 2022-01-13T07:22:00Z | 2022-01-24T23:34:58Z | 2022-01-24T23:34:58Z | 2022-01-24T23:35:00Z | 765 | ray-project/ray | 18,946 |
Fix: Allow `model_name` for `OpenAIEmbedding` | diff --git a/llama_index/embeddings/openai.py b/llama_index/embeddings/openai.py
index ac5e8d933d275..500fada6d08f7 100644
--- a/llama_index/embeddings/openai.py
+++ b/llama_index/embeddings/openai.py
@@ -282,6 +282,7 @@ def __init__(
if "model_name" in kwargs:
model_name = kwargs.pop("model_nam... | # Description
`OpenAILike` allows us to use non-OpenAI models with an OpenAI-like API, e.g., by calling:
```
llm = OpenAILike(
model="my-model",
)
```
There's no equivalent class for `OpenAIEmbedding`, but we could use `OpenAIEmbedding` and pass a different `model_name`, e.g.:
```
embed_model = ... | https://api.github.com/repos/run-llama/llama_index/pulls/9925 | 2024-01-09T06:50:50Z | 2024-01-09T18:22:03Z | 2024-01-09T18:22:03Z | 2024-01-09T18:22:05Z | 129 | run-llama/llama_index | 6,403 |
Clean up continuous mountain car environment | diff --git a/gym/envs/classic_control/continuous_mountain_car.py b/gym/envs/classic_control/continuous_mountain_car.py
index 8f34b268840..5ffc97685c1 100644
--- a/gym/envs/classic_control/continuous_mountain_car.py
+++ b/gym/envs/classic_control/continuous_mountain_car.py
@@ -22,13 +22,14 @@
from gym import spaces
fr... | Improve readability and mostly adhere to PEP-8.
I left the one-line ifs (l.77-81) as is. | https://api.github.com/repos/openai/gym/pulls/1867 | 2020-04-07T09:22:36Z | 2020-04-10T22:25:02Z | 2020-04-10T22:25:02Z | 2020-04-10T22:25:02Z | 1,573 | openai/gym | 5,783 |
BUG: read_csv with specified kwargs | diff --git a/doc/source/whatsnew/v0.23.2.txt b/doc/source/whatsnew/v0.23.2.txt
index 67c7ce150132a..0f2c9c4756987 100644
--- a/doc/source/whatsnew/v0.23.2.txt
+++ b/doc/source/whatsnew/v0.23.2.txt
@@ -64,6 +64,7 @@ Bug Fixes
**I/O**
+- Bug in :func:`read_csv` that caused it to incorrectly raise an error when ``nro... | - [+] closes #21141
- [+] tests added / passed
- [+] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
Solves the issue 21141. | https://api.github.com/repos/pandas-dev/pandas/pulls/21176 | 2018-05-22T20:36:04Z | 2018-06-19T11:26:49Z | 2018-06-19T11:26:49Z | 2018-06-29T14:58:23Z | 763 | pandas-dev/pandas | 45,223 |
Don't remove zwave_js devices automatically | diff --git a/homeassistant/components/zwave_js/__init__.py b/homeassistant/components/zwave_js/__init__.py
index ccadc452bc70d5..1321ef36f8506c 100644
--- a/homeassistant/components/zwave_js/__init__.py
+++ b/homeassistant/components/zwave_js/__init__.py
@@ -282,7 +282,8 @@ async def handle_logging_changed(_: Event | N... | ## Breaking change
Home Assistant Devices that represent Z-Wave JS nodes will persist even after the node has been removed. If the node has been removed, you can manually delete the device entry, but note that you will be unable to do so if the node is still known to the controller
## Proposed change
Due to issues... | https://api.github.com/repos/home-assistant/core/pulls/98145 | 2023-08-10T07:10:44Z | 2024-01-30T02:36:41Z | 2024-01-30T02:36:41Z | 2024-01-31T03:01:44Z | 3,621 | home-assistant/core | 39,074 |
Bump pre-commit/action from 2.0.2 to 2.0.3 | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 51f6d02e2e6..2f6c504d3f2 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -25,4 +25,4 @@ jobs:
python -m pip install -e '.[d]'
- name: Lint
- uses: pre-commit/action@v2.0.2
+ uses: pre... | Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.2 to 2.0.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pre-commit/action/releases">pre-commit/action's releases</a>.</em></p>
<blockquote>
<h2>pre-commit/action@v2.0.3</h2>
<h3>Fixes</h3>
<ul>
<li><c... | https://api.github.com/repos/psf/black/pulls/2695 | 2021-12-15T02:21:35Z | 2021-12-15T23:55:26Z | 2021-12-15T23:55:26Z | 2021-12-15T23:55:30Z | 128 | psf/black | 24,471 |
Mexc fetchTickers : handleMarketTypeAndParams | diff --git a/js/mexc.js b/js/mexc.js
index f8bffbd271be..5470683ed6c5 100644
--- a/js/mexc.js
+++ b/js/mexc.js
@@ -653,13 +653,12 @@ module.exports = class mexc extends Exchange {
async fetchTickers (symbols = undefined, params = {}) {
await this.loadMarkets ();
- let marketType = undefined;
- ... | Adjusted handleMarketTypeAndParams so that it's on one line. Added margin market type. | https://api.github.com/repos/ccxt/ccxt/pulls/11510 | 2022-01-20T03:18:28Z | 2022-01-23T06:06:56Z | 2022-01-23T06:06:56Z | 2022-01-23T06:06:56Z | 226 | ccxt/ccxt | 13,463 |
Enable multipage apps by default | diff --git a/lib/streamlit/config.py b/lib/streamlit/config.py
index b763ff4ba4bc..42d701e699f8 100644
--- a/lib/streamlit/config.py
+++ b/lib/streamlit/config.py
@@ -725,15 +725,8 @@ def _browser_server_port() -> int:
_create_option(
"ui.hideSidebarNav",
- description="""
- Flag to hide the sidebar page ... | ## 📚 Context
We initially merged the multipage apps PR with the `ui.hideSidebarNav` config option defaulting to
`True` to use the option as a kind of "feature flag" (we need the option either way in case we ever want
to turn off the nav component and instead build one into Cloud).
Now that we're closer to the ... | https://api.github.com/repos/streamlit/streamlit/pulls/4776 | 2022-05-25T23:43:32Z | 2022-05-27T01:35:55Z | 2022-05-27T01:35:55Z | 2023-05-26T23:33:51Z | 202 | streamlit/streamlit | 22,314 |
Fix mpt prompt template | diff --git a/fastchat/conversation.py b/fastchat/conversation.py
index c2235d7d7b..09778b27c9 100644
--- a/fastchat/conversation.py
+++ b/fastchat/conversation.py
@@ -19,6 +19,7 @@ class SeparatorStyle(Enum):
RWKV = auto()
PHOENIX = auto()
ROBIN = auto()
+ CHATML = auto()
@dataclasses.dataclass
@... | <!-- 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?
Fix mpt prompt template
<!-- Please give a short summary of ... | https://api.github.com/repos/lm-sys/FastChat/pulls/1784 | 2023-06-26T16:34:49Z | 2023-06-26T18:15:33Z | 2023-06-26T18:15:33Z | 2023-06-26T18:39:00Z | 592 | lm-sys/FastChat | 41,163 |
Fix kerberos envs for workers in helm chart | diff --git a/chart/templates/workers/worker-deployment.yaml b/chart/templates/workers/worker-deployment.yaml
index bd3029a757e56..f418d6a17cd37 100644
--- a/chart/templates/workers/worker-deployment.yaml
+++ b/chart/templates/workers/worker-deployment.yaml
@@ -158,6 +158,12 @@ spec:
env:
{{- inclu... | When worker log persistence is enabled in helm chart, KRB5_CONFIG and KRB5CCNAME envs do not get into worker container because worker-gc container is rendered before it.
**^ Add meaningful description above**
Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull... | https://api.github.com/repos/apache/airflow/pulls/13828 | 2021-01-22T08:38:05Z | 2021-01-24T17:09:40Z | 2021-01-24T17:09:40Z | 2021-01-24T22:42:10Z | 787 | apache/airflow | 14,781 |
Link to Zyte’s export guides | diff --git a/docs/topics/feed-exports.rst b/docs/topics/feed-exports.rst
index 700775e4bb6..f64bbac06a0 100644
--- a/docs/topics/feed-exports.rst
+++ b/docs/topics/feed-exports.rst
@@ -13,6 +13,11 @@ Scrapy provides this functionality out of the box with the Feed Exports, which
allows you to generate feeds with the sc... | https://api.github.com/repos/scrapy/scrapy/pulls/6183 | 2023-12-20T11:48:26Z | 2023-12-20T17:22:22Z | 2023-12-20T17:22:22Z | 2023-12-20T17:22:22Z | 190 | scrapy/scrapy | 34,261 | |
When device is MPS, use CPU for GFPGAN instead | diff --git a/modules/devices.py b/modules/devices.py
index ff82f2f64bb..5d9c7a0767c 100644
--- a/modules/devices.py
+++ b/modules/devices.py
@@ -33,7 +33,7 @@ def enable_tf32():
errors.run(enable_tf32, "Enabling TF32")
device = get_optimal_device()
-device_codeformer = cpu if has_mps else device
+device_gfpgan = de... | Attempting to use MPS for GFPGAN results in an unchanged image, so fall back to CPU instead so that GFPGAN works correctly. See issue #1367. | https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/1424 | 2022-10-01T04:16:57Z | 2022-10-04T12:20:12Z | 2022-10-04T12:20:12Z | 2022-10-04T12:20:12Z | 429 | AUTOMATIC1111/stable-diffusion-webui | 39,811 |
Add readthedocs requirements files | diff --git a/certbot-dns-cloudflare/readthedocs.org.requirements.txt b/certbot-dns-cloudflare/readthedocs.org.requirements.txt
new file mode 100644
index 00000000000..b18901111fa
--- /dev/null
+++ b/certbot-dns-cloudflare/readthedocs.org.requirements.txt
@@ -0,0 +1,12 @@
+# readthedocs.org gives no way to change the in... | As part of #5564, I'm setting up Read the Docs for each of our DNS plugins. To do this, we need to tell Read the Docs how to install the plugin so it can build the documentation about it. We have similar files in the root of the repo and the `acme`, `certbot-apache`, `certbot-compatibility-test`, `certbot-nginx`, and `... | https://api.github.com/repos/certbot/certbot/pulls/5696 | 2018-03-09T00:51:40Z | 2018-03-09T01:24:31Z | 2018-03-09T01:24:31Z | 2018-03-09T01:24:33Z | 2,328 | certbot/certbot | 1,238 |
fix: add compatibility for LoRAs in a1111 metadata scheme | diff --git a/modules/config.py b/modules/config.py
index 6c02ca13f..b81e218a0 100644
--- a/modules/config.py
+++ b/modules/config.py
@@ -539,6 +539,7 @@ def add_ratio(x):
sdxl_lcm_lora = 'sdxl_lcm_lora.safetensors'
sdxl_lightning_lora = 'sdxl_lightning_4step_lora.safetensors'
+loras_metadata_remove = [sdxl_lcm_lora... | fixes https://github.com/lllyasviel/Fooocus/issues/2600 | https://api.github.com/repos/lllyasviel/Fooocus/pulls/2615 | 2024-03-23T15:26:49Z | 2024-03-23T15:37:18Z | 2024-03-23T15:37:18Z | 2024-03-23T15:37:18Z | 2,116 | lllyasviel/Fooocus | 7,077 |
Rollback voluptuous to 0.8.9 | diff --git a/requirements_all.txt b/requirements_all.txt
index 2736313bca9684..998b42c36514ef 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -4,7 +4,7 @@ pyyaml>=3.11,<4
pytz>=2016.6.1
pip>=7.0.0
jinja2>=2.8
-voluptuous==0.9.1
+voluptuous==0.8.9
typing>=3,<4
sqlalchemy==1.0.14
diff --git a/setup... | We've had several users report issues with upgrading to Home Assistant 0.25 because it would hang on the installation of voluptuous. We've traced down the problem but pending a fix we should rollback voluptuous to 0.8.9.
Issue that I raised with voluptuous: https://github.com/alecthomas/voluptuous/issues/189
| https://api.github.com/repos/home-assistant/core/pulls/2687 | 2016-08-01T00:14:22Z | 2016-08-01T00:20:08Z | 2016-08-01T00:20:08Z | 2017-03-17T18:35:04Z | 266 | home-assistant/core | 38,666 |
Add train.py `--img-size` floor | diff --git a/train.py b/train.py
index b1afaf8ada7..9a844ebac0d 100644
--- a/train.py
+++ b/train.py
@@ -207,7 +207,7 @@ def train(hyp, # path/to/hyp.yaml or hyp dictionary
# Image sizes
gs = max(int(model.stride.max()), 32) # grid size (max stride)
nl = model.model[-1].nl # number of detection layers... |
## 🛠️ PR Summary
<sub>Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions)<sub>
### 🌟 Summary
Enhanced image size verification to ensure compatibility with the model's stride.
### 📊 Key Changes
- Modified the `check_img_size` function to include a `floor` argument.
- Adjusted the image ... | https://api.github.com/repos/ultralytics/yolov5/pulls/4099 | 2021-07-21T14:29:54Z | 2021-07-21T14:50:47Z | 2021-07-21T14:50:47Z | 2024-01-19T16:49:35Z | 436 | ultralytics/yolov5 | 25,689 |
Use os.path.normcase to have Windows compatible challenge paths on Windows | diff --git a/certbot-ci/certbot_integration_tests/certbot_tests/test_main.py b/certbot-ci/certbot_integration_tests/certbot_tests/test_main.py
index 28a72837000..8601e680480 100644
--- a/certbot-ci/certbot_integration_tests/certbot_tests/test_main.py
+++ b/certbot-ci/certbot_integration_tests/certbot_tests/test_main.py... | Fixes #8597
| https://api.github.com/repos/certbot/certbot/pulls/8599 | 2021-01-11T23:03:44Z | 2021-01-13T22:38:58Z | 2021-01-13T22:38:58Z | 2021-01-13T22:38:58Z | 494 | certbot/certbot | 2,138 |
Fix merge issues | diff --git a/g4f/Provider/bing/upload_image.py b/g4f/Provider/bing/upload_image.py
index 041905fdd9..d92451fa7a 100644
--- a/g4f/Provider/bing/upload_image.py
+++ b/g4f/Provider/bing/upload_image.py
@@ -3,17 +3,14 @@
import string
import random
import json
-import io
-import base64
import math
-from PIL import Imag... | https://api.github.com/repos/xtekky/gpt4free/pulls/1463 | 2024-01-13T14:56:45Z | 2024-01-13T14:57:00Z | 2024-01-13T14:57:00Z | 2024-01-13T14:57:00Z | 324 | xtekky/gpt4free | 38,051 | |
[MRG + 1] FIX work-around for read only dataframes | diff --git a/sklearn/utils/__init__.py b/sklearn/utils/__init__.py
index e6b38a3fe8fe8..b11feafacf405 100644
--- a/sklearn/utils/__init__.py
+++ b/sklearn/utils/__init__.py
@@ -12,7 +12,7 @@
assert_all_finite, warn_if_not_float,
check_random_state, column_or_1d, check... | Fixes the second part of #4597.
Currently I'm raising a DataConversionWarning, which is not really right. It should be a `DataCopyWarning` which we don't have yet. Do we want to add that? In light of #4660?
| https://api.github.com/repos/scikit-learn/scikit-learn/pulls/4678 | 2015-05-05T22:41:13Z | 2015-05-06T14:05:16Z | 2015-05-06T14:05:16Z | 2017-05-19T20:46:16Z | 635 | scikit-learn/scikit-learn | 46,753 |
Update bloodyAD attacks | diff --git a/Methodology and Resources/Active Directory Attack.md b/Methodology and Resources/Active Directory Attack.md
index 4848f3d0e1..c15d1dab15 100644
--- a/Methodology and Resources/Active Directory Attack.md
+++ b/Methodology and Resources/Active Directory Attack.md
@@ -2856,10 +2856,10 @@ To abuse `WriteDacl... | https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/536 | 2022-09-06T17:13:44Z | 2022-09-06T17:32:21Z | 2022-09-06T17:32:21Z | 2022-11-07T10:51:13Z | 1,231 | swisskyrepo/PayloadsAllTheThings | 8,300 | |
#1149: Giving a fuck about ModuleNotFoundError | diff --git a/README.md b/README.md
index 5ac8b83ef..8aa2294d9 100644
--- a/README.md
+++ b/README.md
@@ -281,6 +281,7 @@ following rules are enabled by default:
* `pyenv_no_such_command` – fixes wrong pyenv commands like `pyenv isntall` or `pyenv list`;
* `python_command` – prepends `python` when you try ... |
Closes #1149 | https://api.github.com/repos/nvbn/thefuck/pulls/1151 | 2020-12-27T22:30:20Z | 2021-01-19T21:37:06Z | 2021-01-19T21:37:05Z | 2021-01-19T21:41:43Z | 886 | nvbn/thefuck | 30,606 |
Fix malformed string error for hashed_password | diff --git a/lib/ansible/modules/network/ios/ios_user.py b/lib/ansible/modules/network/ios/ios_user.py
index 8d675ac8d5a432..9969dc56525fe8 100644
--- a/lib/ansible/modules/network/ios/ios_user.py
+++ b/lib/ansible/modules/network/ios/ios_user.py
@@ -213,7 +213,6 @@
from copy import deepcopy
import re
-import ast
... | Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
##### SUMMARY
- Fixes malformed string error while attempting to set hashed_passwords on IOS devices
##### ISSUE TYPE
- Bugfix Pull Request
##### COMPONENT NAME
ios_user.py | https://api.github.com/repos/ansible/ansible/pulls/51007 | 2019-01-17T06:46:33Z | 2019-01-17T07:35:50Z | 2019-01-17T07:35:50Z | 2019-07-22T17:56:47Z | 246 | ansible/ansible | 48,919 |
Improve installation script for linux | diff --git a/start b/start
index 47368fb710..7b9d49fdde 100755
--- a/start
+++ b/start
@@ -36,27 +36,40 @@ function launchWithHungup() {
# get operating system name
os_name=`uname -s`
+# check command avalibility
+function has_command() {
+ command -v $1 > /dev/null
+}
+
# Install Packages
if [ $os_name = 'Lin... | Add script for openSUSE
only auto-install in interactive shell
把 openSUSE 的检测改到最前面是因为 openSUSE 自带了 apt-get 和 aptitude 两个 perl 脚本来转换并兼容部分 deb 系的命令……这样如果先检测 apt-get 的话可能有问题(不过我改了检测 pyOpenSSL 是否安装的方法之后目前顺序貌似不重要)。
| https://api.github.com/repos/XX-net/XX-Net/pulls/3216 | 2016-05-04T16:36:06Z | 2016-05-05T03:22:44Z | 2016-05-05T03:22:44Z | 2019-05-01T01:44:23Z | 729 | XX-net/XX-Net | 17,260 |
Adding AWS SysOps Associate certification learning resources | diff --git a/certificates/aws-cloud-sysops-associate.md b/certificates/aws-cloud-sysops-associate.md
new file mode 100644
index 000000000..38fa3bd43
--- /dev/null
+++ b/certificates/aws-cloud-sysops-associate.md
@@ -0,0 +1,34 @@
+## AWS Cloud SysOps Administration Associate
+
+A summary of what you need to know for the... | Hello sir, I have added the AWS SysOps Associate certification study resource | https://api.github.com/repos/bregman-arie/devops-exercises/pulls/301 | 2022-10-11T16:55:26Z | 2022-10-11T19:57:41Z | 2022-10-11T19:57:41Z | 2022-10-12T21:27:18Z | 746 | bregman-arie/devops-exercises | 17,429 |
Fix nonsensical date in changelog | diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29590c34b..58a018454 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic V... | Clearly a typo | https://api.github.com/repos/Textualize/rich/pulls/3071 | 2023-07-31T10:26:37Z | 2023-07-31T10:48:36Z | 2023-07-31T10:48:36Z | 2023-07-31T10:51:00Z | 159 | Textualize/rich | 48,134 |
MAINT Try to fix [icc-build] in travis (+doc) | diff --git a/build_tools/travis/install.sh b/build_tools/travis/install.sh
index 84ceb8c4f6312..09f42e1aae96f 100755
--- a/build_tools/travis/install.sh
+++ b/build_tools/travis/install.sh
@@ -89,7 +89,7 @@ if [[ "$BUILD_WITH_ICC" == "true" ]]; then
sudo add-apt-repository "deb https://apt.repos.intel.com/oneapi a... | It seems that Intel has renamed a file that made the travis cron-job fail as a result. | https://api.github.com/repos/scikit-learn/scikit-learn/pulls/18730 | 2020-11-02T11:27:10Z | 2020-11-02T15:37:34Z | 2020-11-02T15:37:34Z | 2020-11-02T15:37:40Z | 710 | scikit-learn/scikit-learn | 45,928 |
Fix rnn flop profiler to compute flops instead of macs | diff --git a/deepspeed/profiling/flops_profiler/profiler.py b/deepspeed/profiling/flops_profiler/profiler.py
index 29d74c617ac9..38ab92ed8284 100644
--- a/deepspeed/profiling/flops_profiler/profiler.py
+++ b/deepspeed/profiling/flops_profiler/profiler.py
@@ -960,10 +960,11 @@ def _reload_tensor_methods():
def _rnn... | This MR is related to the issue I recently opened: https://github.com/microsoft/DeepSpeed/issues/3816
It implements the simple fix I proposed there, which simply computes FLOPs instead of MACs. | https://api.github.com/repos/microsoft/DeepSpeed/pulls/3833 | 2023-06-28T08:49:11Z | 2023-07-06T15:57:46Z | 2023-07-06T15:57:46Z | 2023-07-06T15:57:46Z | 266 | microsoft/DeepSpeed | 10,326 |
Fixed #28472 -- Optimized jQuery selector in actions.js | diff --git a/django/contrib/admin/static/admin/js/actions.js b/django/contrib/admin/static/admin/js/actions.js
index 7041701f271bf..0f435abcc307c 100644
--- a/django/contrib/admin/static/admin/js/actions.js
+++ b/django/contrib/admin/static/admin/js/actions.js
@@ -109,7 +109,7 @@
lastChecked = target;
... | Refactored a selector in jQuery to use a single handler for the
'on change' event. This speeds up page loading time. | https://api.github.com/repos/django/django/pulls/8861 | 2017-08-07T14:53:34Z | 2017-08-08T12:35:58Z | 2017-08-08T12:35:58Z | 2017-08-08T12:58:18Z | 2,324 | django/django | 51,085 |
Remove snap-plugin reference from README | diff --git a/snap/local/README.md b/snap/local/README.md
index ea509b22975..62977f8c3ce 100644
--- a/snap/local/README.md
+++ b/snap/local/README.md
@@ -66,7 +66,7 @@ These steps need to be done once to set up your VM and do not need to be run aga
5. Add your current user to the lxd group and update your shell to hav... | The `snap-plugin` branch doesn't exist anymore. | https://api.github.com/repos/certbot/certbot/pulls/8101 | 2020-06-22T22:30:49Z | 2020-06-22T22:49:19Z | 2020-06-22T22:49:19Z | 2020-06-22T22:49:26Z | 227 | certbot/certbot | 1,411 |
3780: Lazy load idna library | diff --git a/AUTHORS.rst b/AUTHORS.rst
index c05befce32..cc9e75f3bd 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -175,3 +175,4 @@ Patches and Suggestions
- Hussain Tamboli <hussaintamboli18@gmail.com> (`@hussaintamboli <https://github.com/hussaintamboli>`_)
- Casey Davidson (`@davidsoncasey <https://github.com/david... | Changes based on comment from previous Pull Request: https://github.com/kennethreitz/requests/pull/3787
Fix for issue: https://github.com/kennethreitz/requests/issues/3780
| https://api.github.com/repos/psf/requests/pulls/3789 | 2016-12-23T17:21:43Z | 2017-01-19T09:19:00Z | 2017-01-19T09:19:00Z | 2021-09-07T00:06:42Z | 1,045 | psf/requests | 32,761 |
⬆️ Upgrade MkDocs and MkDocs Material | diff --git a/requirements-docs.txt b/requirements-docs.txt
index e9d0567ed76f4..211212fba986c 100644
--- a/requirements-docs.txt
+++ b/requirements-docs.txt
@@ -1,6 +1,6 @@
-e .
-mkdocs >=1.1.2,<2.0.0
-mkdocs-material >=8.1.4,<9.0.0
+mkdocs==1.4.3
+mkdocs-material==9.1.16
mdx-include >=1.4.1,<2.0.0
mkdocs-markdownex... | ⬆️ Upgrade MkDocs and MkDocs Material | https://api.github.com/repos/tiangolo/fastapi/pulls/9729 | 2023-06-23T17:56:20Z | 2023-06-23T18:16:42Z | 2023-06-23T18:16:42Z | 2023-06-23T18:16:42Z | 174 | tiangolo/fastapi | 23,187 |
Update padding.rst | diff --git a/docs/source/padding.rst b/docs/source/padding.rst
index a72dcbf9d..0c0225b37 100644
--- a/docs/source/padding.rst
+++ b/docs/source/padding.rst
@@ -17,7 +17,7 @@ For example, the following displays 2 blank lines above and below the text, and
test = Padding("Hello", (2, 4))
print(test)
-The Padd... | Typo
## Type of changes
- [ ] Bug fix
- [ ] New feature
- [X] Documentation / docstrings
- [ ] Tests
- [ ] Other
## Checklist
- [ ] I've run the latest [black](https://github.com/psf/black) with default args on new code.
- [] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
- [ ] I'... | https://api.github.com/repos/Textualize/rich/pulls/1189 | 2021-04-25T06:12:02Z | 2021-04-25T14:05:25Z | 2021-04-25T14:05:25Z | 2021-04-25T14:05:31Z | 231 | Textualize/rich | 48,609 |
Bump lycheeverse/lychee-action from 1.6.1 to 1.7.0 | diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml
index f6403720166..a5413318030 100644
--- a/.github/workflows/links.yml
+++ b/.github/workflows/links.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- name: Test Markdown and HTML links
- uses: lycheeverse/lychee-acti... | Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.6.1 to 1.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lycheeverse/lychee-action/releases">lycheeverse/lychee-action's releases</a>.</em></p>
<blockquote>
<h2>Version 1.7.0</h2>
<h2>W... | https://api.github.com/repos/ultralytics/yolov5/pulls/11427 | 2023-04-24T04:58:41Z | 2023-04-24T15:14:32Z | 2023-04-24T15:14:32Z | 2024-01-19T02:06:21Z | 284 | ultralytics/yolov5 | 25,378 |
✨ Add allow disabling `redirect_slashes` at the FastAPI app level | diff --git a/fastapi/applications.py b/fastapi/applications.py
index 298aca921d70c..9b161c5ec832f 100644
--- a/fastapi/applications.py
+++ b/fastapi/applications.py
@@ -62,6 +62,7 @@ def __init__(
servers: Optional[List[Dict[str, Union[str, Any]]]] = None,
dependencies: Optional[Sequence[Depends]] = N... | Right now `redirect_slashes` parameter in sub routers created with `APIRouter` ignored, because only main router's `redirect_slashes` inside FastAPI class is taken into account. FastAPI class creates new router without `redirect_slashes` argument and that's why router always uses default value `redirect_slashes=True` a... | https://api.github.com/repos/tiangolo/fastapi/pulls/3432 | 2021-06-29T19:11:10Z | 2023-06-22T10:37:51Z | 2023-06-22T10:37:51Z | 2023-06-22T10:37:52Z | 574 | tiangolo/fastapi | 23,373 |
Py36+ syntax in gym/*.py | diff --git a/gym/core.py b/gym/core.py
index ae7b32c3557..7b316b1cea0 100644
--- a/gym/core.py
+++ b/gym/core.py
@@ -5,7 +5,7 @@
from gym.utils import closer
-class Env(object):
+class Env:
"""The main OpenAI Gym class. It encapsulates an environment with
arbitrary behind-the-scenes dynamics. An environm... | This PR upgrades syntax to use py36+ idioms in gym/*.py (no subfolders), as suggested in #2462.
It's derived automatically by running pyupgrade --py36-plus and flynt -ll 120, no manual modifications were done.
Quality control: visual inspection of the diff, unit tests pass. | https://api.github.com/repos/openai/gym/pulls/2473 | 2021-10-30T14:49:40Z | 2021-11-14T13:50:40Z | 2021-11-14T13:50:40Z | 2021-11-14T13:50:40Z | 1,132 | openai/gym | 5,627 |
Support OpenAI's new models. | diff --git a/interpreter/terminal_interface/start_terminal_interface.py b/interpreter/terminal_interface/start_terminal_interface.py
index 00471c931..a7f53e95f 100644
--- a/interpreter/terminal_interface/start_terminal_interface.py
+++ b/interpreter/terminal_interface/start_terminal_interface.py
@@ -357,15 +357,15 @@ d... | ### Describe the changes you have made:
Add default context window and max tokens configs for OpenAI's new models: `gpt-4-turbo-preview`, `gpt-4-0125-preview`, and `gpt-4-1106-vision-preview`.
### Reference any relevant issues (e.g. "Fixes #000"):
If we can keep these configs updated with as more models as possibl... | https://api.github.com/repos/OpenInterpreter/open-interpreter/pulls/1099 | 2024-03-19T07:05:22Z | 2024-03-24T07:49:41Z | 2024-03-24T07:49:41Z | 2024-03-24T07:53:04Z | 322 | OpenInterpreter/open-interpreter | 40,686 |
Added professional events | diff --git a/README.md b/README.md
index da7fb015..1c775d4b 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ Further resources:
* For a list of free machine learning books available for download, go [here](https://github.com/josephmisiti/awesome-machine-learning/blob/master/books.md).
+* For a list of prof... | https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/659 | 2020-01-05T09:33:02Z | 2020-01-27T14:57:05Z | 2020-01-27T14:57:05Z | 2020-01-27T14:57:05Z | 310 | josephmisiti/awesome-machine-learning | 51,755 | |
[NFC] polish colossalai/amp/naive_amp/_fp16_optimizer.py code style | diff --git a/colossalai/amp/naive_amp/_fp16_optimizer.py b/colossalai/amp/naive_amp/_fp16_optimizer.py
index 58d9e3df116e..b01a3cbf0108 100644
--- a/colossalai/amp/naive_amp/_fp16_optimizer.py
+++ b/colossalai/amp/naive_amp/_fp16_optimizer.py
@@ -9,14 +9,16 @@
except:
print('Colossalai should be built with cuda e... | - [NFC] polish colossalai/amp/naive_amp/_fp16_optimizer.py code style | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/1819 | 2022-11-08T06:42:45Z | 2022-11-08T07:07:02Z | 2022-11-08T07:07:02Z | 2022-11-08T07:07:02Z | 372 | hpcaitech/ColossalAI | 11,497 |
make error message on accessing private attributes more representative | diff --git a/gym/core.py b/gym/core.py
index f335b9f60ab..e8d2ff0f282 100644
--- a/gym/core.py
+++ b/gym/core.py
@@ -225,7 +225,7 @@ def __init__(self, env: Env):
def __getattr__(self, name):
if name.startswith("_"):
- raise AttributeError(f"attempted to get missing private attribute '{name}'... | This error message was kinda misleading.
The code is checking if a private attributes is accessed and then raises an error. | https://api.github.com/repos/openai/gym/pulls/2714 | 2022-03-23T15:55:40Z | 2022-03-24T18:10:07Z | 2022-03-24T18:10:07Z | 2022-03-24T18:10:07Z | 132 | openai/gym | 5,000 |
📝 Update release notes, move and check latest-changes | diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md
index b0c13f5af0d51..186d2117cc16b 100644
--- a/docs/en/docs/release-notes.md
+++ b/docs/en/docs/release-notes.md
@@ -7,6 +7,8 @@ hide:
## Latest Changes
+### Internal
+
* 👷 Upgrade latest-changes GitHub Action. PR [#10587](https://github... | 📝 Update release notes, move and check latest-changes | https://api.github.com/repos/tiangolo/fastapi/pulls/10588 | 2023-11-04T01:58:51Z | 2023-11-04T02:02:18Z | 2023-11-04T02:02:18Z | 2023-11-04T02:02:19Z | 135 | tiangolo/fastapi | 23,289 |
Use lowercase hex numbers fixes #1692 | diff --git a/.gitignore b/.gitignore
index 3207e72ae28..30225ec7764 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+.venv
.coverage
_build
.DS_Store
@@ -15,4 +16,4 @@ src/_black_version.py
.dmypy.json
*.swp
.hypothesis/
-venv/
\ No newline at end of file
+venv/
diff --git a/CHANGES.md b/CHANGES.md
index... | First PR onto black. Please tell me if i did something wrong according to your ordinary rules.
The issue, #1692, argues whether we/you should "simply" do this, as it might impact source code of a large set of users, however you can either merge it if you like it or wait if not. :) Please write me if I can do anything ... | https://api.github.com/repos/psf/black/pulls/1775 | 2020-10-21T16:07:38Z | 2020-11-13T15:25:18Z | 2020-11-13T15:25:18Z | 2020-11-14T10:56:56Z | 2,288 | psf/black | 23,660 |
Fix docs for Command type | diff --git a/README.md b/README.md
index 27e8b9ecf..c986e0527 100644
--- a/README.md
+++ b/README.md
@@ -298,7 +298,7 @@ side_effect(old_command: Command, fixed_command: str) -> None
```
and optional `enabled_by_default`, `requires_output` and `priority` variables.
-`Command` has three attributes: `script`, `stdout... | 
| https://api.github.com/repos/nvbn/thefuck/pulls/680 | 2017-08-23T06:15:32Z | 2017-08-23T06:37:13Z | 2017-08-23T06:37:13Z | 2017-08-23T06:37:13Z | 140 | nvbn/thefuck | 30,590 |
Small fixes for Neural_Doodle example | diff --git a/examples/neural_doodle.py b/examples/neural_doodle.py
index c4133d8fed2..20907893b58 100644
--- a/examples/neural_doodle.py
+++ b/examples/neural_doodle.py
@@ -196,8 +196,8 @@ def load_mask_labels():
for layer in image_model.layers[1:]:
name = 'mask_%s' % layer.name
if 'conv' in layer.name:
-... | 1) Fixed type cast in region_style_loss() which prevented example to run: K.shape returns int32, but variable was immediately used in division operation which requires float32.
```
File "neural_doodle.py", line 241, in region_style_loss
s = gram_matrix(masked_style) / K.mean(style_mask) / num_channels
ValueEr... | https://api.github.com/repos/keras-team/keras/pulls/6577 | 2017-05-10T11:26:48Z | 2017-05-11T21:33:40Z | 2017-05-11T21:33:40Z | 2017-05-11T21:33:40Z | 332 | keras-team/keras | 47,688 |
Support for masking in merged layers | diff --git a/keras/backend/tensorflow_backend.py b/keras/backend/tensorflow_backend.py
index 2616ec6d7b1..833d31019c1 100644
--- a/keras/backend/tensorflow_backend.py
+++ b/keras/backend/tensorflow_backend.py
@@ -339,6 +339,17 @@ def any(x, axis=None, keepdims=False):
return tf.cast(x, tf.uint8)
+def all(x, ax... | I've seen a couple other people who seem like they need masking in merged layers. As far as I can tell, masking is only required for the `'sum'` and `'ave'` modes (and lambda functions as well probably, but those are a case of their own). I've only tested this fork with Theano + Python 2.7, but it seems to be working.
... | https://api.github.com/repos/keras-team/keras/pulls/2413 | 2016-04-20T02:13:43Z | 2016-06-23T19:03:55Z | 2016-06-23T19:03:55Z | 2016-10-22T21:27:06Z | 2,532 | keras-team/keras | 47,630 |
Avoid entity registry check in live logbook on each state update | diff --git a/homeassistant/components/logbook/helpers.py b/homeassistant/components/logbook/helpers.py
index c2ea9823535818..6bfd88c976a0a1 100644
--- a/homeassistant/components/logbook/helpers.py
+++ b/homeassistant/components/logbook/helpers.py
@@ -171,7 +171,6 @@ def async_subscribe_events(
These are the events... |
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, be sure to link to that issue in the
additional information section.
-->
There is no need to check the entit... | https://api.github.com/repos/home-assistant/core/pulls/107622 | 2024-01-09T04:08:09Z | 2024-01-14T02:04:04Z | 2024-01-14T02:04:04Z | 2024-01-15T02:14:05Z | 434 | home-assistant/core | 39,581 |
Change youtube url regex to match youtube urls more formats | diff --git a/lib/streamlit/elements/media.py b/lib/streamlit/elements/media.py
index e24082bf4392..d20618ba9ffd 100644
--- a/lib/streamlit/elements/media.py
+++ b/lib/streamlit/elements/media.py
@@ -192,16 +192,10 @@ def dg(self) -> DeltaGenerator:
return cast("DeltaGenerator", self)
-# Regular expression ... | <!--
⚠️ BEFORE CONTRIBUTING PLEASE READ OUR CONTRIBUTING GUIDELINES!
https://github.com/streamlit/streamlit/wiki/Contributing
-->
## Describe your changes
Previously our YouTube regex doesn't match valid YouTube links (e.g. "https://youtube.com/e/0TSXM-BGqHU" or "https://youtube.com/v/OIQskkX_DK0"), which is w... | https://api.github.com/repos/streamlit/streamlit/pulls/8221 | 2024-02-29T15:52:49Z | 2024-03-01T18:51:38Z | 2024-03-01T18:51:38Z | 2024-03-01T18:51:42Z | 1,051 | streamlit/streamlit | 21,583 |
Add installation hint for cht.sh (fixes #114) | diff --git a/share/firstpage-v2.pnl b/share/firstpage-v2.pnl
index 0d160621..dd2cdc83 100644
--- a/share/firstpage-v2.pnl
+++ b/share/firstpage-v2.pnl
@@ -16,9 +16,9 @@
| $ cht.sh go/f<tab><tab>| | $ cht.sh --shell | | $ cht.sh go zip lists |
| go/for go/func | | cht.sh> help | | Ask any ques... | Fixes #114, not #141. | https://api.github.com/repos/chubin/cheat.sh/pulls/130 | 2019-03-10T10:09:12Z | 2019-03-10T16:58:37Z | 2019-03-10T16:58:37Z | 2019-03-11T05:15:51Z | 532 | chubin/cheat.sh | 15,179 |
Bump numpy from 1.23.4 to 1.23.5 | diff --git a/Hand-Motion-Detection/requirements.txt b/Hand-Motion-Detection/requirements.txt
index 140a0c3ad3..f904226dea 100644
--- a/Hand-Motion-Detection/requirements.txt
+++ b/Hand-Motion-Detection/requirements.txt
@@ -1,3 +1,3 @@
-numpy==1.23.4
+numpy==1.23.5
opencv_python==4.6.0.66
mediapipe==0.8.11
| Bumps [numpy](https://github.com/numpy/numpy) from 1.23.4 to 1.23.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/numpy/numpy/releases">numpy's releases</a>.</em></p>
<blockquote>
<h2>v1.23.5</h2>
<h1>NumPy 1.23.5 Release Notes</h1>
<p>NumPy 1.23.5 is a maintenance release ... | https://api.github.com/repos/geekcomputers/Python/pulls/1796 | 2022-11-21T19:27:03Z | 2022-12-04T19:47:56Z | 2022-12-04T19:47:56Z | 2022-12-04T19:48:13Z | 117 | geekcomputers/Python | 31,535 |
Fixed broken tests on Python 3 after 3c5fc708f1a8f60c05182869f6f3ec13697... | diff --git a/tests/modeladmin/tests.py b/tests/modeladmin/tests.py
index f6a250db09834..146c078e592b4 100644
--- a/tests/modeladmin/tests.py
+++ b/tests/modeladmin/tests.py
@@ -552,6 +552,20 @@ def assertIsInvalid(self, model_admin, model, msg,
]
self.assertEqual(errors, expected)
+ def assertIsI... | ...bbcf2.
| https://api.github.com/repos/django/django/pulls/2389 | 2014-03-03T14:39:04Z | 2014-03-03T14:50:55Z | 2014-03-03T14:50:55Z | 2014-07-19T16:00:06Z | 592 | django/django | 51,560 |
Revert "CANPacker: assert no undefined signals (#28942)" | diff --git a/opendbc b/opendbc
index b03468a714da2e..3ef35ed2298a3a 160000
--- a/opendbc
+++ b/opendbc
@@ -1 +1 @@
-Subproject commit b03468a714da2eb8ef83f07a373f3f1514491cad
+Subproject commit 3ef35ed2298a3a9d199f9145409547710065884c
| This reverts commit 13371b07a2fbfe5ea07b245f8b2a0ba938900ccc. | https://api.github.com/repos/commaai/openpilot/pulls/29013 | 2023-07-18T05:19:16Z | 2023-07-18T05:41:39Z | 2023-07-18T05:41:39Z | 2023-07-18T05:41:40Z | 108 | commaai/openpilot | 9,322 |
pylint fixes | diff --git a/letsencrypt/client/challenge_util.py b/letsencrypt/client/challenge_util.py
index 69f351f7d8a..46b0602bee1 100644
--- a/letsencrypt/client/challenge_util.py
+++ b/letsencrypt/client/challenge_util.py
@@ -36,7 +36,7 @@ def dvsni_gen_cert(filepath, name, r_b64, nonce, key):
key.pem, [nonce + CONFIG.... | https://api.github.com/repos/certbot/certbot/pulls/132 | 2014-12-17T08:15:16Z | 2014-12-22T00:51:10Z | 2014-12-22T00:51:10Z | 2016-05-06T19:21:26Z | 403 | certbot/certbot | 690 | |
Adjust error handling scope in samsungtv | diff --git a/homeassistant/components/samsungtv/bridge.py b/homeassistant/components/samsungtv/bridge.py
index 3a06a9ff906146..342c4f7f42937c 100644
--- a/homeassistant/components/samsungtv/bridge.py
+++ b/homeassistant/components/samsungtv/bridge.py
@@ -430,18 +430,16 @@ async def _async_get_remote_under_lock(self) ->... | ## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, be sure to link to that issue in the
additional information section.
-->
Contrary to the legacy library, the `Sa... | https://api.github.com/repos/home-assistant/core/pulls/66692 | 2022-02-16T21:06:35Z | 2022-03-02T19:52:12Z | 2022-03-02T19:52:12Z | 2022-03-03T20:01:55Z | 351 | home-assistant/core | 38,884 |
gh-86618: Improve colorsys.rgb_to_hls code | diff --git a/Lib/colorsys.py b/Lib/colorsys.py
index b93e3844067e4e..0f52512a67d87c 100644
--- a/Lib/colorsys.py
+++ b/Lib/colorsys.py
@@ -75,17 +75,18 @@ def yiq_to_rgb(y, i, q):
def rgb_to_hls(r, g, b):
maxc = max(r, g, b)
minc = min(r, g, b)
- # XXX Can optimize (maxc+minc) and (maxc-minc)
- l = (mi... | Cache repeated sum and difference to make code slightly faster and easier to read.
<!-- gh-issue-number: gh-86618 -->
* Issue: gh-86618
<!-- /gh-issue-number -->
| https://api.github.com/repos/python/cpython/pulls/23306 | 2020-11-15T22:58:18Z | 2020-11-28T07:11:20Z | 2020-11-28T07:11:20Z | 2023-07-11T11:12:48Z | 384 | python/cpython | 4,157 |
Potential fix for issues/571 | diff --git a/modules/text_generation.py b/modules/text_generation.py
index fd017e2c1d..eb8f6ca17c 100644
--- a/modules/text_generation.py
+++ b/modules/text_generation.py
@@ -236,8 +236,6 @@ def generate_with_streaming(**kwargs):
break
yield formatted_outputs(reply, shared.... | It appears that the line removed was introduced as part of a merge conflict/fix in https://github.com/oobabooga/text-generation-webui/commit/b3e10e47c05128bf477833d8261ea5bedecc9aac . Removing the line appears to remove the stack trace from logs, and I believe results in one fewer emission of the final reply generated ... | https://api.github.com/repos/oobabooga/text-generation-webui/pulls/572 | 2023-03-25T20:11:56Z | 2023-03-27T17:06:38Z | 2023-03-27T17:06:38Z | 2023-03-27T21:01:00Z | 129 | oobabooga/text-generation-webui | 26,696 |
Fix GraphScene and NumberLine | diff --git a/manimlib/mobject/number_line.py b/manimlib/mobject/number_line.py
index 1e50692e7f..8736ee6cbd 100644
--- a/manimlib/mobject/number_line.py
+++ b/manimlib/mobject/number_line.py
@@ -99,7 +99,7 @@ def get_tick(self, x, size=None):
return result
def get_tick_marks(self):
- return self.... | <!-- Thanks for contributing to manim!
Please ensure that your pull request works with the latest version of manim.
-->
## Motivation
<!-- Outline your motivation: In what way do your changes improve the library? -->
Fixed #1354.
Temporarily fix the problem that occurs when `GraphScene` calls `NumberLine`. ... | https://api.github.com/repos/3b1b/manim/pulls/1355 | 2021-02-05T06:06:29Z | 2021-02-05T22:51:47Z | 2021-02-05T22:51:47Z | 2021-02-05T22:52:49Z | 427 | 3b1b/manim | 18,238 |
Specify python2 and clarify coverage requirements | diff --git a/bootstrap/dev/venv.sh b/bootstrap/dev/venv.sh
index 90088ac9bb7..d6cf95bb59c 100755
--- a/bootstrap/dev/venv.sh
+++ b/bootstrap/dev/venv.sh
@@ -1,6 +1,8 @@
#!/bin/sh -xe
# Developer virtualenv setup for Let's Encrypt client
+export VENV_ARGS="--python python2"
+
./bootstrap/dev/_venv_common.sh \
-r... | Please take a look at this @kuba. Not sure how I missed this yesterday. `venv.sh` needs to specify `python2` (Arch problems) and we can't require contributors to have 100% unit test coverage of the code base as that's not something we currently have.
| https://api.github.com/repos/certbot/certbot/pulls/910 | 2015-10-06T17:54:16Z | 2015-10-06T18:22:21Z | 2015-10-06T18:22:21Z | 2016-05-06T19:22:29Z | 290 | certbot/certbot | 3,406 |
Check if file is already present on running `scrapy genspider` and terminate if so (#4561) | diff --git a/scrapy/commands/genspider.py b/scrapy/commands/genspider.py
index 4c7548e9cac..74a077d1b7b 100644
--- a/scrapy/commands/genspider.py
+++ b/scrapy/commands/genspider.py
@@ -66,16 +66,9 @@ def run(self, args, opts):
print("Cannot create a spider with the same name as your project")
... | Continuing from PR #4616 to fix #4561, I've added a direct file check to see if a spider with the name provided in `scrapy genspider` is already present in the directory and not overwrite the existing spider file if present. | https://api.github.com/repos/scrapy/scrapy/pulls/4623 | 2020-06-10T17:32:46Z | 2020-08-17T08:45:53Z | 2020-08-17T08:45:53Z | 2020-08-17T08:46:00Z | 1,788 | scrapy/scrapy | 35,100 |
Report value for a step instead of epoch. | diff --git a/src/transformers/trainer.py b/src/transformers/trainer.py
index 0bebc8626ba6b..0359a913b0c4a 100755
--- a/src/transformers/trainer.py
+++ b/src/transformers/trainer.py
@@ -1138,16 +1138,14 @@ def _hp_search_setup(self, trial: Union["optuna.Trial", Dict[str, Any]]):
self.args.hf_deepspeed_confi... | # What does this PR do?
Report an objective function value for a step instead of epoch to optuna.
## I made this modification for the following reason:
If "eval_steps" is less than steps per epoch, there maybe warnings: `optuna/trial/_trial.py:592: UserWarning: The reported value is ignored because this ‘step’ 0 i... | https://api.github.com/repos/huggingface/transformers/pulls/18095 | 2022-07-11T12:11:19Z | 2022-07-12T12:18:35Z | 2022-07-12T12:18:35Z | 2022-07-12T12:30:23Z | 430 | huggingface/transformers | 12,545 |
[MRG+1] TST: More tests for Ledoit-Wolf | diff --git a/sklearn/covariance/shrunk_covariance_.py b/sklearn/covariance/shrunk_covariance_.py
index 3187ab8f25d38..86f1545abba13 100644
--- a/sklearn/covariance/shrunk_covariance_.py
+++ b/sklearn/covariance/shrunk_covariance_.py
@@ -198,6 +198,9 @@ def ledoit_wolf_shrinkage(X, assume_centered=False, block_size=1000... | Fixes #6195
Indeed, #6195 was not a bug: the code in scikit-learn is correct.
However, it is fairly hard to convinced oneself that it is the case.
This commit adds tests that are easier to read and relate to the
publication.
| https://api.github.com/repos/scikit-learn/scikit-learn/pulls/6201 | 2016-01-20T21:28:08Z | 2016-01-27T10:12:02Z | 2016-01-27T10:12:02Z | 2016-01-27T10:12:02Z | 892 | scikit-learn/scikit-learn | 46,281 |
Update latency vs throughput blog link | diff --git a/README.md b/README.md
index 9f0be48611..0e2c40ec67 100644
--- a/README.md
+++ b/README.md
@@ -433,7 +433,7 @@ Generally, you should aim for **maximal throughput** with **acceptable latency**
### Source(s) and further reading
-* [Understanding latency vs throughput](https://community.cadence.com/cadenc... | ## Review the Contributing Guidelines
Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md).
### Translations
See the [Contributing Guidelines](https://github.com/donnemartin/system-de... | https://api.github.com/repos/donnemartin/system-design-primer/pulls/716 | 2022-11-06T18:02:12Z | 2022-11-13T21:04:18Z | 2022-11-13T21:04:18Z | 2022-11-13T21:04:30Z | 162 | donnemartin/system-design-primer | 36,779 |
Make sure eval subset is sampled without replacing | diff --git a/model/model_training/custom_datasets/__init__.py b/model/model_training/custom_datasets/__init__.py
index 50f0a1bf6e..4c66d06008 100644
--- a/model/model_training/custom_datasets/__init__.py
+++ b/model/model_training/custom_datasets/__init__.py
@@ -196,7 +196,7 @@ def get_one_dataset(
train, eval... | Explicitly specify `replace=False` for [numpy.random.choice](https://numpy.org/doc/stable/reference/random/generated/numpy.random.choice.html) (it was missing and default is `replace=True` which could lead to duplicate examples in the evaluation set). | https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/3651 | 2023-08-12T21:44:28Z | 2023-08-14T10:44:37Z | 2023-08-14T10:44:37Z | 2023-08-14T10:44:38Z | 167 | LAION-AI/Open-Assistant | 37,285 |
[mypy] Add/fix type annotations for bit manipulation algorithms | diff --git a/bit_manipulation/binary_and_operator.py b/bit_manipulation/binary_and_operator.py
index f1b910f8cc9b..191ff8eb44a4 100644
--- a/bit_manipulation/binary_and_operator.py
+++ b/bit_manipulation/binary_and_operator.py
@@ -1,7 +1,7 @@
# https://www.tutorialspoint.com/python3/bitwise_operators_example.htm
-... | ```console
$ mypy --strict bit_manipulation/
Success: no issues found in 7 source files
```
Related Issue: #4052
### **Describe your change:**
* [ ] Add an algorithm?
* [x] Fix a bug or typo in an existing algorithm?
* [ ] Documentation change?
### **Checklist:**
* [x] I have read [CONTRIBUTING.m... | https://api.github.com/repos/TheAlgorithms/Python/pulls/4056 | 2020-12-24T10:54:15Z | 2020-12-24T12:46:45Z | 2020-12-24T12:46:44Z | 2020-12-25T08:03:31Z | 732 | TheAlgorithms/Python | 30,097 |
Cherrypick: Compute LSTM and GRU via cuDNN for RaggedTensors. | diff --git a/keras/layers/recurrent_v2.py b/keras/layers/recurrent_v2.py
index 231a4281377..d422c4c9845 100644
--- a/keras/layers/recurrent_v2.py
+++ b/keras/layers/recurrent_v2.py
@@ -421,9 +421,7 @@ def call(self, inputs, mask=None, training=None, initial_state=None):
input_shape = backend.int_shape(inputs)
... | Would you be open to cherrypick #15756 for r2.8?
## Pros
- This cherry-picked commit fixes a bug preventing computing LSTM and GRU for RaggedTensors via cuDNN, resulting in a large speedup on a GPU (easily 10 times, as measured on https://github.com/keras-team/keras/pull/15756#issuecomment-999958522). The ragged te... | https://api.github.com/repos/keras-team/keras/pulls/15862 | 2022-01-06T00:07:58Z | 2022-01-06T18:16:11Z | 2022-01-06T18:16:11Z | 2022-01-06T18:16:14Z | 1,683 | keras-team/keras | 47,066 |
Switch to the Debian Buster ARM image | diff --git a/tests/letstest/apache2_targets.yaml b/tests/letstest/apache2_targets.yaml
index d584705ca94..2fa64568c47 100644
--- a/tests/letstest/apache2_targets.yaml
+++ b/tests/letstest/apache2_targets.yaml
@@ -8,12 +8,6 @@ targets:
type: ubuntu
virt: hvm
user: ubuntu
- - ami: ami-008680ee60f23c94b
- ... | Fixes https://github.com/certbot/certbot/issues/8220.
I took the AMI from https://wiki.debian.org/Cloud/AmazonEC2Image/Buster.
You can see the affected test farm tests passing with this change at https://dev.azure.com/certbot/certbot/_build/results?buildId=2560&view=results. | https://api.github.com/repos/certbot/certbot/pulls/8234 | 2020-08-26T00:06:47Z | 2020-08-26T21:04:38Z | 2020-08-26T21:04:38Z | 2020-08-26T21:04:41Z | 864 | certbot/certbot | 2,289 |
add ability for workers to advertise multiple model names | diff --git a/fastchat/serve/model_worker.py b/fastchat/serve/model_worker.py
index 8f9c2fa625..3e232ff808 100644
--- a/fastchat/serve/model_worker.py
+++ b/fastchat/serve/model_worker.py
@@ -63,7 +63,7 @@ def __init__(
worker_id,
no_register,
model_path,
- model_name,
+ model_na... | FastChat has the ability to perform chat, completion, and embedding.
However workers are only able to advertise only one model name, which limits it functionality.
This PR adds the ability for workers to advertise multiple model names at the same time, e.g.
```sh
python3 -m fastchat.serve.model_worker \
--model... | https://api.github.com/repos/lm-sys/FastChat/pulls/1517 | 2023-05-27T13:28:58Z | 2023-06-09T01:25:30Z | 2023-06-09T01:25:30Z | 2023-07-11T18:21:22Z | 671 | lm-sys/FastChat | 41,037 |
fix #781 | diff --git a/letsencrypt-apache/letsencrypt_apache/parser.py b/letsencrypt-apache/letsencrypt_apache/parser.py
index d7dc3c42254..823d9794bec 100644
--- a/letsencrypt-apache/letsencrypt_apache/parser.py
+++ b/letsencrypt-apache/letsencrypt_apache/parser.py
@@ -394,6 +394,8 @@ def _get_include_path(self, arg):
... | (Addresses #781) Realized I wasn't normalizing the path when the full path was specified.
(Apache will normalize the path for you)
I added a unittest to test this case.
| https://api.github.com/repos/certbot/certbot/pulls/782 | 2015-09-17T09:17:20Z | 2015-09-17T18:17:18Z | 2015-09-17T18:17:18Z | 2016-05-06T19:22:13Z | 358 | certbot/certbot | 3,457 |
Adds ipa_dnszone module | diff --git a/lib/ansible/modules/identity/ipa/ipa_dnszone.py b/lib/ansible/modules/identity/ipa/ipa_dnszone.py
new file mode 100644
index 00000000000000..a5d9bcb442c85a
--- /dev/null
+++ b/lib/ansible/modules/identity/ipa/ipa_dnszone.py
@@ -0,0 +1,182 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Copyright: (c) 201... | ##### SUMMARY
This PR adds an ipa_dnszone record.
Fixes #28789
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- New Module Pull Request
##### COMPONENT NAME
<!--- Name of the module/plugin/module/task -->
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” betwe... | https://api.github.com/repos/ansible/ansible/pulls/28790 | 2017-08-29T18:02:32Z | 2017-09-27T07:05:00Z | 2017-09-27T07:05:00Z | 2019-04-26T22:24:26Z | 1,443 | ansible/ansible | 49,288 |
fix #3780 | diff --git a/mitmproxy/proxy/protocol/http2.py b/mitmproxy/proxy/protocol/http2.py
index a5870e6c8e..89e652e3d9 100644
--- a/mitmproxy/proxy/protocol/http2.py
+++ b/mitmproxy/proxy/protocol/http2.py
@@ -87,6 +87,18 @@ class Http2Layer(base.Layer):
# mypy type hints
client_conn: connections.ClientConne... | The main fix is bumping the hyper-h2 dependency.
The rest of the changes are just additional debug enhancements.
fixes #3780 | https://api.github.com/repos/mitmproxy/mitmproxy/pulls/3815 | 2020-02-09T10:08:53Z | 2020-02-09T12:28:39Z | 2020-02-09T12:28:39Z | 2020-02-09T12:28:44Z | 957 | mitmproxy/mitmproxy | 28,208 |
feat(huobi) - pair create time | diff --git a/build/transpile.js b/build/transpile.js
index 08290c44d8d0..2f424bb20d5b 100644
--- a/build/transpile.js
+++ b/build/transpile.js
@@ -294,6 +294,7 @@ class Transpiler {
[ /\.fetchPaginatedCallDeterministic\s/g, '.fetch_paginated_call_deterministic'],
[ /\.fetchPaginatedCallCursor\... | https://api.github.com/repos/ccxt/ccxt/pulls/19528 | 2023-10-11T20:04:01Z | 2023-10-17T11:40:14Z | 2023-10-17T11:40:14Z | 2023-10-17T12:19:00Z | 917 | ccxt/ccxt | 13,668 | |
publish_subscribe pattern | diff --git a/README.md b/README.md
index 8fbcd799..318adc5f 100644
--- a/README.md
+++ b/README.md
@@ -31,4 +31,5 @@ Current Patterns:
* template
* command
* memento
-* visitor
\ No newline at end of file
+* visitor
+* publish_subscribe
\ No newline at end of file
diff --git a/publish_subscribe.py b/publish_subs... | add a simple example about publish_subscribe pattern
| https://api.github.com/repos/faif/python-patterns/pulls/34 | 2013-12-20T06:37:03Z | 2013-12-26T00:37:44Z | 2013-12-26T00:37:44Z | 2014-07-05T21:06:08Z | 630 | faif/python-patterns | 33,710 |
[Fix] Update dinov2 layerscale init values | diff --git a/timm/models/vision_transformer.py b/timm/models/vision_transformer.py
index 0104e00701..b4f15cb8ba 100644
--- a/timm/models/vision_transformer.py
+++ b/timm/models/vision_transformer.py
@@ -1982,7 +1982,7 @@ def vit_small_patch14_dinov2(pretrained=False, **kwargs) -> VisionTransformer:
""" ViT-S/14 fo... | This pull request addresses the issue of incorrect initial layer scale values in DINOv2. The current values on DINOv2's torchhub are inaccurate and can cause training instability when starting from scratch (although they do not affect inference results). Therefore, I have updated the values to match those used in their... | https://api.github.com/repos/huggingface/pytorch-image-models/pulls/1823 | 2023-05-24T16:24:21Z | 2023-05-25T00:40:45Z | 2023-05-25T00:40:45Z | 2023-05-25T00:40:45Z | 709 | huggingface/pytorch-image-models | 16,374 |
Update books.md | diff --git a/books.md b/books.md
index 9721d55b..8fee91ef 100644
--- a/books.md
+++ b/books.md
@@ -74,7 +74,6 @@ The following is a list of free, open source books on machine learning, statisti
* [Introduction to Probability](http://athenasc.com/probbook.html) - Book and course by MIT
* [The Elements of Statistical ... | The link for "Learning statistics using R" is invalid. I could not find a PDF link online. | https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/460 | 2017-12-15T23:18:11Z | 2017-12-17T19:30:05Z | 2017-12-17T19:30:05Z | 2017-12-18T09:25:37Z | 262 | josephmisiti/awesome-machine-learning | 52,534 |
fix_jpeg_live_preview | diff --git a/modules/shared_state.py b/modules/shared_state.py
index 33996691c40..759a47481ff 100644
--- a/modules/shared_state.py
+++ b/modules/shared_state.py
@@ -162,5 +162,7 @@ def do_set_current_image(self):
errors.record_exception()
def assign_current_image(self, image):
+ if shared.... | ## Description
If user set in the setttings live preview format to jpeg, it produces error connected with RGBA mode, if any extension uses live preview
- https://github.com/light-and-ray/sd-webui-lama-cleaner-masked-content/issues/4
## Checklist:
- [x] I have read [contributing wiki page](https://github.com... | https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/15102 | 2024-03-03T12:57:01Z | 2024-03-04T07:30:24Z | 2024-03-04T07:30:24Z | 2024-03-04T07:43:18Z | 124 | AUTOMATIC1111/stable-diffusion-webui | 39,979 |
Create convert celsius into fahrenheit | diff --git a/convert celsius into fahrenheit b/convert celsius into fahrenheit
new file mode 100644
index 0000000000..df58fcda9d
--- /dev/null
+++ b/convert celsius into fahrenheit
@@ -0,0 +1,4 @@
+cels= float(input("enter temp in celsius"))
+print("temprature in celsius is :",cels)
+fahr = cels*9/5+32
+print("temprat... | using this code we can easily convert celsius into fahrenheit | https://api.github.com/repos/geekcomputers/Python/pulls/1020 | 2020-10-05T11:00:55Z | 2020-10-10T20:20:24Z | 2020-10-10T20:20:24Z | 2020-10-10T20:20:24Z | 121 | geekcomputers/Python | 31,661 |
Update README.md | diff --git a/README.md b/README.md
index fb96fc0a9..08a50cb70 100755
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ We are unlocking the power of large language models. Our latest version of Llama
This release includes model weights and starting code for pretrained and fine-tuned Llama language models — ranging fro... | HuggingFace -> Hugging Face | https://api.github.com/repos/meta-llama/llama/pulls/492 | 2023-07-22T05:48:01Z | 2023-08-31T19:37:44Z | 2023-08-31T19:37:44Z | 2023-08-31T19:37:44Z | 258 | meta-llama/llama | 31,958 |
textgen-silence-output-feature in terminal | diff --git a/libs/langchain/langchain/llms/textgen.py b/libs/langchain/langchain/llms/textgen.py
index 5f83dc08b96c91..6b409ecb12f692 100644
--- a/libs/langchain/langchain/llms/textgen.py
+++ b/libs/langchain/langchain/llms/textgen.py
@@ -208,7 +208,6 @@ def _call(
prompt=prompt, stop=stop, run_manager... | Hello,
Added the new feature to silence TextGen's output in the terminal.
- Description: Added a new feature to control printing of TextGen's output to the terminal.,
- Issue: the issue #TextGen parameter to silence the print in terminal #10337 it fixes (if applicable)
Thanks;
| https://api.github.com/repos/langchain-ai/langchain/pulls/10402 | 2023-09-09T11:45:04Z | 2023-09-11T21:20:36Z | 2023-09-11T21:20:36Z | 2023-09-11T21:20:36Z | 329 | langchain-ai/langchain | 43,378 |
Don't try to insert queue records if no downstream dag | diff --git a/airflow/datasets/manager.py b/airflow/datasets/manager.py
index 2b009c1b09f23..83539d596540d 100644
--- a/airflow/datasets/manager.py
+++ b/airflow/datasets/manager.py
@@ -61,7 +61,9 @@ def register_dataset_change(
extra=extra,
)
)
- self._queue_dagruns(dataset... | https://api.github.com/repos/apache/airflow/pulls/26257 | 2022-09-09T02:18:54Z | 2022-09-09T13:04:17Z | 2022-09-09T13:04:17Z | 2022-09-12T15:57:04Z | 611 | apache/airflow | 14,566 | |
[doc] add feature diffusion v2, bloom, auto-parallel | diff --git a/README-zh-Hans.md b/README-zh-Hans.md
index 57cf90586004..ec9014deb361 100644
--- a/README-zh-Hans.md
+++ b/README-zh-Hans.md
@@ -38,12 +38,12 @@
<li>
<a href="#并行训练样例展示">并行训练样例展示</a>
<ul>
- <li><a href="#ViT">ViT</a></li>
<li><a href="#GPT-3">GPT-3</a></li>
<li><a href="#GPT-2">... | https://api.github.com/repos/hpcaitech/ColossalAI/pulls/2282 | 2023-01-03T09:20:36Z | 2023-01-03T09:35:07Z | 2023-01-03T09:35:07Z | 2023-01-03T09:39:55Z | 3,233 | hpcaitech/ColossalAI | 11,158 | |
[grpc] refactor rpc server to support multiple io services | diff --git a/src/ray/raylet/node_manager.cc b/src/ray/raylet/node_manager.cc
index a0bde1ff0655f..08f5b36208708 100644
--- a/src/ray/raylet/node_manager.cc
+++ b/src/ray/raylet/node_manager.cc
@@ -100,7 +100,8 @@ NodeManager::NodeManager(boost::asio::io_service &io_service,
gcs_client_->raylet_tas... | ## What do these changes do?
Support multiple services for a single grpc server
- add a `GrpcService` abstraction in addition to `GrpcServer`
- allow different rpc services for a single rpc server, they can use different `IO services` while sharing a single port, which is needed to support direct actor call.
##... | https://api.github.com/repos/ray-project/ray/pulls/5023 | 2019-06-24T08:10:38Z | 2019-06-26T02:08:10Z | 2019-06-26T02:08:10Z | 2019-06-26T04:19:33Z | 3,913 | ray-project/ray | 19,704 |
Change denoising_strength default to None. | diff --git a/modules/processing.py b/modules/processing.py
index e124e7f0dd2..061d9955a24 100644
--- a/modules/processing.py
+++ b/modules/processing.py
@@ -142,7 +142,7 @@ class StableDiffusionProcessing:
overlay_images: list = None
eta: float = None
do_not_reload_embeddings: bool = False
- denois... | Fixes a bug where `Denoising strength: 0` is added to the metadata of API images unless explicitly set to `None` in the API payload, causing hires fix to be always enabled when reading the metadata from an image, even if the image didn't use hires fix to begin with.
## Checklist:
- [x] I have read [contributing w... | https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/13466 | 2023-10-02T04:48:53Z | 2023-10-02T10:05:27Z | 2023-10-02T10:05:27Z | 2023-10-02T10:05:30Z | 143 | AUTOMATIC1111/stable-diffusion-webui | 39,676 |
IBM Webseal | diff --git a/waf/ibm_webseal.py b/waf/ibm_webseal.py
new file mode 100644
index 00000000000..220c13c3976
--- /dev/null
+++ b/waf/ibm_webseal.py
@@ -0,0 +1,25 @@
+#!/usr/bin/env python
+
+"""
+Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)
+See the file 'LICENSE' for copying permission
+"""
+
+import re
... | **HTTP Request**
```
GET /?search=queryhere HTTP/1.1
Host: example.com
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connec... | https://api.github.com/repos/sqlmapproject/sqlmap/pulls/3479 | 2019-02-09T11:27:19Z | 2019-02-09T13:44:05Z | 2019-02-09T13:44:05Z | 2019-02-09T14:03:49Z | 276 | sqlmapproject/sqlmap | 15,074 |
Remove message.content from openai streaming API | diff --git a/extensions/openai/completions.py b/extensions/openai/completions.py
index c6deefb3d2..897d542ce5 100644
--- a/extensions/openai/completions.py
+++ b/extensions/openai/completions.py
@@ -297,8 +297,6 @@ def chat_streaming_chunk(content):
resp_list: [{
"index": 0,
... | The [OpenAI spec](https://platform.openai.com/docs/api-reference/streaming) does not expect a `message` object when streaming is enabled. Returning both sometimes [causes issues in downstream consumers](https://github.com/danny-avila/LibreChat/discussions/1795).
## Checklist:
- [x] I have read the [Contributing g... | https://api.github.com/repos/oobabooga/text-generation-webui/pulls/5503 | 2024-02-14T14:54:39Z | 2024-02-19T21:50:28Z | 2024-02-19T21:50:28Z | 2024-02-19T21:50:28Z | 145 | oobabooga/text-generation-webui | 26,431 |
added link re: raidforums | diff --git a/removed_sites.md b/removed_sites.md
index 4a8cb12d8..01accb108 100644
--- a/removed_sites.md
+++ b/removed_sites.md
@@ -1390,7 +1390,7 @@ As og 2022-05-01, Steam returns false positives
## Raidforums
-Raidforums is now run by the FBI
+Raidforums is [now run by the FBI](https://twitter.com/janomine/sta... | added link re: raidforums | https://api.github.com/repos/sherlock-project/sherlock/pulls/1548 | 2022-10-13T05:00:08Z | 2022-10-13T20:02:09Z | 2022-10-13T20:02:09Z | 2022-10-13T20:02:19Z | 215 | sherlock-project/sherlock | 36,508 |
[AIRFLOW-3977] Fix/Add examples of how trigger rules interacted with skipped tasks | diff --git a/docs/concepts.rst b/docs/concepts.rst
index 9ca1978217739..de2ce228d002b 100644
--- a/docs/concepts.rst
+++ b/docs/concepts.rst
@@ -752,6 +752,67 @@ Note that these can be used in conjunction with ``depends_on_past`` (boolean)
that, when set to ``True``, keeps a task from getting triggered if the
previou... | ### Jira
- [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR title.
- https://issues.apache.org/jira/browse/AIRFLOW-3977
- https://issues.apache.org/jira/browse/AIRFLOW-1784
### Description
- [x] Here are some details ab... | https://api.github.com/repos/apache/airflow/pulls/4805 | 2019-03-01T03:15:32Z | 2019-03-02T07:13:58Z | 2019-03-02T07:13:58Z | 2019-04-16T06:42:47Z | 1,435 | apache/airflow | 14,404 |
📝 Add articles to External Links | diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml
index 00e92801fe5d0..15a513a4da1b9 100644
--- a/docs/en/data/external_links.yml
+++ b/docs/en/data/external_links.yml
@@ -136,6 +136,14 @@ articles:
title: Build And Host Fast Data Science Applications Using FastAPI
author_link... | 📝 Add a couple of articles to External Links | https://api.github.com/repos/tiangolo/fastapi/pulls/2247 | 2020-10-25T18:19:24Z | 2020-10-25T18:25:32Z | 2020-10-25T18:25:32Z | 2020-10-25T18:25:35Z | 297 | tiangolo/fastapi | 23,560 |
The course 'Neural Networks for Machine Learning is no longer availab… | diff --git a/courses.md b/courses.md
index 57a92f6f..cd1725ba 100644
--- a/courses.md
+++ b/courses.md
@@ -5,7 +5,7 @@ The following is a list of free or paid online courses on machine learning, stat
* [Artificial Intelligence (Columbia University)](https://www.edx.org/course/artificial-intelligence-ai-columbiax-csmm-... | The course 'Neural Networks for Machine Learning' is no longer available on Coursera. | https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/634 | 2019-10-02T16:04:03Z | 2019-10-07T22:42:53Z | 2019-10-07T22:42:52Z | 2019-10-07T22:42:53Z | 496 | josephmisiti/awesome-machine-learning | 51,908 |
Do not document private members | diff --git a/acme/docs/conf.py b/acme/docs/conf.py
index 01029a81f7e..8c1689128c8 100644
--- a/acme/docs/conf.py
+++ b/acme/docs/conf.py
@@ -41,7 +41,7 @@
]
autodoc_member_order = 'bysource'
-autodoc_default_flags = ['show-inheritance', 'private-members']
+autodoc_default_flags = ['show-inheritance']
# Add any p... | It looks like we're currently documenting functions that are marked private (prefixed with an underscore) such as https://certbot.eff.org/docs/api/certbot.crypto_util.html#certbot.crypto_util._load_cert_or_req. I do not think we should do this because the functionality is private, should not be used, and including it i... | https://api.github.com/repos/certbot/certbot/pulls/7675 | 2020-01-10T19:13:31Z | 2020-01-11T00:48:02Z | 2020-01-11T00:48:02Z | 2020-01-11T00:48:08Z | 3,142 | certbot/certbot | 3,068 |
Add gdpak to networking team | diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml
index e54bf33cbd5065..ceb29e32bd47b8 100644
--- a/.github/BOTMETA.yml
+++ b/.github/BOTMETA.yml
@@ -486,7 +486,7 @@ files:
$modules/network/illumos/: xen0l
$modules/network/interface/: $team_networking
$modules/network/ios/: privateip rcarrillocruz kedarX
... | for notifications on PR etc | https://api.github.com/repos/ansible/ansible/pulls/36822 | 2018-02-28T06:44:31Z | 2018-02-28T06:51:00Z | 2018-02-28T06:51:00Z | 2019-04-27T00:17:47Z | 502 | ansible/ansible | 48,858 |
Recommend Common Crawl instead of Google Cache | diff --git a/docs/topics/practices.rst b/docs/topics/practices.rst
index 1a9d5614390..d0207fd18c6 100644
--- a/docs/topics/practices.rst
+++ b/docs/topics/practices.rst
@@ -262,7 +262,7 @@ Here are some tips to keep in mind when dealing with these kinds of sites:
* disable cookies (see :setting:`COOKIES_ENABLED`) as s... | Closes #3582
The terms of use allow scraping as long as Scrapy honours the restrictions of robot.txt files and NOFOLLOW metatags
Common Crawl terms of use: https://commoncrawl.org/terms-of-use/ | https://api.github.com/repos/scrapy/scrapy/pulls/5432 | 2022-03-01T21:10:37Z | 2022-03-11T15:05:43Z | 2022-03-11T15:05:43Z | 2022-03-11T15:05:43Z | 359 | scrapy/scrapy | 34,899 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.