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
Fix a few issues loading pretrained vit/bit npz weights...
diff --git a/README.md b/README.md index 6b41d772d2..07c71a7664 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ I'm fortunate to be able to dedicate significant time and money of my own suppor ## What's New +### June 23, 2021 +* Reproduce gMLP model training, `gmlp_s16_224` trained to 79.6 top-1, matching...
w/ num_classes=0 __init__ arg. Missed a few other small classifier handling detail on Mlp, GhostNet, Levit. Should fix #713
https://api.github.com/repos/huggingface/pytorch-image-models/pulls/714
2021-06-23T06:18:02Z
2021-06-23T18:36:55Z
2021-06-23T18:36:55Z
2021-06-23T18:36:55Z
3,900
huggingface/pytorch-image-models
16,412
[MRG+1] Added from_crawler to middleware docs
diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index 0d168017f28..983a932904d 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -157,6 +157,17 @@ more of the following methods: :param spider: the spider for which this req...
Fixing issue #3019 by adding the `from_crawler` classmethod to the documentation of middlewares to make this feature more visible.
https://api.github.com/repos/scrapy/scrapy/pulls/3020
2017-11-23T14:29:05Z
2017-11-24T14:56:58Z
2017-11-24T14:56:58Z
2017-12-22T00:23:07Z
510
scrapy/scrapy
34,891
Travis CI PyPy 3 issue checking
diff --git a/.travis.yml b/.travis.yml index fec820cf6b8..58e78e6692f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,14 @@ matrix: - env: TOXENV=docs python: 3.6 install: + # For some reason the same PyPy3 version straight from Travis CI causes a + # test failure, so we install it manually here ...
https://api.github.com/repos/scrapy/scrapy/pulls/4129
2019-11-05T17:40:41Z
2019-11-05T18:34:21Z
2019-11-05T18:34:21Z
2019-11-05T18:34:22Z
250
scrapy/scrapy
34,705
Update setup.py
diff --git a/setup.py b/setup.py index d2d708ceaf7..835cb60cb37 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ zip_safe=False, install_requires=[ 'scipy', 'numpy>=1.10.4', 'six', 'pyglet>=1.2.0,<=1.3.2', 'cloudpickle~=1.2.0', - 'enum34~=1.1.6;python_version<"3.4"' + 'e...
Just added opencv-python to be installed as a requirement. The new atari_preprocessing.py wrapper needs it.
https://api.github.com/repos/openai/gym/pulls/1713
2019-10-18T19:24:28Z
2019-10-18T21:41:10Z
2019-10-18T21:41:10Z
2019-12-20T13:53:31Z
161
openai/gym
5,614
ref(prism): Auto-download language dependencies
diff --git a/static/app/utils/loadPrismLanguage.ts b/static/app/utils/loadPrismLanguage.ts index 1f2d0e74a950d..68958dc4dca78 100644 --- a/static/app/utils/loadPrismLanguage.ts +++ b/static/app/utils/loadPrismLanguage.ts @@ -40,7 +40,7 @@ export async function loadPrismLanguage( } ) { try { - const language =...
Automatically detect and download Prism language dependencies (some languages will not load correctly without them, e.g. [`php` requires `markup-templating`](https://github.com/PrismJS/prism/issues/1400)). **Before ——** ![image](https://user-images.githubusercontent.com/44172267/229880541-9436a9fd-520b-43f8-b284-08...
https://api.github.com/repos/getsentry/sentry/pulls/46887
2023-04-04T18:09:35Z
2023-04-04T20:01:46Z
2023-04-04T20:01:46Z
2023-04-20T00:02:15Z
301
getsentry/sentry
44,604
Fix: step by step API key generation
diff --git a/Troubleshooting.md b/Troubleshooting.md index 3891db3a..89aa3ba7 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -11,7 +11,8 @@ You don't need a ChatGPT Pro account. Screenshot to code uses API keys from your 5. Go to Settings > Limits and check at the bottom of the page, your current tier has...
Fix step by step adding a reference to the specific page in which open ai API keys are generated
https://api.github.com/repos/abi/screenshot-to-code/pulls/304
2024-04-12T03:48:52Z
2024-04-12T14:22:06Z
2024-04-12T14:22:06Z
2024-04-12T14:22:06Z
305
abi/screenshot-to-code
46,891
[3.11] Docs: normalize SQL style in sqlite3 docs (GH-96403)
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 50499b001e2805..21ad3540ccbb77 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -384,7 +384,7 @@ Module functions ... print(f"Error message: {unraisable.err_msg}") >>> import sys >>> sys.unraisablehook = d...
(cherry picked from commit 6d403e264a7dcd1544a91708f139c6dd8612204d) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
https://api.github.com/repos/python/cpython/pulls/96404
2022-08-29T22:50:49Z
2022-08-29T22:59:13Z
2022-08-29T22:59:13Z
2022-08-29T23:25:27Z
349
python/cpython
4,661
Working version of ProbabilityDistributions scene, though I'm still u…
diff --git a/active_projects/eop/chapter1/prob_dist_visuals.py b/active_projects/eop/chapter1/prob_dist_visuals.py index 513c94c204..b8b336c966 100644 --- a/active_projects/eop/chapter1/prob_dist_visuals.py +++ b/active_projects/eop/chapter1/prob_dist_visuals.py @@ -193,6 +193,7 @@ def construct(self): # F...
…nsure what the underlying bug was
https://api.github.com/repos/3b1b/manim/pulls/234
2018-05-11T18:33:42Z
2018-09-11T18:45:15Z
2018-09-11T18:45:15Z
2019-02-03T20:24:14Z
473
3b1b/manim
18,505
Fill keys in CSVLogger before stop_training is checked
diff --git a/keras/callbacks.py b/keras/callbacks.py index d86c26ce0f2..55d640e2a84 100644 --- a/keras/callbacks.py +++ b/keras/callbacks.py @@ -965,13 +965,14 @@ def handle_value(k): else: return k + if self.keys is None: + self.keys = sorted(logs.keys()) + if...
Fixes #8797.
https://api.github.com/repos/keras-team/keras/pulls/8801
2017-12-15T12:15:50Z
2017-12-15T19:00:20Z
2017-12-15T19:00:20Z
2017-12-15T19:00:20Z
183
keras-team/keras
47,736
[RELNOTES] Add `target_tensors` to `compile`.
diff --git a/keras/engine/training.py b/keras/engine/training.py index 80ade166499..3b517810e08 100644 --- a/keras/engine/training.py +++ b/keras/engine/training.py @@ -52,6 +52,10 @@ def _standardize_input_data(data, names, shapes=None, ValueError: in case of improperly formatted user-provided data. """ ...
https://api.github.com/repos/keras-team/keras/pulls/7645
2017-08-14T23:44:25Z
2017-08-15T00:52:54Z
2017-08-15T00:52:54Z
2017-08-15T00:53:04Z
2,813
keras-team/keras
47,800
Update README.md
diff --git a/File Inclusion - Path Traversal/README.md b/File Inclusion - Path Traversal/README.md index e0cccdf9e6..2d1c2d95b0 100644 --- a/File Inclusion - Path Traversal/README.md +++ b/File Inclusion - Path Traversal/README.md @@ -186,7 +186,7 @@ Specify your payload in the POST parameters ```powershell http:...
https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/30
2018-11-19T11:45:38Z
2018-11-19T13:01:45Z
2018-11-19T13:01:45Z
2018-11-19T13:01:45Z
385
swisskyrepo/PayloadsAllTheThings
8,442
Respect response to CONNECT created in http_connect function in upstream mode
diff --git a/mitmproxy/proxy/protocol/http.py b/mitmproxy/proxy/protocol/http.py index 502280c140..a366861d7a 100644 --- a/mitmproxy/proxy/protocol/http.py +++ b/mitmproxy/proxy/protocol/http.py @@ -217,16 +217,19 @@ def handle_regular_connect(self, f): return False def handle_upstream_connect(self, f):...
Example script that creates response to CONNECT: ``` from mitmproxy.http import make_connect_response def http_connect(flow): if flow.request.method == 'CONNECT': # You may also selectively deny CONNECT request from certain IPs here. flow.response = make_connect_response(flow.request.http_version) `...
https://api.github.com/repos/mitmproxy/mitmproxy/pulls/2473
2017-07-26T10:20:36Z
2017-07-26T10:57:21Z
2017-07-26T10:57:21Z
2017-07-27T02:02:22Z
320
mitmproxy/mitmproxy
28,334
Instruct style improvements
diff --git a/README.md b/README.md index d35ebe04aa..4b65254d83 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github. * Dropdown menu for quickly switching between different models. * Large number of extensions (built-in and user-cont...
https://api.github.com/repos/oobabooga/text-generation-webui/pulls/4951
2023-12-16T21:57:16Z
2023-12-17T01:16:27Z
2023-12-17T01:16:27Z
2023-12-17T03:40:22Z
1,540
oobabooga/text-generation-webui
26,456
asyncio: fix exit behaviour for console
diff --git a/mitmproxy/master.py b/mitmproxy/master.py index 19a2ac6724..bbbd07d0e7 100644 --- a/mitmproxy/master.py +++ b/mitmproxy/master.py @@ -1,3 +1,5 @@ +import sys +import traceback import threading import asyncio import logging @@ -85,18 +87,40 @@ async def tick(self): self.addons.trigger("tick"...
- Add a master.run_loop function. This encapsulates our run behaviour so that it can be used by implementations that need to manage their own run loop (like urwid). - Shift crash exit message to the common core. I'm not convinced we really need this, but if we want it it should be centralised. - Clean up an extra e...
https://api.github.com/repos/mitmproxy/mitmproxy/pulls/3064
2018-04-16T22:23:38Z
2018-04-17T19:58:52Z
2018-04-17T19:58:52Z
2018-05-15T21:48:47Z
781
mitmproxy/mitmproxy
28,237
Added minimum waiting time problem solution using greedy algorithm
diff --git a/DIRECTORY.md b/DIRECTORY.md index 681d252b232d..297fb9f5defa 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -449,6 +449,7 @@ * [Fractional Knapsack](greedy_methods/fractional_knapsack.py) * [Fractional Knapsack 2](greedy_methods/fractional_knapsack_2.py) * [Optimal Merge Pattern](greedy_methods/o...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [x] This pull request is all my own work -- I have not ...
https://api.github.com/repos/TheAlgorithms/Python/pulls/8701
2023-04-29T17:27:34Z
2023-05-01T10:23:04Z
2023-05-01T10:23:03Z
2023-05-01T10:23:04Z
639
TheAlgorithms/Python
30,043
Correct "bug," typo to "bug", in README.md
diff --git a/README.md b/README.md index 5de6bb99a..4d9b06bb9 100755 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ In order to help developers address these risks, we have created the [Responsibl ## Issues -Please report any software “bug,” or other problems with the models through one of the following means...
https://api.github.com/repos/meta-llama/llama/pulls/897
2023-11-02T17:47:25Z
2023-11-02T17:53:24Z
2023-11-02T17:53:24Z
2023-11-02T17:53:24Z
198
meta-llama/llama
31,949
#428: Don't fail when history is readonly
diff --git a/thefuck/shells.py b/thefuck/shells.py index 170c2ae10..f78d25755 100644 --- a/thefuck/shells.py +++ b/thefuck/shells.py @@ -10,13 +10,14 @@ import io import os import shlex +import sys import six from .utils import DEVNULL, memoize, cache from .conf import settings +from . import logs class Gene...
https://api.github.com/repos/nvbn/thefuck/pulls/431
2016-01-13T19:01:22Z
2016-01-13T19:03:31Z
2016-01-13T19:03:31Z
2016-01-13T19:12:53Z
761
nvbn/thefuck
30,810
Fix github source links in docs
diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index b7d1f895cd..167b7d610b 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -16,5 +16,6 @@ jobs: package_name: timm repo_owner: rwightman pat...
Adds `version_tag_suffix` to the main doc workflow (its already in the pr doc build workflow). Without it, github source links have a `src/` part in them that breaks them.
https://api.github.com/repos/huggingface/pytorch-image-models/pulls/1612
2023-01-04T17:35:57Z
2023-01-04T17:42:05Z
2023-01-04T17:42:05Z
2023-01-04T17:44:50Z
136
huggingface/pytorch-image-models
16,469
Add 3rd party certbot-dns-godaddy to the docs
diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index cc061b62232..be4d96c4f79 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -285,6 +285,7 @@ dns-clouddns_ Y N DNS Authentication using CloudDNS API dns-lightsail_ Y N DNS Authentication using Amazon Lightsail DNS ...
## Pull Request Checklist
https://api.github.com/repos/certbot/certbot/pulls/8844
2021-05-12T04:29:46Z
2021-05-12T23:22:32Z
2021-05-12T23:22:32Z
2021-05-13T04:43:03Z
326
certbot/certbot
1,774
Fix various bugs for LoRA training
diff --git a/modules/training.py b/modules/training.py index b0e0240085..2830ba07ff 100644 --- a/modules/training.py +++ b/modules/training.py @@ -341,7 +341,7 @@ def do_train(lora_name: str, always_override: bool, q_proj_en: bool, v_proj_en: # Populate target_modules list with chosen X_proj modules. Llama-based...
- Allow mistral models to have all modules targeted selectively, since the module names are the same as those for llama models - Fixed issue that occurred because prepare_model_for_kbit_training was being run on unquantized models that didn't need it (causing an OOM error) - Fixed issue in the training arguments that...
https://api.github.com/repos/oobabooga/text-generation-webui/pulls/5161
2024-01-03T22:10:15Z
2024-01-03T23:42:21Z
2024-01-03T23:42:21Z
2024-01-04T06:43:41Z
552
oobabooga/text-generation-webui
26,414
Improve test structure (proposal)
diff --git a/test_requests.py b/tests/integration/test_requests.py similarity index 100% rename from test_requests.py rename to tests/integration/test_requests.py diff --git a/tests/unit/test_requests_api.py b/tests/unit/test_requests_api.py new file mode 100755 index 0000000000..98591c3b64 --- /dev/null +++ b/tests/un...
This might be somewhat related to issue #153. I think it would make sense to split up testing into a unit testing and an integration testing part (loosely defined). In the unit tests the actual methods are tested with everything mocked out. This way it can be assured that the respective external methods are always call...
https://api.github.com/repos/psf/requests/pulls/166
2011-09-15T22:44:14Z
2011-09-16T02:30:33Z
2011-09-16T02:30:33Z
2021-09-08T12:01:25Z
618
psf/requests
32,378
[MRG+1] FIX out of bounds array access in SAGA
diff --git a/sklearn/linear_model/sag_fast.pyx b/sklearn/linear_model/sag_fast.pyx index 8c370db7e3b1e..592b0f497b4b1 100644 --- a/sklearn/linear_model/sag_fast.pyx +++ b/sklearn/linear_model/sag_fast.pyx @@ -614,10 +614,14 @@ cdef void lagged_update(double* weights, double wscale, int xnnz, la...
Fixes #9351 (random inconsistencies between SAGA and liblinear LogisticRegression on OS X). To hedge my bets that this is the right fix, I'll ping @tomdlt, @arthurmensch, @dsullivan7.
https://api.github.com/repos/scikit-learn/scikit-learn/pulls/9376
2017-07-16T13:49:48Z
2017-07-17T08:49:56Z
2017-07-17T08:49:55Z
2017-07-17T08:56:25Z
342
scikit-learn/scikit-learn
46,577
Move our macOS tests to Azure Pipelines
diff --git a/.azure-pipelines/templates/tests-suite.yml b/.azure-pipelines/templates/tests-suite.yml index 119f755a6fb..069ea94d62f 100644 --- a/.azure-pipelines/templates/tests-suite.yml +++ b/.azure-pipelines/templates/tests-suite.yml @@ -1,22 +1,36 @@ jobs: - job: test - pool: - vmImage: vs2017-win2016 ...
[Our macOS tests are failing](https://travis-ci.com/certbot/certbot/builds/149965318) again this time due to the problem described at https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/14. I tried adding `update: true` to the Homebrew config as described in that thread, b...
https://api.github.com/repos/certbot/certbot/pulls/7793
2020-02-21T18:42:52Z
2020-02-21T19:18:54Z
2020-02-21T19:18:54Z
2020-02-21T19:20:47Z
741
certbot/certbot
3,761
Use window.name instead of session storage
diff --git a/web/scripts/api.js b/web/scripts/api.js index 2b90c2abc8..d29faa5bae 100644 --- a/web/scripts/api.js +++ b/web/scripts/api.js @@ -35,7 +35,7 @@ class ComfyApi extends EventTarget { } let opened = false; - let existingSession = sessionStorage["Comfy.SessionId"] || ""; + let existingSession = windo...
Prevents "Duplicate Tab" stealing session id, fixes #549 I've tested with Firefox, Chrome, Colab local tunnel
https://api.github.com/repos/comfyanonymous/ComfyUI/pulls/555
2023-04-23T09:37:39Z
2023-04-23T17:02:22Z
2023-04-23T17:02:21Z
2023-04-28T07:28:37Z
210
comfyanonymous/ComfyUI
17,832
R.5 (scoped objects): Do not warn on a const `unique_ptr<T[]>`
diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index d9a7cf328..939e74c80 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -9550,6 +9550,28 @@ Instead, use a local variable: * (Moderate) Warn if an object is allocated and then deallocated on all paths within a function. Suggest it should be ...
`unique_ptr<T[]>` is being used in practice to declare a local dynamically allocated buffer, for example: const auto local_buffer = std::make_unique_for_overwrite<int[]>(size); Especially when the `unique_ptr` is declared "const", a warning that it is not moved, copied, reassigned or `reset` does not appear s...
https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/1969
2022-08-31T12:45:53Z
2022-10-13T21:08:53Z
2022-10-13T21:08:53Z
2022-10-13T21:08:53Z
372
isocpp/CppCoreGuidelines
16,110
Bump ipython from 8.9.0 to 8.10.0
diff --git a/requirements.txt b/requirements.txt index 11ee47eb5f86f..fc1e2aeaf7c65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pytest-dotenv==0.5.2 # third-party (libraries) rake_nltk==1.0.6 -ipython==8.9.0 +ipython==8.10.0 # linting stubs types-requests==2.28.11.8
Bumps [ipython](https://github.com/ipython/ipython) from 8.9.0 to 8.10.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ipython/ipython/commit/15ea1ed5a886d6c19c1cc4856f2cf04a2a547c57"><code>15ea1ed</code></a> release 8.10.0</li> <li><a href="https://github.com/ipython/ipython/commit/560ad10...
https://api.github.com/repos/run-llama/llama_index/pulls/444
2023-02-14T08:36:10Z
2023-02-14T08:39:32Z
2023-02-14T08:39:32Z
2023-02-14T08:39:33Z
123
run-llama/llama_index
6,470
Hyundai: Add FW Versions for Elantra 2023
diff --git a/docs/CARS.md b/docs/CARS.md index 0d4c53ac015e11..4a46360d4f861c 100644 --- a/docs/CARS.md +++ b/docs/CARS.md @@ -57,7 +57,7 @@ A supported vehicle is one that just works when you install a comma three. All s |Honda|Pilot 2016-22|Honda Sensing|openpilot|25 mph|12 mph|[![star](assets/icon-star-empty.svg)](...
Add firmware for the 2023 Hyundai Elantra. Expand supported model-year range up to 2023. Route ID: `5bd4c9ea08bd24af|2022-12-22--23-42-20` Thanks to community 2023 Hyundai Elantra owner `drewparks7#0148` (Discord).
https://api.github.com/repos/commaai/openpilot/pulls/27026
2023-01-21T03:23:54Z
2023-01-25T00:11:13Z
2023-01-25T00:11:13Z
2023-04-25T22:04:48Z
2,307
commaai/openpilot
8,908
DOC Update release checklist regarding SECURITY.md
diff --git a/doc/developers/maintainer.rst b/doc/developers/maintainer.rst index 1b79fbd3c282c..54b75a96b6360 100644 --- a/doc/developers/maintainer.rst +++ b/doc/developers/maintainer.rst @@ -301,7 +301,6 @@ The following GitHub checklist might be helpful in a release PR:: * [ ] update news and what's new date ...
Follow-up of https://github.com/scikit-learn/scikit-learn/pull/25047 SECURITY.md is bound to the github repo. There's no need to update it in the release branch (it's not shipped in the wheels anyway). We only need to update it once the final release for a version (minor or major) is online.
https://api.github.com/repos/scikit-learn/scikit-learn/pulls/25122
2022-12-06T16:50:02Z
2022-12-06T18:02:44Z
2022-12-06T18:02:44Z
2022-12-06T18:02:44Z
298
scikit-learn/scikit-learn
46,877
[stable-2.7] Properly mask no_log values is sub parameters during failure (#63405)
diff --git a/changelogs/fragments/no-log-sub-options-invalid-parameter.yaml b/changelogs/fragments/no-log-sub-options-invalid-parameter.yaml new file mode 100644 index 00000000000000..79019d64cfeed9 --- /dev/null +++ b/changelogs/fragments/no-log-sub-options-invalid-parameter.yaml @@ -0,0 +1,2 @@ +bugfixes: + - '**sec...
##### SUMMARY <!--- Describe the change below, including rationale and design decisions --> Backport of #63405 for Ansible 2.7 (cherry picked from commit e9d29b1fe4) This isn't a straight backport since the function for the original fix is in `basic.py` in this branch. <!--- HINT: Include "Fixes #nnn" if you are...
https://api.github.com/repos/ansible/ansible/pulls/63470
2019-10-14T16:49:21Z
2019-10-14T22:31:16Z
2019-10-14T22:31:16Z
2019-11-13T20:01:31Z
2,199
ansible/ansible
49,009
Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search lookup.
diff --git a/django/contrib/postgres/search.py b/django/contrib/postgres/search.py index 90b6823575423..2b2ae0c321b2d 100644 --- a/django/contrib/postgres/search.py +++ b/django/contrib/postgres/search.py @@ -11,7 +11,7 @@ class SearchVectorExact(Lookup): lookup_name = 'exact' def process_rhs(self, qn, conn...
ticket-31340
https://api.github.com/repos/django/django/pulls/12525
2020-03-04T13:36:58Z
2020-03-16T11:27:27Z
2020-03-16T11:27:27Z
2020-03-16T11:27:27Z
1,391
django/django
51,149
Fixed #32296 -- Added --skip-checks option to runserver command.
diff --git a/django/core/management/commands/runserver.py b/django/core/management/commands/runserver.py index d9fb0883500ac..1e8f4d3b25577 100644 --- a/django/core/management/commands/runserver.py +++ b/django/core/management/commands/runserver.py @@ -51,6 +51,10 @@ def add_arguments(self, parser): '--nor...
https://code.djangoproject.com/ticket/32296
https://api.github.com/repos/django/django/pulls/13809
2020-12-24T15:31:35Z
2021-01-18T19:08:04Z
2021-01-18T19:08:04Z
2021-01-18T19:08:04Z
1,206
django/django
50,925
Added a Solution using Euclidean Algo
diff --git a/Project Euler/Problem 05/sol2.py b/Project Euler/Problem 05/sol2.py new file mode 100644 index 000000000000..cd11437f30db --- /dev/null +++ b/Project Euler/Problem 05/sol2.py @@ -0,0 +1,20 @@ +#!/bin/python3 +''' +Problem: +2520 is the smallest number that can be divided by each of the numbers from 1 to 1...
https://api.github.com/repos/TheAlgorithms/Python/pulls/277
2018-03-22T14:00:59Z
2018-03-23T12:54:10Z
2018-03-23T12:54:10Z
2018-04-15T13:46:46Z
524
TheAlgorithms/Python
29,784
Print out line diff on test failure
diff --git a/tests/util.py b/tests/util.py index 84e98bb0fbd..8755111f7c5 100644 --- a/tests/util.py +++ b/tests/util.py @@ -9,7 +9,7 @@ import black from black.debug import DebugVisitor from black.mode import TargetVersion -from black.output import err, out +from black.output import diff, err, out THIS_DIR = Pat...
### Description It currently prints both ASTs - this also adds the line diff, making it much easier to visualize the changes as well. Not too verbose since it's only a diff. Especially useful if the test file is long (and the ASTs are big) ### Checklist - did you ... - [x ] Add a CHANGELOG entry if necessar...
https://api.github.com/repos/psf/black/pulls/2552
2021-10-21T05:23:21Z
2021-10-27T14:37:20Z
2021-10-27T14:37:20Z
2021-10-27T17:47:03Z
178
psf/black
24,582
Add Tenor to sites list
diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 03a5405ab..2df5d15e7 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1443,6 +1443,14 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "Tenor": { + "errorType...
Adds support for [Tenor](https://tenor.com/).
https://api.github.com/repos/sherlock-project/sherlock/pulls/1137
2021-09-19T17:19:49Z
2021-10-27T18:28:08Z
2021-10-27T18:28:08Z
2021-10-27T18:47:15Z
445
sherlock-project/sherlock
36,604
Make coveralls dependent on the TOXENV variable being "cover"
diff --git a/.travis.yml b/.travis.yml index d790e94f9e8..b39d603ee44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: script: travis_retry tox -after_success: coveralls +after_success: '[ "$TOXENV" == "cover" ] && coveralls' env: - TOXENV=py26
This one-liner stops `coveralls` from running except when the env variable is set to 'cover'. This should resolve issue #253 . The travis build works, and all the sub-builds are 0.00s (meaning they skipped): https://travis-ci.org/letsencrypt/lets-encrypt-preview/builds/52059686
https://api.github.com/repos/certbot/certbot/pulls/264
2015-02-24T23:07:28Z
2015-02-25T00:10:13Z
2015-02-25T00:10:13Z
2016-05-06T19:21:59Z
106
certbot/certbot
2,039
When permissions don't work (maybe you're root), disable a unit test that assumes permissions work
diff --git a/letsencrypt/plugins/webroot_test.py b/letsencrypt/plugins/webroot_test.py index 9f5b6bba8ef..defe9396bea 100644 --- a/letsencrypt/plugins/webroot_test.py +++ b/letsencrypt/plugins/webroot_test.py @@ -66,8 +66,16 @@ def test_prepare_full_root_exists(self): def test_prepare_reraises_other_errors(self)...
Fixes: #1979
https://api.github.com/repos/certbot/certbot/pulls/1980
2015-12-22T04:03:17Z
2015-12-22T23:55:14Z
2015-12-22T23:55:14Z
2016-05-06T19:21:56Z
257
certbot/certbot
1,172
Added OpenAssistant/oasst-rlhf-2-llama-30b-7k-steps
diff --git a/oasst-shared/oasst_shared/model_configs.py b/oasst-shared/oasst_shared/model_configs.py index d676985e56..13b78e17bc 100644 --- a/oasst-shared/oasst_shared/model_configs.py +++ b/oasst-shared/oasst_shared/model_configs.py @@ -129,6 +129,11 @@ def compat_hash(self) -> str: max_input_length=1024, ...
https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/3063
2023-05-06T14:28:33Z
2023-05-06T14:31:26Z
2023-05-06T14:31:26Z
2023-05-06T14:31:27Z
260
LAION-AI/Open-Assistant
37,843
BUG: for several datasets, ``download_if_missing`` keyword was ignored.
diff --git a/sklearn/datasets/california_housing.py b/sklearn/datasets/california_housing.py index c109fee6185d8..8a74ad9e60e35 100644 --- a/sklearn/datasets/california_housing.py +++ b/sklearn/datasets/california_housing.py @@ -87,8 +87,12 @@ def fetch_california_housing(data_home=None, download_if_missing=True): ...
Do what is promised in the docstring (raise an ``IOError``), if ``download_if_missing=False`` and the dataset wasn't previously downloaded.
https://api.github.com/repos/scikit-learn/scikit-learn/pulls/7944
2016-11-27T09:55:34Z
2016-11-29T17:43:32Z
2016-11-29T17:43:32Z
2016-11-29T19:06:37Z
1,477
scikit-learn/scikit-learn
46,274
bugfix: unittest secret
diff --git a/.github/workflows/unittest.yaml b/.github/workflows/unittest.yaml index a8eb657ab..6b8edee81 100644 --- a/.github/workflows/unittest.yaml +++ b/.github/workflows/unittest.yaml @@ -2,11 +2,7 @@ name: Python application test on: workflow_dispatch: - pull_request: - branches: - - 'main' - ...
support pr unittest secret
https://api.github.com/repos/geekan/MetaGPT/pulls/698
2024-01-05T14:55:40Z
2024-01-06T10:40:46Z
2024-01-06T10:40:46Z
2024-01-06T10:40:46Z
175
geekan/MetaGPT
16,952
[workflow] updated release bdist workflow
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07452f4f398d..fa00a6a72c7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: contains( github.event.pull_request.labels.*.name, 'Run Build and Test') runs-on: [self-hosted, gpu] ...
Updated the binary distribution release workflow to support arbitrary inputs. Meanwhile, the defautl build workflow will use the latest pytorch version.
https://api.github.com/repos/hpcaitech/ColossalAI/pulls/1318
2022-07-14T16:39:01Z
2022-07-15T01:40:58Z
2022-07-15T01:40:58Z
2022-09-09T15:04:08Z
1,407
hpcaitech/ColossalAI
11,641
Post-Release Cleanups
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 454acff30a..a8260fd087 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -178,7 +178,11 @@ jobs: # Separate from everything else because slow. build-and-deploy-docker: - if: github.repository == 'mitmproxy/mi...
This PR fixes the issues described in #4685.
https://api.github.com/repos/mitmproxy/mitmproxy/pulls/4690
2021-07-19T09:20:28Z
2021-07-19T11:20:09Z
2021-07-19T11:20:08Z
2021-07-19T11:20:11Z
794
mitmproxy/mitmproxy
27,869
[SkyNewsAU] Add extractor
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 6bc9a2b1eb7..77ded69263b 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -1281,6 +1281,7 @@ SkyNewsArabiaIE, SkyNewsArabiaArticleIE, ) +from .skynewsau import SkyNewsAUIE from .sky import (...
## 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/1308
2021-10-16T15:50:56Z
2021-10-18T02:39:50Z
2021-10-18T02:39:50Z
2021-10-21T16:36:29Z
823
yt-dlp/yt-dlp
7,365
[MRG] Allow scoring of dummies without testsamples
diff --git a/doc/whats_new/v0.20.rst b/doc/whats_new/v0.20.rst index 2ed336b782174..3866f5c611499 100644 --- a/doc/whats_new/v0.20.rst +++ b/doc/whats_new/v0.20.rst @@ -291,6 +291,10 @@ Support for Python 3.3 has been officially dropped. only require X to be an object with finite length or shape. :issue:`9832` by ...
As DummyClassifier and DummyRegressor operate solely on the targets, they can now be used without passing test samples, instead passing None. Also includes some minor renaming in the corresponding tests for more consistency. <!-- Thanks for contributing a pull request! Please ensure you have taken a look at the...
https://api.github.com/repos/scikit-learn/scikit-learn/pulls/11957
2018-08-31T13:45:19Z
2018-09-13T08:04:00Z
2018-09-13T08:04:00Z
2018-09-13T08:44:30Z
1,897
scikit-learn/scikit-learn
46,712
Revert "add support for anthropic, azure, aleph alpha, ai21, togetherai, cohere, replicate, huggingface inference endpoints, etc. "
diff --git a/.env.template b/.env.template index 61e0b462e8..8315b6151a 100644 --- a/.env.template +++ b/.env.template @@ -2,15 +2,3 @@ # OPENAI_API_KEY=Your personal OpenAI API key from https://platform.openai.com/account/api-keys OPENAI_API_KEY=$key - -# LiteLLM support models: Huggingface, Cohere, Replicate, Ale...
Reverts AntonOsika/gpt-engineer#660
https://api.github.com/repos/gpt-engineer-org/gpt-engineer/pulls/685
2023-09-07T20:05:19Z
2023-09-07T20:05:25Z
2023-09-07T20:05:25Z
2023-09-07T20:05:29Z
712
gpt-engineer-org/gpt-engineer
33,160
CI: replace flake8-pyi with ruff
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02acba4804eb3..d4baa638bdda2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: types_or: [python, pyi] additional_dependencies: [black==23.1.0] - repo: https://github.com/charliermarsh/ruf...
Not all rules are covered by ruff but, from my point of view, the important ones are covered.
https://api.github.com/repos/pandas-dev/pandas/pulls/52226
2023-03-26T17:26:31Z
2023-03-26T19:34:59Z
2023-03-26T19:34:59Z
2023-08-09T15:08:36Z
1,102
pandas-dev/pandas
45,453
Fix `MapCoordinates` class and Add Tests for Uncovered Areas in `keras/ops/image.py`
diff --git a/keras/ops/image.py b/keras/ops/image.py index 715bbe0aeaa..1edc9ea594a 100644 --- a/keras/ops/image.py +++ b/keras/ops/image.py @@ -515,7 +515,7 @@ def _extract_patches( class MapCoordinates(Operation): - def __init__(self, order, fill_mode="constant", fill_value=0): + def __init__(self, order=1...
This PR addresses a `TypeError: MapCoordinates.__init__() missing 1 required positional argument: 'order'` in `MapCoordinates` by adding a default `order=1` in the constructor. Also, tests for uncovered areas in `ops/image.py` are also included for better coverage. --- **Note:** We default to ...
https://api.github.com/repos/keras-team/keras/pulls/19507
2024-04-14T10:45:16Z
2024-04-14T16:49:03Z
2024-04-14T16:49:03Z
2024-04-14T16:49:07Z
1,906
keras-team/keras
47,859
Remove deprecated CrawlerRunner.spiders.
diff --git a/scrapy/crawler.py b/scrapy/crawler.py index c5b3e19036b..bc0ab02df27 100644 --- a/scrapy/crawler.py +++ b/scrapy/crawler.py @@ -204,16 +204,6 @@ def __init__(self, settings: Union[Dict[str, Any], Settings, None] = None): self._active: Set[defer.Deferred] = set() self.bootstrap_failed = Fa...
It was deprecated in the same release (1.0.0) it was added.
https://api.github.com/repos/scrapy/scrapy/pulls/6010
2023-08-10T19:09:36Z
2023-08-11T08:41:05Z
2023-08-11T08:41:05Z
2023-10-18T07:55:06Z
518
scrapy/scrapy
34,329
Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.list_display
diff --git a/django/contrib/admin/templatetags/admin_list.py b/django/contrib/admin/templatetags/admin_list.py index 55fba4f90ce8b..e602133ca279c 100644 --- a/django/contrib/admin/templatetags/admin_list.py +++ b/django/contrib/admin/templatetags/admin_list.py @@ -200,7 +200,7 @@ def link_in_col(is_first, field_name, c...
In 1.8, `get_field()` returns reverse relations so we need to filter them out for backwards compatibility.
https://api.github.com/repos/django/django/pulls/4717
2015-05-27T15:50:19Z
2015-05-28T14:48:21Z
2015-05-28T14:48:21Z
2015-05-28T14:51:15Z
1,194
django/django
51,424
Update README.es.md collapsable sections
diff --git a/README.es.md b/README.es.md index 53faae511..a433067d5 100644 --- a/README.es.md +++ b/README.es.md @@ -29,6 +29,12 @@ Instale con `pip` o su administrador de paquetes PyPi favorito. pip install rich ``` +Ejecute lo siguiente para probar la salida de Rich sobre su terminal: + +``` +python -m rich +``` ...
## Type of changes - [ ] Bug fix - [ ] New feature - [x] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist - [x] 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/1034
2021-02-21T00:21:53Z
2021-02-21T15:52:39Z
2021-02-21T15:52:39Z
2021-02-21T15:52:39Z
2,080
Textualize/rich
47,971
Empty traceback frames
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fac4a287..1897c96c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use `Console(stderr=True)` in `rich.traceback.install` to support io redirection. - Fixes superfluous sp...
Fixes https://github.com/Textualize/rich/issues/2821
https://api.github.com/repos/Textualize/rich/pulls/2850
2023-03-04T14:29:48Z
2023-03-04T14:35:32Z
2023-03-04T14:35:31Z
2023-03-04T14:35:33Z
945
Textualize/rich
48,295
Cleanup camera after late PR review
diff --git a/homeassistant/components/camera/__init__.py b/homeassistant/components/camera/__init__.py index afc6be481448e8..e5ccb4339753fd 100644 --- a/homeassistant/components/camera/__init__.py +++ b/homeassistant/components/camera/__init__.py @@ -893,10 +893,11 @@ async def websocket_update_prefs( entity_id = ...
## 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. --> This PR is a minor cleanup of #77439. ...
https://api.github.com/repos/home-assistant/core/pulls/77880
2022-09-06T08:40:46Z
2022-09-06T10:33:21Z
2022-09-06T10:33:21Z
2022-09-07T11:01:58Z
339
home-assistant/core
39,439
Update README.md
diff --git a/XSS Injection/README.md b/XSS Injection/README.md index 2bc8e6a0d5..b53044e4a2 100644 --- a/XSS Injection/README.md +++ b/XSS Injection/README.md @@ -250,6 +250,7 @@ Most tools are also suitable for blind XSS attacks: <img src=x:alert(alt) onerror=eval(src) alt=xss> "><img src=x onerror=alert('XSS');> ...
new img payload
https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/693
2023-11-01T15:32:46Z
2023-11-12T17:20:39Z
2023-11-12T17:20:39Z
2023-11-12T17:20:39Z
159
swisskyrepo/PayloadsAllTheThings
8,405
document `Flask.register_blueprint` arguments
diff --git a/flask/app.py b/flask/app.py index a6e4f18f5d..ece1e2bfdb 100644 --- a/flask/app.py +++ b/flask/app.py @@ -995,21 +995,39 @@ def make_null_session(self): @setupmethod def register_blueprint(self, blueprint, **options): - """Registers a blueprint on the application. + """Register a ...
closes #1809
https://api.github.com/repos/pallets/flask/pulls/2371
2017-06-14T14:18:26Z
2017-06-14T14:41:44Z
2017-06-14T14:41:44Z
2020-11-14T02:42:47Z
925
pallets/flask
20,012
Fix predict_generator output shape for multi-output models when batch size is larger than the dataset.
diff --git a/keras/engine/training.py b/keras/engine/training.py index 2e1ef097433..59e5a474704 100644 --- a/keras/engine/training.py +++ b/keras/engine/training.py @@ -2445,6 +2445,6 @@ def predict_generator(self, generator, steps=None, else: return np.concatenate(all_outs[0]) if...
For a multi-output model, if a data generator's batch size is larger than the data set size, predict_generator's output shape is incorrect. For example: * I have a data generator with batch_size=64. * There are 50 samples in my data set. * My model is multi-output with 5 outputs containing 3 classes per output. ...
https://api.github.com/repos/keras-team/keras/pulls/8795
2017-12-15T03:16:58Z
2017-12-15T21:32:38Z
2017-12-15T21:32:38Z
2017-12-15T21:32:38Z
813
keras-team/keras
47,141
Backport PR #32746: DOC: start 1.0.3
diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 76d13478612ee..6764fbd736d46 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -16,9 +16,10 @@ Version 1.0 .. toctree:: :maxdepth: 2 - v1.0.0 - v1.0.1 + v1.0.3 v1.0.2 + v1.0.1 + v1.0.0 ...
https://github.com/pandas-dev/pandas/pull/32746
https://api.github.com/repos/pandas-dev/pandas/pulls/32750
2020-03-16T13:23:59Z
2020-03-16T14:34:52Z
2020-03-16T14:34:52Z
2020-03-16T14:34:53Z
545
pandas-dev/pandas
45,152
update toml for code hierarchy
diff --git a/llama-index-packs/llama-index-packs-code-hierarchy/pyproject.toml b/llama-index-packs/llama-index-packs-code-hierarchy/pyproject.toml index b5928b7070f4d..b4c268d598432 100644 --- a/llama-index-packs/llama-index-packs-code-hierarchy/pyproject.toml +++ b/llama-index-packs/llama-index-packs-code-hierarchy/py...
https://api.github.com/repos/run-llama/llama_index/pulls/11776
2024-03-08T16:12:27Z
2024-03-08T16:40:24Z
2024-03-08T16:40:24Z
2024-03-08T16:40:25Z
329
run-llama/llama_index
5,999
Fix:restore deep archive object
diff --git a/localstack/services/s3/s3_starter.py b/localstack/services/s3/s3_starter.py index 154feffd0e5da..adb027a30f04d 100644 --- a/localstack/services/s3/s3_starter.py +++ b/localstack/services/s3/s3_starter.py @@ -181,7 +181,8 @@ def s3_key_response_get(self, bucket_name, query, key_name, headers, *args, **kw ...
Fix:restore deep archive object
https://api.github.com/repos/localstack/localstack/pulls/3536
2021-01-30T19:51:00Z
2021-01-31T00:04:05Z
2021-01-31T00:04:05Z
2021-01-31T00:04:05Z
656
localstack/localstack
28,985
fix bilibili format
diff --git a/src/you_get/extractors/bilibili.py b/src/you_get/extractors/bilibili.py index 7e5bdb37da..d23bbe5c87 100644 --- a/src/you_get/extractors/bilibili.py +++ b/src/you_get/extractors/bilibili.py @@ -28,7 +28,8 @@ class Bilibili(VideoExtractor): live_room_init_api_url = 'https://api.live.bilibili.com/room/v...
update xml-url and sec1 to get all format of bilibili-video
https://api.github.com/repos/soimort/you-get/pulls/2593
2018-04-22T03:00:23Z
2018-04-24T10:41:22Z
2018-04-24T10:41:22Z
2018-04-24T10:41:22Z
686
soimort/you-get
21,376
Small improvement to docs
diff --git a/docs/appcontext.rst b/docs/appcontext.rst index e9e1ad8f25..346cb09b64 100644 --- a/docs/appcontext.rst +++ b/docs/appcontext.rst @@ -44,8 +44,7 @@ you can have more than one application in the same Python process. So how does the code find the “right” application? In the past we recommended passing a...
https://api.github.com/repos/pallets/flask/pulls/562
2012-07-21T11:56:59Z
2012-07-21T11:57:40Z
2012-07-21T11:57:40Z
2020-11-14T07:18:48Z
316
pallets/flask
20,637
fix(crons): Fix re-opening closed check-ins on the consumer
diff --git a/src/sentry/monitors/consumers/monitor_consumer.py b/src/sentry/monitors/consumers/monitor_consumer.py index ef498c3079c0a3..5d07b3bda98cae 100644 --- a/src/sentry/monitors/consumers/monitor_consumer.py +++ b/src/sentry/monitors/consumers/monitor_consumer.py @@ -171,6 +171,18 @@ def _process_message(wrapper...
Fixes incorrectly "re-opening" of closed check-ins on the consumer. Validation logic now lines up with HTTP API
https://api.github.com/repos/getsentry/sentry/pulls/49357
2023-05-17T20:31:15Z
2023-05-17T20:54:18Z
2023-05-17T20:54:18Z
2023-06-02T01:16:39Z
832
getsentry/sentry
44,766
Video recorder: distinguish input and output fps
diff --git a/gym/wrappers/monitoring/video_recorder.py b/gym/wrappers/monitoring/video_recorder.py index 88a35e5a667..7af82bf026f 100644 --- a/gym/wrappers/monitoring/video_recorder.py +++ b/gym/wrappers/monitoring/video_recorder.py @@ -76,6 +76,7 @@ def __init__(self, env, path=None, metadata=None, enabled=True, base_...
Common video players such as VLC, or Quicktime struggle to play videos with low framerate, which is problematic for environments where the policy frequency is low (e.g. 1 Hz). See: https://superuser.com/a/601916 This commit sets: - The input image sequence framerate to the metadata 'video.frames_per_second' - The...
https://api.github.com/repos/openai/gym/pulls/1817
2020-02-21T10:47:05Z
2020-02-29T00:05:19Z
2020-02-29T00:05:19Z
2020-02-29T00:05:19Z
671
openai/gym
5,856
bpo-43751: Fix anext() bug where it erroneously returned None
diff --git a/Lib/test/test_asyncgen.py b/Lib/test/test_asyncgen.py index 99464e3d0929fd..77c15c02bc8914 100644 --- a/Lib/test/test_asyncgen.py +++ b/Lib/test/test_asyncgen.py @@ -372,11 +372,8 @@ def tearDown(self): self.loop = None asyncio.set_event_loop_policy(None) - def test_async_gen_anext(s...
<!-- Thanks for your contribution! Please read this comment in its entirety. It's quite important. # Pull Request title It should be in the following format: ``` bpo-NNNN: Summary of the changes made ``` Where: bpo-NNNN refers to the issue number in the https://bugs.python.org. Most PRs will require ...
https://api.github.com/repos/python/cpython/pulls/25238
2021-04-07T00:36:39Z
2021-04-11T04:51:36Z
2021-04-11T04:51:36Z
2021-12-19T05:46:56Z
2,230
python/cpython
4,466
btcturk: use string in safeTicker ccxt/ccxt#11379
diff --git a/js/btcturk.js b/js/btcturk.js index 02891213cee5..29d9a2ef7906 100644 --- a/js/btcturk.js +++ b/js/btcturk.js @@ -289,29 +289,29 @@ module.exports = class btcturk extends Exchange { market = this.safeMarket (marketId, market); const symbol = market['symbol']; const timestamp = th...
ccxt/ccxt#11379
https://api.github.com/repos/ccxt/ccxt/pulls/11459
2022-01-19T15:26:26Z
2022-01-21T22:58:59Z
2022-01-21T22:58:59Z
2022-01-21T22:58:59Z
510
ccxt/ccxt
13,465
🌐 Add Chinese translation for Advanced - Additional Status Codes
diff --git a/docs/zh/docs/advanced/additional-status-codes.md b/docs/zh/docs/advanced/additional-status-codes.md new file mode 100644 index 0000000000000..1cb724f1db142 --- /dev/null +++ b/docs/zh/docs/advanced/additional-status-codes.md @@ -0,0 +1,37 @@ +# 额外的状态码 + +**FastAPI** 默认使用 `JSONResponse` 返回一个响应,将你的 *路径操作* 中的...
Add Chinese docs for advanced/additional-status-codes
https://api.github.com/repos/tiangolo/fastapi/pulls/1451
2020-05-22T03:08:49Z
2020-11-25T17:16:21Z
2020-11-25T17:16:21Z
2020-11-25T17:16:21Z
712
tiangolo/fastapi
23,011
Simple undo/redo
diff --git a/web/extensions/core/undoRedo.js b/web/extensions/core/undoRedo.js new file mode 100644 index 0000000000..c6613b0f02 --- /dev/null +++ b/web/extensions/core/undoRedo.js @@ -0,0 +1,150 @@ +import { app } from "../../scripts/app.js"; + +const MAX_HISTORY = 50; + +let undo = []; +let redo = []; +let activeStat...
Adds a very simple undo/redo implemetation. Litegraph has some beginnings of before/after change events however its missing from a lot of key actions. This just handles mouse/keyboard events to check if there are any changes in the graph vs the previous, which seems like a reliable way of catching any changes. It ...
https://api.github.com/repos/comfyanonymous/ComfyUI/pulls/2080
2023-11-27T18:57:39Z
2023-11-28T03:41:58Z
2023-11-28T03:41:58Z
2023-11-29T09:03:19Z
1,142
comfyanonymous/ComfyUI
17,830
✨ Support Python internal description on Pydantic model's docstring
diff --git a/fastapi/utils.py b/fastapi/utils.py index 0ced0125223a4..89f54453b5a90 100644 --- a/fastapi/utils.py +++ b/fastapi/utils.py @@ -37,6 +37,8 @@ def get_model_definitions( ) definitions.update(m_definitions) model_name = model_name_map[model] + if "description" in m_schema: +...
## Problem Currently, on FastAPI endpoint functions we can document for OpenAPI description/Swagger and for internal Python purposes: ```python from fastapi import FastAPI from pydantic import BaseModel app = FastAPI() @app.get("/") def useful(): """My description. \f Internal documentation....
https://api.github.com/repos/tiangolo/fastapi/pulls/3032
2021-04-01T17:51:57Z
2022-09-02T12:43:22Z
2022-09-02T12:43:22Z
2022-09-02T13:22:35Z
125
tiangolo/fastapi
22,833
base WS - fix headers
diff --git a/php/pro/Client.php b/php/pro/Client.php index 90ed16d4cac0..7af211f45c06 100644 --- a/php/pro/Client.php +++ b/php/pro/Client.php @@ -142,7 +142,8 @@ public function create_connection() { if ($this->verbose) { echo date('c'), ' connecting to ', $this->url, "\n"; } - $p...
fix #15665 eventually i was able to find out the reason for that issue in WS base files - they were not setting $headers at all and all options set inside `describe` was just ignored.
https://api.github.com/repos/ccxt/ccxt/pulls/15719
2022-11-17T07:28:24Z
2022-11-17T09:34:34Z
2022-11-17T09:34:34Z
2022-11-17T10:55:55Z
203
ccxt/ccxt
13,434
Add release notes for 1.0.6
diff --git a/docs/news.rst b/docs/news.rst index 3e60b2b4f8c..8dd3261c942 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,14 @@ Release notes ============= +1.0.6 (2016-05-04) +------------------ + +- FIX: RetryMiddleware is now robust to non-standard HTTP status codes (:issue:`1857`) +- FIX: Filestorage ...
https://api.github.com/repos/scrapy/scrapy/pulls/1966
2016-05-04T14:13:30Z
2016-05-04T14:27:29Z
2016-05-04T14:27:29Z
2016-05-17T15:55:25Z
173
scrapy/scrapy
34,998
add SwiftLearner
diff --git a/README.md b/README.md index 306feff9..8353b0e0 100644 --- a/README.md +++ b/README.md @@ -1149,6 +1149,7 @@ on MNIST digits[DEEP LEARNING] * [FlinkML in Apache Flink](https://ci.apache.org/projects/flink/flink-docs-master/apis/batch/libs/ml/index.html) - Distributed machine learning library in Flink * [D...
https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/304
2016-08-22T22:56:13Z
2016-08-23T20:49:03Z
2016-08-23T20:49:03Z
2016-08-23T20:49:06Z
207
josephmisiti/awesome-machine-learning
52,213
Fix Chatgpt4Online Provider
diff --git a/g4f/Provider/AiAsk.py b/g4f/Provider/AiAsk.py index ac123fc98f..094ef07675 100644 --- a/g4f/Provider/AiAsk.py +++ b/g4f/Provider/AiAsk.py @@ -8,7 +8,7 @@ class AiAsk(AsyncGeneratorProvider): url = "https://e.aiask.me" supports_message_history = True supports_gpt_35_turbo = True - working ...
https://api.github.com/repos/xtekky/gpt4free/pulls/1247
2023-11-13T17:59:10Z
2023-11-15T17:25:28Z
2023-11-15T17:25:28Z
2023-11-15T17:25:28Z
2,727
xtekky/gpt4free
38,254
Add Poe Provider, Update AItianhuSpace Porvider
diff --git a/g4f/Provider/AItianhuSpace.py b/g4f/Provider/AItianhuSpace.py index d316fc6fd0..a9a824cf5b 100644 --- a/g4f/Provider/AItianhuSpace.py +++ b/g4f/Provider/AItianhuSpace.py @@ -1,95 +1,128 @@ from __future__ import annotations -import random, json -from .. import debug -from ..typing import AsyncResu...
https://api.github.com/repos/xtekky/gpt4free/pulls/1261
2023-11-17T02:19:47Z
2023-11-17T02:21:51Z
2023-11-17T02:21:50Z
2023-11-17T02:21:51Z
3,730
xtekky/gpt4free
38,170
Use print() function in both Python 2 and Python 3
diff --git a/Web Sockets/Files/ws-harness.py b/Web Sockets/Files/ws-harness.py index 7e3a2f633c..1fea6ecafb 100644 --- a/Web Sockets/Files/ws-harness.py +++ b/Web Sockets/Files/ws-harness.py @@ -1,4 +1,5 @@ #!/usr/bin/python +from __future__ import print_function import socket,ssl from BaseHTTPServer import BaseHT...
Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3.
https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/pulls/66
2019-04-26T18:35:24Z
2019-04-26T23:02:09Z
2019-04-26T23:02:09Z
2019-04-26T23:50:18Z
404
swisskyrepo/PayloadsAllTheThings
8,479
Update docstring for errorhandler()
diff --git a/flask/app.py b/flask/app.py index 59c77a1587..68de2b904b 100644 --- a/flask/app.py +++ b/flask/app.py @@ -1153,7 +1153,8 @@ def page_not_found(error): that do not necessarily have to be a subclass of the :class:`~werkzeug.exceptions.HTTPException` class. - :param code: the ...
update the `:param` definition for the `errorhandler()` decorator in `app.py`.
https://api.github.com/repos/pallets/flask/pulls/2070
2016-10-31T15:27:31Z
2016-10-31T16:41:38Z
2016-10-31T16:41:38Z
2020-11-14T04:33:09Z
151
pallets/flask
20,828
Don't add license headers for files in "node_modules" and "cypress" folders
diff --git a/scripts/add_license_headers.py b/scripts/add_license_headers.py index 329f0ac4b7ca..ad4679aa627f 100755 --- a/scripts/add_license_headers.py +++ b/scripts/add_license_headers.py @@ -35,6 +35,8 @@ "/gen/", "/static/", "/vendor/", + "/node_modules/", + "/cypress/", "/react-app-env.d...
Added `node_modules` and `cypress` folders to `EXCLUDE_PATTERNS`.
https://api.github.com/repos/streamlit/streamlit/pulls/2655
2021-01-25T10:06:03Z
2021-01-25T19:12:44Z
2021-01-25T19:12:44Z
2021-07-24T00:37:01Z
117
streamlit/streamlit
21,671
fix:const.py add CONFIG_ROOT
diff --git a/metagpt/const.py b/metagpt/const.py index a57be641b..828fb2f05 100644 --- a/metagpt/const.py +++ b/metagpt/const.py @@ -47,7 +47,7 @@ def get_metagpt_root(): # METAGPT PROJECT ROOT AND VARS - +CONFIG_ROOT = Path.home() / ".metagpt" METAGPT_ROOT = get_metagpt_root() # Dependent on METAGPT_PROJECT_ROO...
**Features** <!-- Clear and direct description of the submit features. --> <!-- If it's a bug fix, please also paste the issue link. --> - xx - yy **Feature Docs** <!-- The RFC, tutorial, or use cases about the feature if it's a pretty big update. If not, there is no need to fill. --> **Influence** <!...
https://api.github.com/repos/geekan/MetaGPT/pulls/1157
2024-04-03T02:32:35Z
2024-04-03T02:36:58Z
2024-04-03T02:36:58Z
2024-04-03T02:36:58Z
131
geekan/MetaGPT
16,665
[AIRFLOW-6238] Filter dags returned by dag_stats
diff --git a/airflow/www/templates/airflow/dags.html b/airflow/www/templates/airflow/dags.html index a356b8dff2b68..57ba2607b3848 100644 --- a/airflow/www/templates/airflow/dags.html +++ b/airflow/www/templates/airflow/dags.html @@ -328,7 +328,7 @@ <h2>DAGs</h2> } d3.selectAll(".loading-last-run").rem...
### 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-6238 ### Description - [x] Here are some details about my PR, including screenshots of any UI changes: Th...
https://api.github.com/repos/apache/airflow/pulls/6803
2019-12-12T15:50:29Z
2019-12-13T09:33:47Z
2019-12-13T09:33:47Z
2019-12-13T09:33:47Z
1,247
apache/airflow
14,613
fix finding time to become a better developer url
diff --git a/README.md b/README.md index 70a8c0c..2775849 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Let's be honest: algo can be a pretty dry topic. [This quora question](https://w * [The traits of a proficient programmer](https://www.oreilly.com/ideas/the-traits-of-a-proficient-programmer) * [The ta...
noticed the link was broken. this fixes it 😎
https://api.github.com/repos/charlax/professional-programming/pulls/13
2019-01-20T08:26:43Z
2019-01-20T17:45:35Z
2019-01-20T17:45:35Z
2019-01-20T17:45:41Z
253
charlax/professional-programming
21,546
LS0010
diff --git a/poetry.lock b/poetry.lock index 3ef9848db190a1..071c60e4615d68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4730,14 +4730,14 @@ all = ["datasets (>=2.12.0,<3.0.0)", "nltk (>=3.8.1,<4.0.0)", "openai (>=0.27.6, [[package]] name = "langsmith" -version = "0.0.9" +version = "0.0.10" description = "Client...
Bump langsmith version. Has some additional UX improvements
https://api.github.com/repos/langchain-ai/langchain/pulls/7871
2023-07-18T07:19:24Z
2023-07-18T07:28:38Z
2023-07-18T07:28:38Z
2023-07-18T07:28:38Z
746
langchain-ai/langchain
43,487
Migrate tests in google/cloud/sensors from unittest to pytest
diff --git a/tests/providers/google/cloud/sensors/test_bigquery.py b/tests/providers/google/cloud/sensors/test_bigquery.py index c531a70e62a12..1ee469d62802d 100644 --- a/tests/providers/google/cloud/sensors/test_bigquery.py +++ b/tests/providers/google/cloud/sensors/test_bigquery.py @@ -16,7 +16,7 @@ # under the Lice...
This change removes dependencies on unittest.TestCase from google/cloud/sensors package. The use of unittest in this package is now limited to only unittest.mock which is fine acc to the original issue. Tested using `breeze testing tests --test-type "Providers[google]"` related #29305 <!-- Thank you for co...
https://api.github.com/repos/apache/airflow/pulls/29642
2023-02-20T17:26:05Z
2023-02-27T16:23:10Z
2023-02-27T16:23:10Z
2023-02-28T08:42:07Z
3,182
apache/airflow
14,642
fix(groups): Avoid pickling GroupHash query set
diff --git a/src/sentry/api/endpoints/group_hashes.py b/src/sentry/api/endpoints/group_hashes.py index 30afc97bcf9c3..95e358c70f0d3 100644 --- a/src/sentry/api/endpoints/group_hashes.py +++ b/src/sentry/api/endpoints/group_hashes.py @@ -50,7 +50,7 @@ def delete(self, request: Request, group) -> Response: if id...
Evaluate the GroupHash query earlier. This avoids problems (see #36426) associated with pickling the QuerySet object when it's passed to `unmerge.delay`: https://github.com/getsentry/sentry/blob/54ad1695c0e2cf570852a76ef679962a25d30942/src/sentry/api/endpoints/group_hashes.py#L61-L63 I don't think this causes any...
https://api.github.com/repos/getsentry/sentry/pulls/37835
2022-08-15T22:24:49Z
2022-08-16T22:19:50Z
2022-08-16T22:19:50Z
2022-09-01T00:02:16Z
170
getsentry/sentry
44,490
Fixed a pair of typos in docstrings
diff --git a/acme/acme/jose/json_util.py b/acme/acme/jose/json_util.py index 7b95e3fce4d..977a0662266 100644 --- a/acme/acme/jose/json_util.py +++ b/acme/acme/jose/json_util.py @@ -226,7 +226,7 @@ def encode(self, name): :param str name: Name of the field to be encoded. - :raises erors.Serialization...
https://api.github.com/repos/certbot/certbot/pulls/2073
2016-01-03T19:37:21Z
2016-01-05T23:02:19Z
2016-01-05T23:02:19Z
2016-05-06T19:21:21Z
289
certbot/certbot
2,642
Ignore hidden folders for image_dataset_from_directory
diff --git a/keras/utils/dataset_utils.py b/keras/utils/dataset_utils.py index 35d234d6255..487a684454f 100644 --- a/keras/utils/dataset_utils.py +++ b/keras/utils/dataset_utils.py @@ -541,9 +541,10 @@ def index_directory( subdirs = [] for subdir in sorted(tf.io.gfile.listdir(directory)): ...
Ignore hidden folders for image_dataset_from_directory like .git .ipynb etc. Fixes: https://github.com/keras-team/tf-keras/issues/187
https://api.github.com/repos/keras-team/keras/pulls/18177
2023-05-30T23:14:42Z
2023-06-30T18:36:42Z
2023-06-30T18:36:42Z
2024-02-01T22:32:09Z
180
keras-team/keras
47,007
精简部署 bat 传输全部参数的方法
diff --git a/code/default/gae_proxy/server/uploader.bat b/code/default/gae_proxy/server/uploader.bat index 054448f945..ba5c8d4d19 100644 --- a/code/default/gae_proxy/server/uploader.bat +++ b/code/default/gae_proxy/server/uploader.bat @@ -1 +1 @@ -..\..\python27\1.0\python.exe uploader.py %1 %2 %3 %4 %5 %6 %7 %8 %9 +.....
这样可以保证所有参数都被传输到 py 脚本里。 另外我这里部署也有问题(https://github.com/XX-net/XX-Net/issues/3398) - - 根本就没弹出授权网页来。 ``` *****\XX-Net\code\default\gae_proxy\server>uploader.bat xxnet-1 -password 123123 -debug -xxx *****\XX-Net\code\default\gae_proxy\server>..\..\python27\1.0\python.exe uploader.py xxnet-1 -password 123123 -debug -xxx ...
https://api.github.com/repos/XX-net/XX-Net/pulls/3401
2016-05-16T03:43:36Z
2016-05-16T06:14:43Z
2016-05-16T06:14:43Z
2016-05-16T07:44:39Z
123
XX-net/XX-Net
17,360
Add support for Bandcamp
diff --git a/src/you_get/common.py b/src/you_get/common.py index e30b077cca..d8c5fa246d 100755 --- a/src/you_get/common.py +++ b/src/you_get/common.py @@ -1016,6 +1016,7 @@ def url_to_module(url): alive, archive, baidu, + bandcamp, baomihua, bilibili, blip, @...
Example links: - http://flamingstream.bandcamp.com/track/zombie-massacre (single track) - https://ninetreasuresband.bandcamp.com/album/arvan-ald-guulin-honshoor (album / playlist) <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.i...
https://api.github.com/repos/soimort/you-get/pulls/707
2015-10-18T03:14:03Z
2015-10-18T03:24:36Z
2015-10-18T03:24:36Z
2015-10-18T03:24:57Z
598
soimort/you-get
21,346
[rh/urllib] Simplify gzip decoding
diff --git a/yt_dlp/networking/_urllib.py b/yt_dlp/networking/_urllib.py index 2c5f09872af..1ff7ccc6a6e 100644 --- a/yt_dlp/networking/_urllib.py +++ b/yt_dlp/networking/_urllib.py @@ -1,7 +1,6 @@ from __future__ import annotations import functools -import gzip import http.client import io import socket @@ -154,...
**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/7611
2023-07-16T12:53:15Z
2023-08-26T22:13:30Z
2023-08-26T22:13:30Z
2023-08-26T22:14:54Z
351
yt-dlp/yt-dlp
7,847
Fix doc
diff --git a/docs/source/panel.rst b/docs/source/panel.rst index b98af37b7..bbb938d72 100644 --- a/docs/source/panel.rst +++ b/docs/source/panel.rst @@ -9,7 +9,7 @@ To draw a border around any content, construct a :class:`~rich.panel.Panel` with You can change the style of the panel by setting the ``box`` argument t...
## Type of changes - [ ] Bug fix - [ ] New feature - [x] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist - [ ] I've run the latest [black](https://github.com/ambv/black) with default args on new code. - [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate. - [ ] I've added ...
https://api.github.com/repos/Textualize/rich/pulls/198
2020-08-01T12:01:18Z
2020-08-01T12:24:21Z
2020-08-01T12:24:21Z
2020-08-01T12:24:21Z
322
Textualize/rich
48,331
[twitch] Determine ids from URLs when extracting playlist
diff --git a/youtube_dl/extractor/twitch.py b/youtube_dl/extractor/twitch.py index bf57eac01f2..f9164af098d 100644 --- a/youtube_dl/extractor/twitch.py +++ b/youtube_dl/extractor/twitch.py @@ -358,9 +358,16 @@ def _extract_playlist(self, channel_id): break offset += limit return s...
### Before submitting a *pull request* make sure you have: - [x] At least skimmed through [adding new extractor tutorial](https://github.com/rg3/youtube-dl#adding-support-for-a-new-site) and [youtube-dl coding conventions](https://github.com/rg3/youtube-dl#youtube-dl-coding-conventions) sections - [x] [Searched](http...
https://api.github.com/repos/ytdl-org/youtube-dl/pulls/15139
2018-01-02T00:21:22Z
2018-01-03T09:22:55Z
2018-01-03T09:22:55Z
2018-01-03T09:22:55Z
244
ytdl-org/youtube-dl
49,865
Fix failing unit tests caused by a69d223b
diff --git a/test/netlib/http/test_request.py b/test/netlib/http/test_request.py index 7a6a9665c2..b4ecfd4ee9 100644 --- a/test/netlib/http/test_request.py +++ b/test/netlib/http/test_request.py @@ -138,8 +138,8 @@ def test_get_query(self): def test_set_query(self): request = treq(host=b"foo", headers = H...
https://api.github.com/repos/mitmproxy/mitmproxy/pulls/949
2016-02-16T04:39:33Z
2016-02-16T04:55:23Z
2016-02-16T04:55:23Z
2016-02-16T04:55:23Z
265
mitmproxy/mitmproxy
27,982
word wrap code blocks
diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b652247..fd5e4e843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed exception in IPython when disabling pprint with %pprint https://github.com/willmcgugan/rich/issues...
Fixes https://github.com/willmcgugan/rich/issues/1515
https://api.github.com/repos/Textualize/rich/pulls/1655
2021-11-07T15:13:56Z
2021-11-07T15:49:02Z
2021-11-07T15:49:02Z
2021-11-07T15:49:06Z
2,365
Textualize/rich
48,193
[bugfix]fix bug about paddle.sum in rec_aster_loss.py
diff --git a/ppocr/losses/rec_aster_loss.py b/ppocr/losses/rec_aster_loss.py index 52605e46db..9927fbc043 100644 --- a/ppocr/losses/rec_aster_loss.py +++ b/ppocr/losses/rec_aster_loss.py @@ -27,10 +27,9 @@ def __init__(self, margin=0.): self.epsilon = 1e-12 def forward(self, x1, x2, target): - si...
https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/7537
2022-09-08T12:11:57Z
2022-09-08T12:12:33Z
2022-09-08T12:12:33Z
2022-09-08T12:12:34Z
237
PaddlePaddle/PaddleOCR
42,455
refine prune doc
diff --git a/deploy/slim/prune/README.md b/deploy/slim/prune/README.md index 8ec5492cc9..ab731215a0 100644 --- a/deploy/slim/prune/README.md +++ b/deploy/slim/prune/README.md @@ -3,7 +3,8 @@ 复杂的模型有利于提高模型的性能,但也导致模型中存在一定冗余,模型裁剪通过移出网络模型中的子模型来减少这种冗余,达到减少模型计算复杂度,提高模型推理性能的目的。 -本教程将介绍如何使用PaddleSlim量化PaddleOCR的模型。 +本教程将介绍...
https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/783
2020-09-21T08:02:54Z
2020-09-21T12:54:59Z
2020-09-21T12:54:59Z
2020-09-21T12:54:59Z
3,282
PaddlePaddle/PaddleOCR
42,615
[2.7] bpo-34631: Updated OpenSSL to 1.0.2s in Windows installer (GH-14161)
diff --git a/Misc/NEWS.d/next/Security/2019-06-17-08-43-19.bpo-34631.pJ8CGR.rst b/Misc/NEWS.d/next/Security/2019-06-17-08-43-19.bpo-34631.pJ8CGR.rst new file mode 100644 index 00000000000000..41a972e9665aaf --- /dev/null +++ b/Misc/NEWS.d/next/Security/2019-06-17-08-43-19.bpo-34631.pJ8CGR.rst @@ -0,0 +1 @@ +Updated Ope...
<!-- Thanks for your contribution! Please read this comment in its entirety. It's quite important. # Pull Request title It should be in the following format: ``` bpo-NNNN: Summary of the changes made ``` Where: bpo-NNNN refers to the issue number in the https://bugs.python.org. Most PRs will require ...
https://api.github.com/repos/python/cpython/pulls/14161
2019-06-17T15:45:20Z
2019-06-17T16:33:12Z
2019-06-17T16:33:12Z
2019-06-17T16:33:28Z
830
python/cpython
3,824
Quaternions
diff --git a/active_projects/quaternions.py b/active_projects/quaternions.py index 191ee42758..484e444792 100644 --- a/active_projects/quaternions.py +++ b/active_projects/quaternions.py @@ -4778,7 +4778,8 @@ class HypersphereStereographicProjection(SpecialThreeDScene): [-1, 1, 0, 0], [0, 0, 1...
https://api.github.com/repos/3b1b/manim/pulls/287
2018-09-10T18:38:59Z
2018-09-10T18:39:05Z
2018-09-10T18:39:05Z
2018-09-10T18:39:05Z
2,200
3b1b/manim
18,197
[Dumpert] Add new extractor
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index a65c0c25b81..43bac0252bf 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -115,6 +115,7 @@ from .drtv import DRTVIE from .dvtv import DVTVIE from .dump import DumpIE +from .dumpert import Dum...
Add support for the Dutch video site Dumpert. http://www.dumpert.nl/
https://api.github.com/repos/ytdl-org/youtube-dl/pulls/5319
2015-03-29T21:44:32Z
2015-03-30T14:12:37Z
2015-03-30T14:12:37Z
2019-09-29T18:44:07Z
667
ytdl-org/youtube-dl
50,156
Remove unused module from tests
diff --git a/tests/test_requests.py b/tests/test_requests.py index b0cb7d6b7e..b57056914d 100755 --- a/tests/test_requests.py +++ b/tests/test_requests.py @@ -20,7 +20,7 @@ Morsel, cookielib, getproxies, str, urlparse, builtin_str, OrderedDict) from requests.cookies import ( - cookiejar_from_dict, morsel_...
merge_cookies and cookiejar_from_dict functions are already tested by other test functions.
https://api.github.com/repos/psf/requests/pulls/3809
2017-01-11T09:41:59Z
2017-01-11T09:49:59Z
2017-01-11T09:49:59Z
2021-09-08T01:21:26Z
321
psf/requests
32,338
fix(trace-view): Doing the TODO that was waiting on py 3.7+
diff --git a/src/sentry/api/endpoints/organization_events_trace.py b/src/sentry/api/endpoints/organization_events_trace.py index dc12081142437..38ec570f1e02f 100644 --- a/src/sentry/api/endpoints/organization_events_trace.py +++ b/src/sentry/api/endpoints/organization_events_trace.py @@ -1,5 +1,5 @@ import logging -fr...
- Now that we're on py3.8 we know that dictionaries will be ordered, which maens we can use the defaultdict and know that order is preserved
https://api.github.com/repos/getsentry/sentry/pulls/29512
2021-10-22T14:59:30Z
2021-10-25T15:57:03Z
2021-10-25T15:57:03Z
2021-11-10T00:01:36Z
441
getsentry/sentry
44,175
Add host-t.com DNS API
diff --git a/README.md b/README.md index 4ae14d3c20..042c560677 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,7 @@ API | Description | Auth | HTTPS | CORS | | [Glitterly](https://developers.glitterly.app) | Image generation API | `apiKey` | Yes | Yes | | [Gorest](https://gorest.co.in/) | Online REST API for T...
<!-- 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/1825
2021-07-06T08:54:24Z
2021-07-21T01:25:54Z
2021-07-21T01:25:54Z
2021-07-21T01:25:55Z
279
public-apis/public-apis
35,453
Add TAESD(or more) options for all the VAE encode/decode operation
diff --git a/modules/generation_parameters_copypaste.py b/modules/generation_parameters_copypaste.py index 4e2865587a2..593abfef326 100644 --- a/modules/generation_parameters_copypaste.py +++ b/modules/generation_parameters_copypaste.py @@ -307,6 +307,12 @@ def parse_generation_parameters(x: str): if "Schedule rho...
## Description TAESD have been added as a fast live preview method. And it actually can be seen as a normal VAE (with some quality degrad) Since some user may prefer faster speed or want to generate larger image with limited vram, I think add TAESD as a usable method for all the VAE operation is a good idea so I open...
https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/12311
2023-08-04T11:08:11Z
2023-08-05T06:24:26Z
2023-08-05T06:24:26Z
2023-09-04T21:36:50Z
3,657
AUTOMATIC1111/stable-diffusion-webui
39,713
Add bentoML for python general purpose section
diff --git a/README.md b/README.md index 46368eb6..8ed71fbc 100644 --- a/README.md +++ b/README.md @@ -1010,6 +1010,7 @@ be * [Gorgonia](https://github.com/gorgonia/gorgonia) - Gorgonia is a library that helps facilitate machine learning in Golang. * [Microsoft Recommenders](https://github.com/Microsoft/Recommenders)...
Hi @josephmisiti Thank you for putting together this awesome list. I would like to add BentoML for Python's general purpose ML section. It is a toolkit that package and deploy model to production.
https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/601
2019-04-15T18:47:41Z
2019-04-15T19:24:23Z
2019-04-15T19:24:23Z
2019-04-15T19:24:23Z
236
josephmisiti/awesome-machine-learning
52,033
Fix typing in WebResearchRetriver
diff --git a/libs/langchain/langchain/retrievers/web_research.py b/libs/langchain/langchain/retrievers/web_research.py index e8e96a2abccc75..cf53243c66b797 100644 --- a/libs/langchain/langchain/retrievers/web_research.py +++ b/libs/langchain/langchain/retrievers/web_research.py @@ -16,7 +16,7 @@ from langchain.prompts...
Hello @hwchase17 **Issue**: The class WebResearchRetriever accept only RecursiveCharacterTextSplitter, but never uses a specification of this class. I propose to change the type to TextSplitter. Then, the lint can accept all subtypes.
https://api.github.com/repos/langchain-ai/langchain/pulls/10734
2023-09-18T11:48:54Z
2023-09-18T15:17:11Z
2023-09-18T15:17:11Z
2023-09-18T15:17:11Z
307
langchain-ai/langchain
43,136