pr_id
int64
repo_id
null
repo_name
string
text
string
56
null
google/ci_edit
# Repository Context Name: google/ci_edit Description: # Pull Request ## New color for status line I figured a bright blue would work. It seems to be somewhat more consistent throughout the terminals. See if this is true for you as well. I used the keyword color, since it's currently not being used by much. If we e...
46
null
salt-extensions/saltext-proxmox
# Repository Context Name: salt-extensions/saltext-proxmox Description: # Pull Request ## Call cloud utils via dunder ### What does this PR do? Calls `salt.utils.cloud` via the loader because expects to be called that way (it references `__opts__`). Hopefully, this changes in the future and we can use direct impor...
7,457
null
cvat-ai/cvat
# Repository Context Name: cvat-ai/cvat Description: # Pull Request ## Exception event: 'not authentificated' was removed from analytics <!-- Raise an issue to propose your change (https://github.com/opencv/cvat/issues). It helps to avoid duplication of efforts from multiple independent contributors. Discuss your...
20
null
VeNoMouS/cloudscraper
# Repository Context Name: VeNoMouS/cloudscraper Description: # Pull Request ## Release 1.1.4 - Fix polyfill for italics (#18) * Release 1.1.4 - Fix polyfill for italics # Relevant Files Found ## cloudscraper/__init__.py ``` import logging import re import sys import ssl from copy import deepcopy from time impo...
703
null
canonical/prometheus-k8s-operator
# Repository Context Name: canonical/prometheus-k8s-operator Description: # Pull Request ## chore: update charm libraries Automated action to fetch the latest minor and major versions of all charm libraries used by this charm. The branch of this PR will be overwritten during the next check. Unless you really know ...
653
null
google/mobly
# Repository Context Name: google/mobly Description: # Pull Request ## Do not add `--user` in snippet commands for SDK < 24. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/mobly/653...
304
null
app-sre/qontract-reconcile
# Repository Context Name: app-sre/qontract-reconcile Description: # Pull Request ## [terraform-resources] add dynamodb support # Relevant Files Found ## reconcile/terraform_resources.py ``` import sys import shutil import semver import utils.gql as gql import utils.threaded as threaded import reconcile.opensh...
842
null
AI-Hypercomputer/maxtext
# Repository Context Name: AI-Hypercomputer/maxtext Description: # Pull Request ## Optimize overhead right before the first train_step # Relevant Files Found ## MaxText/input_pipeline/_tfds_data_processing_c4_mlperf.py ``` """ Copyright 2023 Google LLC Licensed under the Apache License, Version 2.0 (the "Licen...
140
null
google-research/morph-net
# Repository Context Name: google-research/morph-net Description: # Pull Request ## Remove flop_regularizer_test.testFlopRegularizerWithContribFC dependence on TF random seed. Remove flop_regularizer_test.testFlopRegularizerWithContribFC dependence on TF random seed. # Relevant Files Found ## morph_net/network_r...
4,656
null
mage-ai/mage-ai
# Repository Context Name: mage-ai/mage-ai Description: # Pull Request ## [dy] Share main project logging config with workspaces # Description <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for thi...
1
null
mcgillij/noita_save_manager
# Repository Context Name: mcgillij/noita_save_manager Description: # Pull Request ## update to detect if noita is running also check if running in windows for path expansion # Relevant Files Found ## save_noita.py ``` """ Noita Savegame Manager """ import os import shutil from datetime import datetime import Py...
295
null
python-zk/kazoo
# Repository Context Name: python-zk/kazoo Description: # Pull Request ## Use the spawn method when creating thread handler workers Instead of creating daemon threads in two places, both using the same code, just have the `_create_thread_worker` method call into the spawn method to delegate to it to create a daemon...
5,919
null
mlflow/mlflow
# Repository Context Name: mlflow/mlflow Description: # Pull Request ## Disable estimator parameter validation in `scikit-learn >= 1.2.0`, not `scikit-learn > 1.1.0` Signed-off-by: harupy <hkawamura0130@gmail.com> ## Related Issues/PRs <!-- Please reference any related feature requests, issues, or PRs here. ...
107
null
pytr-org/pytr
# Repository Context Name: pytr-org/pytr Description: # Pull Request ## timeline: retrieve next timeline, only if in the response is at least one new entry On my account, I get the message "Received duplicate event..." within an endless loop (all the time with the same 30 "duplicate events), so is it possible to se...
7
null
ponytailer/pydantic-client
# Repository Context Name: ponytailer/pydantic-client Description: # Pull Request ## fix arg type # Relevant Files Found ## pydantic_client/proxy.py ``` import inspect import logging import re from typing import Any, Dict from urllib.parse import urlparse from pydantic_client.clients.abstract_client import Abs...
478
null
microsoft/superbenchmark
# Repository Context Name: microsoft/superbenchmark Description: # Pull Request ## CI/CD - Upgrade networkx version to fix installation compatibility issue **Description** Upgrade networkx version to fix installation compatibility issue. # Relevant Files Found ## setup.py ``` # Copyright (c) Microsoft Corpo...
1,407
null
opentensor/bittensor
# Repository Context Name: opentensor/bittensor Description: # Pull Request ## remove hotkey from proto and dendrite Reduce attack vector by removing `hotkey` as a field in the proto and requests. Add to https://github.com/opentensor/bittensor/pull/1394 which is already in master. # Relevant Files Found ## bitte...
8
null
hyperwallet/python-sdk
# Repository Context Name: hyperwallet/python-sdk Description: # Pull Request ## Added layer 7 encryption for requests/responses of Hyperwallet client # Relevant Files Found ## hyperwallet/api.py ``` #!/usr/bin/env python import os from .config import SERVER from .exceptions import HyperwalletException from ....
101
null
jaredks/rumps
# Repository Context Name: jaredks/rumps Description: # Pull Request ## Slider menu item Based on https://github.com/jaredks/rumps/pull/62 * Made `SliderMenuItem` not inherit from `MenuItem` since the functionality was not one-to-one * Added `slider` decorator # Relevant Files Found ## rumps/__init__.py ``` ...
176
null
dlarrick/hass-kumo
# Repository Context Name: dlarrick/hass-kumo Description: # Pull Request ## Add `ClimateEntityFeature.TURN_OFF` feature & implementation This is a followup of #163 which implements the `turn_off` action and updates documentation. # Relevant Files Found ## custom_components/kumo/climate.py ``` """HomeAssistant c...
325
null
cheran-senthil/TLE
# Repository Context Name: cheran-senthil/TLE Description: # Pull Request ## Make ranklist case insensitive. Fixes #278 # Relevant Files Found ## tle/cogs/contests.py ``` import asyncio import functools import json import logging import time import datetime as dt from collections import defaultdict import dis...
1,258
null
varfish-org/varfish-server
# Repository Context Name: varfish-org/varfish-server Description: # Pull Request ## feat: allow using secret files for secrets (#1257) <!-- NOTE NOTE In most cases, you should create an issue first, and only then NOTE a pull request. Please see the contribution guidelines for NOTE further information. In p...
392
null
pkgcore/pkgcheck
# Repository Context Name: pkgcore/pkgcheck Description: # Pull Request ## network: Limit checks to newest versions in slot (correctly) Replace the resulting filter in network checks with source filtering. This has the advantage that the checks are actually done only for the interesting versions, rather than being ...
306
null
openwisp/django-rest-framework-gis
# Repository Context Name: openwisp/django-rest-framework-gis Description: # Pull Request ## [deps] Update django-filter requirement from ~=23.5 to >=23.5,<25.0 Updates the requirements on [django-filter](https://github.com/carltongibson/django-filter) to permit the latest version. <details> <summary>Changelog</sum...
529
null
google-parfait/tensorflow-federated
# Repository Context Name: google-parfait/tensorflow-federated Description: # Pull Request ## Fix test assertions in graph_utils_test. Fix test assertions in graph_utils_test. # Relevant Files Found ## tensorflow_federated/python/core/impl/graph_utils_test.py ``` # Lint as: python3 # Copyright 2018, The TensorFl...
55
null
SemaphoreSolutions/s4-clarity-lib
# Repository Context Name: SemaphoreSolutions/s4-clarity-lib Description: # Pull Request ## check for placement node that matches uri before creating one prevents error "Duplicate Artifact" from clarity when updating a placement without clearing first # Relevant Files Found ## s4/clarity/step.py ``` # Copyright ...
3,077
null
strawberry-graphql/strawberry
# Repository Context Name: strawberry-graphql/strawberry Description: # Pull Request ## Codegen generic types <!--- Provide a general summary of your changes in the title above. --> Codegen currently chokes on generic types. Let's make that _not_ happen. (My team ran in this with Pagination APIs where a Page w...
8
null
spotify/confidence
# Repository Context Name: spotify/confidence Description: # Pull Request ## Release 2.1.4 Added support for NaNs in NIMs # Relevant Files Found ## spotify_confidence/analysis/confidence_utils.py ``` # Copyright 2017-2020 Spotify AB # # Licensed under the Apache License, Version 2.0 (the "License"); # you may no...
3,362
null
hypothesis/h
# Repository Context Name: hypothesis/h Description: # Pull Request ## Tidy up linters in dev deps # Relevant Files Found ## setup.py ``` # -*- coding: utf-8 -*- from __future__ import print_function from codecs import open from contextlib import contextmanager from setuptools import find_packages from setupt...
1,615
null
spcl/dace
# Repository Context Name: spcl/dace Description: # Pull Request ## Fix incorrect input/output of nested dace programs # Relevant Files Found ## dace/frontend/python/newast.py ``` # Copyright 2019-2024 ETH Zurich and the DaCe authors. All rights reserved. import ast from collections import OrderedDict import co...
5,996
null
sktime/sktime
# Repository Context Name: sktime/sktime Description: # Pull Request ## [BUG] Fixed transform method of MSTL transformer <!-- Welcome to sktime, and thanks for contributing! Please have a look at our contribution guide: https://www.sktime.net/en/latest/get_involved/contributing.html --> #### Reference Issues...
14
null
opencast/helper-scripts
# Repository Context Name: opencast/helper-scripts Description: # Pull Request ## create changelog script updated The script should generate an pretty printed changelog in yaml format. Each log message should looks like: [\<MH-XXXXX\>][#\<PR Nr\>] - \<PR title\> if the OC ticket number can be parsed from the ...
12,580
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Set event_id foreign key in recorded states ## Description: It turns out that the recorder tables Events and States are not connected because the foreign key is NULL. We actually do transfer the ID but the Events SQL record has not bee...
23,858
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## DOC/TST: doctests leaving extraneous files - [x] closes #23201 - [ ] tests added / passed - [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [ ] whatsnew entry # Relevant Files Found ## pandas/core/frame.py ``` ...
846
null
Open-MSS/MSS
# Repository Context Name: Open-MSS/MSS Description: # Pull Request ## Fix issue #843 * replaced some nice, but unparseable unit strings * fixed wrong conversion ratios * added test # Relevant Files Found ## mslib/mswms/_tests/test_utils.py ``` from mslib.mswms.utils import Targets def test_targets(): fo...
35
null
fuzzylabs/matcha
# Repository Context Name: fuzzylabs/matcha Description: # Pull Request ## [RPD-56] [BUG] Fix the call to get the subscription_id in the AzureClient The following error is thrown: ```bash Message: The subscription identifier '<bound method AzureClient._subscription_id of <matcha_ml.services.azure_service.Azure...
44
null
dennis6p/adaptive-cards-py
# Repository Context Name: dennis6p/adaptive-cards-py Description: # Pull Request ## Added missing attributes to inputs Changed `Input.label` type to `Optional[str]` and added the missing `min` attributes to `InputNumber`, `InputDate` and `InputTime` # Relevant Files Found ## adaptive_cards/inputs.py ``` """Impl...
421
null
hugovk/pypistats
# Repository Context Name: hugovk/pypistats Description: # Pull Request ## Disable colour to fix CI Similar to https://github.com/hugovk/norwegianblue/pull/190. Except use pytest's `monkeypatch`, can avoid importing `os` and `unittest.mock`. # Relevant Files Found ## tests/test_pypistats.py ``` """ Unit tests...
4,812
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## [MRG] Streamline ICA-related log messages Some minor cosmetic fixes in ICA-related log messages. # Relevant Files Found ## mne/preprocessing/ica.py ``` # Authors: Denis A. Engemann <denis.engemann@gmail.com> # Alexandre Gramf...
253
null
chainer/chainerrl
# Repository Context Name: chainer/chainerrl Description: # Pull Request ## Use gym and atari wrappers instead of chainerrl.envs.ale Resolves #251 - [x] Compare performance of agents - [x] Compare speed - [x] Apply to all examples under examples/ale # Relevant Files Found ## examples/ale/train_a3c_ale.py `...
1,351
null
ludwig-ai/ludwig
# Repository Context Name: ludwig-ai/ludwig Description: # Pull Request ## Removed bugs to enable training on insurance lite dataset This PR - Added `kwargs` to ViT - Made config args for ViT consistent with encoder args - Cleaned up feature migrations for images, categories and dates. # Relevant Files Found #...
198
null
community-tech-alliance/dbt-cta
# Repository Context Name: community-tech-alliance/dbt-cta Description: # Pull Request ## feat: make matview generator script not case sensitive This is literally the tiniest thing and approximately does not matter but I want it to happen lol # Relevant Files Found ## utils/dbt_format_utils.py ``` import argpars...
193
null
catherinedevlin/ipython-sql
# Repository Context Name: catherinedevlin/ipython-sql Description: # Pull Request ## Use connect_str, so loading from DSN file actually works # Relevant Files Found ## src/sql/magic.py ``` import json import re from string import Formatter from IPython.core.magic import ( Magics, cell_magic, line_...
34
null
asottile/babi
# Repository Context Name: asottile/babi Description: # Pull Request ## babi: require 3.6.1+ [python 3 statement - 3.6.0](https://github.com/asottile/scratch/wiki/python-3-statement#360) (due to broken `NamedTuple` in 3.6.0) # Relevant Files Found ## tests/features/conftest.py ``` import contextlib import cur...
600
null
AllenNeuralDynamics/dynamic-foraging-task
# Repository Context Name: AllenNeuralDynamics/dynamic-foraging-task Description: # Pull Request ## confirm the experimenter name ### Pull Request instructions: - Please follow the [update protocol](https://github.com/AllenNeuralDynamics/aind-behavior-blog/wiki/Software-Update-Procedures) - Answer the questions b...
9
null
ubiquity6/MVSNet
# Repository Context Name: ubiquity6/MVSNet Description: # Pull Request ## Use OpenCV Headless, fix setup.py, pin versions to test this, I ran the following ``` virtualenv .venv source .venv/bin/activate pip install git+https://github.com/ubiquity6/MVSNet@andrew/opencv-headless python -m mvsnet.inference --...
144
null
UrbanCCD-UChicago/plenario
# Repository Context Name: UrbanCCD-UChicago/plenario Description: # Pull Request ## Dockerfile This adds a Dockerfile and docker use instructions to the readme. However, it is not the ideal Docker setup. Ideally, we would want a repo like [this from discourse](https://github.com/discourse/discourse_docker) that ...
216
null
mitodl/bootcamp-ecommerce
# Repository Context Name: mitodl/bootcamp-ecommerce Description: # Pull Request ## Synchronized email address with email address from edX #### What are the relevant tickets? fixes https://github.com/mitodl/bootcamp-ecommerce/issues/215 #### What's this PR do? - it updates pipeline api so that user can update ...
1
null
Invisible-Computers/image-gallery
# Repository Context Name: Invisible-Computers/image-gallery Description: # Pull Request ## Simplify # Relevant Files Found ## src/app/models.py ``` from django.db import models class OneTimeToken(models.Model): owner_id = models.UUIDField(unique=True) expiration_time = models.DateTimeField() tok...
111
null
dmmiller612/bert-extractive-summarizer
# Repository Context Name: dmmiller612/bert-extractive-summarizer Description: # Pull Request ## Small cleanup # Relevant Files Found ## summarizer/bert_parent.py ``` from typing import List, Union import numpy as np import torch from numpy import ndarray from transformers import (AlbertModel, AlbertTokenizer,...
41
null
zimmerman-team/IATI.cloud
# Repository Context Name: zimmerman-team/IATI.cloud Description: # Pull Request ## restuctured new api # Relevant Files Found ## OIPA/OIPA/urls.py ``` from django.conf import settings from django.conf.urls import patterns, include, url from django.contrib.staticfiles.urls import staticfiles_urlpatterns from dj...
4
null
nutanixdev/code-samples
# Repository Context Name: nutanixdev/code-samples Description: # Pull Request ## Add new v4 API setup files # Relevant Files Found ## python/v4api_sdk/startup.py ``` import sys import urllib3 import uuid import os import json from dataclasses import dataclass from tme import Utils import ntnx_lcm_py_client f...
254
null
pschmitt/roombapy
# Repository Context Name: pschmitt/roombapy Description: # Pull Request ## Fix PLW2901 https://docs.astral.sh/ruff/rules/redefined-loop-name/ Feel free to suggest other variable names # Relevant Files Found ## roombapy/roomba.py ``` #!/usr/bin/env python """Python 3.* (thanks to pschmitt for adding Python 3...
20
null
codingjoe/django-stdimage
# Repository Context Name: codingjoe/django-stdimage Description: # Pull Request ## Made input attribute accept="image/*" to make filepicker filter images Since StdImageField is for images, lets make the file input have the attribute accept="image/*" so that the filepicker filters out uneccesary files # Relevant ...
52,456
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove redundant property definitions in RainMachine <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe th...
642
null
pyocd/pyOCD
# Repository Context Name: pyocd/pyOCD Description: # Pull Request ## Fix location of input data for flash algorithms in STM32F412xx target. I believe there was a typo in the last update for the target file. Will it be possible to do the minor release with the fix? It seems this is blocking usage of this target. ...
65
null
getcontacts/getcontacts
# Repository Context Name: getcontacts/getcontacts Description: # Pull Request ## Update contact_utils.py fix bug related to issue #59 # Relevant Files Found ## contact_calc/contact_utils.py ``` ############################################################################ # Copyright 2018 Anthony Ma & Stanford Un...
1,890
null
mozilla/bugbot
# Repository Context Name: mozilla/bugbot Description: # Pull Request ## [no_severity] Disable for bugs imported by Move to Bugzilla add-on <!--- Please describe why and what this Pull Request is doing --> Part of #1889 ## Checklist <!--- The following should be done (and marked as completed) when app...
31
null
VainF/pytorch-msssim
# Repository Context Name: VainF/pytorch-msssim Description: # Pull Request ## Changed tensor .to references for performance Moving `.to` references within tensor creation slightly increases performance since it doesn't have to create it and then change it. # Relevant Files Found ## pytorch_msssim/ssim.py ``` # ...
25,554
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## libassert: add version 2.1.2 ### Summary Changes to recipe: **libassert/2.1.2** #### Motivation libassert/2.1.2 requires cpptrace/0.7.2 or later due to renaming header file names. #### Details https://github.com/jeremy-r...
832
null
awslabs/sockeye
# Repository Context Name: awslabs/sockeye Description: # Pull Request ## Quantization: use tied weight parameter MXNet 1.6 introduced optional deduplication when files are saved. This effectively relies on the same weight objects being shared when a model is loaded, but previously quantization broke that. This...
3,348
null
statsmodels/statsmodels
# Repository Context Name: statsmodels/statsmodels Description: # Pull Request ## COMPAT: Avoid future warnings for pandas Refactor pandas to use a compat shim xref #3332 # Relevant Files Found ## statsmodels/compat/numpy.py ``` """Compatibility functions for numpy versions in lib np.unique --------- Behavio...
114
null
gyana/gyana
# Repository Context Name: gyana/gyana Description: # Pull Request ## Forms and CRUD template improvements # Relevant Files Found ## apps/users/forms.py ``` from django import forms from django.contrib.auth.forms import UserChangeForm from .models import CustomUser class CustomUserChangeForm(UserChangeForm):...
94
null
drivendataorg/erdantic
# Repository Context Name: drivendataorg/erdantic Description: # Pull Request ## Add legacy pydantic v1 support Add support for old pydantic v1 models, so both versions of pydantic can be used with same version of erdantic. Not sure how much it is useful for everybody (all pydantic v1 models will hopefully go aw...
72
null
gisce/sii
# Repository Context Name: gisce/sii Description: # Pull Request ## Release 0.3.8 This release: - Add origin_date_invoice #69 - Add marshmallow custom error messages #71 # Relevant Files Found ## sii/models/invoices_record.py ``` # coding=utf-8 from marshmallow import Schema, fields, post_dump from marshmal...
60
null
MicroPyramid/Django-CRM
# Repository Context Name: MicroPyramid/Django-CRM Description: # Pull Request ## Reset password Fixed Reset password issue Updated Readme.rst file Fixed travis.yml Updated html with indentation # Relevant Files Found ## common/urls.py ``` from django.conf.urls import url from common import views from d...
1,875
null
mozilla/bugbot
# Repository Context Name: mozilla/bugbot Description: # Pull Request ## [variant_expiration] Avoid using the default version value when creating a bug <!--- Please describe why and what this Pull Request is doing --> Fixes #1872 ## Checklist <!--- The following should be done (and marked as completed)...
32
null
ioflo/hio
# Repository Context Name: ioflo/hio Description: # Pull Request ## Fixed connection limit in tcp server upped listen backlog to 128 from 5 default also removed dependencies on netifaces, blake3, and pysodium not used # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- encoding: utf-8 -*- """ $ py...
61
null
gwu-libraries/obento
# Repository Context Name: gwu-libraries/obento Description: # Pull Request ## M3 results display improvements This branch addresses several, but not all, issues in m3 relating to: - Adding selected metadata fields to display in summon and aquabrowser results (a more through job will be helped by reviewing the logi...
250
null
jrief/django-formset
# Repository Context Name: jrief/django-formset Description: # Pull Request ## back port fix #162 # Relevant Files Found ## formset/widgets.py ``` import os import struct from base64 import b16encode from datetime import date, timedelta, timezone from functools import reduce from inspect import isclass from ope...
2,510
null
aeon-toolkit/aeon
# Repository Context Name: aeon-toolkit/aeon Description: # Pull Request ## [BUG] LITE Network : Fixed list arguments <!-- Thanks for contributing a pull request! Please ensure you have taken a look at our contribution guide: https://www.aeon-toolkit.org/en/latest/contributing.html. Feel free to delete section...
608
null
iamlogand/republic-of-rome-online
# Repository Context Name: iamlogand/republic-of-rome-online Description: # Pull Request ## fix: improve attract knight validation Closes #597 # Relevant Files Found ## backend/rorapp/actions/attract_knight.py ``` import random from typing import Dict, Optional from rorapp.actions.meta.action_base import ActionB...
15
null
terrierteam/ir_measures
# Repository Context Name: terrierteam/ir_measures Description: # Pull Request ## added better error messages for qrel and run conversion - E.g., when dataframe columns do not match, specifying what it expects - Also added tests for QrelConverter and RunConverter. Found and fixed a bug in the (currently unus...
321
null
data-gov-my/datagovmy-back
# Repository Context Name: data-gov-my/datagovmy-back Description: # Pull Request ## hotfix: only validate _ms fields as _en fields are required by default # Relevant Files Found ## community_product/models.py ``` from datetime import datetime from django.core.exceptions import ValidationError # from data_gov_...
665
null
litex-hub/litex-boards
# Repository Context Name: litex-hub/litex-boards Description: # Pull Request ## Added initial support (sdram, sdcard, rgmii ethernet) for MYiR MYC-J7A100T board. Hi All, if anyone's interested, I'm trying to bring Litex support on the [MYC|MYD]-J7A100T board from MYiR, it's still a work in progress (I'm struggl...
55
null
george0st/qgate-sln-mlrun
# Repository Context Name: george0st/qgate-sln-mlrun Description: # Pull Request ## Extend logging # Relevant Files Found ## main.py ``` from qgate.solution import Solution from qgate.uc import uc101, uc102, uc201, uc301, uc401, uc501, uc601 from qgate.uc import ucbase from qgate import output, setup import sys...
382
null
sir-gon/algorithm-exercises-py
# Repository Context Name: sir-gon/algorithm-exercises-py Description: # Pull Request ## Feature/dynamic programming # Relevant Files Found # Edits This pull request adds a solution to the "Max Array Sum" problem from HackerRank's Interview Preparation Kit, implementing a dynamic programming approach to find ...
1,596
null
online-ml/river
# Repository Context Name: online-ml/river Description: # Pull Request ## New MyPy configuration for per-module type completeness As discussed in #1592, this PR enables MyPy's strict mode by default for the repository. Since none of the modules are fully annotated yet, they have an override to disable the extra ru...
30
null
binsync/binsync
# Repository Context Name: binsync/binsync Description: # Pull Request ## fixed the info table names and times # Relevant Files Found ## binsync/client.py ``` import time import threading import os import subprocess import re import datetime import logging import typing import git import git.exc import fileloc...
8
null
opendns/pyinvestigate
# Repository Context Name: opendns/pyinvestigate Description: # Pull Request ## Update readme # Relevant Files Found ## tests/test_investigate.py ``` from pprint import pprint import pytest import datetime def assert_keys_in(json_obj, *keys): for key in keys: assert key in json_obj def test_catego...
5,216
null
PennyDreadfulMTG/Penny-Dreadful-Tools
# Repository Context Name: PennyDreadfulMTG/Penny-Dreadful-Tools Description: # Pull Request ## Add ability to hide trivial pull requests from the "News" section # Relevant Files Found ## decksite/data/news.py ``` import datetime import sys from typing import List from flask import url_for from decksite.data ...
162
null
elastic/eland
# Repository Context Name: elastic/eland Description: # Pull Request ## Fix documentation related issues - Update the github documentation repository - Change the documentation theme - Add pandoc requirement to the contribution - Fix minor issue with the installation of pandas instructions Closes #157 Closes...
2,174
null
metoppv/improver
# Repository Context Name: metoppv/improver Description: # Pull Request ## Use latest FRT option for cube combiner Addresses https://github.com/metoppv/mo-blue-team/issues/965 Add use_latest_frt option to the cube combiner. In combination with the expand_bound option this allows the time coordinates of a diagnos...
3,569
null
qtile/qtile
# Repository Context Name: qtile/qtile Description: # Pull Request ## Add `force_update` to `ThreadPoolText` widgets This is a convenience command to help users trigger updates of polling widgets from key bindings, hooks etc. This gets requested fairly often and we often end up telling people to do something lik...
91
null
dbrgn/RPLCD
# Repository Context Name: dbrgn/RPLCD Description: # Pull Request ## Added a legacy mode. Older LCDs (or LCDs that are based off the HD44870) aren't all made equal. It appears that some don't run at the reference clock, and as such, they're in a busy state far more often than newer or better ones, which means t...
49
null
robotools/defcon
# Repository Context Name: robotools/defcon Description: # Pull Request ## objects.font: fix __iter__ method raising AttributeError as reported by @mashabow, `Layer` object only has 'keys' method, and no 'values'. https://github.com/typesupply/defcon/pull/48/files/a9c0c9f961fcc6064e14c5d629db09fd20b67ca7#r63487919 ...
264
null
laughingman7743/PyAthena
# Repository Context Name: laughingman7743/PyAthena Description: # Pull Request ## Add support for table and column comments As mentioned in the commit comments, beyond the support of comments, by doing this we all put in place the necessary introspection mechanism need for implementing table properties and storage...
6,779
null
hiyouga/LLaMA-Factory
# Repository Context Name: hiyouga/LLaMA-Factory Description: # Pull Request ## [model] add qwen2.5 vl models # What does this PR do? Fixes #6772 ## Before submitting - [x] Did you read the [contributor guideline](https://github.com/hiyouga/LLaMA-Factory/blob/main/.github/CONTRIBUTING.md)? - [ ] Did you w...
124
null
adafruit/Adafruit_CircuitPython_HID
# Repository Context Name: adafruit/Adafruit_CircuitPython_HID Description: # Pull Request ## Add constants for mouse back and forward The current Mouse class already supports sending the back and forward buttons (also known as mouse buttons 4 and 5) by passing in the button constants manually. The constants curren...
3,036
null
open-edge-platform/training_extensions
# Repository Context Name: open-edge-platform/training_extensions Description: # Pull Request ## Add docker image build script ### Summary - Ticket no. 134572 ### How to test Read instructions in `docker/README.md` ### Checklist <!-- Put an 'x' in all the boxes that apply --> - [ ] I have added unit...
16
null
osuTitanic/anchor
# Repository Context Name: osuTitanic/anchor Description: # Pull Request ## Fix usercount in players/channels (hopefully) Fixes #15 # Relevant Files Found ## bancho/objects/collections.py ``` from typing import ( Iterable, Optional, Iterator, List, Set ) from .channel import Channel class...
8
null
VeinsOfTheEarth/rabpro
# Repository Context Name: VeinsOfTheEarth/rabpro Description: # Pull Request ## avoid lower path conversion, closes #3 See #3 # Relevant Files Found ## rabpro/utils.py ``` # -*- coding: utf-8 -*- """ Created on Mon Feb 5 09:33:21 2018 @author: Jon """ import os, shutil import shapely from osgeo import gdal,...
45
null
corydolphin/flask-cors
# Repository Context Name: corydolphin/flask-cors Description: # Pull Request ## Simplify documentation Should be simpler to see how to get started and where to see more examples. # Relevant Files Found ## flask_cors.py ``` # -*- coding: utf-8 -*- """ flask_cors ~~~~ Flask-CORS is a simple exten...
1,960
null
spotify/luigi
# Repository Context Name: spotify/luigi Description: # Pull Request ## emails: Increase logging if email is misconfigured ## Have you tested this? If so, how? Yes. I got more verbose output when testing with `luigi TestNotificationsTask --local-scheduler --email-force-send` I got something like this: ``` ...
12,121
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no match. https://code.djangoproject.com/ticket/30995 # Relevant Files Found ## django/urls/resolvers.py ``` """ This module converts requested URLs to callback view ...
723
null
OneGov/onegov-cloud
# Repository Context Name: OneGov/onegov-cloud Description: # Pull Request ## Pro 1118 dashboard Please fill in the commit message below and work through the checklist. You can delete parts that are not needed, e.g. the optional description, the link to a ticket or irrelevant options of the checklist. ## Commit ...
407
null
pytorch/benchmark
# Repository Context Name: pytorch/benchmark Description: # Pull Request ## Add v1 nightly CI workflow This PR adds the v1 nightly CI workflow, including uploading the result to Scuba (FB Internal) and as Github Actions artifact. # Relevant Files Found ## conftest.py ``` import os import pytest import torch from...
55
null
incuna/incuna-test-utils
# Repository Context Name: incuna/incuna-test-utils Description: # Pull Request ## assert_url_matches_view passes when as_view is missing When using a class-based view, a urls.py with a missing `.as_view` method doesn't fail an `assert_url_matches_view` test. Incorrect: ``` python url(regex, ViewClass, url_name) ...
39
null
deepset-ai/deepset-cloud-sdk
# Repository Context Name: deepset-ai/deepset-cloud-sdk Description: # Pull Request ## fix: upload error handling Fixes retrying issues for S3 Uploads # Relevant Files Found ## deepset_cloud_sdk/s3/upload.py ``` """Module for Upload related S3 Operations.""" import asyncio import json import os import re from da...
75
null
NCAR/PyWrfHydroCalib
# Repository Context Name: NCAR/PyWrfHydroCalib Description: # Pull Request ## Misc fixes # Relevant Files Found ## lib/Python/sensitivityMod.py ``` # Module file for containing functions for executing WRF-Hydro model runs. # Logan Karsten # National Center for Atmospheric Research # Research Applications Labo...