pr_id
int64
repo_id
null
repo_name
string
text
string
134
null
dbca-wa/it-assets
# Repository Context Name: dbca-wa/it-assets Description: # Pull Request ## Add it_system_register_import mgmt command to import from Sharepoint, allow blanks in ITSystem owner & tech custodian fields. # Relevant Files Found ## registers/forms.py ``` from crispy_forms.helper import FormHelper from crispy_forms....
1,324
null
python-cmd2/cmd2
# Repository Context Name: python-cmd2/cmd2 Description: # Pull Request ## Defragment readline history for multiline commands. Fixes #1297 Combine individual lines of a multiline command into a single line for readline history. Spaces and newlines in quotes are preserved so those strings will span multiple lin...
4,459
null
googleapis/google-cloud-python
# Repository Context Name: googleapis/google-cloud-python Description: # Pull Request ## PubSub: Renaming `logger` -> `_LOGGER` since at module scope. # Relevant Files Found ## pubsub/google/cloud/pubsub_v1/subscriber/policy/thread.py ``` # Copyright 2017, Google LLC All rights reserved. # # Licensed under the ...
15
null
KKBOX/mass
# Repository Context Name: KKBOX/mass Description: # Pull Request ## Workaround import boto3 error while install mass. # Relevant Files Found ## mass/utils.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- """Helper functions. """ # built-in modules import json # 3rd-party modules import boto3 # local m...
1,173
null
hugsy/gef
# Repository Context Name: hugsy/gef Description: # Pull Request ## Setup fallback 'debug-file-directory' ## Description <!-- Describe technically what your patch does. --> This PR adds fallback path `/usr/lib/debug` to `debug-file-directory` config. Closes #1169. <!-- Why is this change required? What prob...
299
null
facebookresearch/spdl
# Repository Context Name: facebookresearch/spdl Description: # Pull Request ## Fix run_in_subprocess 1. The `queue.Full` exception is never raised, so expecting it does not make sense. An exception that can happen is pickle error, but it's safer to rather catch all exceptions. 2. When child process puts a messa...
43
null
kawa-kokosowa/sappho
# Repository Context Name: kawa-kokosowa/sappho Description: # Pull Request ## demo bug fix, change tile api, add docs typo/incorrect variable name in demo tile now just has a set attribute named `flags` instead of individual booleans for each flag we could invent (duh!), meaning `solid_block` attribute is depreca...
2,339
null
dask/distributed
# Repository Context Name: dask/distributed Description: # Pull Request ## Use psutil.Process.oneshot See #2156 # Relevant Files Found ## distributed/system_monitor.py ``` from __future__ import print_function, division, absolute_import from collections import deque import psutil from .compatibility import WIN...
7,958
null
keras-team/keras
# Repository Context Name: keras-team/keras Description: # Pull Request ## Improve TF backend's Switch function As of now, K.switch supports only scalar condition on TF backend. This PR makes TF backend's switch function behave more like Theano's switch; with element-wise selection and broadcasting when required. ...
352
null
alphagov/notifications-functional-tests
# Repository Context Name: alphagov/notifications-functional-tests Description: # Pull Request ## Disable CSV upload tests temporarily When the database tasks queue builds up we get false pager duty alerts due to the time it takes for the test csv to get through to the front of the queue. # Relevant Files Found #...
576
null
SciTools/iris-grib
# Repository Context Name: SciTools/iris-grib Description: # Pull Request ## Fixes for recent merge-with-fails Looks like I made a mistake merging #567 But it also seems that the required automatic fixes which a pre-commit run produces are not included in the pre-commit update PR. Not sure if that is intended ...
28
null
jasedit/scriptorium
# Repository Context Name: jasedit/scriptorium Description: # Pull Request ## Fix config init Fix some of the logic controlling initialization of configuration values # Relevant Files Found ## scriptorium/config.py ``` #!/usr/bin/env python """Configuration related functionality for scriptorium.""" import os i...
214
null
ugaliguy/HackerRank
# Repository Context Name: ugaliguy/HackerRank Description: # Pull Request ## Regex # Relevant Files Found # Edits This pull request adds solutions for two regex assertion challenges involving lookbehind patterns. It introduces a positive lookbehind regex to match odd digits that are preceded by a digit, and ...
58
null
inveniosoftware/invenio-communities
# Repository Context Name: inveniosoftware/invenio-communities Description: # Pull Request ## js: function name clash fix # Relevant Files Found ## invenio_communities/version.py ``` # -*- coding: utf-8 -*- # # This file is part of Invenio. # Copyright (C) 2016 CERN. # # Invenio is free software; you can redist...
5,989
null
hydroshare/hydroshare
# Repository Context Name: hydroshare/hydroshare Description: # Pull Request ## Create bag when publishing resource <!-- Please read, and add your text at the bottom of this message. Thanks for contributing code to HydroShare. In order to maintain code quality and expedite this process, please assist the deve...
1,537
null
dials/dials
# Repository Context Name: dials/dials Description: # Pull Request ## dials.background plot to file Add an option to `dials.background` to allow plotting to image files instead of interactively, to facilitate usage in scripts. Also, add a test and fix so that images can be read, not just `.expt` files. # Relevant ...
248
null
pimutils/todoman
# Repository Context Name: pimutils/todoman Description: # Pull Request ## Simplify docs tests bootstrap # Relevant Files Found ## setup.py ``` #!/usr/bin/env python3 from setuptools import setup setup( name='todoman', description='A simple CalDav-based todo manager.', author='Hugo Osvaldo Barrera...
105
null
scrapinghub/extruct
# Repository Context Name: scrapinghub/extruct Description: # Pull Request ## Avoid including itemprop from child itemscopes when using itemref Extruct deals wrongly with elements referenced by `itemref` if the referenced element also include other items defined inside with `itemscope`. For example: ```html <html...
199
null
agronholm/apscheduler
# Repository Context Name: agronholm/apscheduler Description: # Pull Request ## Renamed ZookeeperJobStore to ZooKeeperJobStore in setup.py fixes #200 # Relevant Files Found ## setup.py ``` # coding: utf-8 import os.path from setuptools import setup, find_packages here = os.path.dirname(__file__) readme_path...
60
null
opentracing-contrib/python-flask
# Repository Context Name: opentracing-contrib/python-flask Description: # Pull Request ## Updates for compatibility with Flask 3.0 and recent Python versions - remove usage of deprecated Flask variable `_request_ctx_stack`, use `request` (backward compatible with Flask 2.x versions) - refactor span callback tests...
133
null
pytroll/trollmoves
# Repository Context Name: pytroll/trollmoves Description: # Pull Request ## Refactor the logging This PR refactors the logging in trollmoves and provides a couple of new functions. As an asumption, I consider the log config as the way to go in the future and hence issue a deprecation warning when using the old me...
410
null
rmlockwood/FLExTrans
# Repository Context Name: rmlockwood/FLExTrans Description: # Pull Request ## Fixes #391. Save/restore checked transfer rules # Relevant Files Found ## LiveRuleTesterTool.py ``` # # LiveRuleTesterTool # # Ron Lockwood # SIL International # 7/2/16 # # Version 3.8 - 4/4/23 - Ron Lockwood # Support H...
4,544
null
openshift/openshift-ansible
# Repository Context Name: openshift/openshift-ansible Description: # Pull Request ## [1.4] Version comparison filters # Relevant Files Found # Edits This pull request updates the OpenShift Ansible version comparison filters to better handle future OpenShift versions and deprecate legacy Origin 1.x versioning...
2,290
null
HKUDS/LightRAG
# Repository Context Name: HKUDS/LightRAG Description: # Pull Request ## Fix: Clean Residual Edges from VDB During Entity Deletion ## Fix: Clean Residual Edges from VDB During Entity Deletion ### 🐛 Problem When deleting entities from the knowledge graph, the system was only removing nodes from the graph stru...
864
null
helmholtz-analytics/heat
# Repository Context Name: helmholtz-analytics/heat Description: # Pull Request ## torchvision version range compatibility with pytorch version ## Description <!--- Include a summary of the change/s. Please also include relevant motivation and context. List any dependencies that are required for this change. -...
107
null
ament/ament_package
# Repository Context Name: ament/ament_package Description: # Pull Request ## skip empty lines in dsv files Which allows to group multiple lines if a `dsv` file updates more than one environment variable. Same as colcon/colcon-core#275. # Relevant Files Found ## ament_package/template/prefix_level/_local_setup...
2,392
null
dials/dials
# Repository Context Name: dials/dials Description: # Pull Request ## dials.export_bitmaps: scale resolution rings according to binning Fixes #2391 Using `dials.export_bitmaps $(dials.data get -q x4wide)/*0001.cbf resolution_rings.show=True` with `binning=1`: ![b1-0001](https://user-images.githubusercontent.com...
945
null
F5Networks/f5-openstack-agent
# Repository Context Name: F5Networks/f5-openstack-agent Description: # Pull Request ## Add documentation for common networks @ssorenso @jlongstaf #### What issues does this address? Fixes #943 #### What's this change do? I have added information regarding common networks to the configuration parameters t...
13,675
null
spyder-ide/spyder
# Repository Context Name: spyder-ide/spyder Description: # Pull Request ## PR: Fix some issues with the Find in files plugin <!--- Make sure to read the Contributing Guidelines: ---> <!--- https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md ---> <!--- and follow PEP 8, PEP 257 and ...
16
null
aloetesting/aloe_webdriver
# Repository Context Name: aloetesting/aloe_webdriver Description: # Pull Request ## Delay filtering displayed/enabled elements `XPathSelector` tries to bundle up requests to Selenium, but fails to do so if it needs to filter displayed or enabled elements. Support filtering the elements in the selector. # Relevan...
1,081
null
arviz-devs/arviz
# Repository Context Name: arviz-devs/arviz Description: # Pull Request ## fix small error in concat docs ## Description ## Checklist <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Follows [official](https://github.com/arviz-devs/arviz/blob/master/CONTRIBUTING.md#pull-requ...
90
null
tuanchris/dune-weaver
# Repository Context Name: tuanchris/dune-weaver Description: # Pull Request ## Fix HA LED Power # Relevant Files Found ## main.py ``` from fastapi import FastAPI, UploadFile, File, HTTPException, BackgroundTasks, WebSocket, WebSocketDisconnect, Request from fastapi.responses import JSONResponse, FileResponse,...
133
null
SwissDataScienceCenter/renku-notebooks
# Repository Context Name: SwissDataScienceCenter/renku-notebooks Description: # Pull Request ## fix: do not fail on empty annotations closes #132 # Relevant Files Found ## src/notebooks_service.py ``` # -*- coding: utf-8 -*- # # Copyright 2018 - Swiss Data Science Center (SDSC) # A partnership between École Po...
200
null
notofonts/nototools
# Repository Context Name: notofonts/nototools Description: # Pull Request ## Add cp437 data, and require the monospace font to cover it. This is a legacy PC codepage. The expectation is that terminal emulators and similar programs that want monospace text might want to support this character set, so we ensure the...
1,806
null
girder/large_image
# Repository Context Name: girder/large_image Description: # Pull Request ## Improve how ometiff internal metadata is exposed # Relevant Files Found ## sources/ometiff/large_image_source_ometiff/__init__.py ``` ############################################################################## # Copyright Kitware I...
1,064
null
ARM-software/workload-automation
# Repository Context Name: ARM-software/workload-automation Description: # Pull Request ## fw/instrument: derive Instrument from TargetedPlugin Change Instrument to derive from TargetedPlugin rather than Plugin, which it should have been all along. # Relevant Files Found ## wa/framework/instrument.py ``` # Co...
1,076
null
pypa/setuptools-scm
# Repository Context Name: pypa/setuptools-scm Description: # Pull Request ## `version.py` including `__all__` Closes https://github.com/pypa/setuptools-scm/issues/1075 # Relevant Files Found ## src/setuptools_scm/_integration/dump_version.py ``` from __future__ import annotations import warnings from pathlib ...
5,470
null
onepercentclub/bluebottle
# Repository Context Name: onepercentclub/bluebottle Description: # Pull Request ## Expose matching options set in api # Relevant Files Found ## bluebottle/members/serializers.py ``` import uuid from builtins import object import passwordmeter from axes.handlers.proxy import AxesProxyHandler from django import...
8,676
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Bump gromacs versions. # Relevant Files Found ## var/spack/repos/builtin/packages/gromacs/package.py ``` ############################################################################## # Copyright (c) 2013-2018, Lawrence Livermore National Sec...
11,178
null
pantsbuild/pants
# Repository Context Name: pantsbuild/pants Description: # Pull Request ## Deprecate the `sources` field for `python_awslambda` (Cherry-pick of #11176) [ci skip-rust] [ci skip-build-wheels] # Relevant Files Found ## src/python/pants/backend/awslambda/python/rules_test.py ``` # Copyright 2019 Pants project contr...
37
null
Sinu-Tech/Galeraxxx-Search-Escape
# Repository Context Name: Sinu-Tech/Galeraxxx-Search-Escape Description: # Pull Request ## Add: Efeitos sonoros Adicionado musica de fundo e som no click. Close #19 # Relevant Files Found ## src/main.py ``` import time from models import Enemy, Player from utils.map_utils import * from models.maps import * imp...
502
null
FINNGEN/pheweb
# Repository Context Name: FINNGEN/pheweb Description: # Pull Request ## annotate manhattan synch master branch # Relevant Files Found ## pheweb/command_line.py ``` #!/usr/bin/env python3 # -*- mode: python -*- import sys import os import importlib import functools import math if sys.version_info.major <= 2: ...
5,813
null
holoviz/holoviews
# Repository Context Name: holoviz/holoviews Description: # Pull Request ## Allow pixel_ratio to go below 1 For some reason `datashade`/`rasterize` `pixel_ratio` was constrained to increasing the resolution, but it should also be useful for _reducing_ the resolution: ```python import holoviews as hv, numpy as n...
3
null
androidtrackers/codeaurora-releases-tracker
# Repository Context Name: androidtrackers/codeaurora-releases-tracker Description: # Pull Request ## caf_tracker: Align logic to work with updated tag structure * Tested successfully on temp channel for last 300 tags and worked fine. # Relevant Files Found ## caf_tracker.py ``` import json import re from dateti...
1,465
null
cta-observatory/ctapipe
# Repository Context Name: cta-observatory/ctapipe Description: # Pull Request ## Apply time calib simtel This is a follow up to #1463 Here, I get the required time shift from the simtel laser calibration object and fill it appropriately into the dl1 calibration container. I simulated flat field events using...
997
null
int-brain-lab/ibllib
# Repository Context Name: int-brain-lab/ibllib Description: # Pull Request ## update trials extractors to handle clean first trial # Relevant Files Found ## ibllib/io/extractors/ephys_fpga.py ``` """Data extraction from raw FPGA output. The behaviour extraction happens in the following stages: 1. The NI ...
2,752
null
canonical/microk8s
# Repository Context Name: canonical/microk8s Description: # Pull Request ## Fixed a typo Changed `Would you like to do that it now?` to `Would you like to do that now?` in installer. # Relevant Files Found ## installer/cli/microk8s.py ``` import argparse import logging import traceback from typing import List f...
320
null
microsoft/Qcodes
# Repository Context Name: microsoft/Qcodes Description: # Pull Request ## Improved IVVI driver speed Changes proposed in this pull request: - Removed checking for same DAC values in the `_set_dac`. At least for my machine the setting is fast enough that a check only causes an extra delay. - Removed 50ms sleep in `...
186
null
innogames/igcollect
# Repository Context Name: innogames/igcollect Description: # Pull Request ## Add igcollect script for Chrony # Relevant Files Found # Edits This pull request adds a new igcollect script to gather Chrony NTP metrics for monitoring system time synchronization. It introduces `chrony.py`, which collects data fro...
1,842
null
mitodl/micromasters
# Repository Context Name: mitodl/micromasters Description: # Pull Request ## Applied email preference when staff emails students in bulk #### What are the relevant tickets? - fixes https://github.com/mitodl/micromasters/issues/1781 #### What's this PR do? - Applied email preference (profile. email_optin) on e...
5,820
null
onepercentclub/bluebottle
# Repository Context Name: onepercentclub/bluebottle Description: # Pull Request ## Add email to registration # Relevant Files Found ## bluebottle/activities/tests/test_api.py ``` import datetime import json import re from builtins import str from datetime import timedelta import dateutil from django.contrib.g...
349
null
PyThaiNLP/pythainlp
# Repository Context Name: PyThaiNLP/pythainlp Description: # Pull Request ## Back port ner fix to 2.1 (update to 2.1.2) Port back ner fix #346 # Relevant Files Found ## pythainlp/__init__.py ``` # -*- coding: utf-8 -*- __version__ = "2.1.1" thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44...
222
null
KerkhoffTechnologies/django-autotask
# Repository Context Name: KerkhoffTechnologies/django-autotask Description: # Pull Request ## [ISSUE-3636] Add attachment uploading # Relevant Files Found ## djautotask/__init__.py ``` # -*- coding: utf-8 -*- VERSION = (1, 6, 1, 'final') # pragma: no cover if VERSION[-1] != "final": __version__ = '.'.join...
128
null
RUCAIBox/RecBole
# Repository Context Name: RUCAIBox/RecBole Description: # Pull Request ## FIX: change strategy about split # Relevant Files Found ## data/dataset.py ``` # @Time : 2020/6/28 # @Author : Yupeng Hou # @Email : houyupeng@ruc.edu.cn # UPDATE: # @Time : 2020/8/6 # @Author : Yupeng Hou # @Email : houyupeng@ruc...
293
null
RapidataAI/rapidata-python-sdk
# Repository Context Name: RapidataAI/rapidata-python-sdk Description: # Pull Request ## Update OpenAPI Schemas Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action # Relevant Files Found ## src/rapidata/api_client/__init__.py ``` # coding: utf-8 # flake8:...
12
null
SilversApprentice/PigeonScript
# Repository Context Name: SilversApprentice/PigeonScript Description: # Pull Request ## pgs-ide Here is the new IDE I made over the weekend... it kinda works :P Sigton # Relevant Files Found ## parser.py ``` import math stack = [] def cast(data): # attempts to convert input from string to int/float. ...
454
null
dpkp/kafka-python
# Repository Context Name: dpkp/kafka-python Description: # Pull Request ## allow to specify compression level for codecs which support this The default compression level for gzip is 9 (highest) in Python. For a lot of use cases a lower compression level like 6 will provide good (enough) compression and is signifi...
11
null
notmyname/slogging
# Repository Context Name: notmyname/slogging Description: # Pull Request ## fixed issue #10 to cast metadata key to lower before comparing it # Relevant Files Found ## slogging/access_log_delivery.py ``` # Copyright (c) 2010-2011 OpenStack, LLC. # # Licensed under the Apache License, Version 2.0 (the "License"...
70
null
Abdur-rahmaanJ/hooman
# Repository Context Name: Abdur-rahmaanJ/hooman Description: # Pull Request ## added dodgefallingobj.py I have added dodgefallingobj.py to hooman/demon folder. # Relevant Files Found # Edits This pull request adds a new demo game called `dodgefallingobj.py` to the hooman library's demos folder. The game invol...
7
null
trevormcguire/technical-analysis
# Repository Context Name: trevormcguire/technical-analysis Description: # Pull Request ## 0.0.6 dev # Relevant Files Found ## src/technical_analysis/moving_average.py ``` from typing import Union import numpy as np import pandas as pd def sma(price: pd.Series, period: int) -> pd.Series: """ Simple M...
12,814
null
RasaHQ/rasa
# Repository Context Name: RasaHQ/rasa Description: # Pull Request ## [ATO 1529] Port fix to 3.6.x **Proposed changes**: - Port #12790 to `3.6.x` to fix [ATO-1529](https://rasahq.atlassian.net/browse/ATO-1529) **Status (please check what you already did)**: - [ ] added some tests for the functionality - [ ] u...
497
null
lektor/lektor
# Repository Context Name: lektor/lektor Description: # Pull Request ## Video thumbnailing support using ffmpeg I'm using short video clips quite a bit with Lektor and sometimes I want to thumbnail them. This PR adds both thumbnailing and some basic metadata support. ## Example ``` {% set video = this.attachme...
22,008
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## Add Execution Duration metadata for dbt tests title # Relevant Files Found ## python_modules/libraries/dagster-dbt/dagster_dbt/core/resources_v2.py ``` import contextlib import copy import os import shutil import signal import subproces...
119
null
pika/pika
# Repository Context Name: pika/pika Description: # Pull Request ## Make TwistedConnection usable TwistedConnection had missing connection initialisation arguments. It also has an infinite write loop because the write state wasn't being reset, resulting in absurd CPU usage. # Relevant Files Found ## pika/adapter...
1,385
null
nerfstudio-project/nerfstudio
# Repository Context Name: nerfstudio-project/nerfstudio Description: # Pull Request ## Add support for is_fisheye flag in ingp transforms.json This PR adds the support for instant-ngp "is_fisheye" flag in the transforms.json file. # Relevant Files Found ## nerfstudio/data/dataparsers/instant_ngp_dataparser.py `...
219
null
profcomff/auth-api
# Repository Context Name: profcomff/auth-api Description: # Pull Request ## Fix get name and group from lk.msu ## Изменения Починен парсер имён пользователей из ЛК МГУ и парсер групп для студентов магистратуры ## Детали реализации Теперь поиск группы происходит с конца. Парсится первая встреченная с конца гру...
15
null
0xAlon/dolphin
# Repository Context Name: 0xAlon/dolphin Description: # Pull Request ## prevent blocking call in event loop during SSL context creation **prevent blocking call in event loop during SSL context creation** - Moved SSL context creation to an asynchronous method create_ssl_context to avoid blocking the event loop. ...
120
null
Stratoscale/skipper
# Repository Context Name: Stratoscale/skipper Description: # Pull Request ## testing podman # Relevant Files Found ## skipper/cli.py ``` import logging import os import os.path import sys import click import six import tabulate from pkg_resources import get_distribution from skipper import git from skipper i...
2
null
petermckeeverPerform/themepy
# Repository Context Name: petermckeeverPerform/themepy Description: # Pull Request ## fixed theme_list **Issue:** list_themes() doesn't list the second last theme in the directory properly but instead as ' ' which makes that particular file unusable. **Fix:** Only list .txt files. # Relevant Files Found ## t...
104
null
datahq/dataflows
# Repository Context Name: datahq/dataflows Description: # Pull Request ## Implemented `deduplicate_headers` flag for `load` - connects https://github.com/BCODMO/frictionless-usecases/issues/15 --- It solves the problem with duplicate headers. There are a few questions: - should we raise an error if there ar...
51
null
Esri/collector-tools
# Repository Context Name: Esri/collector-tools Description: # Pull Request ## Use Add Error.. .. instead of Fail to capture exception # Relevant Files Found ## CollectorUtils/add_update_gnss_fields_python_api.py ``` """ Copyright 2017 Esri Licensed under the Apache License, Version 2.0 (the "License"); ...
14,054
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Add missing undiscounted total price in order line Fixes: https://github.com/saleor/saleor/issues/14030 The resolver was already implemented, the field was just missing from our schema. # Impact - [ ] New migrations - [ ] New/Updated ...
100
null
opsmill/infrahub-sync
# Repository Context Name: opsmill/infrahub-sync Description: # Pull Request ## Aci adapter feature Close https://github.com/opsmill/infrahub-sync/issues/61 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Cisco ACI integration: API client ...
412
null
openSUSE/salt
# Repository Context Name: openSUSE/salt Description: # Pull Request ## Fix error handling in openscap module (bsc#1188647) - 3000 ### What does this PR do? Port of https://github.com/openSUSE/salt/pull/409 # Relevant Files Found ## salt/modules/openscap.py ``` # -*- coding: utf-8 -*- ''' Module for OpenSCAP ...
23
null
quantumjot/cellx
# Repository Context Name: quantumjot/cellx Description: # Pull Request ## Add TFRecord dataset utils This adds some utils for creating and reading TFRecord datasets for training/evaluation. # Relevant Files Found ## cellx/augmentation/utils.py ``` from functools import wraps import tensorflow as tf def augme...
2
null
deathbeds/jupyter-graphql
# Repository Context Name: deathbeds/jupyter-graphql Description: # Pull Request ## Subscriptions This adds graphql subscription machinery over from https://github.com/graphql-python/graphql-ws/pull/25 and makes more use of better-packaged things. - [x] update deps - [x] basic subscription capability - [x] poi...
45
null
warner/foolscap
# Repository Context Name: warner/foolscap Description: # Pull Request ## Drop CrossfireReverse's test4 because it breaks the protocol then raises an error Per the protocol description in negotiate.py both side should send Hello but in the test one side's Hello is skipped. Fixes: #42 # Relevant Files Found ##...
4
null
phage-nz/ph0neutria
# Repository Context Name: phage-nz/ph0neutria Description: # Pull Request ## adding config toggle to activate viper tagging As i don't want to tag every incoming sample, this is a config toggle to allow users to activate or not viper tagging # Relevant Files Found ## util/ConfigUtils.py ``` #!/usr/bin/python fr...
2
null
Bot-Academy/PythonAutomation101
# Repository Context Name: Bot-Academy/PythonAutomation101 Description: # Pull Request ## Update instagram.py Added a statement to ensure that English is still the language after login (with comments) # Relevant Files Found ## instagram.py ``` import time import pyautogui from selenium import webdriver # CONFIG...
164
null
buildingSMART/ifc-gherkin-rules
# Repository Context Name: buildingSMART/ifc-gherkin-rules Description: # Pull Request ## VAL-354 # Relevant Files Found ## features/steps/thens/relations.py ``` from validation_handling import gherkin_ifc import json from utils import ifc, misc, system from parse_type import TypeBuilder from behave import re...
151
null
adamchainz/flake8-comprehensions
# Repository Context Name: adamchainz/flake8-comprehensions Description: # Pull Request ## Support Python 3.5 to 3.7 * Update requirements to compile one per Python version. * Update tox setup to test with all supported Python versions. * Update Travis config to use a matrix, with `tox-travis`. * Update README t...
10,333
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## [release-4.14] use oc instead of specific rhel version in extracting client This is an automated cherry-pick of #10322 /assign vavuthu # Relevant Files Found ## ocs_ci/utility/utils.py ``` from functools import reduce import base64...
650
null
OpenFreeEnergy/gufe
# Repository Context Name: OpenFreeEnergy/gufe Description: # Pull Request ## add docs for custom gufe pydantic types <!-- Thank you for pull request. Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant. --> resolves https://github.com/OpenFreeEner...
434
null
a10networks/a10-octavia
# Repository Context Name: a10networks/a10-octavia Description: # Pull Request ## [STACK-2385]: Added L2DSR Support ## Description Added L2DSR flavor support. ## Jira Ticket https://a10networks.atlassian.net/browse/STACK-2387 https://a10networks.atlassian.net/browse/STACK-2388 https://a10networks.atlassian.n...
31,517
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## [pallas] Removed remaining usages of `for_loop` from Pallas [pallas] Removed remaining usages of `for_loop` from Pallas # Relevant Files Found ## jax/_src/pallas/mosaic/interpret.py ``` # Copyright 2024 The JAX Authors. # # Licensed under the ...
2,221
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Add SLR70 - SLR80 and SLR86 to OpenSLR dataset I would like to add SLR70, SLR71, SLR72, SLR73, SLR74, SLR75, SLR76, SLR77, SLR78, SLR79, SLR80 and SLR86 to OpenSLR dataset. The languages are: Nigerian English, Chilean Spanish, Columbian...
27
null
google-agentic-commerce/AP2
# Repository Context Name: google-agentic-commerce/AP2 Description: # Pull Request ## docs: fixing typos in various files # Description - [X] Follow the [`CONTRIBUTING` Guide](https://github.com/google-agentic-commerce/AP2?tab=contributing-ov-file#how-to-contribute). - [X] Make your Pull Request title in the ...
5
null
INTI-CMNB/PcbDraw
# Repository Context Name: INTI-CMNB/PcbDraw Description: # Pull Request ## Fix warnings about extra keys in styles. vcut and highlight-padding are required keys. # Relevant Files Found ## pcbdraw/pcbdraw.py ``` #!/usr/bin/env python3 import argparse import json import math import os import re import shutil imp...
93
null
emcache/emcache
# Repository Context Name: emcache/emcache Description: # Pull Request ## expose connection pool metrics through ClusterManagment The metrics in the connection pool are useful for the application. In my particular case integrating 'total connections' with kubernetes readiness check so that my application only start...
147
null
UiPath/uipath-langchain-python
# Repository Context Name: UiPath/uipath-langchain-python Description: # Pull Request ## fix: update tavily company research sample # Relevant Files Found ## samples/company-research-agent/graph.py ``` from langchain_anthropic import ChatAnthropic from langchain_community.tools.tavily_search import TavilySearch...
310
null
matchms/matchms
# Repository Context Name: matchms/matchms Description: # Pull Request ## update url # Relevant Files Found ## matchms/importing/load_from_usi.py ``` import json import logging import numpy as np import requests from ..Spectrum import Spectrum logger = logging.getLogger("matchms") def load_from_usi(usi: str...
386
null
sovrin-foundation/token-plugin
# Repository Context Name: sovrin-foundation/token-plugin Description: # Pull Request ## [INDY-2326] bump indy-node version Signed-off-by: Andrew Nikitin <andrew.nikitin@dsr-corporation.com> # Relevant Files Found ## sovtoken/setup.py ``` import os import sys from setuptools import setup, find_packages v = sys...
45,601
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## qt-5compat: new package for QtCore5Compat module Qt6 has a module with APIs from Qt5 that are not officially supported. This PR adds a package for that module (since used by paraview). Cherry-picked from #45300. Successful build at https://...
14
null
Lewa-Reka/ha-rce-pse
# Repository Context Name: Lewa-Reka/ha-rce-pse Description: # Pull Request ## Add timestamp sensors Close #12 # Relevant Files Found ## custom_components/rce_pse/sensor.py ``` from __future__ import annotations import logging from homeassistant.config_entries import ConfigEntry from homeassistant.core import...
1,286
null
CityOfZion/neo3-boa
# Repository Context Name: CityOfZion/neo3-boa Description: # Pull Request ## Fix TypeHintMissing error message when functions inside Class were re… …turning something, but there was no type hint **Related issue** #1282 **Summary or solution description** Previous error message was empty when the type error...
47
null
aperture-data/workflows
# Repository Context Name: aperture-data/workflows Description: # Pull Request ## Change create_new_connection() to clone() on object-detection wf # Relevant Files Found ## apps/object-detection/app/eval.py ``` import os import time import argparse import threading import json import numpy as np import torch ...
261
null
jazzband/sorl-thumbnail
# Repository Context Name: jazzband/sorl-thumbnail Description: # Pull Request ## Enable system to use default value if THUMBNAIL_DEBUG value does not exi... THUMBNAIL_DEBUG should be using its default value. Right now project is giving a attribute error if THUMBNAIL_DEBUG is not provided. # Relevant Files Found ...
3,508
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## [AIRFLOW-2624] Fix webserver login as anonymous ### JIRA - [x] My PR addresses the following [Airflow JIRA](https://issues.apache.org/jira/browse/AIRFLOW-2624) issues and references them in the PR title. ### Description - [x] Here are som...
914
null
crestalnetwork/intentkit
# Repository Context Name: crestalnetwork/intentkit Description: # Pull Request ## fix: lifi bug and format code This PR includes:\n- Fix for lifi bug\n- Code formatting with ruff\n- Documentation updates # Relevant Files Found ## intentkit/clients/__init__.py ``` from intentkit.clients.cdp import get_cdp_client...
282
null
qiime2/q2cli
# Repository Context Name: qiime2/q2cli Description: # Pull Request ## bug: adds user permissions in cache testing for osx this PR fixes a bug in the unit tests for cache that required user permissions to be manually set for osx # Relevant Files Found ## q2cli/tests/test_tools.py ``` # --------------------------...