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
[3.8] bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)
diff --git a/Lib/email/_header_value_parser.py b/Lib/email/_header_value_parser.py index 1668b4a14e9b91..abdef8189ca6fb 100644 --- a/Lib/email/_header_value_parser.py +++ b/Lib/email/_header_value_parser.py @@ -2113,7 +2113,8 @@ def parse_message_id(value): except errors.HeaderParseError: message_id.defec...
parse_message_id() was improperly using a token defined inside an exception handler, which was raising `UnboundLocalError` on parsing an invalid value. https://bugs.python.org/issue38698 (cherry picked from commit bb815499af855b1759c02535f8d7a9d0358e74e8) Co-authored-by: Claudiu Popa <pcmanticore@gmail.com>...
https://api.github.com/repos/python/cpython/pulls/17476
2019-12-05T17:22:44Z
2019-12-05T17:42:02Z
2019-12-05T17:42:02Z
2019-12-05T18:03:42Z
591
python/cpython
4,480
fix repeated api call bug
diff --git a/metagpt/provider/openai_api.py b/metagpt/provider/openai_api.py index 8f3b71c42..e99707ab9 100644 --- a/metagpt/provider/openai_api.py +++ b/metagpt/provider/openai_api.py @@ -142,7 +142,7 @@ async def acompletion(self, messages: list[dict], timeout=3) -> ChatCompletion: async def acompletion_text(sel...
https://api.github.com/repos/geekan/MetaGPT/pulls/1012
2024-03-15T07:32:56Z
2024-03-15T07:33:05Z
2024-03-15T07:33:05Z
2024-03-15T07:33:05Z
186
geekan/MetaGPT
16,822
feat: Build the detailed integration view for Sentry Apps
diff --git a/src/sentry/static/sentry/app/routes.jsx b/src/sentry/static/sentry/app/routes.jsx index c27c0a7de3576..7a4f0b03979b5 100644 --- a/src/sentry/static/sentry/app/routes.jsx +++ b/src/sentry/static/sentry/app/routes.jsx @@ -829,6 +829,19 @@ function routes() { </Route> </Route> + <Redire...
## Problem Show a detailed description and feature listsentry apps to integration directory and remove buttons from the right side of the list. ## Solution Similar design to first-party detailed view except no tab for configurations - Create a new route for detailed view. - Create a new view component `sentryApp...
https://api.github.com/repos/getsentry/sentry/pulls/16789
2020-02-04T02:32:40Z
2020-02-04T19:13:32Z
2020-02-04T19:13:32Z
2023-05-17T22:06:19Z
3,027
getsentry/sentry
44,222
Adds mistral 7b instruct v0.1 to available anyscale models
diff --git a/llama_index/llms/anyscale_utils.py b/llama_index/llms/anyscale_utils.py index ff674f7da236b..6c7953c8c220a 100644 --- a/llama_index/llms/anyscale_utils.py +++ b/llama_index/llms/anyscale_utils.py @@ -9,8 +9,13 @@ "codellama/CodeLlama-34b-Instruct-hf": 16384, } +MISTRAL_MODELS = { + "mistralai/Mi...
# Description Anyscale recently made a `Mistral-7B-Instruct-v0.1` endpoint available. However, it's not possible to use with `llama_index.llms.anyscale` because `anyscale_utils.py` expects the model to be explicitly specified. See here: https://github.com/run-llama/llama_index/blob/main/llama_index/llms/anyscale_...
https://api.github.com/repos/run-llama/llama_index/pulls/8652
2023-11-02T21:44:40Z
2023-11-02T23:37:40Z
2023-11-02T23:37:40Z
2023-11-02T23:37:40Z
184
run-llama/llama_index
6,392
Add Llama2 and NoowAi Provider
diff --git a/README.md b/README.md index 9d0b150f3c..ac52abeaee 100644 --- a/README.md +++ b/README.md @@ -325,12 +325,12 @@ asyncio.run(run_all()) ##### Proxy Support: -All providers support specifying a proxy in the create function. +All providers support specifying a proxy in the create functions. ```py imp...
https://api.github.com/repos/xtekky/gpt4free/pulls/1081
2023-10-15T17:11:01Z
2023-10-15T22:41:49Z
2023-10-15T22:41:48Z
2023-10-25T16:21:42Z
3,065
xtekky/gpt4free
38,105
Update atari_preprocessing.py
diff --git a/gym/wrappers/atari_preprocessing.py b/gym/wrappers/atari_preprocessing.py index 03a33175453..e839b4a09f4 100644 --- a/gym/wrappers/atari_preprocessing.py +++ b/gym/wrappers/atari_preprocessing.py @@ -98,7 +98,6 @@ def __init__( np.empty(env.observation_space.shape, dtype=np.uint8), ...
# Description Fix AtariPreprocessing pickle error Fixes # (issue) ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # Checklist: - [ ] I have run the [`pre-commit` checks](https://pre-commit.com/) with `pre-commit run --all-files...
https://api.github.com/repos/openai/gym/pulls/3105
2022-09-30T22:30:43Z
2022-10-04T16:12:19Z
2022-10-04T16:12:18Z
2022-10-04T16:12:19Z
232
openai/gym
5,021
Detect Orca 2 template
diff --git a/instruction-templates/ChatML.yaml b/instruction-templates/ChatML.yaml index 5197855dba..9ea2b9c9c1 100644 --- a/instruction-templates/ChatML.yaml +++ b/instruction-templates/ChatML.yaml @@ -1,7 +1,6 @@ -user: "user" -bot: "assistant" +user: user +bot: assistant +turn_template: <|im_start|><|user|>\n<|user-...
https://api.github.com/repos/oobabooga/text-generation-webui/pulls/4697
2023-11-21T18:26:22Z
2023-11-21T18:26:43Z
2023-11-21T18:26:43Z
2023-11-21T18:31:05Z
373
oobabooga/text-generation-webui
26,319
More nxos integration fixes
diff --git a/test/integration/targets/nxos_banner/tasks/nxapi.yaml b/test/integration/targets/nxos_banner/tasks/nxapi.yaml new file mode 100644 index 00000000000000..ea525379f7f098 --- /dev/null +++ b/test/integration/targets/nxos_banner/tasks/nxapi.yaml @@ -0,0 +1,28 @@ +--- +- name: collect all nxapi test cases + fi...
##### SUMMARY <!--- Describe the change, including rationale and design decisions --> <!--- If you are fixing an existing issue, please include "Fixes #nnn" in your commit message and your description; but you should still explain what the change does. --> Fix a subset of tests in nxos_user and nxos_banner ...
https://api.github.com/repos/ansible/ansible/pulls/27507
2017-07-31T17:40:03Z
2017-07-31T18:13:32Z
2017-07-31T18:13:32Z
2019-04-26T22:07:06Z
740
ansible/ansible
48,879
ctransformers: add mlock and no-mmap options
diff --git a/modules/ctransformers_model.py b/modules/ctransformers_model.py index 5e0f347c15..8b8b5c4d90 100644 --- a/modules/ctransformers_model.py +++ b/modules/ctransformers_model.py @@ -19,7 +19,9 @@ def from_pretrained(self, path): gpu_layers=shared.args.n_gpu_layers, batch_size=shared.a...
Updated to support mlock/mmap. ## Checklist: - [X] I have read the [Contributing guidelines](https://github.com/oobabooga/text-generation-webui/wiki/Contributing-guidelines).
https://api.github.com/repos/oobabooga/text-generation-webui/pulls/3649
2023-08-22T14:33:25Z
2023-08-22T19:51:35Z
2023-08-22T19:51:35Z
2023-08-22T19:51:35Z
515
oobabooga/text-generation-webui
26,481
Sync parameter order in boston_housing with reuters
diff --git a/keras/datasets/boston_housing.py b/keras/datasets/boston_housing.py index 0b3967e35bf..7eed6e98cca 100644 --- a/keras/datasets/boston_housing.py +++ b/keras/datasets/boston_housing.py @@ -2,15 +2,15 @@ import numpy as np -def load_data(path='boston_housing.npz', seed=113, test_split=0.2): +def load_da...
Those are the only two that have `test_split`. Syncing in that direction, because `boston_housing` is not referenced anywhere in Keras code, while `reuters` is. I think there was some discussion of datasets API in tensorflow, but can't find it now. Should `test_split` be renamed `validation_split` for consistency with ...
https://api.github.com/repos/keras-team/keras/pulls/8326
2017-10-31T17:38:27Z
2017-10-31T19:37:33Z
2017-10-31T19:37:33Z
2017-10-31T21:01:18Z
245
keras-team/keras
47,009
Fix compatibility with pytest 8
diff --git a/requirements-dev.txt b/requirements-dev.txt index 13173f3ae5..e80b18581e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -e .[socks] -pytest>=2.8.0,<=6.2.5 +pytest>=2.8.0,<9 pytest-cov pytest-httpbin==2.0.0 httpbin~=0.10.0 diff --git a/tests/test_requests.py b/tests/test_re...
`pytest.warns(None)` has been deprecated in pytest 7.0.0 and it's no longer working in pytest 8. Resolves: https://github.com/psf/requests/issues/6679
https://api.github.com/repos/psf/requests/pulls/6682
2024-04-11T19:10:21Z
2024-04-11T19:49:35Z
2024-04-11T19:49:35Z
2024-04-11T19:49:35Z
241
psf/requests
32,179
Allow passing a list of file paths
diff --git a/gpt_index/readers/file/base.py b/gpt_index/readers/file/base.py index d8acc1d439bb0..93453fea26cde 100644 --- a/gpt_index/readers/file/base.py +++ b/gpt_index/readers/file/base.py @@ -32,6 +32,7 @@ class SimpleDirectoryReader(BaseReader): Args: input_dir (str): Path to the directory. + ...
SimpleDirectoryReader can take a path to a directory. Allow passing a list of file paths as well.
https://api.github.com/repos/run-llama/llama_index/pulls/324
2023-01-27T22:52:36Z
2023-01-28T17:57:30Z
2023-01-28T17:57:30Z
2023-01-28T17:57:30Z
467
run-llama/llama_index
6,143
Update val_batch*.jpg for Chinese fonts
diff --git a/utils/general.py b/utils/general.py index 86e3b3c1c54..fce5e38c6c9 100755 --- a/utils/general.py +++ b/utils/general.py @@ -37,6 +37,7 @@ ROOT = FILE.parents[1] # YOLOv5 root directory NUM_THREADS = min(8, max(1, os.cpu_count() - 1)) # number of YOLOv5 multiprocessing threads VERBOSE = str(os.getenv('...
Partial fix for #6522 ## 🛠️ PR Summary <sub>Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions)<sub> ### 🌟 Summary Improved font handling and directory access in YOLOv5 utilities. ### 📊 Key Changes - Added a default `FONT` variable specifying the 'Arial.ttf' font. - Introduced `is_write...
https://api.github.com/repos/ultralytics/yolov5/pulls/6526
2022-02-03T11:38:11Z
2022-02-03T18:09:24Z
2022-02-03T18:09:24Z
2024-01-19T13:05:00Z
2,552
ultralytics/yolov5
25,007
Don't write media_dir
diff --git a/manimlib/constants.py b/manimlib/constants.py index a014a93b8b..366b37afed 100644 --- a/manimlib/constants.py +++ b/manimlib/constants.py @@ -19,8 +19,6 @@ f"Media will be stored in {MEDIA_DIR + os.sep}. You can change " "this behavior by writing a different directory to media_dir.txt." ...
Currently, manim will always write `media_dir.txt` to the directory where it runs, even if the user sets the `FILE_DIR` and `MEDIA_DIR` environment variables. This is more of a security inconvenience than a security problem, but it's still rather impolite for manim to modify part of the filesystem without allowing the ...
https://api.github.com/repos/3b1b/manim/pulls/460
2019-02-28T21:33:35Z
2019-02-28T21:36:14Z
2019-02-28T21:36:14Z
2019-02-28T21:36:18Z
154
3b1b/manim
18,450
[autoparallel] bypass MetaInfo when unavailable and modify BCAST_FUNC_OP metainfo
diff --git a/colossalai/auto_parallel/meta_profiler/meta_registry/binary_elementwise_ops.py b/colossalai/auto_parallel/meta_profiler/meta_registry/binary_elementwise_ops.py index 15c3063b759b..281a92c0d4f1 100644 --- a/colossalai/auto_parallel/meta_profiler/meta_registry/binary_elementwise_ops.py +++ b/colossalai/auto_...
# What's New? In this PR I modify the meta information for `BCAST_FUNC_OP` to fix the case like `torch.true_divide` that only has one input tensor. I also bypass `MetaInfo` when the operation is not patched in the meta registry.
https://api.github.com/repos/hpcaitech/ColossalAI/pulls/2293
2023-01-03T12:27:19Z
2023-01-03T12:28:01Z
2023-01-03T12:28:01Z
2023-01-03T12:28:02Z
1,352
hpcaitech/ColossalAI
11,761
Fixed #30763 -- Fixed management commands when using required mutually exclusive groups.
diff --git a/django/core/management/__init__.py b/django/core/management/__init__.py index 5f2e64761ee08..adc7d173eb5ce 100644 --- a/django/core/management/__init__.py +++ b/django/core/management/__init__.py @@ -130,11 +130,19 @@ def get_actions(parser): yield opt parser_actions = list(get_acti...
[ticket 30763](https://code.djangoproject.com/ticket/30763) Thanks to @felixxm for preparing the test case.
https://api.github.com/repos/django/django/pulls/11749
2019-09-05T21:47:44Z
2019-09-06T09:53:11Z
2019-09-06T09:53:11Z
2019-09-06T09:53:11Z
707
django/django
50,977
DOC: Fix rst formatting in dev environment docs
diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index 38e354d8c57d6..8bc15d6968afc 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -225,7 +225,7 @@ To compile pandas with ...
- [ ] closes #xxxx (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [ ] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/con...
https://api.github.com/repos/pandas-dev/pandas/pulls/53187
2023-05-11T18:04:54Z
2023-05-11T20:17:25Z
2023-05-11T20:17:25Z
2023-05-11T20:17:42Z
176
pandas-dev/pandas
45,544
Implement Perp-Neg
diff --git a/comfy/samplers.py b/comfy/samplers.py index 39bc3774a4..35c9ccf059 100644 --- a/comfy/samplers.py +++ b/comfy/samplers.py @@ -251,7 +251,8 @@ def sampling_function(model, x, timestep, uncond, cond, cond_scale, model_option cond_pred, uncond_pred = calc_cond_uncond_batch(model, cond, uncond_, x, ...
Implement Perp-Neg as a sampler_cfg_function patch
https://api.github.com/repos/comfyanonymous/ComfyUI/pulls/2303
2023-12-15T19:01:50Z
2023-12-15T19:54:08Z
2023-12-15T19:54:08Z
2023-12-15T19:54:08Z
956
comfyanonymous/ComfyUI
17,882
Remove outdated BERT tips
diff --git a/docs/source/model_doc/bert.rst b/docs/source/model_doc/bert.rst index cbc1c8aa77417..1666260f96e56 100644 --- a/docs/source/model_doc/bert.rst +++ b/docs/source/model_doc/bert.rst @@ -27,13 +27,8 @@ Tips: - BERT is a model with absolute position embeddings so it's usually advised to pad the inputs on ...
Why remove the tips: > - BERT is a model with absolute position embeddings so it's usually advised to pad the inputs on > the right rather than the left. Yes but since we don't provide an option to pad from the left I think it's not necessary. > - BERT was trained with a masked language modeling (MLM) objec...
https://api.github.com/repos/huggingface/transformers/pulls/6217
2020-08-03T15:31:24Z
2020-08-03T17:17:56Z
2020-08-03T17:17:56Z
2020-08-03T17:17:57Z
575
huggingface/transformers
12,281
Added Machine Learning for Drug Discovery
diff --git a/books.md b/books.md index a78c7179..72535a83 100644 --- a/books.md +++ b/books.md @@ -69,6 +69,7 @@ The following is a list of free and/or open source books on machine learning, st - [Practical Gradient Boosting](https://www.amazon.com/dp/B0BL1HRD6Z) by Guillaume Saupin - [Machine Learning System Design]...
Hi, Stjepan from Manning here. Please add this title to the list. Thank you. Best,
https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/986
2024-04-11T14:17:17Z
2024-04-11T14:32:38Z
2024-04-11T14:32:38Z
2024-04-12T09:49:16Z
241
josephmisiti/awesome-machine-learning
51,715
calculus by ron larson
diff --git a/books.md b/books.md index c3acb539..77c3e8e1 100644 --- a/books.md +++ b/books.md @@ -99,3 +99,4 @@ The following is a list of free, open source books on machine learning, statisti ## Calculus * [Calculus Made Easy](https://github.com/lahorekid/Calculus/blob/master/Calculus%20Made%20Easy.pdf) +* [calcu...
This is a great book for introduction to ML/deeplearninng/datascience
https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/599
2019-03-30T15:56:00Z
2019-04-09T18:54:06Z
2019-04-09T18:54:06Z
2019-04-09T18:54:14Z
140
josephmisiti/awesome-machine-learning
52,278
gh-80109: io.TextIOWrapper drops the internal buffer during write()
diff --git a/Lib/_pyio.py b/Lib/_pyio.py index 32698abac78d25..df2c29bfa9caee 100644 --- a/Lib/_pyio.py +++ b/Lib/_pyio.py @@ -2198,8 +2198,9 @@ def write(self, s): self.buffer.write(b) if self._line_buffering and (haslf or "\r" in s): self.flush() - self._set_decoded_chars('') - ...
io.TextIOWrapper was dropping the internal decoding buffer during read() and write() calls. <!-- issue-number: [bpo-35928](https://bugs.python.org/issue35928) --> https://bugs.python.org/issue35928 <!-- /issue-number --> <!-- gh-issue-number: gh-80109 --> * Issue: gh-80109 <!-- /gh-issue-number -->
https://api.github.com/repos/python/cpython/pulls/22535
2020-10-04T05:50:56Z
2024-01-08T10:33:34Z
2024-01-08T10:33:34Z
2024-01-08T12:19:28Z
936
python/cpython
4,559
Remove "remember-last-answer" from Breeze/CI
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9e3954e34751..f880e3b1d9c20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -735,7 +735,7 @@ repos: # The below pre-commits are those requiring CI image to be built - id: build name: Check if image build...
This feature had been removed when recent BUILDX improvements were added. This PR removes the remnants of it. Follow up after #20664 <!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation....
https://api.github.com/repos/apache/airflow/pulls/21186
2022-01-28T14:00:38Z
2022-01-28T18:27:51Z
2022-01-28T18:27:51Z
2022-07-29T20:08:27Z
2,773
apache/airflow
14,582
[3.10] bpo-45494: Fix error location in EOF tokenizer errors (GH-29108)
diff --git a/Parser/pegen.c b/Parser/pegen.c index 98f07a13c92cbb..464a902173dfb9 100644 --- a/Parser/pegen.c +++ b/Parser/pegen.c @@ -403,8 +403,12 @@ _PyPegen_raise_error(Parser *p, PyObject *errtype, const char *errmsg, ...) Py_ssize_t col_offset; Py_ssize_t end_col_offset = -1; if (t->col_offset == -...
(cherry picked from commit 79ff0d1687e3f823fb121a19f0297ad052871b1b) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> <!-- issue-number: [bpo-45494](https://bugs.python.org/issue45494) --> https://bugs.python.org/issue45494 <!-- /issue-number -->
https://api.github.com/repos/python/cpython/pulls/29672
2021-11-20T17:41:19Z
2021-11-20T17:59:34Z
2021-11-20T17:59:34Z
2021-11-20T17:59:40Z
364
python/cpython
4,370
CLN: de-kludge NDFrame.interpolate
diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 5348040808e63..16bed91daa7d2 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -6835,27 +6835,16 @@ def interpolate( axis = self._get_axis_number(axis) if axis == 0: - ax = self._info_axis_name - ...
i think i was responsible for these particular kludges a while back.
https://api.github.com/repos/pandas-dev/pandas/pulls/33084
2020-03-27T23:29:36Z
2020-03-29T15:16:18Z
2020-03-29T15:16:18Z
2020-03-29T15:20:56Z
703
pandas-dev/pandas
45,575
Upgrade arrow to include numpy bool fix
diff --git a/src/thirdparty/download_thirdparty.sh b/src/thirdparty/download_thirdparty.sh index 89cb34e61cdf9..8c2086b9d8aa1 100755 --- a/src/thirdparty/download_thirdparty.sh +++ b/src/thirdparty/download_thirdparty.sh @@ -13,4 +13,4 @@ fi cd $TP_DIR/arrow git fetch origin master -git checkout a6a97a9d4c07873266a...
this is a workaround for https://github.com/ray-project/ray/issues/1121
https://api.github.com/repos/ray-project/ray/pulls/1148
2017-10-20T17:01:07Z
2017-10-21T00:25:16Z
2017-10-21T00:25:16Z
2017-10-21T00:25:18Z
153
ray-project/ray
19,599
bump version
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6662b37..c2bebeff4 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...
## Type of changes - [ ] Bug fix - [ ] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist - [ ] I've run the latest [black](https://github.com/psf/black) with default args on new code. - [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate. - [ ] I've added t...
https://api.github.com/repos/Textualize/rich/pulls/908
2021-01-11T21:28:49Z
2021-01-11T21:41:08Z
2021-01-11T21:41:08Z
2021-01-11T21:41:14Z
985
Textualize/rich
48,083
Changed ELU implementation to use native ops
diff --git a/keras/activations.py b/keras/activations.py index e4a194c1d83..a5f5eb77b73 100644 --- a/keras/activations.py +++ b/keras/activations.py @@ -15,6 +15,9 @@ def softmax(x): 'Here, ndim=' + str(ndim)) +def elu(x, alpha=1.0): + return K.elu(x, alpha) + def softplus(x): retu...
https://api.github.com/repos/keras-team/keras/pulls/3845
2016-09-22T09:24:13Z
2016-09-22T18:08:21Z
2016-09-22T18:08:21Z
2016-11-18T15:02:31Z
1,335
keras-team/keras
47,349
Wrap RemBert integration test forward passes with torch.no_grad()
diff --git a/tests/models/rembert/test_modeling_rembert.py b/tests/models/rembert/test_modeling_rembert.py index b431aff86e098..180b71b17ade1 100644 --- a/tests/models/rembert/test_modeling_rembert.py +++ b/tests/models/rembert/test_modeling_rembert.py @@ -464,7 +464,8 @@ def test_inference_model(self): model ...
# What does this PR do? Fixes #14642. Wrapped the forward pass inside RemBert's integration test with `with torch.no_grad()` to ensure no gradients are computed during inference. ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [X] Did...
https://api.github.com/repos/huggingface/transformers/pulls/21503
2023-02-07T22:29:07Z
2023-02-08T13:00:53Z
2023-02-08T13:00:52Z
2023-02-08T13:04:01Z
208
huggingface/transformers
12,352
Updated Humanoid left_hip_y range to match right_hip_y
diff --git a/gym/envs/mujoco/assets/humanoid.xml b/gym/envs/mujoco/assets/humanoid.xml index ebc2d267a5f..c8d5fc61a18 100755 --- a/gym/envs/mujoco/assets/humanoid.xml +++ b/gym/envs/mujoco/assets/humanoid.xml @@ -53,7 +53,7 @@ <body name="left_thigh" pos="0 0.1 -0.04"> <jo...
right_hip_y has range -110 to 20. left_hip_y should have the same range.
https://api.github.com/repos/openai/gym/pulls/932
2018-03-06T04:50:54Z
2019-03-01T22:23:08Z
2019-03-01T22:23:08Z
2019-03-01T22:23:08Z
431
openai/gym
5,409
Catch edge cases were delimiters are wrongfully caught
diff --git a/lib/cheat_wrapper.py b/lib/cheat_wrapper.py index 59e6b921..606f3513 100644 --- a/lib/cheat_wrapper.py +++ b/lib/cheat_wrapper.py @@ -26,9 +26,25 @@ def _add_section_name(query): if '/' in query: return query if ' ' in query: - # for standalone queries only that may contain ' ' - ...
related to #308 implements more robust logic that splits on the first delim it finds that isn't followed by the same delim
https://api.github.com/repos/chubin/cheat.sh/pulls/312
2021-10-13T09:18:03Z
2021-11-13T12:50:22Z
2021-11-13T12:50:22Z
2021-11-13T15:32:23Z
412
chubin/cheat.sh
15,249
Improve bad preferred challenge error message
diff --git a/certbot/cli.py b/certbot/cli.py index d505334a01b..7df3fe05d13 100644 --- a/certbot/cli.py +++ b/certbot/cli.py @@ -1295,7 +1295,7 @@ def __call__(self, parser, namespace, pref_challs, option_string=None): try: challs = parse_preferred_challenges(pref_challs.split(",")) excep...
Using ArgumentTypeError causes Certbot to report an unexpected error occurred while using ArgumentError causes argparse to print more usage information and call sys.exit().
https://api.github.com/repos/certbot/certbot/pulls/4761
2017-05-31T23:36:36Z
2017-06-01T17:42:35Z
2017-06-01T17:42:35Z
2017-06-07T16:46:20Z
326
certbot/certbot
732
Fixed spelling -- super set -> superset.
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 206a24c8aa834..bf8595811fef2 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -302,7 +302,7 @@ another object. .. attribute:: GEOSGeometry.ewkt Returns the "extended" Well-Known Text of the geometry. T...
https://api.github.com/repos/django/django/pulls/6095
2016-02-06T05:00:43Z
2016-02-06T13:28:20Z
2016-02-06T13:28:20Z
2016-02-19T16:16:48Z
190
django/django
50,845
refactor: Reflect changes in Cluster class
diff --git a/diagrams/__init__.py b/diagrams/__init__.py index 1fb33db73..33520175e 100644 --- a/diagrams/__init__.py +++ b/diagrams/__init__.py @@ -258,11 +258,8 @@ def __exit__(self, exc_type, exc_value, traceback): self._diagram.subgraph(self.dot) setcluster(self._parent) - def _validate_d...
Refactor the _validate_direction in Cluster class I mess it when I made the changes in the 592 PR https://github.com/mingrammer/diagrams/pull/592
https://api.github.com/repos/mingrammer/diagrams/pulls/653
2022-02-12T14:35:21Z
2022-11-04T10:57:08Z
2022-11-04T10:57:08Z
2022-11-04T10:57:09Z
195
mingrammer/diagrams
52,574
Fix typos
diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index bdf01dc9c..22da416fd 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -2589,7 +2589,7 @@ Small simple functions are easily inlined where the cost of a function call is s * Flag functions that do not "fit on a screen." How big is a screen?...
https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/1970
2022-09-11T07:34:56Z
2022-09-12T03:52:09Z
2022-09-12T03:52:09Z
2022-09-12T03:52:44Z
2,915
isocpp/CppCoreGuidelines
15,899
fix bug where when using prompt composition, hijack_comments generated before the final AND will be dropped
diff --git a/modules/processing.py b/modules/processing.py index f773a30ef84..e6a3129ae69 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -312,6 +312,7 @@ def process_images(p: StableDiffusionProcessing) -> Processed: os.makedirs(p.outpath_grids, exist_ok=True) modules.sd_hijack.mode...
e.g. if using `embedding1 AND embedding2`, the messages below the image will only show that embedding2 is being used, when in fact both are being used.
https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/1915
2022-10-07T21:49:49Z
2022-10-08T12:48:04Z
2022-10-08T12:48:04Z
2022-10-08T12:48:04Z
424
AUTOMATIC1111/stable-diffusion-webui
39,717
Use GH action version when version argument not specified
diff --git a/.git_archival.txt b/.git_archival.txt new file mode 100644 index 00000000000..8fb235d7045 --- /dev/null +++ b/.git_archival.txt @@ -0,0 +1,4 @@ +node: $Format:%H$ +node-date: $Format:%cI$ +describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$ +ref-names: $Format:%D$ diff --git a/.gitattributes b/.git...
### Description Resolves #3382 There are 2 things going on here: - addition of `.git_archival.txt` set with `export-subst` git attribute so that black can be installed from a git archive, see: https://github.com/pypa/setuptools_scm#git-archives - update to GH action changing it to use GH action version when th...
https://api.github.com/repos/psf/black/pulls/3543
2023-02-02T17:25:27Z
2023-03-28T01:40:28Z
2023-03-28T01:40:27Z
2023-03-28T02:59:02Z
693
psf/black
23,875
Optimization - avoid temporary list objects, unnecessary function call
diff --git a/scrapy/commands/check.py b/scrapy/commands/check.py index 2917b8ba726..017595f04f7 100644 --- a/scrapy/commands/check.py +++ b/scrapy/commands/check.py @@ -62,7 +62,7 @@ def run(self, args, opts): self.settings['SPIDER_CONTRACTS_BASE'], self.settings['SPIDER_CONTRACTS'], ...
Please review.
https://api.github.com/repos/scrapy/scrapy/pulls/1481
2015-09-04T17:37:33Z
2015-09-14T19:36:50Z
2015-09-14T19:36:50Z
2015-09-14T21:03:40Z
1,352
scrapy/scrapy
34,250
Error/Warning with build docker container from Dockerfile
diff --git a/Dockerfile b/Dockerfile index 3e4c9430e3d..d42b632d4d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ WORKDIR /opt/certbot # If <dest> doesn't exist, it is created along with all missing # directories in its path. +ENV DEBIAN_FRONTEND=noninteractive COPY letsencrypt-auto-source/letsencry...
When I try to build container I see in logs ``` debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: fa...
https://api.github.com/repos/certbot/certbot/pulls/3004
2016-05-16T09:45:01Z
2016-05-18T23:35:17Z
2016-05-18T23:35:17Z
2016-05-18T23:35:17Z
149
certbot/certbot
3,144
Fix stray ellipsis
diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 2ad06fdef..0c1052d1e 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -3152,7 +3152,7 @@ Usually you forward the entire parameter (or parameter pack, using `...`) exactl Sometimes you may forward a composite parameter piecewise, each subobje...
This PR removes a stray ellipsis where the author clearly didn't intend to use a parameter pack. The code is ill-formed without this fix.
https://api.github.com/repos/isocpp/CppCoreGuidelines/pulls/2091
2023-06-23T16:24:44Z
2023-06-23T17:08:51Z
2023-06-23T17:08:51Z
2023-06-23T17:08:52Z
169
isocpp/CppCoreGuidelines
15,584
Add default headers when calling API destination target and fix ARN
diff --git a/localstack/utils/aws/aws_stack.py b/localstack/utils/aws/aws_stack.py index 20b8606880243..5e1853887db95 100644 --- a/localstack/utils/aws/aws_stack.py +++ b/localstack/utils/aws/aws_stack.py @@ -665,44 +665,48 @@ def _resource_arn(name, pattern, account_id=None, region_name=None): return pattern % (r...
Implements enhancement from #4274 Adds default headers AWS sends when invoking the API destination target and fixes the api destination ARN structure. Corresponding ARN fixes are available in the moto-ext release 2.0.3.37
https://api.github.com/repos/localstack/localstack/pulls/4280
2021-07-09T11:09:22Z
2021-07-09T14:51:24Z
2021-07-09T14:51:24Z
2021-07-09T14:51:27Z
1,543
localstack/localstack
29,196
[requires.io] dependency update on master branch
diff --git a/setup.py b/setup.py index f3aecd57e6..11a72a0017 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ "h2>=3.0, <4", "hyperframe>=5.0, <6", "kaitaistruct>=0.7, <0.8", - "ldap3>=2.2.0, <2.4", + "ldap3>=2.4,<2.5", "passlib>=1.6.5, <1.8", "pyasn1>=0...
https://api.github.com/repos/mitmproxy/mitmproxy/pulls/2629
2017-11-15T01:31:05Z
2017-11-15T11:56:39Z
2017-11-15T11:56:39Z
2017-11-15T11:56:43Z
169
mitmproxy/mitmproxy
28,137
Added PokerStrategy support
diff --git a/data.json b/data.json index c51943632..566a3b89e 100644 --- a/data.json +++ b/data.json @@ -1363,6 +1363,14 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "PokerStrategy": { + "errorType": "status_code", + "rank": 11226535, + "url": "http://w...
Added support for [PokerStrategy](www.pokerstrategy.net), closes #509.
https://api.github.com/repos/sherlock-project/sherlock/pulls/534
2020-01-31T09:37:01Z
2020-02-04T15:27:08Z
2020-02-04T15:27:08Z
2020-02-04T15:27:09Z
191
sherlock-project/sherlock
36,420
Update bitflyer doc link
diff --git a/js/bitflyer.js b/js/bitflyer.js index bb934b081d35..830bd1d7e500 100644 --- a/js/bitflyer.js +++ b/js/bitflyer.js @@ -28,7 +28,7 @@ module.exports = class bitflyer extends Exchange { 'logo': 'https://user-images.githubusercontent.com/1294454/28051642-56154182-660e-11e7-9b0d-6042d1e6edd8.jp...
https://api.github.com/repos/ccxt/ccxt/pulls/4597
2019-01-31T16:43:12Z
2019-01-31T16:44:35Z
2019-01-31T16:44:35Z
2019-01-31T16:45:45Z
188
ccxt/ccxt
13,455
Kia Ceed: display lane lines in HUD
diff --git a/selfdrive/car/hyundai/hyundaican.py b/selfdrive/car/hyundai/hyundaican.py index f23d9d53286009..dc5a5b62868353 100644 --- a/selfdrive/car/hyundai/hyundaican.py +++ b/selfdrive/car/hyundai/hyundaican.py @@ -37,7 +37,7 @@ def create_lkas11(packer, frame, car_fingerprint, apply_steer, steer_req, ...
Seems to be the only platform that is missing (only one dongle though): e0e98335f3ebc58f Verified by checking rlogs and seen `CF_Lkas_LdwsActivemode` change like it is lane lines, not constant
https://api.github.com/repos/commaai/openpilot/pulls/28357
2023-06-01T06:01:55Z
2023-06-01T07:04:08Z
2023-06-01T07:04:08Z
2023-06-01T07:04:09Z
348
commaai/openpilot
8,911
bpo-39947: Remove old private trashcan C API functions
diff --git a/Include/cpython/object.h b/Include/cpython/object.h index 84c60e55d5c9df..75cd0f9002215b 100644 --- a/Include/cpython/object.h +++ b/Include/cpython/object.h @@ -493,8 +493,8 @@ without deallocating anything (and so unbounded call-stack depth is avoided). When the call stack finishes unwinding again, code...
Remove 4 C API private trashcan functions which were only kept for the backward compatibility of the stable ABI with Python 3.8 and older, since the trashcan API was not usable with the limited C API on Python 3.8 and older. The trashcan API was excluded from the limited C API in Python 3.9. The trashcan C API w...
https://api.github.com/repos/python/cpython/pulls/26869
2021-06-23T08:49:33Z
2021-06-23T13:51:47Z
2021-06-23T13:51:47Z
2021-06-23T13:52:01Z
2,245
python/cpython
4,082
Update Ansible release version to v2.14.11.post0.
diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 6f0f794fc04a3c..9937080ab94ba0 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -19,6 +19,6 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type -__version__ = '2.14.11' +__version__ = '2.14.1...
##### SUMMARY Update Ansible release version to v2.14.11.post0. ##### ISSUE TYPE Feature Pull Request
https://api.github.com/repos/ansible/ansible/pulls/81937
2023-10-09T15:55:12Z
2023-10-09T16:39:31Z
2023-10-09T16:39:31Z
2023-12-14T14:01:42Z
135
ansible/ansible
49,042
Fix mypy errors at mst_kruskal
diff --git a/graphs/minimum_spanning_tree_kruskal.py b/graphs/minimum_spanning_tree_kruskal.py index a51f970341f7..f21a87a7d534 100644 --- a/graphs/minimum_spanning_tree_kruskal.py +++ b/graphs/minimum_spanning_tree_kruskal.py @@ -1,15 +1,14 @@ -from typing import List, Tuple - - -def kruskal(num_nodes: int, num_edges:...
### **Describe your change:** Fix mypy errors at mst_kruskal ### **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 plagiarized. * [x] I know that pull requests will not be merged if t...
https://api.github.com/repos/TheAlgorithms/Python/pulls/4581
2021-07-29T13:30:04Z
2021-08-02T12:40:48Z
2021-08-02T12:40:48Z
2021-08-02T12:40:48Z
851
TheAlgorithms/Python
30,382
Fix for the CORS check
diff --git a/lib/streamlit/server/Server.py b/lib/streamlit/server/Server.py index 5d0e34fdb8b2..1d0bac06e3f0 100644 --- a/lib/streamlit/server/Server.py +++ b/lib/streamlit/server/Server.py @@ -486,7 +486,7 @@ def initialize(self, server): def check_origin(self, origin): """Set up CORS.""" - ret...
**Issue:** #964 **Description:** Streamlit is using tornado for WebSocket. It has overwritten the origin check for CORS, which only allows the configured list of URLs. However, if the HOST and ORIGIN are the same, it shouldn't invoke the check for the URL list at all. If they are the same value, it should allo...
https://api.github.com/repos/streamlit/streamlit/pulls/965
2020-01-14T09:59:09Z
2020-02-09T22:13:18Z
2020-02-09T22:13:18Z
2020-02-09T22:13:18Z
146
streamlit/streamlit
21,976
ref: Remove dead code from post process forwarder
diff --git a/src/sentry/eventstream/kafka/backend.py b/src/sentry/eventstream/kafka/backend.py index 6839bd6461c9e5..630a8f6f75bd1e 100644 --- a/src/sentry/eventstream/kafka/backend.py +++ b/src/sentry/eventstream/kafka/backend.py @@ -14,10 +14,9 @@ PostProcessForwarderWorker, TransactionsPostProcessForwarder...
https://api.github.com/repos/getsentry/sentry/pulls/37119
2022-07-27T15:22:42Z
2022-07-27T18:15:25Z
2022-07-27T18:15:25Z
2022-08-12T00:02:21Z
412
getsentry/sentry
44,054
Update README.md: remove duplicates within the same section/category
diff --git a/README.md b/README.md index dcd4bc6..3b93f94 100644 --- a/README.md +++ b/README.md @@ -740,7 +740,6 @@ Practice: ### Functional programming (FP) -- [Jargon from the functional programming world](https://github.com/hemanth/functional-programming-jargon) - [Goodbye, Object Oriented Programming](https:...
👋😀 Besides these two, there are a few more duplicated links throughout the README **but** in different sections/categories: - amazon.com/The-Linux-Programming-Interface-Handbook/dp/1593272200 - en.wikipedia.org/wiki/Domain-driven_design - github.com/charlax/dotfiles/tree/master/vim - github.com/charlax/engineeri...
https://api.github.com/repos/charlax/professional-programming/pulls/48
2022-07-21T10:20:27Z
2022-07-26T11:50:36Z
2022-07-26T11:50:36Z
2022-07-26T11:51:16Z
352
charlax/professional-programming
21,539
Switch to new MySQL public key
diff --git a/scripts/docker/install_mysql.sh b/scripts/docker/install_mysql.sh index 52aca493a2df5..955f13028b872 100755 --- a/scripts/docker/install_mysql.sh +++ b/scripts/docker/install_mysql.sh @@ -44,7 +44,7 @@ install_mysql_client() { exit 1 fi - local key="A4A9406876FCBD3C456770C88C718D3B5072E1...
MySQL changed key used to sign their apt packages. This caused docker building failing for prod images as MySQL could not be installed. New Public Key is used instead. Fixes: #20911 <!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features ...
https://api.github.com/repos/apache/airflow/pulls/20912
2022-01-17T22:50:01Z
2022-01-18T03:35:42Z
2022-01-18T03:35:42Z
2022-07-29T20:15:01Z
137
apache/airflow
14,399
Update license year
diff --git a/LICENSE.md b/LICENSE.md index d79db85f0..ec1d1e23c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ The MIT License (MIT) ===================== -Copyright (c) 2015 Vladimir Iakovlev +Copyright (c) 2015-2018 Vladimir Iakovlev Permission is hereby granted, free of charge, to any person obtaini...
TO DO: - [x] Wait to the next year (100% done, depends on timezone) - [ ] Merge! :octocat:
https://api.github.com/repos/nvbn/thefuck/pulls/752
2017-12-31T23:58:42Z
2018-01-01T17:53:35Z
2018-01-01T17:53:35Z
2018-01-01T18:37:39Z
119
nvbn/thefuck
30,551
Some cleaning
diff --git a/README.md b/README.md index 96553b24..6643112e 100644 --- a/README.md +++ b/README.md @@ -1226,10 +1226,8 @@ be * [Summing Bird](https://github.com/twitter/summingbird) - Streaming MapReduce with Scalding and Storm * [Algebird](https://github.com/twitter/algebird) - Abstract Algebra for Scala * [xerial]...
- Simmer: not updated for ages - Wolfe: link is broken
https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/393
2017-06-28T10:11:43Z
2017-07-01T20:37:53Z
2017-07-01T20:37:53Z
2017-07-01T20:37:55Z
293
josephmisiti/awesome-machine-learning
52,145
More richer reacher
diff --git a/gym/envs/mujoco/assets/reacher.xml b/gym/envs/mujoco/assets/reacher.xml index 39bca2d71df..151d1f85113 100644 --- a/gym/envs/mujoco/assets/reacher.xml +++ b/gym/envs/mujoco/assets/reacher.xml @@ -1,4 +1,4 @@ -<mujoco model="richer"> +<mujoco model="reacher"> <compiler angle="radian" inertiafromgeom="tr...
https://api.github.com/repos/openai/gym/pulls/2591
2022-02-03T03:20:42Z
2022-02-03T13:13:26Z
2022-02-03T13:13:26Z
2022-02-03T13:13:27Z
435
openai/gym
5,406
enhance top description
diff --git a/append_output.sh b/append_output.sh index 8e576d0f..3bb9202c 100755 --- a/append_output.sh +++ b/append_output.sh @@ -10,7 +10,7 @@ output_marker='OUTPUT = """' # get everything (excluding part between `output_marker` and the end of the file) # into `src` var src=$(sed -n -e "/$output_marker/,\$!p" "$1"...
add a little more description and references
https://api.github.com/repos/faif/python-patterns/pulls/321
2020-03-09T06:28:24Z
2020-03-10T22:52:48Z
2020-03-10T22:52:48Z
2020-03-11T06:03:46Z
1,175
faif/python-patterns
33,467
Remove --sdp-attention, --xformers flags
diff --git a/README.md b/README.md index d0a347c795..15cca711c3 100644 --- a/README.md +++ b/README.md @@ -231,8 +231,6 @@ List of command-line flags | `--load-in-8bit` | Load the model with 8-bit precision (using bitsandbytes). | | `--bf16` | Load the mod...
These flags were implemented in a PR a long time ago and have no effect, as far as I'm aware.
https://api.github.com/repos/oobabooga/text-generation-webui/pulls/5126
2023-12-31T04:06:48Z
2023-12-31T04:36:51Z
2023-12-31T04:36:51Z
2024-04-04T02:48:18Z
3,060
oobabooga/text-generation-webui
26,314
Document hook error handling
diff --git a/docs/using.rst b/docs/using.rst index 549a3479c74..a325ff41317 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -378,10 +378,16 @@ then restart it after the plugin is finished. Example:: certbot renew --pre-hook "service nginx stop" --post-hook "service nginx start" -The hooks will only be -run i...
Ref https://github.com/certbot/certbot/issues/4253#issuecomment-283733385; /cc @SwartzCr for review :)
https://api.github.com/repos/certbot/certbot/pulls/4418
2017-03-27T18:04:17Z
2017-04-07T17:17:00Z
2017-04-07T17:17:00Z
2017-04-07T19:34:30Z
294
certbot/certbot
3,678
Small fix to export script
diff --git a/inference/server/export.py b/inference/server/export.py index 36f938e186..054b6f8341 100644 --- a/inference/server/export.py +++ b/inference/server/export.py @@ -52,7 +52,7 @@ def prepare_export_events( message: DbMessage, anonymizer: Anonymizer | None = None, ) -> dict[str, list[ExportMessageEv...
https://api.github.com/repos/LAION-AI/Open-Assistant/pulls/3198
2023-05-19T16:12:44Z
2023-05-20T13:42:09Z
2023-05-20T13:42:09Z
2023-05-20T13:42:10Z
142
LAION-AI/Open-Assistant
37,779
Dictionary creation could be rewritten as litteral
diff --git a/sklearn/metrics/tests/test_pairwise.py b/sklearn/metrics/tests/test_pairwise.py index 122d316c0e22a..95833ff646fc4 100644 --- a/sklearn/metrics/tests/test_pairwise.py +++ b/sklearn/metrics/tests/test_pairwise.py @@ -233,8 +233,7 @@ def test_pairwise_kernels(): # Test the pairwise_kernels helper function...
https://api.github.com/repos/scikit-learn/scikit-learn/pulls/5629
2015-10-30T16:29:35Z
2015-10-30T19:45:51Z
2015-10-30T19:45:51Z
2015-10-30T19:45:51Z
211
scikit-learn/scikit-learn
46,199
added regex check to BuyMeACoffee
diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 5f98c3399..da4ffd0aa 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -309,6 +309,7 @@ }, "BuyMeACoffee": { "errorType": "status_code", + "regexCheck": "[a-zA-Z0-9]{3,15}", "url": "https://bu...
https://api.github.com/repos/sherlock-project/sherlock/pulls/1733
2023-03-13T10:38:04Z
2023-03-13T10:44:13Z
2023-03-13T10:44:13Z
2023-08-29T13:06:56Z
152
sherlock-project/sherlock
36,648
🌐 Add German translation for `docs/de/docs/reference/dependencies.md`
diff --git a/docs/de/docs/reference/dependencies.md b/docs/de/docs/reference/dependencies.md new file mode 100644 index 0000000000000..2ed5b5050146b --- /dev/null +++ b/docs/de/docs/reference/dependencies.md @@ -0,0 +1,29 @@ +# Abhängigkeiten – `Depends()` und `Security()` + +## `Depends()` + +Abhängigkeiten werden hau...
← `reference/exceptions.md` (#10817) → `reference/apirouter.md` (#10819) [German translation progress](https://github.com/tiangolo/fastapi/discussions/10582)
https://api.github.com/repos/tiangolo/fastapi/pulls/10818
2023-12-23T02:23:58Z
2024-03-30T18:16:45Z
2024-03-30T18:16:45Z
2024-04-01T01:11:06Z
299
tiangolo/fastapi
23,018
Fix GUI tooltips on configuration setting window in Original/ Trainer/ Color Augmentation section
diff --git a/plugins/train/trainer/original_defaults.py b/plugins/train/trainer/original_defaults.py index be760eff44..943cd40b4d 100755 --- a/plugins/train/trainer/original_defaults.py +++ b/plugins/train/trainer/original_defaults.py @@ -88,7 +88,7 @@ color_lightness=dict( default=30, info="Perc...
https://api.github.com/repos/deepfakes/faceswap/pulls/1252
2022-07-30T05:32:38Z
2022-08-02T09:29:48Z
2022-08-02T09:29:48Z
2022-08-02T09:29:48Z
279
deepfakes/faceswap
18,825
Bump aiohttp from 3.6.2 to 3.6.3
diff --git a/python/setup.py b/python/setup.py index 311b805317af..472dfb57c43a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -79,7 +79,7 @@ extras_require={ ':python_version>="3.5.2"': [ - 'aiohttp==3.6.2', + 'aiohttp==3.6.3', 'aiodns==1.1.1', 'ya...
https://api.github.com/repos/ccxt/ccxt/pulls/7765
2020-10-13T09:02:26Z
2020-10-13T11:49:01Z
2020-10-13T11:49:01Z
2020-10-13T14:50:29Z
124
ccxt/ccxt
13,500
Better document plugins and reversion
diff --git a/certbot/interfaces.py b/certbot/interfaces.py index 37835462e01..e4e62e0a2fb 100644 --- a/certbot/interfaces.py +++ b/certbot/interfaces.py @@ -180,6 +180,9 @@ def perform(achalls): def cleanup(achalls): """Revert changes and shutdown after challenges complete. + This method should b...
https://api.github.com/repos/certbot/certbot/pulls/3208
2016-06-24T00:17:48Z
2016-06-24T23:54:15Z
2016-06-24T23:54:15Z
2016-10-06T01:21:38Z
942
certbot/certbot
2,417
[Core] Show_webui segfault fix.
diff --git a/python/ray/_raylet.pyx b/python/ray/_raylet.pyx index 930e45ecb0903..7173860ec53d3 100644 --- a/python/ray/_raylet.pyx +++ b/python/ray/_raylet.pyx @@ -634,6 +634,12 @@ cdef shared_ptr[CBuffer] string_to_buffer(c_string& c_str): <uint8_t*>(c_str.data()), c_str.size(), True)) +cdef void...
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. --> ## Why are these changes needed? This will resolve https://github.com/ray-project/ray/issues/8309 The problem was that CoreWorker removes its cpp instance befor...
https://api.github.com/repos/ray-project/ray/pulls/8323
2020-05-05T07:40:56Z
2020-05-06T16:45:08Z
2020-05-06T16:45:07Z
2022-02-17T00:29:46Z
1,335
ray-project/ray
19,867
Remove hard certifi dependency and document.
diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 0de6b1b178..df653d0882 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -741,3 +741,21 @@ coffee. r = requests.get('https://github.com', timeout=None) .. _`connect()`: http://linux.die.net/man/2/connect + +CA Certificates +---...
As discussed in #2124.
https://api.github.com/repos/psf/requests/pulls/2203
2014-09-04T18:41:19Z
2014-09-05T15:11:57Z
2014-09-05T15:11:57Z
2021-09-08T10:01:23Z
382
psf/requests
32,331
Add BinarySensorEntity to pylint checks
diff --git a/pylint/plugins/hass_enforce_type_hints.py b/pylint/plugins/hass_enforce_type_hints.py index f3c7a01a10ff13..f08e6d932e78f0 100644 --- a/pylint/plugins/hass_enforce_type_hints.py +++ b/pylint/plugins/hass_enforce_type_hints.py @@ -678,6 +678,25 @@ class ClassTypeHintMatch: ], ), ]...
## 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. --> Add BinarySensorEntity to pylint checks...
https://api.github.com/repos/home-assistant/core/pulls/74131
2022-06-28T13:18:23Z
2022-06-29T09:41:56Z
2022-06-29T09:41:56Z
2022-06-30T10:02:00Z
240
home-assistant/core
39,400
Add excluded_search_path_prefixes setting - improves perf in WSL
diff --git a/README.md b/README.md index 46a1d24b9..4f396ce95 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,7 @@ Several *The Fuck* parameters can be changed in the file `$XDG_CONFIG_HOME/thefu * `wait_slow_command` &ndash; max amount of time in seconds for getting previous command output if it in `slow_comman...
Allows filtering the paths used to search for commands Can be useful to filter out `/mnt/` in WSL for performance Running in WSL with default config: ``` DEBUG: Total took: 0:00:10.213128 ``` Running in WSL with `excluded_search_path_prefixes = ['/mnt/']` in `settings.py`: ``` DEBUG: Total took: 0:00:00.6...
https://api.github.com/repos/nvbn/thefuck/pulls/1165
2021-02-04T21:17:32Z
2021-04-21T17:43:21Z
2021-04-21T17:43:21Z
2021-04-21T17:44:32Z
1,656
nvbn/thefuck
30,754
[bug] fix det_res18_db_v2.0.yml
diff --git a/configs/det/det_res18_db_v2.0.yml b/configs/det/det_res18_db_v2.0.yml index e983c221e2..85c574debe 100644 --- a/configs/det/det_res18_db_v2.0.yml +++ b/configs/det/det_res18_db_v2.0.yml @@ -22,7 +22,6 @@ Architecture: Backbone: name: ResNet_vd layers: 18 - disable_se: True Neck: nam...
https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/8579
2022-12-08T05:59:57Z
2022-12-08T06:00:18Z
2022-12-08T06:00:18Z
2022-12-08T06:00:18Z
139
PaddlePaddle/PaddleOCR
42,392
Improve docstring re-indentation handling
diff --git a/src/black/__init__.py b/src/black/__init__.py index e37caa98a2c..c3c8c207cd4 100644 --- a/src/black/__init__.py +++ b/src/black/__init__.py @@ -2037,13 +2037,20 @@ def visit_factor(self, node: Node) -> Iterator[Line]: yield from self.visit_default(node) def visit_STRING(self, leaf: Leaf) ->...
This addresses a few crashers, namely: * producing non-equivalent code due to mangling escaped newlines, * invalid hugging quote characters in the docstring body to the docstring outer triple quotes (causing a quadruple quote which is a syntax error), * lack of handling for docstrings that start on the same li...
https://api.github.com/repos/psf/black/pulls/1623
2020-08-25T20:32:22Z
2020-08-25T21:14:40Z
2020-08-25T21:14:40Z
2021-01-11T00:09:50Z
1,268
psf/black
24,185
Add test checking ZHA light restores with `None` attributes
diff --git a/tests/components/zha/conftest.py b/tests/components/zha/conftest.py index 9d9d74e72dfeab..a4ff5a3b20549e 100644 --- a/tests/components/zha/conftest.py +++ b/tests/components/zha/conftest.py @@ -26,7 +26,9 @@ import homeassistant.components.zha.core.const as zha_const import homeassistant.components.zha.c...
## Proposed change This adds a regression test to make sure ZHA doesn't throw an exception when `None` attributes are restored for lights. - The issue was originally discovered in: https://github.com/home-assistant/core/issues/102599 - A patch was made here: https://github.com/home-assistant/core/pull/102774 - Th...
https://api.github.com/repos/home-assistant/core/pulls/102806
2023-10-25T18:28:10Z
2023-11-15T09:45:35Z
2023-11-15T09:45:35Z
2023-11-16T10:01:47Z
1,556
home-assistant/core
39,103
Added smartcore and linfa Rust meta-crates
diff --git a/README.md b/README.md index 956b2173..bda9fd94 100644 --- a/README.md +++ b/README.md @@ -1416,6 +1416,8 @@ be <a name="rust-general-purpose-machine-learning"></a> #### General-Purpose Machine Learning +* [smartcore](https://github.com/smartcorelib/smartcore) - "The Most Advanced Machine Learning Libra...
SmartCore is a comprehensive library for machine learning and numerical computing. The library provides a set of tools for linear algebra, numerical computing, optimization, and enables a generic, powerful yet still efficient approach to machine learning. Linfa is a comprehensive toolkit for statistical learning, pr...
https://api.github.com/repos/josephmisiti/awesome-machine-learning/pulls/821
2021-10-19T20:27:56Z
2021-10-30T19:36:03Z
2021-10-30T19:36:03Z
2021-10-30T19:36:03Z
242
josephmisiti/awesome-machine-learning
51,757
Move Model collation args tests to correct folder
diff --git a/tests/models/test_base.py b/tests/models/test_base.py new file mode 100644 index 0000000000000..fa253130a21d2 --- /dev/null +++ b/tests/models/test_base.py @@ -0,0 +1,47 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distr...
The tests for this got added to test_base.py in #17729, which is the right file name, but inside tests/sensors/, which isn't right :) Created a new tests/models/test_base.py for this. And cos I'm on a "removing lines of code" kick I've parameterized it too so it a "data driven" test.
https://api.github.com/repos/apache/airflow/pulls/17791
2021-08-23T19:32:34Z
2021-08-23T21:43:35Z
2021-08-23T21:43:35Z
2021-08-24T06:09:15Z
1,133
apache/airflow
14,859
[MRG+1] Update _monkeypatches.py
diff --git a/scrapy/_monkeypatches.py b/scrapy/_monkeypatches.py index 935c4bfa353..b68099cade8 100644 --- a/scrapy/_monkeypatches.py +++ b/scrapy/_monkeypatches.py @@ -4,12 +4,7 @@ if six.PY2: from urlparse import urlparse - - # workaround for https://bugs.python.org/issue7904 - Python < 2.7 - if urlpars...
The workarounds are not required assuming the bugs regarding urlparse are absent in Python versions >2.7. We already exit the program if Python version<2.7 in the __init__.py(line 17).The monkeypatches are deployed after this check at line 27 in the __init__.py .
https://api.github.com/repos/scrapy/scrapy/pulls/3907
2019-07-27T07:59:24Z
2019-08-01T08:41:27Z
2019-08-01T08:41:27Z
2019-08-01T08:41:42Z
188
scrapy/scrapy
35,063
Added awesome pysolr library to Search section.
diff --git a/README.md b/README.md index 213de8659..c6f2a7f00 100644 --- a/README.md +++ b/README.md @@ -957,6 +957,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [elasticsearch-dsl-py](https://github.com/elastic/elasticsearch-dsl-py) - The official high-level Python client for Elasticsearch....
## What is this Python project? [pysolr](https://github.com/django-haystack/pysolr/) is a lightweight Python wrapper for Apache Solr. It provides an interface that queries the server and returns results based on the query. Latest release on Python package index: https://pypi.python.org/pypi/pysolr/3.6.0 ## Wha...
https://api.github.com/repos/vinta/awesome-python/pulls/881
2017-05-02T09:14:02Z
2017-05-03T13:46:07Z
2017-05-03T13:46:07Z
2017-05-03T13:46:07Z
283
vinta/awesome-python
26,937
Default environ
diff --git a/CHANGES b/CHANGES index 5a1f5a3334..13ce156c22 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,8 @@ Version 0.12 well as error handlers. - Disable logger propagation by default for the app logger. - Add support for range requests in ``send_file``. +- ``app.test_client`` includes preset default environ...
Addresses #1467. Now you can pass `environ_base` dictionary into `app.test_client`. This also allows overriding per `open` call (or `make_test_environ_builder` call). Perhaps a better solution would be to edit werkzeug directly and add it to that init (which, in turn, would allow us to remove the subclass init). I don...
https://api.github.com/repos/pallets/flask/pulls/2047
2016-10-01T16:54:53Z
2016-10-12T06:54:25Z
2016-10-12T06:54:25Z
2020-11-14T02:52:56Z
984
pallets/flask
20,846
nvidia-ai-endpoints[patch]: release 0.0.2
diff --git a/libs/partners/nvidia-ai-endpoints/pyproject.toml b/libs/partners/nvidia-ai-endpoints/pyproject.toml index fe13960fd753e3..e75e70c8c5435d 100644 --- a/libs/partners/nvidia-ai-endpoints/pyproject.toml +++ b/libs/partners/nvidia-ai-endpoints/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-nvi...
https://api.github.com/repos/langchain-ai/langchain/pulls/17125
2024-02-06T20:43:57Z
2024-02-06T20:48:25Z
2024-02-06T20:48:25Z
2024-02-06T20:48:26Z
160
langchain-ai/langchain
42,935
Add jet-bridge
diff --git a/README.md b/README.md index ded142745..c706e66ad 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [django-jet](https://github.com/geex-arts/django-jet) - Modern responsive template for the Django admin interface with improved fu...
## What is this Python project? Jet Admin is a SaaS service that automatically generates extendable back office for your application. Jet Bridge is a standalone app which generates REST API thought which your SQL database is connected to Jet Admin. All you need is to install Jet Bridge adapter and connect it to ...
https://api.github.com/repos/vinta/awesome-python/pulls/1385
2019-10-09T15:28:20Z
2019-10-17T14:50:50Z
2019-10-17T14:50:50Z
2019-10-17T14:50:50Z
273
vinta/awesome-python
27,145
Refs #29898 -- Refactored out ProjectState.resolve_model_relations()/resolve_model_field_relations() hooks.
diff --git a/django/db/migrations/state.py b/django/db/migrations/state.py index 6e023415bdadc..392708134d19e 100644 --- a/django/db/migrations/state.py +++ b/django/db/migrations/state.py @@ -346,6 +346,40 @@ def _reload(self, related_models): # Render all models self.apps.render_multiple(states_to_b...
https://api.github.com/repos/django/django/pulls/14781
2021-08-20T06:58:21Z
2021-08-20T18:24:09Z
2021-08-20T18:24:09Z
2021-08-20T18:25:05Z
756
django/django
51,396
[ie/Axs] new extractor
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index b788737a2da..b836fe8a3d5 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -165,6 +165,7 @@ AWAANLiveIE, AWAANSeasonIE, ) +from .axs import AxsIE from .azmedien import AZMedienIE from .b...
Fixes https://github.com/yt-dlp/yt-dlp/issues/7451 **IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information Add support for axs.tv. Fixes #7451 Note: The URLs in the tests may or may not expire. I originally had a one URL, but it seems to have di...
https://api.github.com/repos/yt-dlp/yt-dlp/pulls/8094
2023-09-12T13:06:14Z
2023-09-16T10:04:09Z
2023-09-16T10:04:08Z
2023-09-16T10:04:09Z
1,218
yt-dlp/yt-dlp
8,156
Fix typos, comments, unused imports
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a05e6811..2cd0594bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change the render prefix to correspond to the decimal units in progress +### Fixed + +- Fixed typo i...
## 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/362
2020-10-08T04:01:06Z
2020-10-08T13:17:33Z
2020-10-08T13:17:33Z
2020-10-08T13:17:33Z
1,604
Textualize/rich
47,936
[Bilibili] Add 8k support
diff --git a/yt_dlp/extractor/bilibili.py b/yt_dlp/extractor/bilibili.py index 4223a80ff39..652115898ab 100644 --- a/yt_dlp/extractor/bilibili.py +++ b/yt_dlp/extractor/bilibili.py @@ -17,9 +17,9 @@ ExtractorError, int_or_none, float_or_none, + mimetype2ext, parse_iso8601, traverse_obj, - ...
## 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/1964
2021-12-11T18:04:22Z
2022-01-30T18:51:23Z
2022-01-30T18:51:22Z
2022-01-30T18:51:23Z
3,372
yt-dlp/yt-dlp
7,649
[ie/abematv] allow login on AbemaTVTitle
diff --git a/yt_dlp/extractor/abematv.py b/yt_dlp/extractor/abematv.py index 0a610e3151f..6453dde9732 100644 --- a/yt_dlp/extractor/abematv.py +++ b/yt_dlp/extractor/abematv.py @@ -92,6 +92,8 @@ def abematv_license_open(self, url): class AbemaTVBaseIE(InfoExtractor): + _NETRC_MACHINE = 'abematv' + _USERTOK...
**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/8901
2024-01-01T06:10:39Z
2024-01-19T09:50:17Z
2024-01-19T09:50:17Z
2024-01-19T09:50:17Z
1,069
yt-dlp/yt-dlp
7,555
[requires.io] dependency update on master branch
diff --git a/setup.py b/setup.py index ad792881e0..4f824ddf95 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ 'dev': [ "flake8>=3.5, <3.6", "Flask>=0.10.1, <0.13", - "mypy>=0.550,<0.551", + "mypy>=0.560,<0.561", "pytest-cov>=2.2.1, <3", ...
https://api.github.com/repos/mitmproxy/mitmproxy/pulls/2682
2017-12-15T22:20:15Z
2017-12-16T07:50:43Z
2017-12-16T07:50:43Z
2017-12-16T07:50:46Z
157
mitmproxy/mitmproxy
28,391
New extractor: live.philharmoniedeparis.fr
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index ab80fd5e0e5..641c45f4345 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -377,6 +377,7 @@ from .parliamentliveuk import ParliamentLiveUKIE from .patreon import PatreonIE from .pbs import PBS...
This should resolve #5465.
https://api.github.com/repos/ytdl-org/youtube-dl/pulls/5533
2015-04-26T12:24:16Z
2015-04-26T21:37:09Z
2015-04-26T21:37:08Z
2015-04-27T11:25:22Z
973
ytdl-org/youtube-dl
50,023
Some spelling corrections
diff --git a/README.md b/README.md index dd0f87834..dee3dad80 100644 --- a/README.md +++ b/README.md @@ -284,13 +284,13 @@ long, literate-programming-style documentation generator. ## Database Drivers -*Libraties for connecting and operating databases.* +*Libraries for connecting and operating databases.* * Rel...
Just some small spelling and grammatical improvements that I found while reading through.
https://api.github.com/repos/vinta/awesome-python/pulls/130
2014-07-10T18:42:48Z
2014-07-10T18:57:51Z
2014-07-10T18:57:51Z
2014-07-10T18:57:51Z
513
vinta/awesome-python
27,242
rename bool to str2bool
diff --git a/tools/infer/utility.py b/tools/infer/utility.py index c8e8d5b334..2f1803c089 100755 --- a/tools/infer/utility.py +++ b/tools/infer/utility.py @@ -51,7 +51,7 @@ def init_args(): parser.add_argument("--det_db_box_thresh", type=float, default=0.6) parser.add_argument("--det_db_unclip_ratio", type=fl...
https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/3585
2021-08-07T07:48:17Z
2021-08-09T04:05:08Z
2021-08-09T04:05:08Z
2021-11-13T03:30:26Z
560
PaddlePaddle/PaddleOCR
42,453
Update Lexicon requirements to stabilize certbot-dns-ovh behavior
diff --git a/certbot-ci/certbot_integration_tests/utils/misc.py b/certbot-ci/certbot_integration_tests/utils/misc.py index 8260ccf5e58..dfeda4cda5b 100644 --- a/certbot-ci/certbot_integration_tests/utils/misc.py +++ b/certbot-ci/certbot_integration_tests/utils/misc.py @@ -52,10 +52,10 @@ def _suppress_x509_verification...
Fixes #9799 You can see in the issue the reasoning to raise the minimum version of Lexicon to 3.15.1 for certbot-dns-ovh.
https://api.github.com/repos/certbot/certbot/pulls/9802
2023-10-13T16:06:06Z
2023-10-18T20:19:26Z
2023-10-18T20:19:26Z
2023-10-19T19:00:06Z
3,583
certbot/certbot
3,584
add heap_sort.py
diff --git a/heap_sort.py b/heap_sort.py new file mode 100644 index 0000000000..e92e5aafaa --- /dev/null +++ b/heap_sort.py @@ -0,0 +1,47 @@ +# This program is a comparison based sorting technique. +# It is similar to selection sort in the sense that it first identifies the maximum element, +# and places it at the end....
https://api.github.com/repos/geekcomputers/Python/pulls/1306
2021-03-29T19:18:15Z
2021-04-02T13:09:05Z
2021-04-02T13:09:05Z
2021-04-02T13:09:05Z
507
geekcomputers/Python
31,372
fix typo
diff --git a/README.md b/README.md index e69822eb3..52363d79f 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Part-of-Speech tagging). These models are all released under the same license as the source code (Apache 2.0). -The links to the models are here (right-cick, 'Save link as...' on the name): +The ...
https://api.github.com/repos/google-research/bert/pulls/31
2018-11-02T04:23:09Z
2018-11-02T04:27:00Z
2018-11-02T04:27:00Z
2018-11-02T04:27:00Z
182
google-research/bert
38,439
rm dyg shape for trt
diff --git a/tools/infer/utility.py b/tools/infer/utility.py index 55ec0a238a..2a932df7c9 100644 --- a/tools/infer/utility.py +++ b/tools/infer/utility.py @@ -229,89 +229,10 @@ def create_predictor(args, mode, logger): ) config.enable_tuned_tensorrt_dynamic_shape( ...
att Almost no diff using collecting shape * GPU * [2022/08/17 15:19:19] ppocr INFO: Predicts of ./train_data/test_eval/200_crop/310_crop_160_16.jpg:('出发地陶克苏', 0.798431932926178) * GPU+trt + delete pass * [2022/08/17 15:20:21] ppocr INFO: Predicts of ./train_data/test_eval/200_crop/310_crop_160_16.jpg:('出发地...
https://api.github.com/repos/PaddlePaddle/PaddleOCR/pulls/7221
2022-08-17T03:06:25Z
2022-08-17T15:24:47Z
2022-08-17T15:24:47Z
2022-08-17T15:24:47Z
1,679
PaddlePaddle/PaddleOCR
42,759
Grids saving to subdirectory when setting unchecked
diff --git a/modules/processing.py b/modules/processing.py index 0246e094814..3abf31813fa 100644 --- a/modules/processing.py +++ b/modules/processing.py @@ -406,7 +406,7 @@ def infotext(iteration=0, position_in_batch=0): index_of_first_image = 1 if opts.grid_save: - ima...
#1086 Grids currently save to a subdirectory when the "Save images to subdirectory" setting is checked but the "Save grids to subdirectory" setting isn't. This change passes along the existing grid flag to resolve the issue.
https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/pulls/1090
2022-09-26T09:40:17Z
2022-09-27T05:58:47Z
2022-09-27T05:58:47Z
2022-09-27T05:58:47Z
258
AUTOMATIC1111/stable-diffusion-webui
40,142
[stable-2.13] ansible-test - Specify config path in plugin error
diff --git a/changelogs/fragments/ansible-test-test-plugin-error-message.yml b/changelogs/fragments/ansible-test-test-plugin-error-message.yml new file mode 100644 index 00000000000000..f510425a13d89e --- /dev/null +++ b/changelogs/fragments/ansible-test-test-plugin-error-message.yml @@ -0,0 +1,3 @@ +minor_changes: + ...
##### SUMMARY Backport of https://github.com/ansible/ansible/pull/79881 (cherry picked from commit d48d1c23df171074e799717e824a8c5ace470643) ##### ISSUE TYPE Feature Pull Request ##### COMPONENT NAME ansible-test
https://api.github.com/repos/ansible/ansible/pulls/79978
2023-02-10T21:26:17Z
2023-02-10T22:56:54Z
2023-02-10T22:56:54Z
2023-02-17T14:00:12Z
570
ansible/ansible
49,455
ANSWERED Network Related
diff --git a/README.md b/README.md index 30dd8ba08..c74f575c6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ <tr> <td align="center"><a href="#coding"><img src="images/coding.png" width="75px;" height="75px;" alt="coding"/><br /><b>Coding</b></a><br /><sub><a href="#coding-beginner">Beginner :baby:</a...
https://api.github.com/repos/bregman-arie/devops-exercises/pulls/72
2020-01-26T01:01:47Z
2020-01-31T19:18:41Z
2020-01-31T19:18:41Z
2020-01-31T19:18:41Z
3,181
bregman-arie/devops-exercises
17,662
Put table back after we are done with it
diff --git a/blns.json b/blns.json index a2ac16b..af5c192 100644 --- a/blns.json +++ b/blns.json @@ -11,6 +11,8 @@ "false", "True", "False", + "TRUE", + "FALSE", "None", "hasOwnProperty", "\\", @@ -99,6 +101,7 @@ "⁰⁴⁵", "₀₁₂", "⁰⁴⁵₀₁₂", + "ด้้้้้็็็็็้้้้้็็็็็้้้้้้้้็็็็็้้้้้...
Apparently also update blns.json
https://api.github.com/repos/minimaxir/big-list-of-naughty-strings/pulls/108
2017-01-16T09:40:58Z
2017-01-16T15:36:36Z
2017-01-16T15:36:36Z
2017-01-16T15:36:36Z
1,229
minimaxir/big-list-of-naughty-strings
4,793
pygame
diff --git a/pygame.py b/pygame.py new file mode 100644 index 0000000000..d0b620bbea --- /dev/null +++ b/pygame.py @@ -0,0 +1,77 @@ +author-slayking1965 +""" +This is a game very similar to stone paper scissor +In this game : +if computer chooses snake and user chooses water, the snake will drink water and computer win...
plz merge it
https://api.github.com/repos/geekcomputers/Python/pulls/1079
2020-10-07T02:29:23Z
2020-10-10T20:41:57Z
2020-10-10T20:41:57Z
2020-10-10T20:41:57Z
643
geekcomputers/Python
31,518
Added netius as a WSGI server
diff --git a/README.md b/README.md index dd0f87834..47691b50e 100644 --- a/README.md +++ b/README.md @@ -591,6 +591,7 @@ long, literate-programming-style documentation generator. * [paste](http://pythonpaste.org/) - Multi-threaded, stable, tried and tested. * [rocket](http://pypi.python.org/pypi/rocket) - Multi-threa...
It's a stable non blocking async server in pure python. Works with both python 2 and 3.
https://api.github.com/repos/vinta/awesome-python/pulls/123
2014-07-10T09:25:15Z
2014-07-12T12:53:04Z
2014-07-12T12:53:04Z
2014-07-12T12:53:04Z
231
vinta/awesome-python
27,199
Docker env setup related changes
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 85227dcc5c9..17b6f699a33 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -24,4 +24,6 @@ RUN echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1. RUN apt update && apt install bazel -y USER $USERNAM...
For those of us opting for the docker way of setting up the development environment but not using the `devcontainer.json` file, it would be useful to have this patch in place that includes the following changes: 1) Changes to the `Dockerfile` -- As this file doesn't have a `CMD` instruction defined, the image tends...
https://api.github.com/repos/keras-team/keras/pulls/16040
2022-02-10T10:45:32Z
2022-02-27T00:07:40Z
2022-02-27T00:07:40Z
2022-03-09T11:23:22Z
299
keras-team/keras
47,261
[doc] add tutorial for booster checkpoint
diff --git a/colossalai/booster/booster.py b/colossalai/booster/booster.py index c14e602deaf5..6f2adaf03074 100644 --- a/colossalai/booster/booster.py +++ b/colossalai/booster/booster.py @@ -151,6 +151,16 @@ def no_sync(self, model: nn.Module) -> contextmanager: return self.plugin.no_sync(model) def loa...
## 📌 Checklist before creating the PR - [x] I have created an issue for this PR for traceability - [x] The title follows the standard format: `[doc/gemini/tensor/...]: A concise description` - [x] I have added relevant tags if possible for us to better distinguish different PRs ## 🚨 Issue number > Link t...
https://api.github.com/repos/hpcaitech/ColossalAI/pulls/3785
2023-05-19T09:19:31Z
2023-05-19T10:05:09Z
2023-05-19T10:05:09Z
2023-05-19T10:05:12Z
3,197
hpcaitech/ColossalAI
11,769