pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
222 | null | wearepal/conduit | # Repository Context
Name: wearepal/conduit
Description:
# Pull Request
## Remove final annotation from CdtDataset.__getitem__.
It turns out that there are instances where the safest and most expedient route is to override the `__getitem__` method, perhaps most notably (at least based on personal experience) wrappe... |
31 | null | ev3dev/ev3dev-lang-python-demo | # Repository Context
Name: ev3dev/ev3dev-lang-python-demo
Description:
# Pull Request
## Increase sleep times to improve balancing stability
The BALANC3R robot has better balance with increased sleep times in the drive control loop. This leaves more computing resources for the balancing loop.
The drive control l... |
88 | null | Riminder/hrflow-connectors | # Repository Context
Name: Riminder/hrflow-connectors
Description:
# Pull Request
## [ADD] Ceridian files, manifest and docs
# Relevant Files Found
## src/hrflow_connectors/__init__.py
```
from hrflow_connectors.connectors.smartrecruiters import SmartRecruiters
from hrflow_connectors.connectors.talentsoft impor... |
236 | null | BUPT-GAMMA/OpenHGNN | # Repository Context
Name: BUPT-GAMMA/OpenHGNN
Description:
# Pull Request
## add HGA
# Relevant Files Found
## openhgnn/config.py
```
import configparser
import re
import numpy as np
import torch as th
from .utils.activation import act_dict
import warnings
class Config(object):
def __init__(self, file_p... |
1,326 | null | pytorch/tutorials | # Repository Context
Name: pytorch/tutorials
Description:
# Pull Request
## Rename profiler.py to profiler_recipe.py
Will update the links in index if this fixes our issue.
# Relevant Files Found
## beginner_source/profiler.py
```
"""
Profiling your PyTorch Module
------------
**Author:** `Suraj Subramanian <ht... |
64 | null | Code4SA/mma-dexter | # Repository Context
Name: Code4SA/mma-dexter
Description:
# Pull Request
## Watson migration
# Relevant Files Found
## dexter/core.py
```
from .app import app
# load admin interface
from dexter.admin.admin import admin_instance
admin_instance.init_app(app)
import dexter.assets
import dexter.routes
# setup ... |
22,205 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## DOC Ensures that compute_optics_graph passes numpydoc validation
#### Reference Issues/PRs
Addresses #21350
#### What does this implement/fix? Explain your changes.
Removed an unnecessary period after parameter "X" type and add... |
239 | null | hacktoolkit/django-htk | # Repository Context
Name: hacktoolkit/django-htk
Description:
# Pull Request
## mark_safe urlizer.redir
# Relevant Files Found
## templatetags/urlizer.py
```
from django import template
from django.urls import reverse
from htk.utils import htk_setting
register = template.Library()
@register.simple_tag
def r... |
381 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Foscam support
The generic IP camera implementation did not work for my Foscam FI9821W because the Foscam cameras return a small HTML page containing the image instead of the raw image itself. This implementation makes the first request t... |
13 | null | Croydon/flask-xml-rpc-reloaded | # Repository Context
Name: Croydon/flask-xml-rpc-reloaded
Description:
# Pull Request
## Improve the "namespace packages" situation
Fixes: #8
The `flask_xmlrpcre` package was declared as a namespace package, which is not actually the case, only the `flaskext` package is.
To preserve the usage described in the d... |
74 | null | yaoyuannnn/gerritlab | # Repository Context
Name: yaoyuannnn/gerritlab
Description:
# Pull Request
## Support SSH urls in remotes.
Only https urls were supported.
Change-Id: Ib730e0808b7680ea151f2ebbe0c5357c48dfed7d
# Relevant Files Found
## gerritlab/global_vars.py
```
"""This file includes global variables."""
import os
import c... |
596 | null | pyparsing/pyparsing | # Repository Context
Name: pyparsing/pyparsing
Description:
# Pull Request
## Add return type annotations to __init__ methods
Dunder init methods return None, which seems pretty obvious and easily inferred, but unless they're annotated that way, running `mypy --strict` will complain. (Including in external subclass... |
182 | null | equinor/webviz-config | # Repository Context
Name: equinor/webviz-config
Description:
# Pull Request
## Use wcc.FlexBox
GIve table plotter a responsive layout using `wcc.FlexBox`.
# Relevant Files Found
## setup.py
```
from setuptools import setup, find_packages
with open("README.md", "r") as fh:
LONG_DESCRIPTION = fh.read()
TEST... |
15,978 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [Unity][UnitTest] Enable BindParams test for R.Prim
This test was implemented in https://github.com/apache/tvm/pull/15626, but was initially disabled as it depended on functionality not introduced until https://github.com/apache/tvm/pull/15577. S... |
319 | null | piccolo-orm/piccolo_admin | # Repository Context
Name: piccolo-orm/piccolo_admin
Description:
# Pull Request
## Improve UI for JSON fields
Resolves https://github.com/piccolo-orm/piccolo_admin/issues/318
# Relevant Files Found
## piccolo_admin/example.py
```
"""
An example of how to configure and run the admin.
Can be run from the command... |
50 | null | AllenInstitute/neuron-proofreader | # Repository Context
Name: AllenInstitute/neuron-proofreader
Description:
# Pull Request
## Fix graph traversal
# Relevant Files Found
## src/deep_neurographs/graph_utils.py
```
"""
Created on Wed June 5 16:00:00 2023
@author: Anna Grim
@email: anna.grim@alleninstitute.org
Routines that extract the irreducib... |
299 | null | asfadmin/Discovery-asf_search | # Repository Context
Name: asfadmin/Discovery-asf_search
Description:
# Pull Request
## Update `setup.py` Status and Supported Versions
- dev status now Production/Stable
- adds python versions 10-12 to supported versions list
# Relevant Files Found
## setup.py
```
"""asf_search setuptools configuration"""
fro... |
15,589 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## tau depends on hwloc
Make `tau`'s dependency on `hwloc` explicit. @wspear
# Relevant Files Found
## var/spack/repos/builtin/packages/tau/package.py
```
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project ... |
5,412 | null | sunpy/sunpy | # Repository Context
Name: sunpy/sunpy
Description:
# Pull Request
## [Backport 3.0] Use sphinxext-opengraph to fix og tags
Backport #5366.
# Relevant Files Found
## docs/conf.py
```
"""
Configuration file for the Sphinx documentation builder.
"""
# -- stdlib imports ---------------------------------------------... |
172 | null | rapid7/icon-integrations-validators | # Repository Context
Name: rapid7/icon-integrations-validators
Description:
# Pull Request
## SOAR-16020: validate new SDK image
## Proposed Changes
Bump validator to ensure that we validate against the new SDK image.
### Description
Describe the proposed changes:
- Make sure no validation errors raised ag... |
2,976 | null | mitodl/open-discussions | # Repository Context
Name: mitodl/open-discussions
Description:
# Pull Request
## Release 0.126.0
## dependabot[bot]
- [x] Bump httplib2 from 0.14.0 to 0.18.0 (#2943) ([59206018](../commit/592060180d0c2fc5e9240e63cd525dbf440075bc))
## Alice Pote
- [x] add footer to podcast page ([726b6ebc](../commit/726b6ebc43... |
122 | null | pytest-dev/pytest-xprocess | # Repository Context
Name: pytest-dev/pytest-xprocess
Description:
# Pull Request
## Make log persistency behavior optional
work-around for #120
Using `open` with `errors` introduces different issues with pattern matching and breaks the new logging persistency feature added in `0.21.0`. However, the issue report... |
270 | null | linkml/linkml-runtime | # Repository Context
Name: linkml/linkml-runtime
Description:
# Pull Request
## Regenerate python dataclasses for validation models
Currently the `linkml_runtime/linkml_model/validation.py` is broken because of missing imports.
This PR regenerates the python dataclasses for validation models defined in `linkml_r... |
3 | null | KalinNonchev/gnomAD_DB | # Repository Context
Name: KalinNonchev/gnomAD_DB
Description:
# Pull Request
## Create python-package.yml
# Relevant Files Found
## scripts/GettingStartedwithGnomAD_DB.py
```
# ---
# jupyter:
# jupytext:
# formats: ipynb,py:percent
# text_representation:
# extension: .py
# format_name: pe... |
122 | null | googleapis/sample-tester | # Repository Context
Name: googleapis/sample-tester
Description:
# Pull Request
## Fix `--cases` filter
The filter was not getting propagated to the correct data
structures. Now that is fixed and captured in a test.
Fixes #115
# Relevant Files Found
## sampletester/inputs.py
```
# Copyright 2019 Google LLC
#... |
4 | null | Typefounding/underlineStrikethrough | # Repository Context
Name: Typefounding/underlineStrikethrough
Description:
# Pull Request
## Fix various issues
- Repair the broken selection callback (use a custom FontList class, taken
from @loicsander's code)
- Cache changed parameters when switching between fonts
- Remove the openWindow hack by declaring the... |
6,132 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## Allow Quantity to be written as a normal column to VOTable solves #3685
Work in Progress:
This works perfectly for write operation. For reading, round-tripping is maintained, except for the case where the unit is 'Angstrom'. For most of the ... |
271 | null | py2many/py2many | # Repository Context
Name: py2many/py2many
Description:
# Pull Request
## kotlin: handle nullability in dict contains
# Relevant Files Found
## pykt/transpiler.py
```
import ast
import functools
import re
from .clike import CLikeTranspiler
from .declaration_extractor import DeclarationExtractor
from .inference... |
23 | null | akhundMurad/typeid-python | # Repository Context
Name: akhundMurad/typeid-python
Description:
# Pull Request
## feat: make TypeID repr output executable by adding .from_string()
Fixes #18
Previously, TypeID.__repr__() returned TypeID('prefix_suffix') which was not valid Python code since the constructor doesn't accept strings directly. Thi... |
340 | null | duckinator/bork | # Repository Context
Name: duckinator/bork
Description:
# Pull Request
## tests: Add example project for offline builds
- [x] Add an example project for `bork` to build in tests without network access
As a bonus, that's makes for a pretty-fast instance of `test_repo`
Did some refactorings of `tests/` in the proc... |
4,647 | null | TobikoData/sqlmesh | # Repository Context
Name: TobikoData/sqlmesh
Description:
# Pull Request
## Fix: import pandas before loading in parallel to avoid macOS fork-related errors
Related PR: https://github.com/TobikoData/sqlmesh/pull/4644
I thought this was only related to `tests/cli/test_integration_cli.py`, but I came across the s... |
308 | null | piccolo-orm/piccolo_admin | # Repository Context
Name: piccolo-orm/piccolo_admin
Description:
# Pull Request
## add custom links option in sidebar nav
Related to #307.
# Relevant Files Found
## e2e/test_codegen.py
```
"""
These are auto generated tests.
https://playwright.dev/docs/codegen
"""
from playwright.sync_api import Playwright
... |
7,102 | null | PennyDreadfulMTG/Penny-Dreadful-Tools | # Repository Context
Name: PennyDreadfulMTG/Penny-Dreadful-Tools
Description:
# Pull Request
## Don't pointlessly hit the db
# Relevant Files Found
## maintenance/deck_hash.py
```
import hashlib
from decksite.data import deck
from decksite.database import db
def run() -> None:
all_decks = deck.load_decks... |
1,344 | null | mindspore-lab/mindone | # Repository Context
Name: mindspore-lab/mindone
Description:
# Pull Request
## Llama2 Readme Update
# What does this PR do?
<!--
Congratulations! You've made it this far! You're not quite done yet though.
Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's ... |
7,587 | null | scipy/scipy | # Repository Context
Name: scipy/scipy
Description:
# Pull Request
## DOC: Add examples to scipy.optimize
I have currently added examples to `fminbound` and `bisect` methods.
I plan on adding to `newton`, `golden`, `fmin`, `brenth`, `brentq` and some others too.
Are examples similar to `brent` (#7299) enough ... |
25 | null | RECETOX/RIAssigner | # Repository Context
Name: RECETOX/RIAssigner
Description:
# Pull Request
## Implemented retention index computation according to Kovats/Van den Dool
Implemented class for Kovats RI computation and added tests.
- Basic class
- Tests
- Extensions on data classes
Fixes #9
# Relevant Files Found
## RIAssigne... |
105 | null | cevoaustralia/aws-google-auth | # Repository Context
Name: cevoaustralia/aws-google-auth
Description:
# Pull Request
## fix display of captcha url while neither xv or display utility are available
see https://github.com/cevoaustralia/aws-google-auth/pull/91#issuecomment-413438202
https://pillow.readthedocs.io/en/5.2.x/handbook/tutorial.html
... |
543 | null | delvtech/agent0 | # Repository Context
Name: delvtech/agent0
Description:
# Pull Request
## Streamlit demo
# Relevant Files Found
## data/acquire_state.py
```
"""Script to pull on-chain hyperdrive pool data and output JSON for post-processing"""
from __future__ import annotations
import json
import os
import time
import attr
i... |
423 | null | firebase/firebase-admin-python | # Repository Context
Name: firebase/firebase-admin-python
Description:
# Pull Request
## Modifying operation handling to support backend changes
Modifying operation handling to support backend changes
# Relevant Files Found
## firebase_admin/ml.py
```
# Copyright 2019 Google Inc.
#
# Licensed under the Apache Li... |
717 | null | uchicago-cs/chigame | # Repository Context
Name: uchicago-cs/chigame
Description:
# Pull Request
## [API] Implementation of Review Detail View for deleting and patching reviews
We want to add functionality to allow a user to DELETE a review for a game.
I have implemented an API Endpoint that deals with handling DELETE and PATCH reque... |
2,666 | null | zenml-io/zenml | # Repository Context
Name: zenml-io/zenml
Description:
# Pull Request
## Allow resetting server and user metadata
## Describe changes
This PR adds an option to set the user/server metadata to an empty dictionary.
## Pre-requisites
Please ensure you have done the following:
- [ ] I have read the **CONTRIBUTING... |
39,074 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add service to scan for new Plex clients
<!--
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 pictur... |
6,700 | null | psf/requests | # Repository Context
Name: psf/requests
Description:
# Pull Request
## Use an invalid URI that will not cause httpbin to throw 500
Context in https://github.com/urllib3/urllib3/issues/3392
Urllib3's CI started failing due to the requests `test_redirecting_to_bad_url` failing. The test started failing, beacuse ht... |
52 | null | thingsapi/things.py | # Repository Context
Name: thingsapi/things.py
Description:
# Pull Request
## Add 'last' functionality: limit returned tasks from things.database.Database.get_tasks() to 'last' X days or weeks.
Hello! This pull request adds the parameter 'last' to `things.database.Database.get_tasks()` which is an additional filter... |
130 | null | cchangelabs/openepd | # Repository Context
Name: cchangelabs/openepd
Description:
# Pull Request
## fix(specs): add missing Wood Fiber insulating material
# Relevant Files Found
## src/openepd/model/specs/enums.py
```
#
# Copyright 2025 by C Change Labs Inc. www.c-change-labs.com
#
# Licensed under the Apache License, Version 2.0 ... |
275 | null | data61/clkhash | # Repository Context
Name: data61/clkhash
Description:
# Pull Request
## Add test cases for distributions
Added test cases for the new distributions for PII.
@hardbyte this is my first time with pytest based testing, so if you have any pointers I would be most thankful. I managed to create tests for all bar 2 li... |
164 | null | resource-hub-dev/rhub-api | # Repository Context
Name: resource-hub-dev/rhub-api
Description:
# Pull Request
## Extend Unit Tests for lab/region Endpoints
Add tests for failing cases in test_lab/test_region
### Fixes
[EXDRHUB-1450](https://issues.redhat.com/browse/EXDRHUB-1450)
### Checklist
- [x] Run `tox`, no tests failed
# R... |
1,325 | null | pyccel/pyccel | # Repository Context
Name: pyccel/pyccel
Description:
# Pull Request
## Ignore certain objects at numpydoc validation
This PR aims to ignore the following objects from numpydoc validation:
- If class is `SemanticParser` and `name.startswith('_visit_')`
- If class is `SyntacticParser` and `name.startswith('_visi... |
16 | null | petergroth/kermut | # Repository Context
Name: petergroth/kermut
Description:
# Pull Request
## New gp
# Relevant Files Found
## src/model/kernel.py
```
from pathlib import Path
import pandas as pd
import torch
import torch.nn as nn
from gpytorch.kernels import Kernel
from src.data.utils import load_conditional_probs
from src.ex... |
31 | null | sai3010/Typesense-Kubernetes-Operator | # Repository Context
Name: sai3010/Typesense-Kubernetes-Operator
Description:
# Pull Request
## Fix: app not found issue, preventing operator startup
# Relevant Files Found
## handler.py
```
import kopf
import logging
from kubernetes import client, config
from deployment_utils import validate_spec,deploy_typese... |
4 | null | atsign-company/dump_cards | # Repository Context
Name: atsign-company/dump_cards
Description:
# Pull Request
## Add story points
Closes #2
**- What I did**
Added any existing story points from issue labels
**- How I did it**
Iterate across labels looking for 'SP' at the end, and then take the number before and print it to the fin... |
9 | null | Komtet/komtet-kassa-python-sdk | # Repository Context
Name: Komtet/komtet-kassa-python-sdk
Description:
# Pull Request
## Класс Check расширен методами set_client и set_cashier для передачи д…
…ополнительных данных в чеке
# Relevant Files Found
## setup.py
```
from setuptools import find_packages, setup
with open('README.rst', 'r') as readme:... |
2 | null | andrealmeidaa/arquiteturasoftware | # Repository Context
Name: andrealmeidaa/arquiteturasoftware
Description:
# Pull Request
## Implementação de design patterns
Implementação de exemplos de design patterns, com fragmentos de código para Django Rest
# Relevant Files Found
## design_patterns/abstract_factory/concretefactories.py
```
from abstractfa... |
78 | null | ArgonneCPAC/diffsky | # Repository Context
Name: ArgonneCPAC/diffsky
Description:
# Pull Request
## Update according to cleanout of old diffmah code
Update according to cleanout of old diffmah code in https://github.com/ArgonneCPAC/diffmah/pull/159. The PR checks here will fail until diffmah is https://github.com/ArgonneCPAC/diffmah/pul... |
55,457 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## make get_current_servable_instance async
This PR updates the injected dependency used in FastAPI routes to be asynchronous. Specifically, it modifies the implementation of get_current_servable_instance to be an async def so that FastAPI await... |
1,752 | null | PMEAL/OpenPNM | # Repository Context
Name: PMEAL/OpenPNM
Description:
# Pull Request
## Rename shape_factor to capillary_shape_factor for clarity
# Relevant Files Found
## openpnm/materials/VoronoiFibers.py
```
import math
import numpy as np
from scipy import ndimage
import scipy.spatial as sptl
from openpnm import topotools
f... |
104 | null | Stability-AI/lm-evaluation-harness | # Repository Context
Name: Stability-AI/lm-evaluation-harness
Description:
# Pull Request
## Add prompt version `0.2.1` for JCommonsenseQA
## Background
In principle, "base" models (trained as just language modeling and without specific prompt format) should be evaluated with prompt version `0.2`. But, we were re... |
1,095 | null | dask/dask-expr | # Repository Context
Name: dask/dask-expr
Description:
# Pull Request
## Add asarray
# Relevant Files Found
## dask_expr/array/__init__.py
```
from dask_expr.array import random
from dask_expr.array.core import Array, from_array
from dask_expr.array.reductions import (
mean,
moment,
nanmean,
nan... |
36 | null | openlawlibrary/python-docx | # Repository Context
Name: openlawlibrary/python-docx
Description:
# Pull Request
## performance enhancements
* cache xpath queries
* cache style objects
* cache text
* invalidate text where needed
* add `replace_chars` to replace multiple
pairs of characters in one pass
* reduce number of lxml calls in n... |
263 | null | qiskit-community/qiskit-optimization | # Repository Context
Name: qiskit-community/qiskit-optimization
Description:
# Pull Request
## Fix _node_color in maxcut
<!--
⚠️ If you do not respect this template, your pull request will be closed.
⚠️ Your pull request title should be short detailed and understandable for all.
⚠️ Also, please add it in the CHA... |
10 | null | ISP-SST/ISPy | # Repository Context
Name: ISP-SST/ISPy
Description:
# Pull Request
## Add binning and profile visualisation
# Relevant Files Found
## img/__init__.py
```
"""
Tools and scripts to process, align and clean 2D images.
"""
```
# Edits
This pull request adds functionality for file discovery, data binning, and ... |
13 | null | holoviz-topics/panel-chat-examples | # Repository Context
Name: holoviz-topics/panel-chat-examples
Description:
# Pull Request
## Add llama 2 example
Adds llama 2 example

# Relevant Files Found
## scripts/generate_gallery.py
```... |
263 | null | linode/linode-cli | # Repository Context
Name: linode/linode-cli
Description:
# Pull Request
## bug: Fix image-upload plugin
Closes #262
Looks like in https://github.com/linode/linode-cli/pull/257 I changed
the signature of this function, and didn't realize I was using it in a
plugin, which caused the plugin to break.
This change ad... |
128 | null | vimalloc/flask-jwt-extended | # Repository Context
Name: vimalloc/flask-jwt-extended
Description:
# Pull Request
## Fix minor docs errors
Fixes #126 and the error mentioned in #127.
# Relevant Files Found
## flask_jwt_extended/jwt_manager.py
```
import datetime
from jwt import ExpiredSignatureError, InvalidTokenError
from flask_jwt_extende... |
755 | null | caikit/caikit | # Repository Context
Name: caikit/caikit
Description:
# Pull Request
## :goal_net::bug: Handle server streaming grpc validation errors
**What this PR does / why we need it**:
Closes: #754
**Special notes for your reviewer**:
**If applicable**:
- [ ] this PR contains documentation
- [x] this PR contains ... |
687 | null | mpi4py/mpi4py | # Repository Context
Name: mpi4py/mpi4py
Description:
# Pull Request
## Various fixes
Closes #684
Closes #685
# Relevant Files Found
## .spin/cmds.py
```
"""https://github.com/scientific-python/spin""" # noqa: D400
import os
import pathlib
import shlex
import shutil
import sys
import click
from spin.cmds... |
274 | null | OpenVoiceOS/ovos-workshop | # Repository Context
Name: OpenVoiceOS/ovos-workshop
Description:
# Pull Request
## Release 2.2.2a1
Human review requested!
# Relevant Files Found
## ovos_workshop/skills/ovos.py
```
import datetime
import json
import os
import re
import sys
import time
import traceback
from copy import copy
from hashlib import ... |
3,109 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## Add must_gather class
Signed-off-by: Oded Viner <oviner@redhat.com>
# Relevant Files Found
## tests/manage/z_cluster/test_must_gather.py
```
import os
import logging
import re # This is part of workaround for BZ-1766646, to be remo... |
241 | null | bitcoin-dev-project/warnet | # Repository Context
Name: bitcoin-dev-project/warnet
Description:
# Pull Request
## patch: fix isroutable patch to work properly
This makes addresses relay properly in k8s.
before:

after:
' function which extracts each frame,
resize it and coalesces them again to form the resized GIF while
preserving the duration of the GIF. I read some stackoverflow
answ... |
904 | null | jupyterhub/binderhub | # Repository Context
Name: jupyterhub/binderhub
Description:
# Pull Request
## [MRG] Add a /health endpoint to BinderHub
This reports the health of BinderHub and the services it needs to run.
It is quite primitive but maybe good enough to get going? In particular the request to `/health` will take a long time if... |
3,147 | null | saleor/saleor | # Repository Context
Name: saleor/saleor
Description:
# Pull Request
## Add test for empty attribute update
Closes #3103
### Pull Request Checklist
<!-- Please keep this section. It will make maintainer's life easier. -->
1. [ ] Privileged views and APIs are guarded by proper permission checks.
1. [ ] All... |
29 | null | google/macops | # Repository Context
Name: google/macops
Description:
# Pull Request
## Fix scripts
# Relevant Files Found
## keychainminder/KeychainMinder/update_authdb.py
```
#!/usr/bin/env python
# Copyright 2015 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may n... |
27,213 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## Fixes around MLTable metadata schema validation
# Description
Changes:
downloading of MLTable file is fixed for datastores internal uril starting with azureml://
exc_info=1 is removed from logger.info() so that the stack trace... |
178 | null | depictio/depictio | # Repository Context
Name: depictio/depictio
Description:
# Pull Request
## 170 update dashboard management functions to rely on api
# Relevant Files Found
## depictio/api/v1/endpoints/dashboards_endpoints/routes.py
```
from fastapi import Depends, HTTPException, APIRouter
from depictio.api.v1.db import dashbo... |
46 | null | tilezen/TileStache | # Repository Context
Name: tilezen/TileStache
Description:
# Pull Request
## Allow overlap post-processor to keep features in the same layer.
This is signaled by setting `new_layer_name` to None. Also added a more flexible way to build the dictionary of properties on the new feature.
Finally, added a feature to bu... |
2,709 | null | inventree/InvenTree | # Repository Context
Name: inventree/InvenTree
Description:
# Pull Request
## Stock export refactor
This PR refactors the existing "export stock" functionality
- Removes duplication of functionality, uses the existing API endpoints
- Export respects the filtering already performed via the tables
- Adds some ex... |
25,800 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## Implement KeySubstringAssetSelection
## Summary & Motivation
We want to support subset matching asset keys in the [new asset selection syntax](https://www.notion.so/dagster/New-asset-selection-syntax-12e18b92e4628027ae42ed52139b4b97?showM... |
2,411 | null | quantopian/zipline | # Repository Context
Name: quantopian/zipline
Description:
# Pull Request
## TST: fix parameter_space error handling
Fix error message when the function has parameters that are not provided by
parameter_space. I saw this when I removed a parameter from the decorator but
forgot to update the function signature.
#... |
8 | null | sklearn-theano/sklearn-theano | # Repository Context
Name: sklearn-theano/sklearn-theano
Description:
# Pull Request
## Updates to weight script
Fixes for handling the fact that the networks need "galatea"
# Relevant Files Found
## sklearn_theano/sandbox/strip_out_generator_params.py
```
from sklearn.externals.joblib import dump
import sys
fr... |
63 | null | deepghs/waifuc | # Repository Context
Name: deepghs/waifuc
Description:
# Pull Request
## fix(narugo): fix PixivSearchSource issue mentioned in #60, based on #58
# Relevant Files Found
## waifuc/source/pixiv.py
```
import logging
import os
import warnings
import zipfile
from typing import Iterator, Optional, Union, Tuple, Liter... |
27,528 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## use one of the available modes
[fixes 1672743386]
https://sentry.io/organizations/dimagi/issues/1672743386/?environment=india&project=136860&query=is%3Aunresolved+location_reassignment&statsPeriod=14d
It's not clear how i ended up us... |
482 | null | resource-watch/nrt-scripts | # Repository Context
Name: resource-watch/nrt-scripts
Description:
# Pull Request
## cit.002 edit
# Relevant Files Found
## cit_002_gmao_air_quality/contents/src/__init__.py
```
from __future__ import unicode_literals
import os
import sys
import urllib
import datetime
import logging
import subprocess
i... |
604 | null | litex-hub/litex-boards | # Repository Context
Name: litex-hub/litex-boards
Description:
# Pull Request
## Add support for NetFPGA-Sume
Tasks:
- [x] LedChaser/Buttons/Cpu Reset
- [x] UART/Serial
- [x] 4 GiB Memory
- [x] 4x SFP Ethernet
- [ ] I2C (Bug: "Couldn't read SDRAM size from the SPD")
- [x] Create_programmer
- [x] Update m... |
199 | null | bmsuisse/lakeapi | # Repository Context
Name: bmsuisse/lakeapi
Description:
# Pull Request
## better expose token retrieval func
# Relevant Files Found
## bmsdna/lakeapi/context/source_uri.py
```
from typing import Callable, Literal
import fsspec
import adlfs
import os
import urllib.parse
import expandvars
from datetime imp... |
2,301 | null | xorbitsai/inference | # Repository Context
Name: xorbitsai/inference
Description:
# Pull Request
## BUG: fix sampler_name for img2img
# Relevant Files Found
## xinference/model/image/sdapi.py
```
# Copyright 2022-2023 XProbe Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except i... |
203 | null | dvitale199/GenoTools | # Repository Context
Name: dvitale199/GenoTools
Description:
# Pull Request
## het prune before related prune in main pipeline
quick fix for sample-level prune step ordering
# Relevant Files Found
## genotools/__main__.py
```
# Copyright 2023 The GenoTools Authors. All Rights Reserved.
#
# Licensed under the Apa... |
2,225 | null | OpenNMT/OpenNMT-py | # Repository Context
Name: OpenNMT/OpenNMT-py
Description:
# Pull Request
## document relative positions
# Relevant Files Found
## onmt/modules/multi_headed_attn.py
```
""" Multi-Head Attention module """
import math
import torch
from torch import Tensor
from typing import Optional, Tuple
import torch.nn as nn
... |
5 | null | UtrechtUniversity/nudging | # Repository Context
Name: UtrechtUniversity/nudging
Description:
# Pull Request
## Multi label classification
# Relevant Files Found
## src/classifier_nb.py
```
#!/usr/bin/env python
"""Use Naive Bayes classifier"""
import fileinput
import glob
import pandas as pd
import numpy as np
from sklearn.model_selecti... |
6,729 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## Warn if OMP_NUM_THREADS is set
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
## Why are these changes needed?
Setting OMP_NUM_THREA... |
71 | null | unoconv/unoserver | # Repository Context
Name: unoconv/unoserver
Description:
# Pull Request
## Porting index refresh from previous release
Fixes #48
# Relevant Files Found
## src/unoserver/converter.py
```
try:
import uno
except ImportError:
raise ImportError(
"Could not find the 'uno' library. This package must be... |
371 | null | inducer/loopy | # Repository Context
Name: inducer/loopy
Description:
# Pull Request
## Move splitting of comma-separated var string from add_and_infer_dtype…
Move splitting of comma-separated var string from `add_and_infer_dtypes` into `add_dtypes` so that it can also handle comma-separated strings
# Relevant Files Found
## loo... |
42,180 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Remove coordinator success from SimpliSafe availability calculation
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--... |
107 | null | fixie-ai/ai-benchmarks | # Repository Context
Name: fixie-ai/ai-benchmarks
Description:
# Pull Request
## Fix error handling
# Relevant Files Found
## llm_request.py
```
import argparse
import asyncio
import base64
import dataclasses
import json
import mimetypes
import os
import re
import time
import urllib
from typing import Any, Asyn... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.