pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
12 | null | home-assistant/supervisor | # Repository Context
Name: home-assistant/supervisor
Description:
# Pull Request
## Change handling of addon config
# Relevant Files Found
## hassio/addons/__init__.py
```
"""Init file for HassIO addons."""
import asyncio
import logging
import os
import shutil
from .data import AddonsData
from .git import Addo... |
16,805 | null | keras-team/keras | # Repository Context
Name: keras-team/keras
Description:
# Pull Request
## added an encoding parameter to TextVectorization layer
PR related to #15800
# Relevant Files Found
## keras/layers/preprocessing/string_lookup.py
```
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apa... |
257 | null | qubole/qds-sdk-py | # Repository Context
Name: qubole/qds-sdk-py
Description:
# Pull Request
## chg: dev: SDK-330: Add page and per-page option to Cluster and ClusterV2
- Added page and per_page option to Cluster
- Added page and per_page option to ClusterV2
- Fixed a bug with Cluster#list method where providing state param results ... |
115,187 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Use EventType for entity_registry_updated
## Proposed change
Use `EventType` introduced in #114906.
## Type of change
<!--
What type of change does your PR introduce to Home Assistant?
NOTE: Please, check only 1! box!
If you... |
506 | null | pydata/xarray | # Repository Context
Name: pydata/xarray
Description:
# Pull Request
## Fix dataset aggregation functions for uint dtypes
Fixes #505
# Relevant Files Found
## xray/core/dataset.py
```
import functools
import warnings
from collections import Mapping, Sequence
from numbers import Number
import numpy as np
import... |
14,116 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Release for the next RC
# Relevant Files Found
## datadog_checks_base/datadog_checks/base/__about__.py
```
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__vers... |
2,063 | null | fedspendingtransparency/usaspending-api | # Repository Context
Name: fedspendingtransparency/usaspending-api
Description:
# Pull Request
## Staging -> Dev merged down fix
While this isn't important to down merge, it is prudent to keep dev up-to-date with all changes
# Relevant Files Found
## usaspending_api/broker/management/commands/fpds_nightly_loader.... |
7 | null | jina-ai/inference-client | # Repository Context
Name: jina-ai/inference-client
Description:
# Pull Request
## chore: add ci docs build and auto label
# Relevant Files Found
# Edits
This pull request adds documentation build configuration and CI/CD support for the Inference Client project, replacing previous references from "CLIP-as-ser... |
34,421 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Support app-specific web apps permissions for web apps users
## Product Description
### Overview
https://dimagi.atlassian.net/browse/USH-4289
This work overlaps somewhat with the Login As changes @MartinRiese is doing in https://git... |
3,101 | null | alphagov/notifications-api | # Repository Context
Name: alphagov/notifications-api
Description:
# Pull Request
## retry sending broadcasts
Retry tasks if they fail to send a broadcast event. Note that each task tries the regular proxy and the failover proxy for that provider. This runs a bit differently than our other retries:
Retry with ex... |
831 | null | earthobservations/wetterdienst | # Repository Context
Name: earthobservations/wetterdienst
Description:
# Pull Request
## Improve radar tests
Dear all,
this PR leverages https://dirty-equals.helpmanual.io/ to improve our dictionary tests and allow more broad testing data.
# Relevant Files Found
## tests/provider/dwd/radar/__init__.py
```
# -... |
18 | null | HLT-ISTI/QuaPy | # Repository Context
Name: HLT-ISTI/QuaPy
Description:
# Pull Request
## Missing 'deep' argument
https://github.com/HLT-ISTI/QuaPy/blob/140ab3bfc9a7cf398e49e601f1c1a16a9fdb8e5c/quapy/classification/methods.py#L24
get_params of LowRankLogisticRegression is missing the 'deep' argument from the BaseEstimator.
Th... |
1,573 | null | NOAA-OWP/inundation-mapping | # Repository Context
Name: NOAA-OWP/inundation-mapping
Description:
# Pull Request
## [1pt] PR: Fix CatFIM inundate gms errors
Closes [Issue #1572](https://github.com/NOAA-OWP/inundation-mapping/issues/1572)
This PR fixes a variety of errors encountered in the most recent full runs of CatFIM.
**Inundation Err... |
29 | null | gramaziokohler/compas_cadwork | # Repository Context
Name: gramaziokohler/compas_cadwork
Description:
# Pull Request
## Text shifting
closes https://github.com/inconai/innosuisse_issue_collection/issues/259
* Fixed some text labels shifted the wrongs way. This was cause due inconsistency in the orientation of the bounding box used to calculate... |
113,845 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Use `mock_platform` for light entity component tests instead of `hass.components`
## Proposed change
Use `mock_platform` and fixtures in `light` entity component tests instead of a custom component in `testing_config`. Main reason for th... |
36 | null | superphy/spfy | # Repository Context
Name: superphy/spfy
Description:
# Pull Request
## Added ReCaptcha Support
# Relevant Files Found
## app/config.py
```
import os
SECRET_KEY = 'is-that-daisy'
REDIS_URL = '0.0.0.0/6379'
QUEUES = ['high','medium','low','default']
BOOTSTRAP_SERVE_LOCAL = True
MAX_TIME_TO_WAIT = 10
UPLOAD_FOL... |
9 | null | gurkult/py-gurklang | # Repository Context
Name: gurkult/py-gurklang
Description:
# Pull Request
## Stack operators
implements the following stack operators
```elixir
dup ( a - a a )
drop ( a - )
swap ( a b - b a )
over ( a b - a b a )
rot ( a b c - b c a )
unrot ( a b c - c a b )
nip ( a b - b )
tuck ( a b - b a b )... |
108 | null | openpodcast/pipelines | # Repository Context
Name: openpodcast/pipelines
Description:
# Pull Request
## Reduce default TASK_DELAY for Spotify import jobs to 0.5s with proper float casting
## Overview
This PR reduces the default `TASK_DELAY` for Spotify import jobs from 1.5 seconds to 0.5 seconds, enabling 3x faster processing while stayi... |
313 | null | PieInTheSky-Inc/YaDc | # Repository Context
Name: PieInTheSky-Inc/YaDc
Description:
# Pull Request
## Hotfix/1.4.1.4
Freeze requirements
# Relevant Files Found
## src/settings.py
```
from datetime import datetime, timezone
import json
import os
from typing import List
from typing import Tuple
# ---------- Settings ----------
ACCESS... |
232 | null | sublimelsp/LSP-pyright | # Repository Context
Name: sublimelsp/LSP-pyright
Description:
# Pull Request
## refactor: improve resolving python path
- Refactor methods
- Use `shutil.which('python')` if no venv was found
- Search parent directories for python venv
# Relevant Files Found
## plugin.py
```
import os
import re
import shlex
im... |
2,499 | null | alphagov/notifications-api | # Repository Context
Name: alphagov/notifications-api
Description:
# Pull Request
## Precompiled for everyone migration
Migrate precompiled_letter permission out of existence

Story ticket... |
56 | null | PolyJIT/benchbuild | # Repository Context
Name: PolyJIT/benchbuild
Description:
# Pull Request
## Container fixes and bootstrap support for benchbuild
# Relevant Files Found
## benchbuild/container.py
```
#!/usr/bin/env python3
from plumbum import cli, local, TF, FG, ProcessExecutionError
from plumbum.cmd import tar, mkdir, mv, rm... |
435 | null | pytorch/vision | # Repository Context
Name: pytorch/vision
Description:
# Pull Request
## Fix bug in LSUN dataset for test split.
Both conditional branches in `__init__` were executed, since `classes` for test
becomes a list and `if` was used instead of `elif`.
# Relevant Files Found
## torchvision/datasets/lsun.py
```
import t... |
1,501 | null | Weasyl/weasyl | # Repository Context
Name: Weasyl/weasyl
Description:
# Pull Request
## cleanup
# Relevant Files Found
## weasyl/controllers/user.py
```
import arrow
from pyramid.httpexceptions import HTTPSeeOther
from pyramid.response import Response
from sqlalchemy.orm.attributes import flag_modified
from weasyl import (
... |
9,444 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## xxsds-sdsl-lite: add version 3.0.0
**xxsds-sdsl-lite/3.0.0**
add new version
---
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contributing.
... |
75,842 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix temperature unit in evohome
<!--
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 of your... |
68 | null | grpc-requests/grpc_requests | # Repository Context
Name: grpc-requests/grpc_requests
Description:
# Pull Request
## Viridianforge/0.1.15 prep
- Add deprecation warnings
- Decide on version for removal of deprecated methods
- Documentation updates
# Relevant Files Found
## src/grpc_requests/aio.py
```
import logging
import sys
from enum imp... |
104,705 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Revert "Update stookwijzer api to atlas leefomgeving (#103323)"
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
... |
220 | null | BBN-Q/Auspex | # Repository Context
Name: BBN-Q/Auspex
Description:
# Pull Request
## Single out calibration axis for metadata
This allows taking data consisting of calibration points only, or
placing calibration points at different positions in the sequence. Slightly less restrictive then having always [data, calibrations] or [... |
3,337 | null | 2i2c-org/infrastructure | # Repository Context
Name: 2i2c-org/infrastructure
Description:
# Pull Request
## deployer: add info generating commands under resource-allocation
This PR adds two commands of relevance towards refining the resource-allocation script to meet more needs. The added commands are updating their separate .yaml file's wi... |
38,683 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## REF: simplify coerce_to_target_dtype
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
# Relevant Files Found
## panda... |
1,139 | null | Diaoul/subliminal | # Repository Context
Name: Diaoul/subliminal
Description:
# Pull Request
## Add example subliminal.toml to docs and various docs fixes
The main fix is that the members of the modules and classes were not showing in the docs.
# Relevant Files Found
## docs/conf.py
```
#!/usr/bin/env python3
#
# subliminal documen... |
599 | null | RedHatProductSecurity/component-registry | # Repository Context
Name: RedHatProductSecurity/component-registry
Description:
# Pull Request
## Minor: perf tweaks
# Relevant Files Found
## config/settings/base.py
```
import logging
import os
from distutils.util import strtobool
from pathlib import Path
from config.utils import get_env
# noinspection PyP... |
493 | null | mintapi/mintapi | # Repository Context
Name: mintapi/mintapi
Description:
# Pull Request
## [FIX] - Add a delay before the clicking sign in button
This is a fix for the issue #492 where selenium generates an error when clicking the sign in button.
# Relevant Files Found
## mintapi/signIn.py
```
from datetime import datetime
from ... |
713 | null | SublimeText-Markdown/MarkdownEditing | # Repository Context
Name: SublimeText-Markdown/MarkdownEditing
Description:
# Pull Request
## ST3176-3.1.8
## Bug Fixes
* Fix GFM auto-link termination
* Add support for pandoc attributes in reference definitions (#712)
## New Features
## Changes
# Relevant Files Found
## plugins/headings/common.py
... |
435 | null | librosa/librosa | # Repository Context
Name: librosa/librosa
Description:
# Pull Request
## [CR] Inverse CQT
Implements #165.
This version seems to work, but has some scaling issues that need to be resolved.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmi... |
4 | null | swdn133/ecoproph | # Repository Context
Name: swdn133/ecoproph
Description:
# Pull Request
## Merge branch 'sfr/develop' into 'master'
# Relevant Files Found
## src/ecoproph.py
```
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from datetime import datetime
from fbprophet import Prophet
import pickle
... |
131 | null | EnricoMi/publish-unit-test-result-action | # Repository Context
Name: EnricoMi/publish-unit-test-result-action
Description:
# Pull Request
## Remove unnecessary deprecation warning
Looks like the deprecation warning is also printed when `comment_on_pr` is not used:
Warning: Option comment_on_pr is deprecated! Instead, use option "comment_mode" with v... |
3,230 | null | Yelp/paasta | # Repository Context
Name: Yelp/paasta
Description:
# Pull Request
## PAASTA-17500: Ensure our async work to fetch events and containers ca…
…tches timeouts
In #3218 there was a change to `get_pod_status` where the `await`ed task to fetch events for a pod was moved outside of this try/except block that meant to ... |
152 | null | frappe/wiki | # Repository Context
Name: frappe/wiki
Description:
# Pull Request
## feat: table of contents
# Relevant Files Found
## wiki/wiki/doctype/wiki_page/wiki_page.py
```
# Copyright (c) 2020, Frappe and contributors
# For license information, please see license.txt
import re
from urllib.parse import urlencode
imp... |
163 | null | mscroggs/symfem | # Repository Context
Name: mscroggs/symfem
Description:
# Pull Request
## Reorder Bernstein DOFs and tidy
# Relevant Files Found
## symfem/elements/bernstein.py
```
"""Bernstein elements on simplices.
This element's definition appears in
https://doi.org/10.1007/s00211-010-0327-2 (Kirby, 2011) and
https://doi.o... |
7,686 | null | ytdl-org/youtube-dl | # Repository Context
Name: ytdl-org/youtube-dl
Description:
# Pull Request
## [acast] Add new extractor
# Relevant Files Found
## youtube_dl/extractor/__init__.py
```
from __future__ import unicode_literals
from .abc import ABCIE
from .abc7news import Abc7NewsIE
from .academicearth import AcademicEarthCourseIE... |
373 | null | CQCL/pytket-qiskit | # Repository Context
Name: CQCL/pytket-qiskit
Description:
# Pull Request
## test changes
# Description
Please summarise the changes.
# Related issues
Please mention any github issues addressed by this PR.
# Checklist
- [ ] I have performed a self-review of my code.
- [ ] I have commented hard-to-un... |
6,179 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## `mlflow server`: Fix log batch and set tag validation for empty string values
<!-- 🚨 We recommend pull requests be filed from a non-master branch on a repository fork (e.g. <username>:fix-xxx). 🚨 -->
## Related Issues/PRs
Closes #6177
... |
17 | null | aidinattar/radio-wave-activity-detection | # Repository Context
Name: aidinattar/radio-wave-activity-detection
Description:
# Pull Request
## Aidin dev
# Relevant Files Found
## train_gan.py
```
"""
train_gan.py
Trains a GAN.
Usage:
train_gan.py [--epochs=<epochs>] [--batch_size=<batch_size>] [--lr=<lr>] [--b1=<b1>] [--b2=<b2>] [--img_height=<img_... |
4 | null | yliceee/tex2nix | # Repository Context
Name: yliceee/tex2nix
Description:
# Pull Request
## make it work without experimental-options in /etc/nix.conf
# Relevant Files Found
## tex2nix/__init__.py
```
#!/usr/bin/env python3
import re
import fileinput
import subprocess
import json
import os
from typing import Set, Iterable
de... |
142 | null | nrccua/aioradio | # Repository Context
Name: nrccua/aioradio
Description:
# Pull Request
## Update python libs
v0.21.4 (2025-02-10)
* Update numpy==2.0.2.
* Update aioboto3==13.4.0.
* Update boto3==1.36.1.
* Update botocore==1.36.1.
* Update ddtrace==2.20.0.
* Update numpy==2.0.2.
* Update polars==1.22.0.
* Update pylint==... |
11,118 | null | dask/dask | # Repository Context
Name: dask/dask
Description:
# Pull Request
## Fix na casting behavior for groupby.agg with arrow dtypes
- [ ] Closes #11116
- [ ] Tests added / passed
- [ ] Passes `pre-commit run --all-files`
# Relevant Files Found
## dask/dataframe/groupby.py
```
from __future__ import annotations
im... |
608 | null | nerfstudio-project/nerfstudio | # Repository Context
Name: nerfstudio-project/nerfstudio
Description:
# Pull Request
## tcnn encoding integration
Integrating TCNN more directly into the codebase. This is a just for the hashgrid, but the same should happen for MLP.
# Relevant Files Found
## nerfstudio/utils/activations.py
```
# Copyright 2022 T... |
353 | null | algorandfoundation/algokit-cli | # Repository Context
Name: algorandfoundation/algokit-cli
Description:
# Pull Request
## fix: correctly convert list of tuple to dictionary
Fixes #352
This error started occurring when updating to the latest copier, which also required an update to pydantic. It appears pydantic no longer is ok with passing a Lis... |
7 | null | limehome/bq-schema | # Repository Context
Name: limehome/bq-schema
Description:
# Pull Request
## Add validate flag
# Relevant Files Found
## bq_schema/cli/migrate_tables.py
```
import argparse
from argparse import Namespace
from typing import Optional
from google.api_core.exceptions import NotFound
from google.cloud.bigquery.tabl... |
866 | null | scrapy/scrapy | # Repository Context
Name: scrapy/scrapy
Description:
# Pull Request
## Fix typo
# Relevant Files Found
## scrapy/utils/trackref.py
```
"""This module provides some functions and classes to record and report
references to live object instances.
If you want live objects for a particular class to be tracked, you... |
306 | null | jd/tenacity | # Repository Context
Name: jd/tenacity
Description:
# Pull Request
## Use black instead of "flake8-black" on CI.
- Use `black` for code formatting and validate using `black --check`. Code compatibility: py26-py39.
- Enforce maximal line length to 120 symbols
# Relevant Files Found
## tenacity/__init__.py
```
# ... |
17 | null | cisco-open/stacks | # Repository Context
Name: cisco-open/stacks
Description:
# Pull Request
## Fix deepmerge filter
## Description
This PR fixes the `deepmerge` filter by passing the auto-injected `ctx` parameter when recursively calling `deepmerge`.
## Type of Change
- [x] Bug Fix
- [ ] New Feature
- [ ] Breaking Change
... |
339 | null | jhu-lcsr/costar_plan | # Repository Context
Name: jhu-lcsr/costar_plan
Description:
# Pull Request
## MARCC script test update
# Relevant Files Found
## costar_models/python/costar_models/multi_sampler.py
```
from __future__ import print_function
import keras.backend as K
import keras.losses as losses
import keras.optimizers as opti... |
24,116 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## CLN: Follow-up to #24100
Avoid 1-letter variable names
Modernize string formatting
Avoid an unnecessary level of indirection in add_datetimelike_methods for DTA/TDA/PA
# Relevant Files Found
## pandas/core/arrays/datetimelike.py
```
# ... |
20,373 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## DOC Fixes numpydoc validation errors in KNeighborsClassifier
<!--
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/main/C... |
120,966 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Use fixtures in deCONZ binary sensor tests
<!--
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... |
565 | null | ImperialCollegeLondon/FROG | # Repository Context
Name: ImperialCollegeLondon/FROG
Description:
# Pull Request
## Fix GUI inconsistencies when opening data file fails (again)
I accidentally closed #562 after it had been approved. This branch is identical.
# Relevant Files Found
## finesse/gui/data_file_view.py
```
"""Provides a panel which ... |
6 | null | PacktPublishing/Databricks-ML-In-Action | # Repository Context
Name: PacktPublishing/Databricks-ML-In-Action
Description:
# Pull Request
## adding DLT
# Relevant Files Found
## Auto-generated transactions/Autoloader Source Record Generator with Product.py
```
# Databricks notebook source
# MAGIC %run ./setup
# COMMAND ----------
# MAGIC %md
# MAGIC #... |
5 | null | asyml/texar-pytorch | # Repository Context
Name: asyml/texar-pytorch
Description:
# Pull Request
## Adding CI jobs for linting, mypy and tests
CI has three jobs
1) linting
2) mypy (all branches currently are breaking the `mypy` test)
3) tests (performs unit tests on python3.6 and python3.7)
# Relevant Files Found
## texar/core... |
837 | null | PrincetonUniversity/PsyNeuLink | # Repository Context
Name: PrincetonUniversity/PsyNeuLink
Description:
# Pull Request
## jvesely/warnings
# Relevant Files Found
## psyneulink/library/projections/pathway/autoassociativeprojection.py
```
# Princeton University licenses this file to You under the Apache License, Version 2.0 (the "License");
# yo... |
16 | null | ApeWorX/py-tokenlists | # Repository Context
Name: ApeWorX/py-tokenlists
Description:
# Pull Request
## refactor: use pydantic
fixes: #2
This major refactor uses the venerable pydantic library to clean up a lot of the custom serialization and validation code using the more standardized pydantic approach.
There was some difficulties ... |
3,409 | null | gdsfactory/gdsfactory | # Repository Context
Name: gdsfactory/gdsfactory
Description:
# Pull Request
## Improve yaml mirror docs
## Summary by Sourcery
Documentation:
- Enhance the YAML component documentation by adding examples and explanations for using mirror and rotation attributes, as well as defining arrays and route bundles.
# Re... |
117,985 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix Jewish calendar unique id's
<!--
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 of your... |
367 | null | intel/vaapi-fits | # Repository Context
Name: intel/vaapi-fits
Description:
# Pull Request
## gst/encoder: take md5 on demuxed video for r2r
gstreamer muxers write timestamps to container header and
will be different in each r2r iteration. Thus, extract the
elementary video stream from the container and take md5 on
the elementary... |
274 | null | oamg/leapp | # Repository Context
Name: oamg/leapp
Description:
# Pull Request
## TRELLO#152 - make sure container runs after docker restart
# Relevant Files Found
## integration-tests/features/leapp_testing/__init__.py
```
import contextlib
import json
import os
import pathlib
import shutil
import subprocess
import time
f... |
63 | null | marcus-nystrom/Titta | # Repository Context
Name: marcus-nystrom/Titta
Description:
# Pull Request
## update LSL example
# Relevant Files Found
## playground/read_me_LSL.py
```
# Import relevant modules
from psychopy import visual, monitors, core, event
import numpy as np
from titta import Titta, helpers_tobii as helpers
import Titta... |
1,209 | null | faucetsdn/poseidon | # Repository Context
Name: faucetsdn/poseidon
Description:
# Pull Request
## there are a lot of those
# Relevant Files Found
## tests/test_bcf.py
```
# -*- coding: utf-8 -*-
"""
Test module for bcf.
@author: kylez
"""
import json
import logging
import os
from httmock import HTTMock
from httmock import response... |
38 | null | Bertrand256/dash-masternode-tool | # Repository Context
Name: Bertrand256/dash-masternode-tool
Description:
# Pull Request
## Replace `getinfo` rpc calls with `getnetworkinfo` and `getblockchaininfo`
This is required to be compatible with Dash Core v0.16 RPC changes.
# Relevant Files Found
## src/dashd_intf.py
```
#!/usr/bin/env python3
# -*- cod... |
24 | null | data-apis/dataframe-api-compat | # Repository Context
Name: data-apis/dataframe-api-compat
Description:
# Pull Request
## allow parent dadtaframe to be none
# Relevant Files Found
## dataframe_api_compat/pandas_standard/__init__.py
```
from __future__ import annotations
import re
from typing import TYPE_CHECKING
from typing import Any
from ty... |
260 | null | hpi-epic/mpcsl | # Repository Context
Name: hpi-epic/mpcsl
Description:
# Pull Request
## update docker registry
# Relevant Files Found
## services/python-images/src/jobscheduler/kubernetes_helper.py
```
import logging
import asyncio
import os
import yaml
from kubernetes import config, client
from kubernetes.client.rest import ... |
757 | null | googleapis/python-aiplatform | # Repository Context
Name: googleapis/python-aiplatform
Description:
# Pull Request
## chore(python): Add kokoro configs for python 3.10 samples testing
# Relevant Files Found
## owlbot.py
```
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this ... |
15,475 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Cleanup KubernetsPodOpertor tests
Just general cleanup of the `KuberenetsPodOperator` tests. This snowballed a bit, so I'm happy to break it into smaller pieces if desired.
# Relevant Files Found
## tests/providers/cncf/kubernetes/operators/... |
2,113 | null | bmaltais/kohya_ss | # Repository Context
Name: bmaltais/kohya_ss
Description:
# Pull Request
## Update zh-TW locale to 23.0.11.
# Relevant Files Found
## kohya_gui/blip_caption_gui.py
```
import gradio as gr
from easygui import msgbox
import subprocess
import os
import sys
from .common_gui import get_folder_path, add_pre_postfix, ... |
552 | null | qiskit-community/qiskit-metal | # Repository Context
Name: qiskit-community/qiskit-metal
Description:
# Pull Request
## 536 image updates
<!--
⚠️ 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 CHANGELOG file und... |
1,191 | null | elifesciences/elife-bot | # Repository Context
Name: elifesciences/elife-bot
Description:
# Pull Request
## PackagePOA CSV parsing error reporting improvements
Re issue https://github.com/elifesciences/issues/issues/6552
I think when this was refactored previously, we lost some of the XML generation error detection and the inclusion of C... |
11,098 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Testing Comments for Skipped Integrations - After Changes
Test the comments made by Content-Bot for skipped integrations, after applying the changes to the comment post flow.
# Relevant Files Found
## Packs/IntSight/Integrations/IntSight/In... |
109 | null | GenEugene/GETools | # Repository Context
Name: GenEugene/GETools
Description:
# Pull Request
## added link for Tutorial Video button
# Relevant Files Found
## GETOOLS_SOURCE/modules/GeneralWindow.py
```
# GETOOLS is under the terms of the MIT License
# Copyright (c) 2018-2024 Eugene Gataulin (GenEugene). All Rights Reserved.
# Pe... |
8,855 | null | open-mmlab/mmdetection | # Repository Context
Name: open-mmlab/mmdetection
Description:
# Pull Request
## [Feature] Add CSPNeXt backbone and neck.
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, d... |
187 | null | michaelhly/solana-py | # Repository Context
Name: michaelhly/solana-py
Description:
# Pull Request
## default to RPC client commitment in token client
For methods that take a `commitment` arg, default to using the RPC client commitment if this arg is None
# Relevant Files Found
## src/spl/token/async_client.py
```
# pylint: disable=to... |
35 | null | ayasa520/redroid-script | # Repository Context
Name: ayasa520/redroid-script
Description:
# Pull Request
## Add MindTheGapps
# Relevant Files Found
## redroid.py
```
#!/usr/bin/env python3
import argparse
from stuff.gapps import Gapps
from stuff.litegapps import LiteGapps
from stuff.magisk import Magisk
from stuff.ndk import Ndk
from s... |
82 | null | m3dev/gokart | # Repository Context
Name: m3dev/gokart
Description:
# Pull Request
## support npz extension
#81
# Relevant Files Found
## gokart/file_processor.py
```
import pickle
import os
from abc import abstractmethod
from logging import getLogger
import xml.etree.ElementTree as ET
import luigi
import luigi.contrib.s3
im... |
253 | null | populationgenomics/saige-tenk10k | # Repository Context
Name: populationgenomics/saige-tenk10k
Description:
# Pull Request
## keep track of anno used in filename
Because of the way the group file is constructed, different runs will be needed with the same group file, so to have the group file version in the folder is not enough, we need to also spec... |
13,761 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## Include `shell_source(s)` in `docker_image` build context.
This fixes #13756
# Relevant Files Found
## src/python/pants/backend/docker/util_rules/docker_binary.py
```
# Copyright 2021 Pants project contributors (see CONTRIBUTORS.md).
#... |
14 | null | markmap/mkdocs_markmap | # Repository Context
Name: markmap/mkdocs_markmap
Description:
# Pull Request
## simplify configuration effort
# Relevant Files Found
## mkdocs_markmap/extension.py
```
import logging
import re
from pathlib import Path
from typing import AnyStr, Dict, List, Optional
from markdown import Markdown
from markdown.... |
168 | null | FNLCR-DMAP/SCSAWorkflow | # Repository Context
Name: FNLCR-DMAP/SCSAWorkflow
Description:
# Pull Request
## fix(select_values): add summary in function using logging
This pr is addressing the comments on Jira ticket https://tracker.nci.nih.gov/browse/DSP-346
key points include:
1. add the summary of the returned dataset, especially the co... |
64 | null | aliaksei135/seedpod_ground_risk | # Repository Context
Name: aliaksei135/seedpod_ground_risk
Description:
# Pull Request
## Add tests for filepath references
Adds unit tests for the data file paths. There are still some other features that require tests to be written for them like the qml popup, however with these issues can be more easily identifi... |
280 | null | asreview/synergy-dataset | # Repository Context
Name: asreview/synergy-dataset
Description:
# Pull Request
## Correct Filges OpenAlex id's
Removed 'works' from openalex ids in Filges
# Relevant Files Found
## datasets/Filges_2018/compose.py
```
import pandas as pd
import sys
sys.path.append("../../scripts")
import utils
# get search
sea... |
217 | null | DavidT3/DAXA | # Repository Context
Name: DavidT3/DAXA
Description:
# Pull Request
## Feat/suzaku mission
# Relevant Files Found
## daxa/mission/__init__.py
```
# This code is a part of the Democratising Archival X-ray Astronomy (DAXA) module.
# Last modified by David J Turner (turne540@msu.edu) 06/10/2023, 17:18. Copyright... |
6 | null | ColCarroll/ridge_map | # Repository Context
Name: ColCarroll/ridge_map
Description:
# Pull Request
## Add option to change viewpoint
Added a parameter to `get_elevation_data()` to choose a different `viewpoint` than from the south. Acceptable values are `"south"`, `"west"`, `"north"`, or `"east"`. (Default is `"south"` which causes no ch... |
223 | null | conan-io/conan-extensions | # Repository Context
Name: conan-io/conan-extensions
Description:
# Pull Request
## [art:build-info] Fix timezone issue on timestamp and regex assert
closes #219
# Relevant Files Found
## extensions/commands/art/cmd_build_info.py
```
import datetime
import json
import os
import re
import hashlib
from pathlib im... |
3,756 | null | vertexproject/synapse | # Repository Context
Name: vertexproject/synapse
Description:
# Pull Request
## Model Updates 2024-06-18
# Relevant Files Found
## synapse/models/base.py
```
import logging
import synapse.lib.module as s_module
logger = logging.getLogger(__name__)
sophenums = (
(10, 'very low'),
(20, 'low'),
(30,... |
2,631 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## [Fix] Unsubscribe url fix
Fixed https://github.com/frappe/erpnext/issues/7494
# Relevant Files Found
## frappe/email/queue.py
```
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __fut... |
17 | null | aidhound/hotxlfp | # Repository Context
Name: aidhound/hotxlfp
Description:
# Pull Request
## Support for TIME and TIMEVALUE
# Relevant Files Found
## hotxlfp/formulas/dateandtime.py
```
# -*- coding: utf-8 -*-
"""
inspired by:
https://github.com/sutoiku/formula.js/blob/master/lib/date-time.js
"""
from . import dispatcher
from . ... |
135,889 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Starlink's energy consumption & usage cumulation fix
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe th... |
41 | null | kennethreitz/maya | # Repository Context
Name: kennethreitz/maya
Description:
# Pull Request
## Fix file encoding issues preventing successful pip installation on Windows
This PR should fix issue #10. Sorry about the duplicate--read my comments on PR #40 to see what happened, I'm completely new to contributing to open source!
The R... |
6,996 | null | hypothesis/lms | # Repository Context
Name: hypothesis/lms
Description:
# Pull Request
## Deduplicate students from Canvas sections API response
These are causing:
```
CardinalityViolation: ON CONFLICT DO UPDATE command cannot affect row a second time
HINT: Ensure that no rows proposed for insertion within the same command ha... |
50 | null | mdefrance/AutoCarver | # Repository Context
Name: mdefrance/AutoCarver
Description:
# Pull Request
## Revert "fixed readthedocs ghactions"
Reverts mdefrance/AutoCarver#49
# Relevant Files Found
## setup.py
```
from codecs import open
from os import path
from setuptools import find_packages, setup
here = path.abspath(path.dirname(__f... |
23,905 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## User COALESCE in service delivery dashboard for calculation
This change in the view is for case where for an awc there is entry in agg_child_health but not in agg_ccs_Record.
@calellowitz
Hidden under feature flag
# Relevant Files ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.