pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
1,609 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Add system test for 'logger.log_text' and 'logger.log_struct'.
# Relevant Files Found
## system_tests/run_system_test.py
```
# Copyright 2014 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2... |
82 | null | skyflowapi/skyflow-python | # Repository Context
Name: skyflowapi/skyflow-python
Description:
# Pull Request
## SK-812 Add options (tokens) support for Get methods
# Relevant Files Found
## skyflow/errors/_skyflow_errors.py
```
'''
Copyright (c) 2022 Skyflow, Inc.
'''
from enum import Enum
from skyflow._utils import log_error
class Sky... |
286 | null | jupyter/jupyter_console | # Repository Context
Name: jupyter/jupyter_console
Description:
# Pull Request
## Fix handle_external_iopub again
Fixes #275
I tested this locally with `c.ZMQTerminalInteractiveShell.include_other_output = True` and running `jupyter console`.
# Relevant Files Found
## jupyter_console/ptshell.py
```
"""IPytho... |
809 | null | helmholtz-analytics/heat | # Repository Context
Name: helmholtz-analytics/heat
Description:
# Pull Request
## add inverse hyperbolic functions
## Description
<!--- Include a summary of the change/s.
Please also include relevant motivation and context. List any dependencies that are required for this change.
--->
Add `acosh`, `asinh`,... |
137 | null | aiidateam/disk-objectstore | # Repository Context
Name: aiidateam/disk-objectstore
Description:
# Pull Request
## DevOps: adopt PEP 621 and move build spec to `pyproject.toml` and update pre-commit dependency requirements
# Relevant Files Found
## disk_objectstore/cli.py
```
"""A small CLI tool for managing stores."""
import json
import o... |
11,022 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## TST: Relax tolerances in test_bbox_size on Freetype version mismatch
### Description
Checks for Freetype library Matplotlib is linked against; if this is not the reference version 2.6.1 which Matplotlib mandates for its own tests to reproduc... |
121 | null | kigawas/python-bip44 | # Repository Context
Name: kigawas/python-bip44
Description:
# Pull Request
## Add Python 3.11
# Relevant Files Found
## bip44/utils.py
```
from typing import Union
from coincurve import PublicKey
from sha3 import keccak_256 as _keccak_256
__all__ = ("get_eth_addr", "to_checksum_addr")
def keccak_256(b: byt... |
43 | null | sckott/habanero | # Repository Context
Name: sckott/habanero
Description:
# Pull Request
## Adding raise when encountering RequestException
In two locations in `request()`, when encountering `except requests.exceptions.RequestException` the exception message would just be printed (leading to a possible error, e.g., with `check_json(... |
1,875 | null | aws/aws-parallelcluster | # Repository Context
Name: aws/aws-parallelcluster
Description:
# Pull Request
## Add validator for fsx create-file-system-from-backup parameters
**Please See** [Git Pull Request Instructions](https://github.com/aws/aws-parallelcluster/wiki/Git-Pull-Request-Instructions)
*Issue #, if available:*
*Description ... |
64 | null | SylphAI-Inc/AdalFlow | # Repository Context
Name: SylphAI-Inc/AdalFlow
Description:
# Pull Request
## Li
# Relevant Files Found
## docs/source/insert_labels.py
```
import os
def add_reference_labels(directory: str):
try:
for filename in os.listdir(directory):
if filename.endswith(".rst") and "index" not in f... |
451 | null | jacebrowning/memegen | # Repository Context
Name: jacebrowning/memegen
Description:
# Pull Request
## Update to Python 3.7
# Relevant Files Found
## memegen/extensions.py
```
import os
from flask_cors import CORS
from flask_caching import Cache
from flask_cachecontrol import FlaskCacheControl
cors = CORS()
cache = Cache(config={
... |
1,194 | null | llamastack/llama-stack | # Repository Context
Name: llamastack/llama-stack
Description:
# Pull Request
## feat(3/n): agent resume_turn
# What does this PR do?
- https://github.com/meta-llama/llama-stack/pull/1178
- https://github.com/meta-llama/llama-stack/pull/1187
- https://github.com/meta-llama/llama-stack/pull/1194
**client chang... |
24 | null | ARM-software/devlib | # Repository Context
Name: ARM-software/devlib
Description:
# Pull Request
## cgroup: demote info logging statement
The info statements are clobbering the "normal" output of devlib users.
This patch demote the logging to debug level. The user can still
log-report these information from the corresponding functions c... |
229 | null | westpa/westpa | # Repository Context
Name: westpa/westpa
Description:
# Pull Request
## Improved MAB related logging and automatic MAB scheme detection
**Issue Number.** Is this pull request related to any outstanding issues? If so, list the issue number.
**Describe the changes made.** A clear and concise description of wha... |
1,572 | null | beancount/fava | # Repository Context
Name: beancount/fava
Description:
# Pull Request
## use importlib.metadata instead of pkg_resources
<!--
Hi, thank you for opening a PR!
Please ensure that your change passes tests and the various linters by running
`make test` and `make lint`. If testable, your changes should be covered by
un... |
21 | null | NCI-GDC/gdcdictionary | # Repository Context
Name: NCI-GDC/gdcdictionary
Description:
# Pull Request
## Feat/data bundle
# Relevant Files Found
## gdcdictionary/python/__init__.py
```
import yaml
import os
import glob
MOD_DIR = os.path.abspath(os.path.dirname(__file__))
class GDCDictionary(object):
def __init__(self, root_dir=... |
117 | null | NASA-Planetary-Science/AmesCAP | # Repository Context
Name: NASA-Planetary-Science/AmesCAP
Description:
# Pull Request
## Fixed MarsPull Tests
I improved the -list option in MarsPull so the tests needed updating too.
# Relevant Files Found
## bin/MarsPull.py
```
#!/usr/bin/env python3
"""
The MarsPull executable is for querying data from the Ma... |
4,289 | null | skypilot-org/skypilot | # Repository Context
Name: skypilot-org/skypilot
Description:
# Pull Request
## make --fast robust against credential or wheel updates
<!-- Describe the changes in this PR -->
- Introduce a "config hash", which is a deterministic hash of the ray cluster config and all the referenced file mounts. We expect this val... |
2 | null | LogSnag/logsnag.py | # Repository Context
Name: LogSnag/logsnag.py
Description:
# Pull Request
## Improved exception handling for easier debugging
Improved exception handling for easier debugging, there was no clear message back to the developer of what was wrong when trying to post a log or insight.
# Relevant Files Found
## logsnag... |
2,268 | null | tskit-dev/tskit | # Repository Context
Name: tskit-dev/tskit
Description:
# Pull Request
## Add macro to err strings
Fixes #2264
# Relevant Files Found
## python/tests/test_highlevel.py
```
# MIT License
#
# Copyright (c) 2018-2022 Tskit Developers
# Copyright (c) 2015-2018 University of Oxford
#
# Permission is hereby granted, ... |
161 | null | statisticsnorway/datadoc-editor | # Repository Context
Name: statisticsnorway/datadoc-editor
Description:
# Pull Request
## Populate a dropdown with statistical subjects to choose between
- Retrieve dropdown options from the Statistical structure XML document.
- Display labels for the currently chosen language.
- We use the subject code from the ... |
7,286 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [BYOC][Verilator] add support to dynamically load hardware library
@liangfu @tmoreau89
# Relevant Files Found
## tests/python/contrib/test_verilator/infrastructure.py
```
# Licensed to the Apache Software Foundation (ASF) under one
# or more... |
18 | null | bluelabsio/sqlalchemy-vertica-python | # Repository Context
Name: bluelabsio/sqlalchemy-vertica-python
Description:
# Pull Request
## Rm 87 upgrade to sql alchemy 2.0
Update to SQLAlchemy 2.0 syntax
# Relevant Files Found
## sqla_vertica_python/vertica_python.py
```
import re
from sqlalchemy import types as sqltypes
from sqlalchemy.dialects.postgresq... |
3,247 | null | canonical/microk8s | # Repository Context
Name: canonical/microk8s
Description:
# Pull Request
## [Backport 1.21] ensure kubelet --node-ip is set correctly when joining a cluster (#3216)
Backport parts of https://github.com/canonical/microk8s/pull/3216 to 1.21 branch.
# Relevant Files Found
## scripts/cluster/join.py
```
#!/usr/bin/... |
7,088 | null | skypilot-org/skypilot | # Repository Context
Name: skypilot-org/skypilot
Description:
# Pull Request
## [core] add safety checks while parsing gcp project metadata
<!-- Describe the changes in this PR -->
This PR aims to address https://github.com/skypilot-org/skypilot/issues/7065 where launching a cluster on gcp results in `Caught 'int'... |
3 | null | simular-ai/Agent-S | # Repository Context
Name: simular-ai/Agent-S
Description:
# Pull Request
## Fix encoding error on initial setup
On Windows, during download & installation, it throws an error due to missing encoding when reading the README file.
Fixed that by adding 'utf-8' encoding in setup.py
# Relevant Files Found
## setup.p... |
215 | null | int-brain-lab/ibllib | # Repository Context
Name: int-brain-lab/ibllib
Description:
# Pull Request
## Wrote a Brainbox function to map values on atlas
The new brainbox functions in brainbox.atlas allow the user to specify a list of allen atlas acronyms and a list of values (e.g. decoding performance), the plot_atlas function then generat... |
476 | null | scikit-beam/scikit-beam | # Repository Context
Name: scikit-beam/scikit-beam
Description:
# Pull Request
## forced mask to be bool in auto masking
I was testing this function and found that if the mask is an array of integers it crashes. The following line fixes the event that the user inputs an integer mask. At the very least, it should be... |
3,381 | null | open-telemetry/opentelemetry-python-contrib | # Repository Context
Name: open-telemetry/opentelemetry-python-contrib
Description:
# Pull Request
## Check for None result in gRPC (#3380)
# Description
This is a fix for #3380 that checks explicitly for a `None` result rather than evaluating truthiness. PubSub results with zero messages evaluate to `False`, ca... |
45,091 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Add methods to get and set the glusterfs op-version
### What does this PR do?
Adds methods to the existing glusterfs execution and state modules to querying and setting the glusterfs op-version.
### What issues does this PR fix or refere... |
41 | null | Cereal84/AnadiCSV | # Repository Context
Name: Cereal84/AnadiCSV
Description:
# Pull Request
## Fix options passing
This PR fix some problems on passing down options to anadi via Docker container.
We have added:
- entrypoint.sh script which will be executed by the container at start and it calls te python script
- add -t ... |
18 | null | wwu-mmll/photonai_graph | # Repository Context
Name: wwu-mmll/photonai_graph
Description:
# Pull Request
## Fixed tests
# Relevant Files Found
## photonai_graph/GraphConversions.py
```
from networkx.drawing.nx_pydot import write_dot, read_dot
from scipy import sparse
import networkx as nx
import numpy as np
import os
import warnings
fro... |
90 | null | vanderschaarlab/autoprognosis | # Repository Context
Name: vanderschaarlab/autoprognosis
Description:
# Pull Request
## Debug all tests
## Description
Debug all tests(slow and not slow).
- `test_weighted_ensemble_explainer` Failure
- **Issue:** The test `tests/plugins/ensemble/test_classifier.py::test_weighted_ensemble_explainer` was failing... |
45 | null | storyprotocol/python-sdk | # Repository Context
Name: storyprotocol/python-sdk
Description:
# Pull Request
## [UPDATE] Royalty Module
## Description
## Test Plan
## Related Issue
## Notes
# Relevant Files Found
## src/story_protocol_python_sdk/abi/RoyaltyWorkflows/RoyaltyWorkflows_client.py
```
import json
import os
from ... |
395 | null | atomicateam/atomica | # Repository Context
Name: atomicateam/atomica
Description:
# Pull Request
## Improve min max
In a framework, the `min` function needs to support mixtures of arrays and scalars. This necessitated using `np.minimum` rather than Python's built-in `min`. However, `np.minimum` only supports two arrays at a time, so `mi... |
915 | null | nvbn/thefuck | # Repository Context
Name: nvbn/thefuck
Description:
# Pull Request
## Fix a couple small shellcheck errors
These are unlikely to cause practical issues but after bootstrapping with `fuck; fuck` shellcheck gave me an error in my bashrc.
# Relevant Files Found
## thefuck/shells/bash.py
```
import os
from subproce... |
582 | null | RCOSDP/RDM-osf.io | # Repository Context
Name: RCOSDP/RDM-osf.io
Description:
# Pull Request
## Change TSA server used by TravisCI to www.langedge.jp
## Purpose
TravisCI で発生しているエラーを解消するため、タイムスタンプ機能が問い合わせを行なっているTSAサーバーを変更する。
## Changes
https://www.langedge.jp/tsa を新しいTSAサーバーとして設定する。
このサーバーでの検証に利用可能なrootCA証明書を設定する。
# Re... |
147 | null | crowdcent/numerblox | # Repository Context
Name: crowdcent/numerblox
Description:
# Pull Request
## Feature/full custom functions evaluator
- Fully customizable dict input in custom functions for evaluators.
- Exposure dissimilarity now uses Spearman corr by default and can be set.
# Relevant Files Found
## numerblox/evaluation.py
`... |
798 | null | ONSdigital/eq-questionnaire-runner | # Repository Context
Name: ONSdigital/eq-questionnaire-runner
Description:
# Pull Request
## Use placeholder default value
### What is the context of this PR?
Placeholder to use default value when answer is not provided
### How to review
1. Launch survey `test_placeholder_default_value`
2. leave the textbo... |
201 | null | scverse/napari-spatialdata | # Repository Context
Name: scverse/napari-spatialdata
Description:
# Pull Request
## Avoid exception when registering shortcut
Napari does not allow registering an existing shortcut.
This can occur when:
- Another plugin or Napari itself or the user has registered "Shift-L", "Shift-E" before opening napari-spat... |
2,571 | null | pvlib/pvlib-python | # Repository Context
Name: pvlib/pvlib-python
Description:
# Pull Request
## Use chandrupatla to find MPP in lambertw method
- [X] Closes #2497
- [X] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing/index.html)
- ~~[ ] Tests added~~
- ~~[ ] Updates ... |
1,685 | null | carpentries/amy | # Repository Context
Name: carpentries/amy
Description:
# Pull Request
## Reduce required numer of supporting instructors for Introduction Email
This fixes #1680 by reducing number of required supporting instructors
to 1 in case of online events.
Additionally, list of instructors and supporting instructors is n... |
3,897 | null | swarmauri/swarmauri-sdk | # Repository Context
Name: swarmauri/swarmauri-sdk
Description:
# Pull Request
## fix: support object principals in hooks
## Summary
- allow principal lookups on objects without `.get`
- add regression test for object principal injection
## Testing
- `uv run --directory pkgs/standards/auto_authn --package auto_aut... |
907 | null | CERNDocumentServer/cds-ils | # Repository Context
Name: CERNDocumentServer/cds-ils
Description:
# Pull Request
## config: Add schema in metadata extensions structure
Related to handling index versioning change in invenio-app-ils
Note: Will need to update this PR with the corresponding new invenio-app-ils version
closes: #543
# Relevant Fil... |
4 | null | CN-UPB/DeepCoMP | # Repository Context
Name: CN-UPB/DeepCoMP
Description:
# Pull Request
## Remove unused imports
# Relevant Files Found
## deepcomp/env/entities/user.py
```
import random
import structlog
from shapely.geometry import Point
import matplotlib.pyplot as plt
from matplotlib import cm
from deepcomp.env.util.utility... |
1,937 | null | everycure-org/matrix | # Repository Context
Name: everycure-org/matrix
Description:
# Pull Request
## Add number of uncommited changes
# Description of the changes <!-- required! -->
<!-- Briefly describe the changes you have made. This helps the reviewer understand the changes. -->
## Fixes / Resolves the following issues:
<!--... |
18,504 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## Restore _init_weights value in no_init_weights
Fend for potential nested use, and match the intuitive expectation for context managers().
In addition, users might modify private no_init_weights as well.
@patrickvonplaten @stas00 ... |
2,542 | null | gdsfactory/gdsfactory | # Repository Context
Name: gdsfactory/gdsfactory
Description:
# Pull Request
## better annotations
# Relevant Files Found
## gdsfactory/components/seal_ring.py
```
from __future__ import annotations
from functools import partial
import gdsfactory as gf
from gdsfactory.components.via_stack import (
via_sta... |
696 | null | digiteinfotech/kairon | # Repository Context
Name: digiteinfotech/kairon
Description:
# Pull Request
## Retrieved RASA agent logs.
Retrieved RASA agent logs.
# Relevant Files Found
## kairon/chat/handlers/action.py
```
import logging
from abc import ABC
from kairon.shared.tornado.handlers.base import BaseHandler
from tornado.escape im... |
209 | null | AI-Hypercomputer/JetStream | # Repository Context
Name: AI-Hypercomputer/JetStream
Description:
# Pull Request
## Add request id into active request
Effect of the change:This PR will add an optional args (request_id) in the JetStream's engine API (prefill, insert)
Motivation/Reason: This change will add a unique id for each active request, th... |
94 | null | HansBug/hbutils | # Repository Context
Name: HansBug/hbutils
Description:
# Pull Request
## dev(hansbug): add url splitters
# Relevant Files Found
## hbutils/system/network/__init__.py
```
"""
Overview:
Some useful tools for network.
"""
from .hosts import *
from .port import *
```
# Edits
This pull request adds a URL p... |
962 | null | IFRCGo/go-api | # Repository Context
Name: IFRCGo/go-api
Description:
# Pull Request
## Changes to Field Report Model
- Change wording of tickbox for hiding field report figures on emergency page #820
- Add option of hiding map on emergency page #1397
This might need some translation fixes before merged @batpad, but wasn't su... |
9,638 | null | RasaHQ/rasa | # Repository Context
Name: RasaHQ/rasa
Description:
# Pull Request
## finetuning validator
**Proposed changes**:
- closes #9335
**Status (please check what you already did)**:
- [x] added some tests for the functionality
- [ ] updated the documentation
- [ ] updated the changelog (please check [changelog](h... |
73 | null | GazzolaLab/MiV-Simulator | # Repository Context
Name: GazzolaLab/MiV-Simulator
Description:
# Pull Request
## Use hashing based caching for mechanism compilation
This addresses several shortcomings of the previous implementation
- use a hash-named directory for automatic recompilation when source changes
- invalidate results if compilation... |
363 | null | shinnytech/tqsdk-python | # Repository Context
Name: shinnytech/tqsdk-python
Description:
# Pull Request
## [BE-353]: 处理 klines 时,对于 datetime 类型的初始值赋值 None
# Relevant Files Found
## tqsdk/api.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
天勤接口的PYTHON封装, 提供以下功能
* 连接行情和交易服务器, 接收行情及交易推送数据
* 在内存中存储管理一份完整的业务数据(行情+交易), 并在接收到新数据包时更... |
515 | null | deuteronomy-works/pyffmpeg | # Repository Context
Name: deuteronomy-works/pyffmpeg
Description:
# Pull Request
## new commits from master
new commits from master
# Relevant Files Found
## downloader.py
```
import sys
import os
import shutil
import glob
import requests
from py7zr import unpack_7zarchive
import re
from pyffmpeg import misc
... |
57 | null | elixir-cloud-aai/drs-filer | # Repository Context
Name: elixir-cloud-aai/drs-filer
Description:
# Pull Request
## feat: clarify error
## Description
Change error response from `400` to `409` and return an informative error message if the client attempts to delete the last remaining access method of an object. The OpenAPI specfication was up... |
9,405 | null | red-hat-storage/ocs-ci | # Repository Context
Name: red-hat-storage/ocs-ci
Description:
# Pull Request
## MCG only deployment and upgrade pod count modification
Fixes: #9388
Signed-off-by: vavuthu [vavuthu@redhat.com](mailto:vavuthu@redhat.com)
# Relevant Files Found
## ocs_ci/ocs/constants.py
```
"""
Constants module.
This module c... |
163 | null | jcrist/skein | # Repository Context
Name: jcrist/skein
Description:
# Pull Request
## Add skein version to jar
Adds the skein version (as determined by versioneer) to the jar, and
logs the version in both the driver and application master processes.
This is useful for debugging from logs, as it gives the exact commit
that was ... |
236 | null | gpu-mode/discord-cluster-manager | # Repository Context
Name: gpu-mode/discord-cluster-manager
Description:
# Pull Request
## KernelBotError error message
Specifically intercept uncaught KernelBotError messages and print a useful message.
# Relevant Files Found
## src/discord-cluster-manager/utils.py
```
import datetime
import functools
import lo... |
261 | null | dbt-labs/metricflow | # Repository Context
Name: dbt-labs/metricflow
Description:
# Pull Request
## Add tags to locked_metadata
**NOTE**
Transform's internal schema, `schemas_internal.py`, is in MetricFlow. We might one day change that, but for the time being it is where it is. Which means to modify `schemas_internal.py` we have to do ... |
42,284 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Pre commit script to validate template fields
Adding CI script to check template fields in provider operators and sensors.
Raising new pr, I have created initial pr here #42230 , due to rebasing issues, its showing merged commits aswell in ... |
616 | null | 3scale-qe/3scale-tests | # Repository Context
Name: 3scale-qe/3scale-tests
Description:
# Pull Request
## Fix fixture used for apicast_operator tests
Fixes: b36d9d6 ("Add information about operators and its namespaces into settings")
# Relevant Files Found
## testsuite/tests/apicast_operator/test_annotations.py
```
"""
Check if annotati... |
49 | null | aws-deepracer-community/deepracer-custom-car | # Repository Context
Name: aws-deepracer-community/deepracer-custom-car
Description:
# Pull Request
## Reduce errors from website_pkg on restart
This pull request improves error handling and logging across multiple API endpoints in the `aws-deepracer-webserver-pkg` package. The changes ensure better handling of uni... |
679 | null | langchain-ai/langchain-aws | # Repository Context
Name: langchain-ai/langchain-aws
Description:
# Pull Request
## feat: Support Qwen3 models on ChatBedrock (+ `gpt-oss` streaming)
Adding support for using the new [Qwen3](https://www.aboutamazon.com/news/aws/alibaba-qwen3-deepseek-v3-amazon-bedrock) serverless models with the InvokeModel APIs v... |
2,961 | null | ceph/ceph-ansible | # Repository Context
Name: ceph/ceph-ansible
Description:
# Pull Request
## Automatic backport of pull request #2894
This is an automated backport of pull request #2894 done by Mergify.io
# Relevant Files Found
## tests/conftest.py
```
import pytest
import os
@pytest.fixture()
def node(host, request):
"""
... |
315 | null | xcube-dev/xcube | # Repository Context
Name: xcube-dev/xcube
Description:
# Pull Request
## Fix for #314
Closes #314
# Relevant Files Found
## xcube/cli/serve.py
```
# The MIT License (MIT)
# Copyright (c) 2019 by the xcube development team and contributors
#
# Permission is hereby granted, free of charge, to any person obtaining... |
93 | null | astronomer/astro-provider-anyscale | # Repository Context
Name: astronomer/astro-provider-anyscale
Description:
# Pull Request
## Release 1.2.0
**Breaking changes**
* Python 2.8 and 2.9 reached end-of-life and are no longer supported from this release onwards.
**Features**
* Support setting any job parameters via the `SubmitAnyscaleJob` opera... |
2 | null | gfoot/serialfs | # Repository Context
Name: gfoot/serialfs
Description:
# Pull Request
## Add Handshake setting to accommodate serial devices using CTS vs DSR
Adds Handshake setting to accommodate serial devices using CTS vs DSR. Defaults to the original DSR.
Also updates the README to neaten out the formating problems I introdu... |
51 | null | ClimateImpactLab/dscim | # Repository Context
Name: ClimateImpactLab/dscim
Description:
# Pull Request
## Issue fixes (#39 and #31)
- Fixes #39
- Fixes #31
# Relevant Files Found
## src/dscim/preprocessing/climate/reformat.py
```
import xarray as xr
import pandas as pd
import numpy as np
from datetime import date
from p_tqdm import p... |
17 | null | gtalarico/pipenv-pipes | # Repository Context
Name: gtalarico/pipenv-pipes
Description:
# Pull Request
## Refactor colors
# Relevant Files Found
## pipenv_pipes/cli.py
```
# -*- coding: utf-8 -*-
""" Pipes: Pipenv Shell Switcher """
import sys
import click
from . import __version__
from .environment import EnvVars
from .picker impor... |
545 | null | Crown-Commercial-Service/digitalmarketplace-frameworks | # Repository Context
Name: Crown-Commercial-Service/digitalmarketplace-frameworks
Description:
# Pull Request
## G11 lot validation schema config
Forgot to add this config in when copying the G11 content.
It's used in `scripts/generate-validation-schemas.py`, which have already been run to generate schemas for t... |
393 | null | Crown-Commercial-Service/digitalmarketplace-supplier-frontend | # Repository Context
Name: Crown-Commercial-Service/digitalmarketplace-supplier-frontend
Description:
# Pull Request
## Redirect when logged in
## Redirect logged in users on /login
If a logged in user navigates to the login page they should be
redirected to the supplier dashboard.
## Change redirect flow for crea... |
178 | null | pfnet/pytorch-pfn-extras | # Repository Context
Name: pfnet/pytorch-pfn-extras
Description:
# Pull Request
## Make _tensor.py typed
Related discussion: https://github.com/python/mypy/issues/1153#issuecomment-558555225
# Relevant Files Found
## pytorch_pfn_extras/_cupy.py
```
try:
import cupy
_cupy_import_error = None
except Except... |
314 | null | dask/dask | # Repository Context
Name: dask/dask
Description:
# Pull Request
## Add dask.array.random.RandomState
Fixes #311
This adds a `RandomState` object to `da.random` to provide deterministic pseudorandom number generation both within each computation and between different calls to random functions.
cc @ogrisel
## Exa... |
2,361 | null | gpustack/gpustack | # Repository Context
Name: gpustack/gpustack
Description:
# Pull Request
## refactor(npu-smi): pring warning in trace
address https://github.com/gpustack/gpustack/issues/2353
# Relevant Files Found
## gpustack/detectors/npu_smi/npu_smi.py
```
import asyncio
import logging
from typing import Dict, List
from gpust... |
20 | null | keurfonluu/evodcinv | # Repository Context
Name: keurfonluu/evodcinv
Description:
# Pull Request
## Handle water layer
- Fixed: allow the first layer to have zero or negative S-wave velocities (fixes issue #19).
- Fixed: number of parameters inverted display.
**Reminders**:
- [x] Run `invoke format` to make sure the code follow... |
289 | null | mittagessen/kraken | # Repository Context
Name: mittagessen/kraken
Description:
# Pull Request
## Remove legacy line
Duplicate line causing image-label misalignment.
During `PolygonGTDataset` creation using the method `add()`, which itself calls `parse()`, images get added twice to `self._images` while labels get added only once to ... |
301 | null | onnx/onnxmltools | # Repository Context
Name: onnx/onnxmltools
Description:
# Pull Request
## run coverage on linux CI
# Relevant Files Found
## tests/main.py
```
#-------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.... |
47,191 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Explain why should_pool is True initially for wemo
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe th... |
57 | null | blueqat/blueqatSDK | # Repository Context
Name: blueqat/blueqatSDK
Description:
# Pull Request
## sympy-globalphase: debugged
# Relevant Files Found
## blueqat/backends/sympy_backend.py
```
# Copyright 2019 The Blueqat Developers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except ... |
26 | null | CERT-Polska/karton | # Repository Context
Name: CERT-Polska/karton
Description:
# Pull Request
## Update documentation to better reflect the code changes
~~Some work is still needed on `Advanced concepts` but~~ this PR should be a nice step forward production-level docs.
Quick summary of the changes:
* Removed outdated code from e... |
195 | null | jacebrowning/memegen | # Repository Context
Name: jacebrowning/memegen
Description:
# Pull Request
## Add a setup script to install requirements locally
This will later allow for the exclusion of certain requirements by OS.
# Relevant Files Found
# Edits
This pull request adds a `setup.py` script to enable local installation of the... |
30 | null | SneaksAndData/anti-clustering | # Repository Context
Name: SneaksAndData/anti-clustering
Description:
# Pull Request
## Adds restarts to exchange heuristic
Fixes #27
Adds restarts to Exchange Heuristic to make it more stable
# Relevant Files Found
## anti_clustering/exchange_heuristic.py
```
# Copyright 2022 ECCO Sneaks & Data
#
# Licensed... |
90 | null | Insight-Services-APAC/APAC-Capability-DAI-DbtFabricSparkNb | # Repository Context
Name: Insight-Services-APAC/APAC-Capability-DAI-DbtFabricSparkNb
Description:
# Pull Request
## Feature/supportparameters in pyfile
# Relevant Files Found
## dbt/adapters/fabricsparknb/utils.py
```
import io
import re
import shutil
from jinja2 import Environment, FileSystemLoader
import nbf... |
9,098 | null | Qiskit/qiskit | # Repository Context
Name: Qiskit/qiskit
Description:
# Pull Request
## Adding linear synthesis algorithm for LNN
<!--
⚠️ 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 a release note file ... |
61,833 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## update salt.utils.stringutils.human_to_bytes for broader use
### What does this PR do?
This PR moves the `_handle_unit` function from the `virt` module to the `stringutils.human_to_bytes` utility in order to replace the narrow functionality t... |
31 | null | codeperfectplus/SystemGuard | # Repository Context
Name: codeperfectplus/SystemGuard
Description:
# Pull Request
## Features/refactor
changelog
- code refactor
- UI improvement
# Relevant Files Found
## src/utils.py
```
import os
import time
import platform
import datetime
import subprocess
import psutil
from jinja2 import Environment, F... |
133 | null | Metaculus/forecasting-tools | # Repository Context
Name: Metaculus/forecasting-tools
Description:
# Pull Request
## add question links API documentation
# Relevant Files Found
## forecasting_tools/helpers/metaculus_client.py
```
from __future__ import annotations
import asyncio
import copy
import json
import logging
import math
import os
i... |
250 | null | datachain-ai/datachain | # Repository Context
Name: datachain-ai/datachain
Description:
# Pull Request
## Fix typo in `filter` method docstings
Fix the quotes typo.
# Relevant Files Found
## src/datachain/lib/dc.py
```
import copy
import os
import re
from collections.abc import Iterator, Sequence
from functools import wraps
from typing ... |
178 | null | matplotlib/napari-matplotlib | # Repository Context
Name: matplotlib/napari-matplotlib
Description:
# Pull Request
## Deploy docs to external repo
Fixes https://github.com/matplotlib/napari-matplotlib/issues/164 (hopefully!)
# Relevant Files Found
## docs/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file onl... |
26 | null | plotly/dash-bio | # Repository Context
Name: plotly/dash-bio
Description:
# Pull Request
## Make description shorter.
# Dash Bio pull request
- [ ] This is a new component
- [x] I am adding a feature to an existing component
# Relevant Files Found
## tests/dash/app_clustergram.py
```
import dash
from dash.dependencies impo... |
39 | null | nipreps/nibabies | # Repository Context
Name: nipreps/nibabies
Description:
# Pull Request
## FIX: T1 BOLD coregistration
- Default to `mri_coreg` if FreeSurfer is available
- FSL FLIRT not ideal, but usable when FS not available
# Relevant Files Found
## nibabies/cli/parser.py
```
# emacs: -*- mode: python; py-indent-offset: 4... |
1,372 | null | Avaiga/taipy | # Repository Context
Name: Avaiga/taipy
Description:
# Pull Request
## datanode selector filter, sort and search
resolves #1352
resolves #824
resolves #1373
resolves #1374
# Relevant Files Found
## taipy/gui_core/_GuiCoreLib.py
```
# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apac... |
7,974 | null | polarsource/polar | # Repository Context
Name: polarsource/polar
Description:
# Pull Request
## Churn rate
~Something's still off with the math~ Pieter was tired.
just one more CTE please one more and it'll all be fixed.
Closes #7869
# Relevant Files Found
## server/polar/metrics/metrics.py
```
from collections import deque
f... |
792 | null | ollo69/ha-smartthinq-sensors | # Repository Context
Name: ollo69/ha-smartthinq-sensors
Description:
# Pull Request
## Define ON/OFF in fan feature list
This PR in hass-core (https://github.com/home-assistant/core/pull/121447) stipulates that fan entities need to set ON/OFF feature flag if on/off operation is supported (milestone 2024.8.0b0). Thi... |
8 | null | ValkyrieSystems/sarkit | # Repository Context
Name: ValkyrieSystems/sarkit
Description:
# Pull Request
## Add User Guide to docs
# Description
This PR adds a "User Guide" to the SARkit docs.
The proposed documentation from this branch is currently hidden but available at:
https://sarkit.readthedocs.io/en/user-guide/user_guide.html
... |
7 | null | cloudera/dbt-spark-livy | # Repository Context
Name: cloudera/dbt-spark-livy
Description:
# Pull Request
## Revert "some models for dbt-impala-example are not appearing in Hue when adapted to run with dbt-spark-livy adapter"
Reverts cloudera/dbt-spark-livy#6
# Relevant Files Found
## dbt/adapters/spark_livy/livysession.py
```
# Copyright... |
7 | null | Joeclinton1/google-images-download | # Repository Context
Name: Joeclinton1/google-images-download
Description:
# Pull Request
## Get more than 400 images
Fix clicking on the "Show more results" button with Selenium.
- The button has no more "smb" id
- We need to do more scroll down before clicking
# Relevant Files Found
## google_images_downloa... |
16,859 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## fix(app,robot-server): Account for failed commands not having a pipetteId
## Overview
Closes RQA-3599.
## Test Plan and Hands on Testing
* [x] Manually do some `GET` requests to `/runs/{id}/currentState` throughout a run and wat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.