pr_id
int64
repo_id
null
repo_name
string
text
string
802
null
Parcels-code/Parcels
# Repository Context Name: Parcels-code/Parcels Description: # Pull Request ## removing special matplotlib parser for macOS This fixes #799 # Relevant Files Found ## parcels/scripts/plottrajectoriesfile.py ``` #!/usr/bin/env python import sys from argparse import ArgumentParser from os import environ import num...
30
null
bavc/signalserver
# Repository Context Name: bavc/signalserver Description: # Pull Request ## Changing the processed_time handle and fix links # Relevant Files Found ## fileuploads/views.py ``` import os from datetime import datetime import pytz import json from django.http import HttpResponse from django.shortcuts import render...
119
null
dcppc/centillion
# Repository Context Name: dcppc/centillion Description: # Pull Request ## Add an FAQ this isn't markdown, it's HTML... sorry... - [x] this PR is ready for review - [x] this PR has been tested locally - [x] this PR passes all (any) tests # Relevant Files Found ## centillion.py ``` import threading import su...
78
null
Parsely/parsely_raw_data
# Repository Context Name: Parsely/parsely_raw_data Description: # Pull Request ## change _id fields in schema from ints to strs This pull request makes the `*_id` fields in the schema match the behavior defined in `parselyutils.event`; namely, that they are unconverted strings, [pulled](https://github.com/Parsely/...
136
null
siddhantgoel/beancount-dkb
# Repository Context Name: siddhantgoel/beancount-dkb Description: # Pull Request ## Support Tagesgeld accounts # Relevant Files Found ## beancount_dkb/extractors/ec.py ``` from datetime import date, datetime import csv from collections import namedtuple import re from typing import Optional, IO, Dict from ..e...
70
null
NillionNetwork/nilAI
# Repository Context Name: NillionNetwork/nilAI Description: # Pull Request ## More pyright fixes # Relevant Files Found ## nilai-models/src/nilai_models/daemon.py ``` # nilai/models/model.py import asyncio import signal import logging import httpx from nilai_common import ( # Model service discovery and host...
27
null
SpiderClub/weibospider
# Repository Context Name: SpiderClub/weibospider Description: # Pull Request ## 增强转发,评论量解析能力 保留原网页模板的解析能力,并增加另外一个模板的解析能力 `<ul class="feed_action_info feed_action_row4"> <li><a action-type="feed_list_favorite" href="javascript:void(0);" suda-data="key=tblog_search_weibo&amp;value=weibo_ss_4_s"><span class="line S...
802
null
tensorpack/tensorpack
# Repository Context Name: tensorpack/tensorpack Description: # Pull Request ## DataFlow Serializers - [x] Change docs, examples # Relevant Files Found ## docs/conf.py ``` # -*- coding: utf-8 -*- # flake8: noqa # tensorpack documentation build configuration file, created by # sphinx-quickstart on Sun Mar 27 01:4...
12
null
redis-performance/redisbench-admin
# Repository Context Name: redis-performance/redisbench-admin Description: # Pull Request ## Fixed run subcommand due to --cluster-mode changes # Relevant Files Found ## redisbench_admin/run/run.py ``` import datetime as dt import json import os import os.path import sys import humanize import pandas as pd imp...
53
null
wordnik/serapis
# Repository Context Name: wordnik/serapis Description: # Pull Request ## WIP - FRD Model & Persistence Integrating the "Free-Range Definition" rating model into the pipeline. - Details feature development (POS, bag of words, etc) - Packages and saves single model to S3, timestamped versions to local dev - Pulls mo...
32,702
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: Add errors argument to to_csv() call to enable error handling for encoders - [x] closes #22610 - [x] tests added / passed - [x] passes `black pandas` - [x] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whats...
6,002
null
sgl-project/sglang
# Repository Context Name: sgl-project/sglang Description: # Pull Request ## [PD] Allow customizing reserved tokens to avoid KV cache waste <!-- Thank you for your contribution! We appreciate it. The following guidelines will help improve your pull request and facilitate feedback. If anything is unclear, don't hesi...
120
null
vislearn/FrEIA
# Repository Context Name: vislearn/FrEIA Description: # Pull Request ## Update invertible_resnet.py add an assert statement to prevent the initialization with std=0 => scale= nan # Relevant Files Found ## FrEIA/modules/invertible_resnet.py ``` from . import InvertibleModule from typing import Union import num...
428
null
alphagov/notifications-api
# Repository Context Name: alphagov/notifications-api Description: # Pull Request ## Remove the extra task Remove the extra task created to handle the change to the send_email signature # Relevant Files Found ## app/celery/tasks.py ``` import itertools from datetime import (datetime, timedelta) from flask imp...
456
null
fsspec/s3fs
# Repository Context Name: fsspec/s3fs Description: # Pull Request ## Rename _connect to set_session Fixes #454 This renames `_connect` to `set_session` and provides an implementation of `_connect` for backward compatibility. The documentation are tests are updated, too. # Relevant Files Found ## s3fs/cor...
149
null
agritheory/check_run
# Repository Context Name: agritheory/check_run Description: # Pull Request ## Setup mypy Closes #56 # Relevant Files Found ## check_run/check_run/__init__.py ``` import json import frappe @frappe.whitelist() def show_bank_account_number(doctype, docname): doc = frappe.get_doc(doctype, docname) rou...
63
null
SAML-Toolkits/python3-saml
# Repository Context Name: SAML-Toolkits/python3-saml Description: # Pull Request ## Add get_last_message_id and get_last_assertion_id I tried to follow the pattern used in php-saml. This is an attempt to fix #62 # Relevant Files Found ## src/onelogin/saml2/auth.py ``` # -*- coding: utf-8 -*- """ OneLogin_S...
3,579
null
DataBiosphere/toil
# Repository Context Name: DataBiosphere/toil Description: # Pull Request ## Provide additional info when "Permission denied" error is encountered Not a fix but could potentially close #2006. Users should have ssh-agent set up if needed. ## Changelog Entry To be copied to the [draft changelog](https://github.c...
186
null
xgcm/xgcm
# Repository Context Name: xgcm/xgcm Description: # Pull Request ## init keep_coords implementation we are trying to address #150 # Relevant Files Found ## setup.py ``` #!/usr/bin/env python import os import re import sys import warnings import versioneer from setuptools import setup, find_packages VERSION = "0...
44
null
JarnoRFB/incense
# Repository Context Name: JarnoRFB/incense Description: # Pull Request ## Feature/most recent Closes #43 # Relevant Files Found ## incense/experiment_loader.py ``` # -*- coding: future_fstrings -*- import numbers from functools import _lru_cache_wrapper, lru_cache from typing import * import gridfs from pymon...
4,817
null
StackStorm/st2
# Repository Context Name: StackStorm/st2 Description: # Pull Request ## Remove automatic rendering of workflow output when updating task state Remove rendering of workflow output automatically when updating task state for orquesta workflows. This caused workflow output to render incorrectly in certain use case, sp...
3,290
null
onepercentclub/bluebottle
# Repository Context Name: onepercentclub/bluebottle Description: # Pull Request ## Group the pledge fields for members. BB-12505 #resolve # Relevant Files Found ## bluebottle/members/admin.py ``` import six from adminfilters.multiselect import UnionFieldListFilter from adminsortable.admin import SortableTabular...
583
null
opendatacube/datacube-core
# Repository Context Name: opendatacube/datacube-core Description: # Pull Request ## Fix index out of bounds error during ingest process ### Reason for this pull request `Locationless source dataset` within database arises when we run the `sync` tool (with `--update-location` option) on the directory, where the or...
103
null
open-io/oio-swift
# Repository Context Name: open-io/oio-swift Description: # Pull Request ## Add last modified header to object PUT responses Add last modified header to object PUT responses (fix #101). Improve exception handling. # Relevant Files Found ## oioswift/proxy/controllers/obj.py ``` # Copyright (c) 2010-2012 OpenStac...
9,002
null
inventree/InvenTree
# Repository Context Name: inventree/InvenTree Description: # Pull Request ## Report print update - Refactors printing calls for Report and Label templates - Allows printing functions to be called internally (not just via API) - Enables plugins to (for e.g.) generate reports in response to a particular event # R...
171
null
readthedocs/sphinx-autoapi
# Repository Context Name: readthedocs/sphinx-autoapi Description: # Pull Request ## WIP: Fixes #170 As i described in #170, it's really annoying that this library hardly depends on sphinxcontrib-golangdomain and sphinxcontrib-dotnetdomain, so i made a fix attempt and leave it at your discretion Changes: * Ma...
181
null
ualex73/monitor_docker
# Repository Context Name: ualex73/monitor_docker Description: # Pull Request ## Add import from configuration.yaml Will import settings from configuration.yaml and then render them useless (unless you manually remove the config-entry in UI and restart HA, then they will get re-imported) You decide if this is so...
1,421
null
ossf/fuzz-introspector
# Repository Context Name: ossf/fuzz-introspector Description: # Pull Request ## webapp: do not load all branch blockers in memory # Relevant Files Found ## tools/web-fuzzing-introspection/app/static/assets/db/web_db_creator_from_summary.py ``` # Copyright 2023 Fuzz Introspector Authors # # Licensed under the A...
8,228
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. # Relevant Files Found ## django/db/backends/postgresql/base.py ``` """ PostgreSQL database backend for Django. Requires psycopg 2: http://initd.org/projects/psycopg2 """ import t...
43,831
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## AIP-84 remove remnants of async def Early merge re-introduced a bunch of them. Removing. # Relevant Files Found ## airflow/api_fastapi/core_api/routes/public/task_instances.py ``` # Licensed to the Apache Software Foundation (ASF) under ...
97
null
sepandhaghighi/mycoffee
# Repository Context Name: sepandhaghighi/mycoffee Description: # Pull Request ## `--info` #### Reference Issues/PRs #80 #### What does this implement/fix? Explain your changes. - `--info` argument added #### Any other comments? # Relevant Files Found ## mycoffee/__main__.py ``` # -*- coding: utf-8 -*- ...
213
null
Modern-Treasury/modern-treasury-python
# Repository Context Name: Modern-Treasury/modern-treasury-python Description: # Pull Request ## release: 1.17.1 Automated Release PR --- ## 1.17.1 (2023-10-02) Full Changelog: [v1.17.0...v1.17.1](https://github.com/Modern-Treasury/modern-treasury-python/compare/v1.17.0...v1.17.1) ### Chores * **tests:** impro...
7,675
null
googleapis/google-cloud-python
# Repository Context Name: googleapis/google-cloud-python Description: # Pull Request ## Add parameterized test for from_rfc3339 with nanos While looking into another issue I noticed we didn't seem to test this constructor much (if at all). # Relevant Files Found ## api_core/tests/unit/test_datetime_helpers.py ...
133
null
DiamondLightSource/pymalcolm
# Repository Context Name: DiamondLightSource/pymalcolm Description: # Pull Request ## Fix bug when RPC method returns an empty map. # Relevant Files Found ## malcolm/comms/pva/pvaservercomms.py ``` from collections import OrderedDict from threading import Event, Lock, RLock import pvaccess from malcolm.core....
8,119
null
getmoto/moto
# Repository Context Name: getmoto/moto Description: # Pull Request ## Apigateway Account APIs - Implement get_account and update_account for apigateway - Added rootResourceId to the RestAPI class and its to_dict function so that it will be returned as it was missing ([create_rest_api](https://boto3.amazonaws.com/...
169
null
Yelp/paasta
# Repository Context Name: Yelp/paasta Description: # Pull Request ## Pick an ephemeral port better To avoid these: ``` 15:39:54 time="2016-01-19T15:39:54-08:00" level=fatal msg="Error response from daemon: Cannot start container 4ab7d672f26436db000e87d5c0939a681dff7364547b348990ee2154f8e83778: Error starting user...
1,341
null
vertica/VerticaPy
# Repository Context Name: vertica/VerticaPy Description: # Pull Request ## Security Enhancement - Added path validation to protect files The path variable could potentially be used maliciously. So added checks for it. # Relevant Files Found ## verticapy/connection/utils.py ``` """ Copyright (c) 2018-2025 Open...
2,524
null
patroni/patroni
# Repository Context Name: patroni/patroni Description: # Pull Request ## Enhanced sync connections check When `synchronous_standby_names` GUC is changed PostgreSQL nearly immediately starts reporting corresponding walsenders as synchronous, while in fact they maybe didn't reach this state yet. To mitigate this pro...
1
null
qiime2/q2cli
# Repository Context Name: qiime2/q2cli Description: # Pull Request ## ENH: initial structure, dynamic generation of commands cc @wasade # Relevant Files Found # Edits This pull request adds the initial structure for a dynamic, lazy-loaded command-line interface (CLI) for QIIME 2, enabling automatic discovery...
121
null
rkoshak/sensorReporter
# Repository Context Name: rkoshak/sensorReporter Description: # Pull Request ## add 16ch PWM HAT actuator This PR will add support for the [Adafruit PWM HAT](https://learn.adafruit.com/adafruit-16-channel-pwm-servo-hat-for-raspberry-pi) via i2c-bus. Is is based on the GpioColorLED and TriacDimmer. So 1, 3 or 4 cha...
2,329
null
Yelp/elastalert
# Repository Context Name: Yelp/elastalert Description: # Pull Request ## Show disabled rules Show disabled rules when elastalert rules finishes all rules execution. # Relevant Files Found ## elastalert/elastalert.py ``` # -*- coding: utf-8 -*- import argparse import copy import datetime import json import log...
882
null
geldata/gel-python
# Repository Context Name: geldata/gel-python Description: # Pull Request ## Have gen_models.py put py.typed in the installed site-packages directory This will get mypy to check it. pyright checks it anyway, it seems, which I think violates a PEP? IDK. # Relevant Files Found ## tools/gen_models.py ``` from __fut...
10
null
mitre-cyber-academy/2025-ectf-insecure-example
# Repository Context Name: mitre-cyber-academy/2025-ectf-insecure-example Description: # Pull Request ## Stress test fixes Fixing a couple of minor bugs in stress_test.py 1. It computes the decode throughput using the value of the flag --test_size. When testing the decoder by loading a json, the amount of data i...
440
null
NVIDIA/numba-cuda
# Repository Context Name: NVIDIA/numba-cuda Description: # Pull Request ## [Refactor][NFC] Vendor-in cpu_options for future CUDA-specific changes Numba-CUDA relies on the upstream Numba cpu_options to configure itself, this change vendors in the class, so we can later remove the ParallelOptions once #439 is merged...
133
null
Bluetooth-Devices/bleak-retry-connector
# Repository Context Name: Bluetooth-Devices/bleak-retry-connector Description: # Pull Request ## feat: add support for getting callbacks on slot allocation change # Relevant Files Found ## src/bleak_retry_connector/__init__.py ``` from __future__ import annotations __version__ = "3.6.0" import asyncio impor...
66
null
katsunori-waragai/disparity-view
# Repository Context Name: katsunori-waragai/disparity-view Description: # Pull Request ## added more func # what - ファイルを操作しない階層の関数が必要だったので、公開するようにした。 # Relevant Files Found ## disparity_view/__init__.py ``` from .view import view_npy from .view import depth_overlay, as_colorimage from .depth_to_normal impor...
5,694
null
gammapy/gammapy
# Repository Context Name: gammapy/gammapy Description: # Pull Request ## `e_peak` on `SuperExpCutoffPowerLaw4FGLDR3SpectralModel` This PR adds an `e_peak` property on `SuperExpCutoffPowerLaw4FGLDR3SpectralModel`. I took the formula in https://iopscience.iop.org/article/10.3847/1538-4357/acee67 Eq. 21. As far a...
163
null
sblibs/pySwitchbot
# Repository Context Name: sblibs/pySwitchbot Description: # Pull Request ## Add passive data mapping for more devices # Relevant Files Found ## switchbot/adv_parser.py ``` """Library to handle connection with Switchbot.""" from __future__ import annotations import logging from collections.abc import Callable ...
2,477
null
scieloorg/opac
# Repository Context Name: scieloorg/opac Description: # Pull Request ## Alterar a forma de identificar quando é uma requisição via ajax. #### O que esse PR faz? Alterar a forma de identificar quando é uma requisição via ajax. #### Onde a revisão poderia começar? Por commit #### Como este poderia ser tes...
627
null
jupyter/jupyter_client
# Repository Context Name: jupyter/jupyter_client Description: # Pull Request ## Add tests to ensure MultiKernelManager subclass methods are called This is a follow-on to #626 to check subclass call sequences relative to the MultiKernelManager base classes. Also found that CI was skipping the async tests of the ...
170
null
Mirantis/solar
# Repository Context Name: Mirantis/solar Description: # Pull Request ## ORM: change function property 'value' to better name 'as_set' # Relevant Files Found ## solar/solar/core/resource/resource.py ``` # -*- coding: utf-8 -*- # Copyright 2015 Mirantis, Inc. # # Licensed under the Apache License, Version ...
4
null
erinxocon/tpfd
# Repository Context Name: erinxocon/tpfd Description: # Pull Request ## Function args are now keyed, easier to use You can now use your functions like so ``` python @p.on_recognize('The {noun} who say {thing}!') def two_word_test(thing, noun): # Order of the keys do not matter return (noun, thing) pprint(p...
13,716
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Adjust `saleBulkDelete` to new Promotion model Refactor `saleBulkDelete` to operate on `Promotion` model <!-- Please mention all relevant issue numbers. --> # Impact - [ ] New migrations - [x] New/Updated API fields or mutations - [ ...
25
null
pydata/pydata-google-auth
# Repository Context Name: pydata/pydata-google-auth Description: # Pull Request ## ENH: Add save_user_credentials to write to JSON file. This function is useful in combination with Google Application Default credentials. Use this function to create a JSON key file for your user credentials, which works similarly...
353
null
HKUDS/LightRAG
# Repository Context Name: HKUDS/LightRAG Description: # Pull Request ## JSON mode support for ollama and openai gpt #287 - Added `keyword_extraction=False` to all `*_complete` functions. If `True`, each function handles its own JSON mode logic. - Moved `locate_json_string_body_from_string` to `*_complete` funct...
3,773
null
DemocracyClub/UK-Polling-Stations
# Repository Context Name: DemocracyClub/UK-Polling-Stations Description: # Pull Request ## misc_fix: remove map for station in Kensington and Chelsea # Relevant Files Found ## polling_stations/apps/data_importers/management/commands/misc_fixes.py ``` from django.core.management.base import BaseCommand # from ...
1,471
null
DataBiosphere/toil
# Repository Context Name: DataBiosphere/toil Description: # Pull Request ## Support chains of piped commands in dockerCall Current interface not affected, but if parameters argument is a list of lists, instead of a list, then it will be treated as chain of piped commands. This is based on work by @cmarkello ...
5,991
null
spyder-ide/spyder
# Repository Context Name: spyder-ide/spyder Description: # Pull Request ## PR: Properly disable editing in Variable Explorer for values in immutable collections (e.g. tuples) Fixes #5953 @ccordoba12 @Prikers First "real" (code) PR. Before, values in immutable (readonly=True) collections were able to be "edi...
475
null
b12io/orchestra
# Repository Context Name: b12io/orchestra Description: # Pull Request ## Assignment lookup bugfix # Relevant Files Found ## orchestra/lookups.py ``` from ajax_select import LookupChannel from ajax_select import register from django.contrib.auth import get_user_model from django.core.urlresolvers import reverse...
207
null
Ouranosinc/xclim
# Repository Context Name: Ouranosinc/xclim Description: # Pull Request ## Remove six and Python2/3 compatibility libraries * **Please check if the PR fulfills these requirements** - [x] This PR addresses an already opened issue (for bug fixes / features) - [ ] Tests for the changes have been added (for bug fixes...
19
null
whitesmith/hawkpost
# Repository Context Name: whitesmith/hawkpost Description: # Pull Request ## Public Key must be set up This addresses the concerns of the following issue: https://github.com/whitesmith/hawkpost/issues/13 # Relevant Files Found ## boxes/views.py ``` from django.views.generic import ListView, CreateView, DeleteV...
4,968
null
mesonbuild/meson
# Repository Context Name: mesonbuild/meson Description: # Pull Request ## vs: add support for `build_always_stale` for custom targets # Relevant Files Found ## mesonbuild/backend/vs2010backend.py ``` # Copyright 2014-2016 The Meson development team # Licensed under the Apache License, Version 2.0 (the "Licens...
87
null
Qiskit/qiskit-addon-dice-solver
# Repository Context Name: Qiskit/qiskit-addon-dice-solver Description: # Pull Request ## Bump ruff from 0.12.1 to 0.12.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.1 to 0.12.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's ...
136
null
qilimanjaro-tech/qililab
# Repository Context Name: qilimanjaro-tech/qililab Description: # Pull Request ## fix: Duplicate hardware_average property & bus.run() in parallel error * removes duplicate hardware_average property on qblox sequencers * restores bus.run() to run in sequencial mode # Relevant Files Found ## src/qililab/execution...
5,850
null
CenterForOpenScience/osf.io
# Repository Context Name: CenterForOpenScience/osf.io Description: # Pull Request ## [Feature] Add AsPredicted metaschema [OSF-5755] <!-- Before submit your Pull Request, make sure you picked the right branch: - For hotfixes, select "master" as the target branch - For new features, select "develop"...
15,089
null
scikit-learn/scikit-learn
# Repository Context Name: scikit-learn/scikit-learn Description: # Pull Request ## ENH Allow precomputed mask as input for MissingIndicator <!-- Thanks for contributing a pull request! Please ensure you have taken a look at the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/master/CON...
2
null
hugovk/bitsofpluto
# Repository Context Name: hugovk/bitsofpluto Description: # Pull Request ## Replace Travis CI with GitHub Actions # Relevant Files Found ## bitsofpluto.py ``` #!/usr/bin/env python """ Twitter bot. Tweeting a different bit of Pluto every six hours. Photo by NASA's New Horizons spacecraft. https://www.nasa.gov/...
17,210
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## ENH/PERF: Remove frequency inference from .dt accessor # Relevant Files Found ## asv_bench/benchmarks/timeseries.py ``` try: from pandas.plotting._converter import DatetimeConverter except ImportError: from pandas.tseries.conver...
232
null
algorithmiaio/langpacks
# Repository Context Name: algorithmiaio/langpacks Description: # Pull Request ## mlops fashion mnist automatic template This is designed to use environment variables that are set with the Algorithmia secrets API; has been tested extensively in marketplace - and is designed to be used in conjunction with the follow...
215
null
qiime2/qiime2
# Repository Context Name: qiime2/qiime2 Description: # Pull Request ## MAINT: update to 2017.3.0.dev0 # Relevant Files Found ## setup.py ``` # ---------------------------------------------------------------------------- # Copyright (c) 2016-2017, QIIME 2 development team. # # Distributed under the terms of the...
589
null
patroni/patroni
# Repository Context Name: patroni/patroni Description: # Pull Request ## Allow to specify multiple hosts for etcd This list will be used for initial discovery of etcd cluster members. If for some reason during work this list of hosts has been exhausted (during work), Patroni will return to initial list. In add...
392
null
metatensor/metatensor
# Repository Context Name: metatensor/metatensor Description: # Pull Request ## Release version 0.1.0-rc2 <!-- readthedocs-preview metatensor start --> ---- :books: Documentation preview :books:: https://metatensor--392.org.readthedocs.build/en/392/ <!-- readthedocs-preview metatensor end --> # Relevant Fil...
412
null
pypa/setuptools-scm
# Repository Context Name: pypa/setuptools-scm Description: # Pull Request ## Fix documentation for tag_regex and allow single-digit version numbers. This fixes Issue #411, and reduces confusion by matching documentation to code. # Relevant Files Found ## src/setuptools_scm/config.py ``` """ configuration """ fr...
112
null
webkom/lego
# Repository Context Name: webkom/lego Description: # Pull Request ## Registrations # Relevant Files Found ## lego/api/urls.py ``` from django.conf import settings from django.conf.urls import include, url from django.core.urlresolvers import resolve from django.http import Http404, HttpResponseRedirect from dj...
1,548
null
elastic/rally
# Repository Context Name: elastic/rally Description: # Pull Request ## Move most packaging metadata to pyproject.toml In anticipation of the move to flit. # Relevant Files Found ## setup.py ``` # Licensed to Elasticsearch B.V. under one or more contributor # license agreements. See the NOTICE file distributed w...
15
null
google/metrax
# Repository Context Name: google/metrax Description: # Pull Request ## add multi device test for metrax_test.py # Relevant Files Found ## src/metrax/metrics_test.py ``` # Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in complian...
10,058
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## docs(sdk): update URL link in a table Current docs point to an old URL. # Relevant Files Found ## wandb/sdk/data_types/table.py ``` import base64 import binascii import codecs import datetime import json import logging import os from typing im...
7
null
2baOrNot2ba/dreamBeam
# Repository Context Name: 2baOrNot2ba/dreamBeam Description: # Pull Request ## setup.py: Copy NenuFAR configurations on install Hey Tobia, Another quick PR for you. I was installing dreamBeam on our compute nodes and I was running into an error when trying to use `on_pointing_axis_tracking`. Even though I was ...
311
null
lbryio/lbry-sdk
# Repository Context Name: lbryio/lbry-sdk Description: # Pull Request ## port needs to be an int # Relevant Files Found ## lbrynet/conf.py ``` import copy import json import logging import os import sys import yaml from appdirs import user_data_dir import envparse LBRYCRD_WALLET = 'lbrycrd' LBRYUM_WALLET = '...
25
null
thorgate/django-esteid
# Repository Context Name: thorgate/django-esteid Description: # Pull Request ## Add support for ASiC-E (BDOC-TS) containers - DigidocService.add_datafile: Allow using EMBEDDED_BASE64 content type (for ASiC-E containers) - BDocContainer.data_files_format: Ensure it does not create duplicate files - Keep BDOC the ...
146
null
hfaran/slack-export-viewer
# Repository Context Name: hfaran/slack-export-viewer Description: # Pull Request ## Threads location hotfix A hotfix that arranges Threads correctly. TODO: revise the sorting algorithm. # Relevant Files Found ## slackviewer/reader.py ``` from collections import OrderedDict import glob import io import json im...
461
null
betcode-org/betfair
# Repository Context Name: betcode-org/betfair Description: # Pull Request ## Resolve #460: Breaking changes to cricket feed Need some feedback from Neil before this is ready to merge - see #460 # Relevant Files Found ## betfairlightweight/resources/streamingresources.py ``` from .baseresource import BaseResou...
2,977
null
optuna/optuna
# Repository Context Name: optuna/optuna Description: # Pull Request ## AllenNLP distributed pruning This PR changes the way to pass the `trial` object to `AllenNLPPruningCallback`. - https://github.com/optuna/optuna/issues/1990 - https://github.com/himkt/allennlp-optuna/issues/20 This PR is the another try ...
2,856
null
hypothesis/lms
# Repository Context Name: hypothesis/lms Description: # Pull Request ## Handle access token-related errors from Blackboard Depends on https://github.com/hypothesis/lms/pull/2854 Fixes https://github.com/hypothesis/lms/issues/2834 Handle access token-related errors from Blackboard correctly. It's common fo...
256
null
Telecominfraproject/wlan-testing
# Repository Context Name: Telecominfraproject/wlan-testing Description: # Pull Request ## added test case for wifi -5066 # Relevant Files Found ## tests/e2e/advanced/spatial_consistency/wpa2_personal/test_bridge_spatial.py ``` import pytest import allure import os import time import pandas as pd pytestmark = ...
109
null
zalando/spilo
# Repository Context Name: zalando/spilo Description: # Pull Request ## Update to Patroni 1.2 Move creation of users, extensions and FDWs to an external script. # Relevant Files Found ## postgres-appliance/configure_spilo.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- import argparse import logging impor...
2,488
null
agno-agi/agno
# Repository Context Name: agno-agi/agno Description: # Pull Request ## added a mapping for compatibility for switching between google and openai # Add Google Gemini role mapping for compatibility with OpenAI ChatAPI ## Description This PR adds a role mapping compatibility layer in the OpenAI chat implementati...
189
null
dask/distributed
# Repository Context Name: dask/distributed Description: # Pull Request ## StreamClosedError: Stream is closed is raised by executor.run instead of expected exception Here is a non regression test to reproduce the issue. This is the part of the test log that show the expected exception being logged and the unexpect...
9,278
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Don't fail hard when there are no args in message @gcapalbo http://manage.dimagi.com/default.asp?187839#1050434 All EWS handlers extend KeywordHandler from ILS module that's why change is in ILS module. In the future it should be moved to ...
168
null
J535D165/recordlinkage
# Repository Context Name: J535D165/recordlinkage Description: # Pull Request ## fixing broken build and removed some warnings * fix broken test with KMeans (missing _n_thread attribute) * fix broken test with `encode_match_rating` * bump jellyfish version to `>0.8.0` * fix deprecation warnings for jellyfish dis...
58
null
shtalinberg/django-el-pagination
# Repository Context Name: shtalinberg/django-el-pagination Description: # Pull Request ## enabble possibility to return 404 in case page is not in range By default if the page is out of range, the first page is displayed. On our website we have 'clusters' that change in length as time goes by that means that t...
357
null
brainix/pottery
# Repository Context Name: brainix/pottery Description: # Pull Request ## Improve wording in comments # Relevant Files Found ## pottery/bloom.py ``` # --------------------------------------------------------------------------- # # bloom.py # # ...
2,162
null
arviz-devs/arviz
# Repository Context Name: arviz-devs/arviz Description: # Pull Request ## add dev flag to version forgot this step after the last release <!-- readthedocs-preview arviz start --> ---- :books: Documentation preview :books:: https://arviz--2162.org.readthedocs.build/en/2162/ <!-- readthedocs-preview arviz end...
12,142
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## Backport PR #12122 on branch v4.3.x (Fix ignore_blank_cards in HDUDiff) Backport PR #12122: Fix ignore_blank_cards in HDUDiff # Relevant Files Found ## astropy/io/fits/diff.py ``` # Licensed under a 3-clause BSD style license - see LICENSE...
225
null
Boerderij/Varken
# Repository Context Name: Boerderij/Varken Description: # Pull Request ## Update lidarr structure Added missing arguments to Lidarr structure Fixes #223 # Relevant Files Found ## varken/structures.py ``` from sys import version_info from typing import NamedTuple from logging import getLogger logger = getLog...
625
null
icloud-photos-downloader/icloud_photos_downloader
# Repository Context Name: icloud-photos-downloader/icloud_photos_downloader Description: # Pull Request ## Only delete files that were successfully downloaded # Relevant Files Found ## icloudpd/authentication.py ``` """Handles username/password authentication and two-step authentication""" import sys import c...
1,310
null
cta-observatory/ctapipe
# Repository Context Name: cta-observatory/ctapipe Description: # Pull Request ## Add --quiet/-q option and --logfile from #1097: > We could add a `-q, --quiet` option to silence the StreamHandler and a `--logfile` option for writing a logfile to every tool. For now this draft PR only adds the `-q/--quiet` opt...
251
null
angr/angr-management
# Repository Context Name: angr/angr-management Description: # Pull Request ## added plugin for logging user fatigueness closes #252 # Relevant Files Found ## angrmanagement/config/config_manager.py ``` import logging import toml from PySide2.QtGui import QFont, QFontMetricsF, QColor from PySide2.QtWidgets im...
79
null
PUNCH-Cyber/stoq
# Repository Context Name: PUNCH-Cyber/stoq Description: # Pull Request ## Max dispatch passes (#68) # Relevant Files Found ## stoq/core.py ``` #!/usr/bin/env python3 # Copyright 2014-2018 PUNCH Cyber Analytics Group # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use th...
7
null
mila-iqia/platoon
# Repository Context Name: mila-iqia/platoon Description: # Pull Request ## Add general platoon documentation Not sure this is the best place to put it but I want to be sure the students easily see it # Relevant Files Found ## param_sync.py ``` class ParamSyncRule: """ Abstract parameter synchronisation...