pr_id
int64
repo_id
null
repo_name
string
text
string
77
null
chartmogul/chartmogul-python
# Repository Context Name: chartmogul/chartmogul-python Description: # Pull Request ## Fixing problem with invalid dates for subscription events `SubscriptionEvent.all()` would return a Promise with a validation error due to an erroneous `Date` type for `effective_date` and `event_date`. ![image (1)](https://git...
249
null
recurly/recurly-client-python
# Repository Context Name: recurly/recurly-client-python Description: # Pull Request ## Support offline payments Support for offline payment: ```python transaction = recurly.Transaction(amount_in_cents=5000, description="offline payment") transaction = invoice.enter_offline_payment(transaction) ``` # Relevan...
23,587
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## [dagster-airlift] Fix sensor for migrated tasks When a task is migrated, dagster will actually run the task. However, there will still be an airflow task execution representing that task. We have to make sure not to double count here. # R...
1
null
AlexKoff88/tomesd
# Repository Context Name: AlexKoff88/tomesd Description: # Pull Request ## [Draft]: Make ToMe for SD working with OpenVINO # Relevant Files Found ## tomesd/merge.py ``` import torch from typing import Tuple, Callable def do_nothing(x: torch.Tensor, mode:str=None): return x def mps_gather_workaround(inp...
535
null
redhat-performance/cloud-governance
# Repository Context Name: redhat-performance/cloud-governance Description: # Pull Request ## Added the missing env path and volume path 1. Fix the volume name 2. Added volume ame # Relevant Files Found ## jenkins/clouds/aws/daily/cost_explorer/run_upload_es.py ``` import os AWS_ACCESS_KEY_ID_PERF = os.enviro...
9
null
nagataaaas/Japanera
# Repository Context Name: nagataaaas/Japanera Description: # Pull Request ## Fix/issue/8 close #8 # Relevant Files Found ## japanera/__about__.py ``` __title__ = "Japanera" __description__ = "Easy japanese era tool" __url__ = "https://github.com/nagataaaas/Japanera" __version_info__ = ("2", "1", "0") __ver...
776
null
asreview/asreview
# Repository Context Name: asreview/asreview Description: # Pull Request ## Fix error with loading benchmark datasets with dataset plugin This PR fixes a problem with loading the benchmark datasets when a (Plugin) dataset extension is installed to ASReview. This side effect is now resolved. This should make this...
572
null
bachya/ecowitt2mqtt
# Repository Context Name: bachya/ecowitt2mqtt Description: # Pull Request ## Add Ecowitt HP2564 to device mapping **Describe what the PR does:** SSIA **Does this fix a specific issue?** Fixes https://github.com/bachya/ecowitt2mqtt/issues/570 **Checklist:** - [ ] Confirm that one or more new tests ar...
2,615
null
redis/redis-py
# Repository Context Name: redis/redis-py Description: # Pull Request ## Making search document subscriptable ### Pull Request check-list _Please make sure to review and check all of these items:_ - [ ] Does `$ tox` pass with this change (including linting)? - [ ] Do the CI tests pass with this change (enabl...
175
null
cfengine/cfbs
# Repository Context Name: cfengine/cfbs Description: # Pull Request ## Added back validation of modules in "build" if present - Renamed parameter require_build_actions - Added back validation of modules in "build" if present # Relevant Files Found ## cfbs/commands.py ``` """ Functions ending in "_command" ar...
69
null
snyk-labs/pysnyk
# Repository Context Name: snyk-labs/pysnyk Description: # Pull Request ## Add additional project properties Resolves #65 # Relevant Files Found ## snyk/models.py ``` import base64 from dataclasses import InitVar, dataclass, field from typing import Any, Dict, List, Optional, Union import requests from mashuma...
3,409
null
open-edge-platform/training_extensions
# Repository Context Name: open-edge-platform/training_extensions Description: # Pull Request ## Align Dino-v2 with other models ### Summary - Refactor Dino-V2 model class - Remove tv models except (Eff-b3, Eff-v2-large, MV3-s) ### How to test <!-- Describe the testing procedure for reviewers, if changes ...
1,056
null
opentensor/bittensor
# Repository Context Name: opentensor/bittensor Description: # Pull Request ## Fix/neuron netuid arg This PR changes `--neuron.netuid` to `--netuid` instead, to be the same as other btcli commands This PR also adds a check for the `dendrite` and `dataset` attributes in `core_validator.__del__`, so there is are...
331
null
lightly-ai/lightly
# Repository Context Name: lightly-ai/lightly Description: # Pull Request ## Extract exif data # Extract exif data Closes #428. Simply use the `lightly_utils` package to extract exif data and send them to the platform. Example: ![grafik](https://user-images.githubusercontent.com/65946090/116238307-7a45e...
375
null
gdsfactory/kfactory
# Repository Context Name: gdsfactory/kfactory Description: # Pull Request ## Drop rec_dicts flag and make it default to use rec dict inspection @sebastian-goeldi # Relevant Files Found ## src/kfactory/kcell.py ``` """Core module of kfactory. Defines the [KCell][kfactory.kcell.KCell] providing klayout Cells wi...
13
null
dhmit/gender_analysis
# Repository Context Name: dhmit/gender_analysis Description: # Pull Request ## Test fixes # Relevant Files Found ## gender_analysis/analysis/analysis.py ``` """ This file is intended for individual analyses of the gender_analysis project """ from gender_analysis.corpus import Corpus import nltk import math fr...
6,601
null
triton-inference-server/server
# Repository Context Name: triton-inference-server/server Description: # Pull Request ## Change name generative -> iterative # Relevant Files Found ## build.py ``` #!/usr/bin/env python3 # Copyright 2020-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary ...
113
null
OneGov/onegov-cloud
# Repository Context Name: OneGov/onegov-cloud Description: # Pull Request ## Wwf spring 2 Adds more tags for activities, adds banner info for Sponsors, adds Booking Date to Exports # Relevant Files Found ## src/onegov/feriennet/app.py ``` import random from cached_property import cached_property from onegov.ac...
133
null
Nanopublication/nanopub-py
# Repository Context Name: Nanopublication/nanopub-py Description: # Pull Request ## Fix overwriting of pubinfo and prov rdf Bug introduced by `deepcopy` that now overwrites pubinfo and prov rdf with the assertion rdf. # Relevant Files Found ## nanopub/_version.py ``` __version__ = "1.2.4" ``` ## nanopub/publi...
1,790
null
ManimCommunity/manim
# Repository Context Name: ManimCommunity/manim Description: # Pull Request ## Fixed an import from ``manimlib`` <!-- Thanks for your contribution to ManimCommunity! Before filling in the details, ensure: - Your local changes are up-to-date with ManimCommunity/manim - The title of your PR gives a descript...
328
null
vertica/vertica-python
# Repository Context Name: vertica/vertica-python Description: # Pull Request ## Improve access to notice content via properties Begins to address #312. Obviates PR #316 (not yet approved) Changes: - All known NoticeResponse attributes are always present and valid, though may return None if they were not sup...
746
null
neo4j-contrib/neomodel
# Repository Context Name: neo4j-contrib/neomodel Description: # Pull Request ## Improve reserved keyword error ; add tests Make sure to return ValueError with explanation for reserved keywords : * Nodes : * deleted * id * element_id * Rels : * source * target Includes test coverage ...
47
null
alexandrebarachant/muse-lsl
# Repository Context Name: alexandrebarachant/muse-lsl Description: # Pull Request ## Fix lost characteristic connection issue This is the same as @sylvchev's https://github.com/alexandrebarachant/muse-lsl/pull/37, just with merge conflict resolution so that it works with the new library refactor # Relevant Files ...
217
null
willfind/nimble
# Repository Context Name: willfind/nimble Description: # Pull Request ## Adjust tests for p/f/e matching to avoid implying None is non-numeric None is definitively considered non-numeric by the definition of our matching functions. None is also replaced with NaN by default when our data objects are constructed. As...
4,806
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## honor `timeout` arg in utils.s3.get_iam_metadata() # Relevant Files Found ## salt/utils/s3.py ``` ''' Connection library for Amazon S3 ''' # Import Python libs import binascii import datetime import hashlib import hmac import json import ...
978
null
inveniosoftware/invenio-app-ils
# Repository Context Name: inveniosoftware/invenio-app-ils Description: # Pull Request ## records: add importer curator type # Relevant Files Found ## invenio_app_ils/records/api.py ``` # -*- coding: utf-8 -*- # # Copyright (C) 2018-2020 CERN. # # invenio-app-ils is free software; you can redistribute it and/or...
2,728
null
kornia/kornia
# Repository Context Name: kornia/kornia Description: # Pull Request ## add ProjectionZ1, Orthographic, Affine, KannalaBrandt #### Changes refactor to match sophus: - https://github.com/farm-ng/sophus-rs/tree/main/src/sensor - https://github.com/farm-ng/farm-ng-core/blob/main/cpp/sophus/sensor TODO: - ...
130
null
dusktreader/flask-praetorian
# Repository Context Name: dusktreader/flask-praetorian Description: # Pull Request ## Issue #121: Removed outdated docstring # Relevant Files Found ## flask_praetorian/__init__.py ``` """ flask-praetorian is a security extension for flask. It is modelled heavily on flask-security (https://github.com/mattupstat...
79,862
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Powerview refactor prep for all shade types <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big pic...
102
null
ascoderu/lokole
# Repository Context Name: ascoderu/lokole Description: # Pull Request ## Fix helm deployment # Relevant Files Found ## opwen_email_server/constants/queues.py ``` from typing_extensions import Final # noqa: F401 INBOUND_STORE_QUEUE = 'inbound_store' # type: Final WRITTEN_STORE_QUEUE = 'written_store' # type...
33,870
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## CIAC-8513 same reviewer for same contributor Change flow of handle-external-pr <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Contributing to Cortex XSOAR Content Make sure to register your contribut...
2,415
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Add auto detection of renamed models # Relevant Files Found ## django/db/migrations/autodetector.py ``` import re import datetime from django.db.migrations import operations from django.db.migrations.migration import Migration from django....
12
null
network-observability/network-observability-lab
# Repository Context Name: network-observability/network-observability-lab Description: # Pull Request ## Df/ch7 # Relevant Files Found ## netobs/main.py ``` """Netobs CLI.""" import os import subprocess # nosec import shlex import json from enum import Enum from typing import Optional, Any from typing_extensi...
34,388
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## PAN-OS Correlation Logs ## Status - [x] In Progress - [ ] Ready - [ ] In Hold - (Reason for hold) ## Related Issues fixes: [link to the issue](https://jira-dc.paloaltonetworks.com/browse/XSUP-35171) ## Description Add the ability t...
111
null
blackjax-devs/blackjax
# Repository Context Name: blackjax-devs/blackjax Description: # Pull Request ## Expose `target_accept` arguments to `stan_warmup.run` This PR exposes two arguments for step size adaptation to the function `stan_warmup.run`: - `target_accept_initial` for initial step size adaptation i.e. passed to `find_reasonable...
4
null
hui-z/ForgiveDB
# Repository Context Name: hui-z/ForgiveDB Description: # Pull Request ## enhance UnitTests They say TDD is good. Oh they must be right. # Relevant Files Found ## tests/test_memory_db.py ``` # -*- coding: utf-8 -*- from __future__ import absolute_import, unicode_literals from unittest import TestCase from for...
4
null
ASVLeipzig/cor-asv-ann
# Repository Context Name: ASVLeipzig/cor-asv-ann Description: # Pull Request ## make_file_id and assert_file_grp_cardinality # Relevant Files Found ## ocrd_cor_asv_ann/wrapper/evaluate.py ``` from __future__ import absolute_import import os import math from ocrd import Processor from ocrd_utils import getLog...
412
null
ONSdigital/ras-frontstage
# Repository Context Name: ONSdigital/ras-frontstage Description: # Pull Request ## Only display access survey button for eQ when: # Motivation and Context Only display access survey button for eQ when: - notstarted, - inprogress, - reopened # What has changed Above # How to test? Change casegroup ...
110
null
civisanalytics/civis-python
# Repository Context Name: civisanalytics/civis-python Description: # Pull Request ## [CIVP-12032] DEP Make joblib and pubnub hard dependencies Both the `joblib` and `pubnub` external libraries provide valuable functionality for users of the Python API client, and they are light, fast to install packages. Make them...
40
null
LCAS/spqrel_tools
# Repository Context Name: LCAS/spqrel_tools Description: # Pull Request ## adding nav conditions Needs https://github.com/LCAS/spqrel_navigation/pull/2 # Relevant Files Found # Edits This pull request adds navigation condition monitoring for the SPQReL robot system by creating a module that tracks topological...
3,469
null
feast-dev/feast
# Repository Context Name: feast-dev/feast Description: # Pull Request ## fix: Add description attribute to the Field.from_proto method Signed-off-by: gbmarc1 <marcantoine.belanger@shopify.com> **What this PR does / why we need it**: description field was not added to the from_proto method. We add it here. *...
35
null
ro-py/ro.py
# Repository Context Name: ro-py/ro.py Description: # Pull Request ## group.get_member_by update and set_rank fix since I was stupit group.get_member_by_id() will return a member with a base user while group.get_member_by_user() will return a member with a partial user so no longer the request to make a full ...
128,932
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove deprecated `retries` and `lazy_error_count` yaml option ## Breaking change Since 2024.1 the YAML configuration options `retries` and `lazy_error_count` are deprecated. These options have now been completely removed. Please adjust ...
3,267
null
tensorflow/datasets
# Repository Context Name: tensorflow/datasets Description: # Pull Request ## Add load-from-file support for custom feature connectors Add load-from-file support for custom feature connectors This allow to use `tfds.core.load_from_files('path/to/dataset/')` even if the dataset uses a custom feature connector # R...
8,870
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## qcoro 0.4.0 Specify library name and version: **qcoro/0.4.0** This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new addition to ConanCenter): is it a dependency of other...
48
null
firoorg/electrum-firo
# Repository Context Name: firoorg/electrum-firo Description: # Pull Request ## Spark support and actions build script added # Relevant Files Found ## electrum_dash/address_synchronizer.py ``` # Electrum - lightweight Bitcoin client # Copyright (C) 2018 The Electrum Developers # # Permission is hereby granted, ...
113,410
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Deprecate the panel_iframe integration <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big picture ...
738
null
jnewland/ha-config
# Repository Context Name: jnewland/ha-config Description: # Pull Request ## chore(deps): update homeassistant/home-assistant docker tag to v2023.6.3 Greetings. Renovate would like you to know that there's an update available for your consideration. This PR contains the following updates: | Package | Type | Updat...
6
null
loopj/home-assistant-vantage
# Repository Context Name: loopj/home-assistant-vantage Description: # Pull Request ## Add devcontainer support, follow integration blueprint style # Relevant Files Found ## custom_components/vantage/binary_sensor.py ``` from aiovantage import Vantage from aiovantage.config_client.objects import DryContact from...
115,708
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Generate requirements per supported architecture <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the bi...
84,461
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Strip whitespace from application credentials <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Proposed change <!-- Describe the big...
24,657
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: DataFrame/Series.tz_convert does not modifies original data with copy=False - [x] closes #6326 - [x] tests added / passed - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry This also impacte...
151
null
higlass/clodius
# Repository Context Name: higlass/clodius Description: # Pull Request ## Remove max_chunk Resolves #150 # Relevant Files Found ## clodius/tiles/cooler.py ``` import collections as col import cooler import clodius.tiles.format as hgfo import clodius.tiles.utils as hgut import h5py import itertools as it import...
799
null
EleutherAI/lm-evaluation-harness
# Repository Context Name: EleutherAI/lm-evaluation-harness Description: # Pull Request ## [Refactor] Additions to docs - [ ] Add a user guide / explainer of cmdline and lib import user modes - [ ] Finish model adding guide - [ ] look over task guides - [ ] Filter documentation # Relevant Files Found ## lm_eva...
105
null
informatics-isi-edu/deriva-py
# Repository Context Name: informatics-isi-edu/deriva-py Description: # Pull Request ## geo transform processor # Relevant Files Found ## deriva/transfer/download/processors/transform/geo_transform_processor.py ``` import os import json import importlib import logging import re from copy import copy from enum i...
377
null
pywbem/pywbemtools
# Repository Context Name: pywbem/pywbemtools Description: # Pull Request ## Finally fixes #300: Fixed help text of some commands For details, see the commit message. Ready fir review and merge. # Relevant Files Found ## pywbemtools/pywbemcli/_cmd_class.py ``` # (C) Copyright 2017 IBM Corp. # (C) Copyright 2017...
7
null
fundamentalvision/Deformable-DETR
# Repository Context Name: fundamentalvision/Deformable-DETR Description: # Pull Request ## Fix offset norm hw order bug in MSDeformAttn module. Closes #6 # Relevant Files Found ## models/ops/modules/ms_deform_attn.py ``` # ----------------------------------------------------------------------------------------...
2,196
null
pybamm-team/PyBaMM
# Repository Context Name: pybamm-team/PyBaMM Description: # Pull Request ## Update to v22.7 - [x] Update to v22.7 - [ ] Check the [release checklist](https://github.com/pybamm-team/PyBaMM/blob/develop/.github/release_checklist.md) # Relevant Files Found ## docs/conf.py ``` # -*- coding: utf-8 -*- # # Configurat...
122
null
akarneliuk/pygnmi
# Repository Context Name: akarneliuk/pygnmi Description: # Pull Request ## diff_openconfig: define result_list sooner Current code returns the error at line 153 when `show_diff` is defined in gNMIclient. `UnboundLocalError: cannot access local variable 'result_list' where it is not associated with a value` # R...
248
null
akrherz/pyIEM
# Repository Context Name: akrherz/pyIEM Description: # Pull Request ## refactor get_dbconn for non-gssencode servers # Relevant Files Found ## src/pyiem/util.py ``` # -*- coding: utf-8 -*- # pylint: disable=import-outside-toplevel,unbalanced-tuple-unpacking """Utility functions for pyIEM package This module c...
714
null
PennLINC/xcp_d
# Repository Context Name: PennLINC/xcp_d Description: # Pull Request ## Refactor HCP/DCAN ingression and fix converted filenames Related to #709. To do: - [x] Test on real data. - [ ] Figure out how to support nifti transform files. I assume that any tools that use the transforms can handle either file type...
12
null
jgosmann/dmarc-metrics-exporter
# Repository Context Name: jgosmann/dmarc-metrics-exporter Description: # Pull Request ## Process duplicate reports only once and prepare next release Closes #11. # Relevant Files Found ## dmarc_metrics_exporter/app.py ``` import argparse import asyncio import json from asyncio import CancelledError from email.m...
2,171
null
learning-unlimited/ESP-Website
# Repository Context Name: learning-unlimited/ESP-Website Description: # Pull Request ## Added volunteer schedule printable Added capability to print all volunteer schedules (linked to from "All printables" page) and for volunteers to see their own schedules in a print-friendly layout (not currently linked to from ...
700
null
RedHatProductSecurity/component-registry
# Repository Context Name: RedHatProductSecurity/component-registry Description: # Pull Request ## Minor: fix performance test The new count for display_product_stream_with_many_roots() is correct as per @jasinner ... adjusting performance test to reflect recent change in modular_srpm exclusion (#690 ). # Relevant...
200
null
PlasmaControl/DESC
# Repository Context Name: PlasmaControl/DESC Description: # Pull Request ## add lambda gauge constraint and lambda axis constraint for non-stell-… …symmetric equilibria. Add tests for symmetric axis constraint and for asymmetric gauge constraint # Relevant Files Found ## desc/objectives/linear_objectives.py ```...
6,465
null
mlrun/mlrun
# Repository Context Name: mlrun/mlrun Description: # Pull Request ## [Tests] Remove redundant system test part This test needs to add `watch=True` to pass after enabling watch on remote engine but it is not really needed because there are other tests for that and the only change for this is it uses `remote:kfp` en...
2,221
null
Unidata/MetPy
# Repository Context Name: Unidata/MetPy Description: # Pull Request ## Fix linkchecker build <!-- Thanks for contributing a pull request! Please ensure you have taken a look at the contribution guidelines: https://github.com/Unidata/MetPy/blob/main/CONTRIBUTING.md --> #### Description Of Changes Fix some re...
1,125
null
stratis-storage/stratis-cli
# Repository Context Name: stratis-storage/stratis-cli Description: # Pull Request ## Use MetadataVersion enum for printing pool detail view Related #1116 # Relevant Files Found ## src/stratis_cli/_actions/_list_pool.py ``` # Copyright 2022 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "...
12,933
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Fixed naming to correspond to convention ## Status - [ ] In Progress - [x] Ready - [ ] In Hold - (Reason for hold) ## Description changed several function arguments from 'keyword' to 'param' in order to stand in convention and too lo...
612
null
Zulko/moviepy
# Repository Context Name: Zulko/moviepy Description: # Pull Request ## Fixed typo in the slide_out transition Fixed a typo in the slide_out transition, also cleaned up a little bit of whitespace in the file. I'm not sure if this actually works, but figured it was an easy fix. Signed-off-by: Ken Cochrane <kencoc...
34
null
jondurbin/airoboros
# Repository Context Name: jondurbin/airoboros Description: # Pull Request ## VertexAI support - currently supports chat-bison, hopefully gemini upon release # Relevant Files Found ## airoboros/self_instruct.py ``` import aiohttp import argparse import asyncio import backoff import copy import datetime import f...
20,571
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## gitfs test lint fix # Relevant Files Found ## tests/integration/fileserver/gitfs_test.py ``` # -*- coding: utf-8 -*- ''' :codeauthor: :email:`Mike Place <mp@saltstack.com>` ''' # Import Python libs from __future__ import absolute_impor...
45
null
snakers4/silero-vad
# Repository Context Name: snakers4/silero-vad Description: # Pull Request ## Added dimension to tensor to save audio Иначе во всех примерах (в колабе по крайней мере), вылетала ошибка: ValueError: Expected 2D Tensor, got 1D. # Relevant Files Found ## utils_vad.py ``` import torch import torchaudio from typing i...
848
null
akrherz/pyIEM
# Repository Context Name: akrherz/pyIEM Description: # Pull Request ## feat: add util.archive_fetch # Relevant Files Found ## src/pyiem/util.py ``` # -*- coding: utf-8 -*- # pylint: disable=unbalanced-tuple-unpacking """Utility functions for pyIEM package This module contains utility functions used by various...
27
null
dvitale199/GenoTools
# Repository Context Name: dvitale199/GenoTools Description: # Pull Request ## move merge to admixture and run only when needed # Relevant Files Found ## Ancestry/ancestry.py ``` import pandas as pd import subprocess import sys import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D import seabo...
2,538
null
GoogleChrome/chromium-dashboard
# Repository Context Name: GoogleChrome/chromium-dashboard Description: # Pull Request ## Display feature stages rather than process stages The exiting code for displaying stages on the feature detail page iterated over the stages defined in the process. However, a given feature could have additional stages added ...
15
null
colcon/colcon-cmake
# Repository Context Name: colcon/colcon-cmake Description: # Pull Request ## update help text for greedy options Follow up of colcon/colcon-core#63. # Relevant Files Found ## colcon_cmake/task/cmake/build.py ``` # Copyright 2016-2018 Dirk Thomas # Licensed under the Apache License, Version 2.0 import ast impor...
12,601
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## ILS: Exclude not processed messages # Relevant Files Found ## custom/ilsgateway/tanzania/reports/facility_details.py ``` from corehq.apps.commtrack.models import StockState from corehq.apps.locations.dbaccessors import get_user_docs_by...
18
null
LiberTEM/LiberTEM-live
# Repository Context Name: LiberTEM/LiberTEM-live Description: # Pull Request ## Effective warmup ## Contributor Checklist: * [ ] I have added or updated my entry in [the creators.json file](https://github.com/LiberTEM/LiberTEM/blob/master/packaging/creators.json) * [ ] I have added [a changelog entry](https://...
573
null
laughingman7743/PyAthena
# Repository Context Name: laughingman7743/PyAthena Description: # Pull Request ## Pin the version of uv and tox https://github.com/laughingman7743/PyAthena/actions/runs/12729418920 # Relevant Files Found ## pyathena/connection.py ``` # -*- coding: utf-8 -*- from __future__ import annotations import logging imp...
19
null
saritasa-nest/django-import-export-extensions
# Repository Context Name: saritasa-nest/django-import-export-extensions Description: # Pull Request ## Add base model for models Add base model for import/export jobs models # Relevant Files Found ## import_export_extensions/models/core.py ``` import typing from django.db import models from django.utils.tran...
534
null
astropy/astroquery
# Repository Context Name: astropy/astroquery Description: # Pull Request ## Updated astropy-helpers to v1.0.2 This is needed to make `python setup.py build_sphinx` work with Sphinx 1.3. (It's why I didn't notice the Sphinx error which then showed up on travis-ci here: https://github.com/astropy/astroquery/pull/52...
60
null
AGAGE-atmosphere/agage-archive
# Repository Context Name: AGAGE-atmosphere/agage-archive Description: # Pull Request ## Added multiprocessing to run.py Probably not the most efficient way of doing it, but a quick fix. Happy to take suggestions. Adds complexity to the run script though. # Relevant Files Found ## agage_archive/run.py ``` i...
66
null
scaleapi/scaleapi-python-client
# Repository Context Name: scaleapi/scaleapi-python-client Description: # Pull Request ## Implemented Task Tags Endpoints # Pull Request Summary ## Description _Please include a summary of the changes. Please also include the relevant context and motivation. List any dependencies and assumptions that are requ...
132
null
pennlabs/penn-courses
# Repository Context Name: pennlabs/penn-courses Description: # Pull Request ## Update reviews by semester This PR adds utility functions and manage.py support for updating PCR ratings for a single semester, thanks to a new PCR endpoint! # Relevant Files Found ## review/import_reviews.py ``` import json import o...
35
null
ddc/ReShadeUtils
# Repository Context Name: ddc/ReShadeUtils Description: # Pull Request ## fix: v5.0.1 ## Description ## Checklist #### PR Submitter - [x] I have thought about how this code may affect other services. - [x] This code is better than I found it. #### Reviewer - [x] I understand that be approving this code I...
1,297
null
google-parfait/tensorflow-federated
# Repository Context Name: google-parfait/tensorflow-federated Description: # Pull Request ## Replace usages of `tff.utils.assign` now that `tff.structure` handling isn't needed. Replace usages of `tff.utils.assign` now that `tff.structure` handling isn't needed. Remove `tff.utils.assign`. This is trivially replac...
50,384
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## update version to 2.42.1 for patch release. # Relevant Files Found ## ci/ray_ci/utils.py ``` import base64 import io import logging import os import subprocess import sys import tempfile import boto3 from typing import List from math impo...
184
null
etsap-TIMES/xl2times
# Repository Context Name: etsap-TIMES/xl2times Description: # Pull Request ## Feature/benchmarks on windows This PR contains changes necessary to run the benchmarks locally on a Windows machine. Main changes: - Introduced `shell=True` param to subprocess calls. Without this, the virtualenv was not accessibl...
9
null
AdmaJonse/goal-bot
# Repository Context Name: AdmaJonse/goal-bot Description: # Pull Request ## add timestamp to logs # Relevant Files Found ## src/logger.py ``` """ This module defines logging behaviour for the application. """ import logging import logging.handlers import sys LOG_FILE = "bot.log" class Logger: """ Th...
50,983
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add support for doorbell buttons to homekit_controller ## 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 reso...
1,013
null
online-ml/river
# Repository Context Name: online-ml/river Description: # Pull Request ## Check mutable attributes exist Thanks @smastelini for adding mutable attributes in #1012 :) I'm just adding a unit test for making sure each mutable attribute actually exists. # Relevant Files Found ## river/checks/__init__.py ``` """Ut...
1,294
null
smicallef/spiderfoot
# Repository Context Name: smicallef/spiderfoot Description: # Pull Request ## sfp_openphish: Cleanup This module contained a lot of legacy copypasta dead code. # Relevant Files Found ## modules/sfp_openphish.py ``` # -*- coding: utf-8 -*- # -----------------------------------------------------------------------...
1,069
null
TsubakiBotPad/pad-cogs
# Repository Context Name: TsubakiBotPad/pad-cogs Description: # Pull Request ## allmats command to see all evo mats Closes #1066 # Relevant Files Found ## padinfo/padinfo.py ``` import asyncio import logging import os import random import re import urllib.parse from io import BytesIO from typing import TYPE_CH...
100
null
Pack3tL0ss/central-api-cli
# Repository Context Name: Pack3tL0ss/central-api-cli Description: # Pull Request ## improve: batch rename APs Now handles int specifiers > 1 digit i.e. `%h[5:10]` Add format string validation and error detection w/ verbose messaging for detected errors. Loop for retry if errors. Still needs to be simplified, Rea...
502
null
pyro-ppl/numpyro
# Repository Context Name: pyro-ppl/numpyro Description: # Pull Request ## Downgrade numpy version in setup and docs build See - https://github.com/google/jax/issues/1912 # Relevant Files Found ## setup.py ``` from __future__ import absolute_import, division, print_function import os import sys from setuptools...
61
null
crowdsecurity/cs-custom-bouncer
# Repository Context Name: crowdsecurity/cs-custom-bouncer Description: # Pull Request ## CI: packaging tests should be ready for another -rc # Relevant Files Found ## test/__init__.py ``` ``` ## test/test_custom_bouncer.py ``` import json import time from .conftest import cb_binary def test_no_custom_bina...
992
null
ceph/teuthology
# Repository Context Name: ceph/teuthology Description: # Pull Request ## kernel: fix reboot into the new kernel on xenial shutdown is a symlink to systemctl on xenial, and on "shutdown -r now" network gets shut down before ssh has a chance to close gracefully. There have been multiple complaints about this and s...
96
null
Kreusada/Kreusada-Cogs
# Repository Context Name: Kreusada/Kreusada-Cogs Description: # Pull Request ## [Meta] Add Raffle Cog ### Type - [ ] Bugfix - [ ] Enhancement - [x] New feature - [ ] Documentation ### Description of the changes Initial revision of the raffle cog, still working on it. # Relevant Files Found # Edits ...
2,189
null
TobikoData/sqlmesh
# Repository Context Name: TobikoData/sqlmesh Description: # Pull Request ## Feat: Support the Snowflake Warehouse model config for dbt projects Support for https://docs.getdbt.com/reference/resource-configs/snowflake-configs#configuring-virtual-warehouses # Relevant Files Found ## sqlmesh/dbt/model.py ``` from ...