pr_id
int64
repo_id
null
repo_name
string
text
string
38
null
Open-EO/openeo-processes-dask
# Repository Context Name: Open-EO/openeo-processes-dask Description: # Pull Request ## Complete array processes # Relevant Files Found ## openeo_processes_dask/process_implementations/arrays.py ``` from typing import Callable, Optional, Union import xarray as xr from openeo_processes_dask.exceptions import (...
1,009
null
azavea/raster-vision
# Repository Context Name: azavea/raster-vision Description: # Pull Request ## Fix for examples breaking when augment = False ## Overview Fix for the code in `spacenet_rio.py` and `isprs_potsdam.py` incorrectly passing `None` to `A.to_dict()` when `augment = False`. # Relevant Files Found ## rastervision_pyt...
24,341
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## API: Standard signature for to_numpy This is part 1 of https://github.com/pandas-dev/pandas/issues/23995 We make the signature `to_numpy(dtype : Union[str, np.dtype], copy : bool) -> ndarray` # Relevant Files Found ## pandas/core/ba...
1,843
null
prowler-cloud/prowler
# Repository Context Name: prowler-cloud/prowler Description: # Pull Request ## fix(errors): solve CloudWatch, KMS, EMR and OpenSearch service errors ### Description Solve the following errors: ``` CloudWatch ap-south-1 -- KeyError[49]: 'Namespace' Lambda ap-southeast-1 -- ValidationError[60]: 1 valid...
7,579
null
python-poetry/poetry
# Repository Context Name: python-poetry/poetry Description: # Pull Request ## fix: properly get and install the dependencies for an editable build # Pull Request Check List Resolves #7574 <!-- This is just a reminder about the most common mistakes. Please make sure that you tick all *appropriate* boxes. But...
119
null
mandiant/speakeasy
# Repository Context Name: mandiant/speakeasy Description: # Pull Request ## advapi32 Crypt API updates * `CryptGetHashParam` * `CryptDestroyHash` # Relevant Files Found ## speakeasy/winenv/api/usermode/advapi32.py ``` # Copyright (C) 2020 FireEye, Inc. All Rights Reserved. import speakeasy.winenv.arch as _arc...
981
null
falconry/falcon
# Repository Context Name: falconry/falcon Description: # Pull Request ## doc: Don't use a fixed sidebar to better accomodate small screens When the sidebar is too tall for the browser window, the user can not scroll down to view the bottom of the sidebar when it is fixed. Fixes #970 # Relevant Files Found ##...
8
null
stanfordnmbl/opencap-api
# Repository Context Name: stanfordnmbl/opencap-api Description: # Pull Request ## Added profession and country to register. # Relevant Files Found ## mcserver/models.py ``` from django.db import models from django.contrib.auth.models import AbstractUser import uuid import base64 from django.utils import timezo...
115,090
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Support tuya diivoo dual zone irrigationkit (ggq) <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change ## Proposed change <!-- ...
3,847
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## Allow specifying a physical type in quantity_input decorator Right now, the [quantity_input](http://docs.astropy.org/en/latest/api/astropy.units.quantity_input.html#astropy.units.quantity_input) decorator requires you to specify a specific un...
184
null
mogui/pyorient
# Repository Context Name: mogui/pyorient Description: # Pull Request ## Possible fix for LIMIT issue https://github.com/mogui/pyorient/issues/153 # Relevant Files Found ## pyorient/messages/commands.py ``` # -*- coding: utf-8 -*- from .base import BaseMessage from .records import RecordUpdateMessage, RecordDel...
408
null
dymmond/ravyn
# Repository Context Name: dymmond/ravyn Description: # Pull Request ## fix asyncz settings crash and warn for empty tasks Changes: - fix crash when no tasks are provided - fix hard to ignore UserWarning for a perfectly fine configuration without tasks. # Relevant Files Found ## esmerald/contrib/schedulers/as...
952
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## add Doctor # Relevant Files Found ## frappe/cli.py ``` #!/usr/bin/env python2.7 # Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors # MIT License. See license.txt from __future__ import unicode_literals import os impor...
5,714
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## feat(terraform): Adding YAML based build time policies for corresponding PC runtime policies **By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.** This PR has 7 YAML-bas...
57
null
SeanNaren/deepspeech.pytorch
# Repository Context Name: SeanNaren/deepspeech.pytorch Description: # Pull Request ## Return the current validation error/loss Previously, the model.py script would return the minimum error/loss that occurred during training. This isn't particularly informative as it's possible that the minimum validation error/...
81
null
virt-s1/os-tests
# Repository Context Name: virt-s1/os-tests Description: # Pull Request ## Update test_general_test.py update the typo test1.c--test.c # Relevant Files Found ## os_tests/tests/test_general_test.py ``` import unittest import re from os_tests.libs import utils_lib import time import os class TestGeneralTest(unitt...
231
null
unitedstates/inspectors-general
# Repository Context Name: unitedstates/inspectors-general Description: # Pull Request ## [loc] HTTPS URLs and other cleanup Here's what I have so far for #230. I've started getting 503 errors for PDFs, both over http and https, which is hampering testing. I had to make another change to the code, in the semiannua...
782
null
mosdef-hub/gmso
# Repository Context Name: mosdef-hub/gmso Description: # Pull Request ## Add `to_xml` method to Topology This is a small PR that simplifies the workflow of saving a topology specific xml file by adding a `to_xml` method to `Topology`. This method just calls both `Toplogy.get_forcefield` and `gmso.core.forcefield....
131
null
Unstructured-IO/unstructured-api
# Repository Context Name: Unstructured-IO/unstructured-api Description: # Pull Request ## chore: bump unstructured to 0.7.8 # Relevant Files Found ## prepline_general/api/general.py ``` ##################################################################### # THIS FILE IS AUTOMATICALLY GENERATED BY UNSTRUCTURED ...
11,094
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Upload changes - changing updated time and release notes ***This is the initial version - we are currently testing it and adding unitests.*** ## Status - [x] In Progress - [ ] Ready - [ ] In Hold - (Reason for hold) ## Related Issues...
9
null
openfun/joanie
# Repository Context Name: openfun/joanie Description: # Pull Request ## Feat/lms handler ## Purpose To support several LMS connections, we have to implement interfaces able to dialog with each LMS API. ## Proposal - [x] Create a `LMSHandler` class able to select the right LMS Backend to use according to t...
130
null
airbnb/knowledge-repo
# Repository Context Name: airbnb/knowledge-repo Description: # Pull Request ## bugfix to allow reindexing @matthewwardrop Previously current_repo.revisions returned a mapping from mountpoint to Repository object which can't be queried # Relevant Files Found ## knowledge_repo/app/index.py ``` from __future_...
1,120
null
4DNucleome/PartSeg
# Repository Context Name: 4DNucleome/PartSeg Description: # Pull Request ## build: Do not create archive twice when create bundle Instead of double archive cretion, just make copy with simpler name <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Feature...
2,115
null
AppScale/gts
# Repository Context Name: AppScale/gts Description: # Pull Request ## Implement method for updating task lease duration # Relevant Files Found ## AppTaskQueue/appscale/taskqueue/distributed_tq.py ``` #!/usr/bin/env python """ A service for handling TaskQueue request from application servers. It uses RabbitMQ ...
1,536
null
pypa/pipenv
# Repository Context Name: pypa/pipenv Description: # Pull Request ## Fix __delitem__ in prettytoml’s table element Two bugs involved here. First of all, `__delitem__` uses `_find_following_newline` to find where the line to delete ends, which in turns looks for the next closest newline element. But if the previ...
2,537
null
safe-global/safe-transaction-service
# Repository Context Name: safe-global/safe-transaction-service Description: # Pull Request ## Use correct fallback handler versions - Previously fallback handler v1.4.1 was used for v1.3.0 Safes # Relevant Files Found ## safe_transaction_service/history/tests/test_safe_service.py ``` from unittest import mock ...
13,498
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [CMSIS-NN] Support int16 handling for pooling functions Support for int16 pooling functions via CMSIS-NN -Pattern matching and RelayToTIR introduce int16 support -Added int16 variants to fully_connected tests # Relevant Files Found ## pytho...
1
null
FF6BeyondChaos/BeyondChaosRandomizer
# Repository Context Name: FF6BeyondChaos/BeyondChaosRandomizer Description: # Pull Request ## Import existing code into visual studio python project, verify random… …izer works. # Relevant Files Found # Edits This pull request imports the existing Beyond Chaos randomizer codebase into a Visual Studio Python p...
3,628
null
Flexget/Flexget
# Repository Context Name: Flexget/Flexget Description: # Pull Request ## Fix icon path in `toast` notifier plugin ### Motivation for changes: FlexGet's favicon is installed to `<FLEXGET-UI-PATH>/v1/app/favicon.ico`, but `toast` plugin expects it at `<FLEXGET-UI-PATH>/src/favicon.ico` # Relevant Files Found ##...
50,672
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add strict type annotations to actiontect <!-- 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 pictu...
49,891
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Add salt_version execution module ### What does this PR do? This execution module exposes Salt's release codenames as functions that can be used to make comparison's to the minion's Salt version. This is useful when writing states that han...
30
null
Jim137/Tenhou-Paifu-Logger
# Repository Context Name: Jim137/Tenhou-Paifu-Logger Description: # Pull Request ## Mjai paifu output * Support mjai paifu output * Rename pypi project name to PaifuLogger # Relevant Files Found ## launch.py ``` import argparse from paifulogger import log def main(): parser = argparse.ArgumentParser() ...
921
null
sfepy/sfepy
# Repository Context Name: sfepy/sfepy Description: # Pull Request ## mass matrix term with lumping, RMM algorithm # Relevant Files Found ## sfepy/examples/linear_elasticity/elastodynamic.py ``` r""" The linear elastodynamics solution of an iron plate impact problem. Find :math:`\ul{u}` such that: .. math:: ...
748
null
ipython/ipython
# Repository Context Name: ipython/ipython Description: # Pull Request ## Check for tornado before running frontend.html tests. Please test to make sure this solves the issue. # Relevant Files Found ## IPython/testing/iptest.py ``` # -*- coding: utf-8 -*- """IPython Test Suite Runner. This module provides a ma...
3,625
null
Yelp/paasta
# Repository Context Name: Yelp/paasta Description: # Pull Request ## Use a single KubeClient for all namespaces in get_running_task_alloca… …tion so that get_pod_node/get_all_nodes_cached doesn't cache all the nodes separately per namespace. # Relevant Files Found ## paasta_tools/contrib/get_running_task_all...
9,685
null
intel/ipex-llm
# Repository Context Name: intel/ipex-llm Description: # Pull Request ## LLM: Support load BaiChuan model family gguf model ## Description Support BaiChuan model family gguf model <!-- For small changes (<=3 files and <=50 lines of codes in the source folder), --> <!-- you may remove Sections 1-4 below and just ...
255
null
Prpht/GUPB
# Repository Context Name: Prpht/GUPB Description: # Pull Request ## Bob v2 # Relevant Files Found ## gupb/controller/bob/agent.py ``` from .. import Controller import random from typing import Protocol, Dict from gupb.model.characters import ChampionKnowledge, Action, Tabard, ChampionDescription from gupb.mo...
128
null
fideus-labs/ngff-zarr
# Repository Context Name: fideus-labs/ngff-zarr Description: # Pull Request ## ENH: Support time in ngff_image_to_itk_image Can either result in a spatial dimension + 1 dimension ITK Image or a time index can be specified. # Relevant Files Found ## ngff_zarr/ngff_image_to_itk_image.py ``` import numpy as np f...
2,504
null
vertexproject/synapse
# Repository Context Name: vertexproject/synapse Description: # Pull Request ## Allow setting a custom title when generating documentation for confdefs (SYN-2954) # Relevant Files Found ## synapse/tests/test_tools_autodoc.py ``` import synapse.common as s_common import synapse.tests.files as s_t_files import s...
74,990
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Remove blueprint from mypy ignore list ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature reque...
67
null
flaree/flare-cogs
# Repository Context Name: flaree/flare-cogs Description: # Pull Request ## validate subreddit names too because Trusty pinged me about it in #testing I didn't really care to validate the names client-side, so I didn't bother in #66, but if I got a ping about it... https://regex101.com/r/SOJjWZ/5 # Relevant F...
11,855
null
intel/ipex-llm
# Repository Context Name: intel/ipex-llm Description: # Pull Request ## Support chatglm4 in lookup ## Description Support chatglm4 in lookup. ### 1. Why the change? <!-- Provide the related github issue link if available --> ### 2. User API changes <!-- Describe API changes (i.e., how users will use...
1,535
null
modelscope/FunASR
# Repository Context Name: modelscope/FunASR Description: # Pull Request ## fix: resolve IndexError when using spk model and the audio contains … fix: resolve IndexError when using spk model and the audio contains only 1 segment (issue #1534) # Relevant Files Found ## funasr/models/campplus/utils.py ``` #!/usr/b...
675
null
qutip/qutip
# Repository Context Name: qutip/qutip Description: # Pull Request ## Version and release status updated # Relevant Files Found ## setup.py ``` #!/usr/bin/env python """QuTiP: The Quantum Toolbox in Python QuTiP is open-source software for simulating the dynamics of closed and open quantum systems. The QuTiP l...
131
null
klaasnicolaas/python-easyenergy
# Repository Context Name: klaasnicolaas/python-easyenergy Description: # Pull Request ## ⬆️ Update dependency ruff to v0.0.276 [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confide...
1,341
null
ansible/ansible-ai-connect-service
# Repository Context Name: ansible/ansible-ai-connect-service Description: # Pull Request ## AAP-25116: Remove the Commercial group We don't rely on the group anymore. The last log-in of one of its members was more than 6 months ago. # Relevant Files Found ## ansible_ai_connect/ai/api/model_client/tests/test_w...
2,150
null
deepset-ai/haystack-core-integrations
# Repository Context Name: deepset-ai/haystack-core-integrations Description: # Pull Request ## feat: Image support in GoogleGenAIChatGenerator ## Why: Enables multimodal capabilities for `GoogleGenAIChatGenerator` by adding ImageContent support through Google's Files API, allowing users to send images alongside t...
11,173
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Refs #27149 -- Based recursive nested subquery detection of sys.getrecursionlimit(). @felixxm I made sure this fixed the failures you encountered on `django-docker-box` which were caused by a smaller `sys.getrecursionlimit()` value (1000). I...
38
null
xiaoxu193/PyTeaser
# Repository Context Name: xiaoxu193/PyTeaser Description: # Pull Request ## Removed useless comment This comment doesnt help to clarify the code, so there isnt a reason to keep it around. # Relevant Files Found ## pyteaser.py ``` # coding=utf-8 from collections import Counter from math import fabs from re impo...
57
null
RediSearch/redisearch-py
# Repository Context Name: RediSearch/redisearch-py Description: # Pull Request ## fix #56 add support for FT.MGET # Relevant Files Found ## redisearch/client.py ``` from redis import Redis, RedisError, ConnectionPool import itertools import time import six from six.moves import zip from .document import Docum...
13
null
nipreps/mriqcwebapi
# Repository Context Name: nipreps/mriqcwebapi Description: # Pull Request ## Conrad updated the API, Frank updated the test Conrad updated the API: 1. `T1w` and `bold` images are put into 2 separate end point 2. updated settings Frank updated the test: 1. updated test according to the API changes # Relevant...
159
null
sukeesh/Jarvis
# Repository Context Name: sukeesh/Jarvis Description: # Pull Request ## Added "q" command to quit jarvis Fixes #153 Signed-off-by: yashLadha <yashladhapankajladha123@gmail.com> # Relevant Files Found ## jarviscli/CmdInterpreter.py ``` from os import system from cmd import Cmd import signal from platform impo...
53
null
wobcom/cosmo
# Repository Context Name: wobcom/cosmo Description: # Pull Request ## EVPN-VPWS support + account for L2VPN identifiers being optional # Relevant Files Found ## cosmo/l2vpnhelpertypes.py ``` import ipaddress import warnings from abc import abstractmethod, ABCMeta from functools import singledispatchmethod from...
149
null
higlass/clodius
# Repository Context Name: higlass/clodius Description: # Pull Request ## feat: hatchling build system, update workflows ## Description What was changed in this pull request? - Migrates `clodius` to a `hatching` build system (pyproject.toml-only, no `setup.py` or `setup.cfg`) - Updates GH Actions with separa...
197
null
ansys/pytwin
# Repository Context Name: ansys/pytwin Description: # Pull Request ## Update FEM mesh vis. example to plot on deformed mesh. I updated the example to show how we could use the ROM result (displacement) to deform the mesh plot. ![image](https://github.com/user-attachments/assets/dc4fe1fa-a991-4a83-84a3-9d88c92515b...
80
null
elifesciences/builder
# Repository Context Name: elifesciences/builder Description: # Pull Request ## Patching up AMI task to make it work # Relevant Files Found ## src/buildercore/bakery.py ``` __author__ = 'Luke Skibinski <l.skibinski@elifesciences.org>' __description__ = """Module that deals with AMI baking! We bake new AMIs to ...
2,030
null
basetenlabs/truss
# Repository Context Name: basetenlabs/truss Description: # Pull Request ## Release 0.11.21 Updating Truss from [0.11.20](https://pypi.org/pypi/truss/json) to 0.11.21. **PLEASE ENSURE YOU MERGE, NOT SQUASH** # Relevant Files Found ## truss/api/__init__.py ``` import pathlib import warnings from typing import TYP...
104,199
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Add new sensors to Trafikverket Weather <!-- 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...
78
null
FidelityInternational/djangocms-navigation
# Repository Context Name: FidelityInternational/djangocms-navigation Description: # Pull Request ## Fixed an issue with the admin menu edit button redirect Fixes #75 - The admin edit button fixed by ensuring that the correct endpoint is used and the template loads correctly - Moved the proxy model to a helper ...
588
null
dcos/dcos
# Repository Context Name: dcos/dcos Description: # Pull Request ## Complexity cherry picks A couple of the code changes in #575 pulled out to land independently # Relevant Files Found ## ext/dcos-installer/dcos_installer/action_lib/configure.py ``` import logging import os import subprocess import sys import ...
1,125
null
urllib3/urllib3
# Repository Context Name: urllib3/urllib3 Description: # Pull Request ## Wrap OpenSSL SysCallError on send as well as recv I was having a similar issue as described in #367, occasionally getting "SysCallError: (104, 'Connection reset by peer')" on sending through the requests library. As I understand it, it should...
21,845
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## add management command to benchmark get_direct_ccz This is for benchmarking the function that is called when app preview makes a build. # Relevant Files Found ## corehq/apps/app_manager/management/commands/benchmark_direct_ccz.py ``` `...
4,653
null
Flagsmith/flagsmith
# Repository Context Name: Flagsmith/flagsmith Description: # Pull Request ## fix: Non-admin users can create invites Thanks for submitting a PR! Please check the boxes below: - [x] I have added information to `docs/` if required so people know about the feature! - [x] I have filled in the "Changes" section bel...
51
null
elastos/Elastos.Hive.Node
# Repository Context Name: elastos/Elastos.Hive.Node Description: # Pull Request ## CU-5nv2tp fix vault use file storage every day back to 0 # Relevant Files Found ## hive/util/did_file_info.py ``` import hashlib import logging import os from datetime import datetime from pathlib import Path from hive.util.co...
47
null
stfc/PSyclone
# Repository Context Name: stfc/PSyclone Description: # Pull Request ## Dynamo example3 This pull request is for work done in issue #40. I adjusted the code to use PSyclone built-ins as much as possible with the current infrastructure. Some remarks for the future are below. - This example of `solver_mod.x90` ...
378
null
baler-collaboration/baler
# Repository Context Name: baler-collaboration/baler Description: # Pull Request ## Add Leonid's transformer model # Relevant Files Found ## baler/modules/models.py ``` # Copyright 2022 Baler Contributors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in co...
87
null
seddonym/import-linter
# Repository Context Name: seddonym/import-linter Description: # Pull Request ## Change travis-ci.org to travis-ci.com # Relevant Files Found ## src/importlinter/contracts/layers.py ``` import copy from typing import Any, Dict, Iterator, List, Optional, Tuple, Union from importlinter.application import output ...
108,809
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Reduce log level for creating ZHA cluster handler ## Proposed change This lowers the log level for creating a ZHA cluster handler from `info` to `debug`. IMO, there's little to no value in seeing many lines of ZHA creating cluster han...
127
null
populationgenomics/saige-tenk10k
# Repository Context Name: populationgenomics/saige-tenk10k Description: # Pull Request ## space separated instead of tab Very conscious that this all feels like trial and error without much reasoning behind it, but Wei suggested saving the group file as space-separated instead of tab to get around the error when r...
36
null
iKonoTelecomunicaciones/menuflow
# Repository Context Name: iKonoTelecomunicaciones/menuflow Description: # Pull Request ## Add interactive input buttons and buttons list # Relevant Files Found ## menuflow/flow.py ``` from __future__ import annotations import logging from typing import TYPE_CHECKING, Dict, List from mautrix.types import Seri...
163
null
hacs/integration
# Repository Context Name: hacs/integration Description: # Pull Request ## Add integration for "Virgin Tivo" # Relevant Files Found ## custom_components/hacs/const.py ``` """Constants for HACS""" VERSION = "DEV" NAME_LONG = "HACS (Home Assistant Community Store)" NAME_SHORT = "HACS" STORAGE_VERSION = "2" STOREN...
33,938
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Replace single element slice by next() in Airflow tests <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information ...
3,698
null
hypothesis/h
# Repository Context Name: hypothesis/h Description: # Pull Request ## Authentication token expiry This PR adds the ability for auth tokens to expire. We don't actually issue expiring auth tokens just yet, but we'll need to for third-party accounts. In order to do this we: - add an `expires` column to the `Token` ...
920
null
stanfordnlp/dspy
# Repository Context Name: stanfordnlp/dspy Description: # Pull Request ## fix/Extend generation for all candidate completions Following from https://github.com/stanfordnlp/dspy/pull/918 - This PR attempts a fuller implementation of the fix suggested there such that every candidate completion is extended until it c...
30
null
qubole/qds-sdk-py
# Repository Context Name: qubole/qds-sdk-py Description: # Pull Request ## Scheduler Support for accessing the Qubole scheduler through the SDK. # Relevant Files Found ## bin/qds.py ``` #!/bin/env python from qds_sdk.qubole import Qubole from qds_sdk.commands import * from qds_sdk.cluster import * from qds_sd...
1,153
null
MarketSquare/robotframework-robocop
# Repository Context Name: MarketSquare/robotframework-robocop Description: # Pull Request ## Rule/undefined argument value Closes #1149 I thought I'd quickly do the same thing I did for `undefined-argument-default`. There was some hidden complexity caused by this version using `arg_name` instead of `${arg_name...
178
null
bluesky/scanspec
# Repository Context Name: bluesky/scanspec Description: # Pull Request ## Add Slice to __all__ Related to this [issue](https://github.com/bluesky/ophyd-async/pull/979). # Relevant Files Found ## src/scanspec/core.py ``` """Core classes like `Dimension` and `Path`.""" from __future__ import annotations import ...
331
null
depictio/depictio
# Repository Context Name: depictio/depictio Description: # Pull Request ## refactor: remove unused code and simplify dashboard index management … …using Objectid # Relevant Files Found ## depictio/dash/layouts/dashboards_management.py ``` from datetime import datetime import json import os import shutil from bs...
145
null
SmileyChris/django-countries
# Repository Context Name: SmileyChris/django-countries Description: # Pull Request ## Added filter for Django admin that only returns a list of countries related to the model. Admin list_filter to include only countries that were used. #50 # Relevant Files Found # Edits This pull request adds a custom Djang...
1,504
null
gradio-app/gradio
# Repository Context Name: gradio-app/gradio Description: # Pull Request ## Restore flag options Bring back flag options Fixes: #1496 # Relevant Files Found ## demo/calculator/run.py ``` import gradio as gr def calculator(num1, operation, num2): if operation == "add": return num1 + num2 elif ...
1
null
heckerfr0d/attendance-genie
# Repository Context Name: heckerfr0d/attendance-genie Description: # Pull Request ## Frontend I guess you can fix whatever I broke # Relevant Files Found ## attendance/routes.py ``` from flask import current_app as app from flask import render_template, request, make_response from . import user as db import re...
11,992
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## more tests that pass PTX now # Relevant Files Found ## test/test_uops_stats.py ``` import unittest from tinygrad import Tensor from tinygrad.helpers import getenv, GlobalCounters from tinygrad.engine.realize import lower_schedule_item, ...
39
null
Geoalert/aeronetlib
# Repository Context Name: Geoalert/aeronetlib Description: # Pull Request ## crs read from {'init': 'epsg:4326'} # Relevant Files Found ## aeronet/dataset/vector/feature.py ``` import json import rtree import warnings import shapely import shapely.geometry from shapely.geometry import Polygon, MultiPolygon, Ge...
129
null
RUCAIBox/TextBox
# Repository Context Name: RUCAIBox/TextBox Description: # Pull Request ## DELETE: dialogue, ngram, translation, summarization evaluator # Relevant Files Found ## textbox/evaluator/dialog_evaluator.py ``` # @Time : 2021/3/23 # @Author : Tianyi Tang # @Email : steventang@ruc.edu.cn """ textbox.evaluator.dial...
38
null
wmpg/WesternMeteorPyLib
# Repository Context Name: wmpg/WesternMeteorPyLib Description: # Pull Request ## small bugfix in Trajectory.py bugfix in estimateTimingAndVelocity scipy.optimize.minimize with method TNC takes option 'maxfun' not 'maxiter' as originally hardcoded. See https://docs.scipy.org/doc/scipy/reference/generated/scipy...
85
null
chipsalliance/python-fpga-interchange
# Repository Context Name: chipsalliance/python-fpga-interchange Description: # Pull Request ## Python code for generating and writing test architecture This is a very WIP code that in the end should allow to easily define a test FPGA architecture with timings. Currently it generates and writes site types and tile ...
898
null
bcgov/CIT
# Repository Context Name: bcgov/CIT Description: # Pull Request ## CIT-577: Unable to create an opportunity due to Opportunity() got an unexpected keyword argument 'nearest_first_nations_object' **Issue:** Creating an opportunity is failing when having empty first_nations and municipalities objects. They hold a M...
66
null
SpikeInterface/probeinterface
# Repository Context Name: SpikeInterface/probeinterface Description: # Pull Request ## Typo fix and dev version # Relevant Files Found ## probeinterface/version.py ``` version = '0.2.4' ``` ## ressources/generate_cambridgeneurotech_libray.py ``` ''' 202-01-07 CambridgeNeurotech Original script: * contact:...
237
null
NebraLtd/hm-config
# Repository Context Name: NebraLtd/hm-config Description: # Pull Request ## chore: bump hm-pyhelper bump hm-pyhelper **Issue** - Link: - Summary: **How** <!-- What steps were taken in this work? --> <!-- Its encouraged to copy information from other places even if it seems redundant --> **Screenshot...
5
null
SevenLines/pinterest-board-downloader
# Repository Context Name: SevenLines/pinterest-board-downloader Description: # Pull Request ## Fix for issue #2: support for downloading specific boards/sections This fixes issue #2 for the example commands: ``` pinterest henjesuestrella/fashion-men-style pinterest henjesuestrella/fashion-men-style/formal ``` ...
1,089
null
ludwig-ai/ludwig
# Repository Context Name: ludwig-ai/ludwig Description: # Pull Request ## Add tabnet modifications to achieve performance reported in the paper Modifications allow for `output_size` to differ from `size` (the number of input features). They also facilitate training with arbitrary virtual batch divider constants, a...
2,386
null
kivy/kivy
# Repository Context Name: kivy/kivy Description: # Pull Request ## respect keyboard height when providing window height in softinput resize mode Fixes popups not centering properly when keyboard is opened and closed (fixes #2385). ![screenshot_2014-08-05-11-51-02](https://cloud.githubusercontent.com/assets/112644...
93
null
scikit-build/scikit-build-core
# Repository Context Name: scikit-build/scikit-build-core Description: # Pull Request ## tests: add a mark for setuptools tests So it's easy to turn off the setuptools tests if needed. # Relevant Files Found ## tests/test_setuptools_abi3.py ``` import shutil import sys import zipfile from pathlib import Path i...
12,878
null
conda-forge/staged-recipes
# Repository Context Name: conda-forge/staged-recipes Description: # Pull Request ## Add django-maintenance-mode package <!-- Thank you very much for putting in this recipe PR! This repository is very active, so if you need help with a PR or once it's ready for review, please let the right people know. There ...
1,315
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## improve numerical stability of softplus grads See colab here https://colab.research.google.com/drive/1xdLQJY1fEgh3Q5ZmJciN9afTLGzGHZEt for comparison of higher derivatives of both forms for softplus. # Relevant Files Found ## jax/nn/functions.py...
380
null
bugsnag/bugsnag-python
# Repository Context Name: bugsnag/bugsnag-python Description: # Pull Request ## Setup maze runner ## Goal Sets up Maze Runner with two simple tests; one for a handled error and one for an unhandled error This will be added to over time and may eventually replace our current integration tests for our framewor...
9
null
buaabarty/wecom-chatgpt-bot
# Repository Context Name: buaabarty/wecom-chatgpt-bot Description: # Pull Request ## Feature: Add google search addon. Closes #8 # Relevant Files Found ## wechat_auto_reply/message_handler/tasks.py ``` from celery import shared_task import requests from redis import Redis from revChatGPT.V3 import Chatbot from...
133
null
khanlab/snakebids
# Repository Context Name: khanlab/snakebids Description: # Pull Request ## Add ability to use pybids db This PR adds in functionality to save the `pybids` db. It adds a `pybids_db` to the config, where it stores the db directory, and a flag as to whether the db should be overwritten. Wanted this to be separate...
117,469
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Fix intent_type type <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contains a breaking change for e...
13
null
ROCm/pyrsmi
# Repository Context Name: ROCm/pyrsmi Description: # Pull Request ## Feature/add features pt1: Functions added: - PCIe query - Memory query - Hardware topology query - Compute Partition query - Memory Partition query - XGMI functions - UUID query # Relevant Files Found ## pyrsmi/_version.py ``` # This f...