pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
3,953 | null | mage-ai/mage-ai | # Repository Context
Name: mage-ai/mage-ai
Description:
# Pull Request
## [xy] Move dbt seed logic to downstream block.
# Description
<!-- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencies that are required for this change.... |
1,054 | null | nolar/kopf | # Repository Context
Name: nolar/kopf
Description:
# Pull Request
## Add WebHookDockerDesktopServer
Docker Desktop has been using the `host.docker.internal` host address for quite some and this can be used to help develop hooks locally in a fashion similar to k3d and Minikube.
This merge request adds the corresp... |
1,569 | null | TsubakiBotPad/pad-cogs | # Repository Context
Name: TsubakiBotPad/pad-cogs
Description:
# Pull Request
## Fix ^pde active
This is also a little refactor because I changed things while I was looking for the issue (which was that I was just filtering by day and I was getting all events that happened on the 23rd of any month)
Closes #1568
... |
106 | null | imapp-pl/gas-cost-estimator | # Repository Context
Name: imapp-pl/gas-cost-estimator
Description:
# Pull Request
## Precompile the main.go geth measurement binary for faster runs
Go compilation on each sample eats 99% of the time.
# Relevant Files Found
## src/instrumentation_measurement/measurements.py
```
import csv
import fire
import sys
... |
10,767 | null | pytest-dev/pytest | # Repository Context
Name: pytest-dev/pytest
Description:
# Pull Request
## Fix typo in python_api.py
Replaced "excepted" with "expected" in docstring and a variable name.
# Relevant Files Found
## src/_pytest/python_api.py
```
import math
import pprint
from collections.abc import Collection
from collections.abc... |
370 | null | bcgov/aries-vcr | # Repository Context
Name: bcgov/aries-vcr
Description:
# Pull Request
## Use BaseRecord for issuer registration status; drop connection activity
Should be compatible with either ACApy master branch or the transport refactoring branch.
# Relevant Files Found
## credential-registry/message_families/issuer_registra... |
145 | null | DataDog/riot | # Repository Context
Name: DataDog/riot
Description:
# Pull Request
## fix: handling of package installs, env var overrides and namespace packages
With the idea of adding to the `PYTHONPATH`, each venv layer only needs to install its packages inside the venv instance, thus reducing the number of packages that are i... |
86 | null | hastagAB/Awesome-Python-Scripts | # Repository Context
Name: hastagAB/Awesome-Python-Scripts
Description:
# Pull Request
## Added File Sharing Telegram Bot
# Relevant Files Found
# Edits
This pull request adds a Telegram bot for secure file sharing, enabling users to upload, download, list, and manage files and directories via Telegram comman... |
12 | null | OGGM/massbalance-sandbox | # Repository Context
Name: OGGM/massbalance-sandbox
Description:
# Pull Request
## MSWEP downloaded, compatible and tested, sfc type buckets included
# Relevant Files Found
## MBsandbox/mbmod_daily_oneflowline.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Thu Dec 24 12:28:37 2020
@author... |
152,772 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Simplify firing of trigger actions
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, ... |
2,562 | null | haiiliin/abqpy | # Repository Context
Name: haiiliin/abqpy
Description:
# Pull Request
## Accepts single cell (backport #2534)
This is an automatic backport of pull request #2534 done by [Mergify](https://mergify.com).
---
<details>
<summary>Mergify commands and options</summary>
<br />
More conditions and actions can be foun... |
6 | null | pavlov99/json-rpc | # Repository Context
Name: pavlov99/json-rpc
Description:
# Pull Request
## Added pep8 and python 3.3 check
Hello pavlov99,
Real clean code! Thanks!
I've added pep8 and Python 3.3 check. Hope you like it?
Regards,
Jan
# Relevant Files Found
## jsonrpc/tests/test_examples.py
```
""" Exmples of usage with tes... |
764 | null | GafferHQ/gaffer | # Repository Context
Name: GafferHQ/gaffer
Description:
# Pull Request
## Exposed "enabled" plugs in a new Node Editor "Node" tab.
Fixes #759.
# Relevant Files Found
## python/GafferImageUI/NodeUIs.py
```
##########################################################################
#
# Copyright (c) 2012, John ... |
205 | null | SFDO-Tooling/CumulusCI | # Repository Context
Name: SFDO-Tooling/CumulusCI
Description:
# Pull Request
## fix uninstall_post task
# Critical Changes
# Changes
# Issues Closed
# Relevant Files Found
## cumulusci/tasks/salesforce.py
```
import base64
import cgi
import datetime
from distutils.version import LooseVersion
import er... |
2,176 | null | elifesciences/elife-bot | # Repository Context
Name: elifesciences/elife-bot
Description:
# Pull Request
## Add FindFuturePreprints workflow, to deposit pending publicationi DOIs
Re issue https://github.com/elifesciences/issues/issues/8718
# Relevant Files Found
## provider/preprint.py
```
"functions for generating preprint XML"
import o... |
78,501 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Enable disallow-any-generics in update
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, ... |
2,062 | null | acdh-oeaw/apis-core-rdf | # Repository Context
Name: acdh-oeaw/apis-core-rdf
Description:
# Pull Request
## chore(main): release 0.53.0
:robot: I have created a release *beep* *boop*
---
## [0.53.0](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.52.3...v0.53.0) (2025-09-03)
### ⚠ BREAKING CHANGES
* **generic:** GenericModel is n... |
198 | null | openshift-eng/art-tools | # Repository Context
Name: openshift-eng/art-tools
Description:
# Pull Request
## [scan-osh] Skip component if can't file imp file
Due to an upstream bug, sometimes we don't have the scan-imp file. Lets skip that component now.
# Relevant Files Found
## doozer/doozerlib/cli/scan_osh.py
```
import re
import click... |
4,393 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## fix unit tests
I remove test_get_runas_*() because function _get_runas() was cutted out.
# Relevant Files Found
## salt/modules/postgres.py
```
'''
Module to provide Postgres compatibility to salt.
:configuration: In order to connect to P... |
131,312 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Bump aiostreammagic to 2.8.6
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, be sur... |
2,723 | null | ipython/ipython | # Repository Context
Name: ipython/ipython
Description:
# Pull Request
## diverse fixes for project url
- Force leading and trailing slashes in base_project/kernel_url
- Add support for the prefix in template for static files
- Fix some forgotten quotes
- remove old make_static_url which is now a jinja2 macro... |
624 | null | jianzhnie/llmtech | # Repository Context
Name: jianzhnie/llmtech
Description:
# Pull Request
## Merge dev into main
# Relevant Files Found
# Edits
This pull request adds a sitemap generation feature to improve SEO for the LLMTechSite by creating a `sitemap.xml` file that lists all Markdown-based pages. It introduces a new `spide... |
64 | null | ansys/pyansys-math | # Repository Context
Name: ansys/pyansys-math
Description:
# Pull Request
## FEA(S)T: Preparing for release
https://dev.docs.pyansys.com/getting-started/administration.html#technical
Going through this. Pinging @MaxJPRey and @jorgepiloto for additional review when possible.
# Relevant Files Found
## doc/source... |
63 | null | pylhc/sdds | # Repository Context
Name: pylhc/sdds
Description:
# Pull Request
## Rename `format` to `format_string` in `Description` as per SDDS definition.
Fixes #62
# Relevant Files Found
## sdds/__init__.py
```
"""Exposes SddsFile, read_sdds and write_sdds directly in sdds namespace."""
from sdds.classes import SddsFile... |
51,901 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## DEPR: DataFrame.resample axis parameter
- [X] closes #51778(Replace xxxx with the GitHub issue number)
- [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing... |
77 | null | huggingface/autotrain-advanced | # Repository Context
Name: huggingface/autotrain-advanced
Description:
# Pull Request
## Update col_mapping help message
# Relevant Files Found
## src/autonlp/cli/common.py
```
from ..utils import BOLD_TAG as BLD
from ..utils import CYAN_TAG as CYN
from ..utils import GREEN_TAG as GRN
from ..utils import RESET_... |
2,115 | null | ansys/pydpf-core | # Repository Context
Name: ansys/pydpf-core
Description:
# Pull Request
## Feat: support Markdown in operator specs
This PR allows Markdown descriptions for operators server-side to be handled properly in the Python ecosystem by translating them to RST using `pandoc`.
# Relevant Files Found
## .ci/code_generation... |
5,146 | null | chainer/chainer | # Repository Context
Name: chainer/chainer
Description:
# Pull Request
## Flush the output stream after PrintReport reports
Resubmitting #4758 to master branch.
# Relevant Files Found
## chainer/training/extensions/print_report.py
```
import os
import sys
from chainer.training import extension
from chainer.trai... |
792 | null | microsoft/qlib | # Repository Context
Name: microsoft/qlib
Description:
# Pull Request
## Fix $volume normalization issue
Fix: https://github.com/microsoft/qlib/issues/765
<!--- Provide a general summary of your changes in the Title above -->
## Description
change $volume to $volume+1e-12 such that low volume stocks will not... |
178 | null | biocommons/anyvar | # Repository Context
Name: biocommons/anyvar
Description:
# Pull Request
## feat: configure logging + provide exceptions in logs for API service
* call `logging.basicConfig` so that a log file is actually created when the server runs. We usually do this further up in the module hierarchy but because `anyvar.restapi... |
36 | null | dsfsi/textaugment | # Repository Context
Name: dsfsi/textaugment
Description:
# Pull Request
## Fix translation and Wordnet fallbacks
## Summary
- handle NotTranslated import across TextBlob versions
- fail gracefully when TextBlob or googletrans translation isn't available
- avoid crashes when NLTK resources are missing in Wordnet
#... |
304 | null | Modern-Treasury/modern-treasury-python | # Repository Context
Name: Modern-Treasury/modern-treasury-python
Description:
# Pull Request
## fix(client): correct base_url setter implementation
# Relevant Files Found
## src/modern_treasury/_base_client.py
```
from __future__ import annotations
import os
import json
import time
import uuid
import email
im... |
470 | null | marshmallow-code/flask-smorest | # Repository Context
Name: marshmallow-code/flask-smorest
Description:
# Pull Request
## Bump apispec from 6.1.0 to 6.2.0
Bumps [apispec](https://github.com/marshmallow-code/apispec) from 6.1.0 to 6.2.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/marshmallow-code/apispec/... |
32 | null | seomoz/qless-core | # Repository Context
Name: seomoz/qless-core
Description:
# Pull Request
## Workers should not be able to fail jobs owned by other workers
This is a bug found by the Moz Analytics team, now fixed.
# Relevant Files Found
## test/test_fail.py
```
'''Tests about failing jobs'''
import redis
from common import Tes... |
16,882 | null | Lightning-AI/pytorch-lightning | # Repository Context
Name: Lightning-AI/pytorch-lightning
Description:
# Pull Request
## [App] Add `healthz` endpoint to plugin server
## What does this PR do?
Adds a health endpoint so the BE knows when the server is ready.
<!-- Does your PR introduce any breaking changes? If yes, please list them. -->
<d... |
1,535 | null | Qiskit/qiskit | # Repository Context
Name: Qiskit/qiskit
Description:
# Pull Request
## Trim qiskit/ top level files
<!--
⚠️ 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 under Un... |
232 | null | Project-OSmOSE/OSEkit | # Repository Context
Name: Project-OSmOSE/OSEkit
Description:
# Pull Request
## delete out and pbs files on initialize
Calls to `initialize()` should delete back the `.out` and `.pbs` files in the `log` folder.
(I noticed Ruff removed some commas too without telling me 🥸)
# Relevant Files Found
## src/OSmOSE/... |
105 | null | Stable-Baselines-Team/stable-baselines3-contrib | # Repository Context
Name: Stable-Baselines-Team/stable-baselines3-contrib
Description:
# Pull Request
## Deprecate ``create_eval_env``, ``eval_env`` and ``eval_freq`` parameter
<!--- Provide a general summary of your changes in the Title above (e.g. feature name, fix of a bug)-->
## Description
<!--- Describe ... |
1,359 | null | ceph/teuthology | # Repository Context
Name: ceph/teuthology
Description:
# Pull Request
## use remote sh instead run
# Relevant Files Found
## teuthology/orchestra/remote.py
```
"""
Support for paramiko remote objects.
"""
import teuthology.lock.query
import teuthology.lock.util
from teuthology.orchestra import run
from teuthol... |
124,604 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Dont turn HVAC off with preset in Teslemetry
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature... |
2,404 | null | vertexproject/synapse | # Repository Context
Name: vertexproject/synapse
Description:
# Pull Request
## Once Cmd (SYN-2465)
# Relevant Files Found
## synapse/cortex.py
```
import os
import copy
import regex
import asyncio
import logging
import contextlib
import collections
from collections.abc import Mapping
import synapse
import sy... |
8,351 | null | dask/distributed | # Repository Context
Name: dask/distributed
Description:
# Pull Request
## Use `@log_errors` decorator
- Follow-up from https://github.com/dask/distributed/pull/8294
Save on indentation by using `@log_errors` instead of `with log_errors():`
**Tip for review:** tick the "hide whitespace" option in the files ch... |
85,621 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix unknown data in qwikswitch
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Breaking change
<!--
If your PR contains a breaking change f... |
133 | null | jfilak/sapcli | # Repository Context
Name: jfilak/sapcli
Description:
# Pull Request
## Refactor tests
Summary of changes:
Refactored test files (test_bin_sapcli.py, test_sap_cli_checkout.py, test_sap_cli_gcts.py, test_sap_cli_strust.py) to improve code structure, consistency, and error handling.
Updated dev-requirements.txt t... |
129,161 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix evohome HVAC modes for VisionPro Wifi systems
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the b... |
339 | null | DIAGNijmegen/grand-challenge | # Repository Context
Name: DIAGNijmegen/grand-challenge
Description:
# Pull Request
## Small deployment fixes
# Relevant Files Found
## django/comicsite/admin.py
```
'''
Created on Jun 18, 2012
@author: Sjoerd
'''
import logging
# ======================= testing creating of custom admin
# Almost same import as... |
18 | null | JakeWharton/qbt-orphaned-downloads | # Repository Context
Name: JakeWharton/qbt-orphaned-downloads
Description:
# Pull Request
## Fix delete
# Relevant Files Found
## app/sync.py
```
import os
from qbittorrentapi import Client, TorrentStates
from logic import diff_tags
DEBUG = os.environ['DEBUG'] == 'true'
DOWNLOADS_PATH = "/downloads"
INELIGIBL... |
21 | null | sodadata/soda-core | # Repository Context
Name: sodadata/soda-core
Description:
# Pull Request
## Create stubs for the CLI
Issue [#1567](https://github.com/sodadata/soda/issues/1567)
# Relevant Files Found
## sodasql/cli/__init__.py
```
# Copyright 2020 Soda
# Licensed under the Apache License, Version 2.0 (the "License");
# you ... |
13 | null | callowayproject/bump-my-version | # Repository Context
Name: callowayproject/bump-my-version
Description:
# Pull Request
## [pre-commit.ci] pre-commit autoupdate
<!--pre-commit.ci start-->
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.270](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.261...v0.0.270)
- [githu... |
157 | null | travitch/whole-program-llvm | # Repository Context
Name: travitch/whole-program-llvm
Description:
# Pull Request
## Fix "-fpass-plugin=a.so" bug
Hi,
I noticed wllvm drops the compiler argument `-fpass-plugin=a.so`.
Setting `DUMPING = True` in `wllvm/arglistfilter.py` revealed that the compiler argument was classified as an object file:
`... |
546 | null | DistrictDataLabs/yellowbrick | # Repository Context
Name: DistrictDataLabs/yellowbrick
Description:
# Pull Request
## Fix small typos in documentation
Fixes three small typos. I've added comments for each one to make it easy to review.
@DistrictDataLabs/team-oz-maintainers
# Relevant Files Found
## yellowbrick/regressor/alphas.py
```
# ye... |
365 | null | ArchiveBox/ArchiveBox | # Repository Context
Name: ArchiveBox/ArchiveBox
Description:
# Pull Request
## fix: htmlencode titles before rendering the static html index and detail
# Summary
The content is being decoded after it is read. This makes sense in some areas, and it can be a much deeper conversation. However, when displaying stat... |
444 | null | specklesystems/specklepy | # Repository Context
Name: specklesystems/specklepy
Description:
# Pull Request
## feat (speckleifc): Level Proxies
## Description & motivation
This PR implements level proxies functionality for IFC BuildingStorey. Potentially useful for #bashboards too.
Tried following the same pattern as Render Material Proxi... |
1,205 | null | modal-labs/modal-examples | # Repository Context
Name: modal-labs/modal-examples
Description:
# Pull Request
## Adds Chatterbox TTS example
Adds simple web endpoint example for running [Chatterbox TTS](https://github.com/resemble-ai/chatterbox) on Modal. I couldn't find a TTS example and Chatterbox was just released, is small, is fast, and ha... |
24 | null | aristoteleo/spateo-release | # Repository Context
Name: aristoteleo/spateo-release
Description:
# Pull Request
## Update three_d_plots.py
Motify the bug about rgba color
# Relevant Files Found
## spateo/plot/static/three_d_plots.py
```
import math
import re
import warnings
import matplotlib as mpl
import numpy as np
import pandas as pd
imp... |
82,020 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Update bluetooth util for upcoming bleak
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a featu... |
33,773 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Fix tracker_id, priority_id, status_id to handle custom ids
## Status
- [x] Ready
## Related Issues
fixes: https://jira-dc.paloaltonetworks.com/browse/XSUP-35631
## Description
- Updated the Docker image to: *demisto/python3:3.10.14.... |
150 | null | zivid/zivid-python-samples | # Repository Context
Name: zivid/zivid-python-samples
Description:
# Pull Request
## Samples: Automatic updates to public repository
This modifies the color balance sample to use the Zivid
calibration board as white reference with user-provided 2D capture
settings, and modifies the automatic 2D settings sample to... |
104 | null | rainleander/100daysofcode-python | # Repository Context
Name: rainleander/100daysofcode-python
Description:
# Pull Request
## Create notification_manager.py
# Relevant Files Found
# Edits
This pull request adds a `notification_manager.py` file to enable sending SMS and email notifications for flight deals. It introduces a `NotificationManager`... |
1,831 | null | pallets/flask | # Repository Context
Name: pallets/flask
Description:
# Pull Request
## Show line which caused the DeprecationWarning
When raising a DeprecationWarning, show the line in the application code
which caused the warning, rather than the line in Flask
e.g. a file `app.py` with:
``` python
from flask import Flask
from ... |
1,100 | null | awslabs/graphstorm | # Repository Context
Name: awslabs/graphstorm
Description:
# Pull Request
## Add unit tests for load_sparse_emb and save_sparse_emb
*Issue #, if available:*
Add unit tests for load_sparse_emb and save_sparse_emb
*Description of changes:*
By submitting this pull request, I confirm that you can use, modify, ... |
1,224 | null | TsubakiBotPad/pad-cogs | # Repository Context
Name: TsubakiBotPad/pad-cogs
Description:
# Pull Request
## Load only live exchange data for this server
# Relevant Files Found
## dadguide/dadguide.py
```
"""
Provides access to DadGuide data.
Access via the exported DadGuide sqlite database.
Don't hold on to any of the dastructures expo... |
958 | null | procrastinate-org/procrastinate | # Repository Context
Name: procrastinate-org/procrastinate
Description:
# Pull Request
## Add logs, evolve Django demo to use blueprints
Relates to #934
- Blueprints log a little bit more
- Django demo uses blueprints
- Django demo logs extra params
- Documentation details a bit more how to achieve that
<!... |
1,279 | null | DestinE-Climate-DT/AQUA | # Repository Context
Name: DestinE-Climate-DT/AQUA
Description:
# Pull Request
## Fixing shortnames with the modified eccodes path in intake_gsv
Here, I'm addressing an error with the shortname in the intake_gsv in this https://github.com/DestinE-Climate-DT/Climate-DT-catalog/pull/36#issuecomment-2233754113.
**W... |
605 | null | app-sre/qontract-reconcile | # Repository Context
Name: app-sre/qontract-reconcile
Description:
# Pull Request
## Add noncurrent transition rules for s3 storage_class
# Relevant Files Found
## utils/terrascript_client.py
```
import tempfile
import random
import string
import base64
import json
import anymarkup
import logging
import re
imp... |
55 | null | miurahr/aqtinstall | # Repository Context
Name: miurahr/aqtinstall
Description:
# Pull Request
## Support wasm components installation
implement #53
# Relevant Files Found
## aqt/archives.py
```
#!/usr/bin/env python
#
# Copyright (C) 2018 Linus Jahn <lnj@kaidan.im>
# Copyright (C) 2019 Hiroshi Miura <miurahr@linux.com>
#
# Permissi... |
9,096 | null | NVIDIA-NeMo/NeMo | # Repository Context
Name: NVIDIA-NeMo/NeMo
Description:
# Pull Request
## CUDA memory profile
# What does this PR do ?
Profile CUDA memory breakdown. The reference is available in the below link.
https://pytorch.org/blog/understanding-gpu-memory-1/
The memory profile will generate a `pickle file` and a user... |
4 | null | yaaminu/finicky | # Repository Context
Name: yaaminu/finicky
Description:
# Pull Request
## Dev
# Relevant Files Found
## pyval/schema.py
```
from typing import Callable, Tuple
from pyval.validators import ValidationException
def validate(schema: dict, data: dict, hook: Callable[[dict], dict] = None) -> Tuple[list, dict]:
... |
53 | null | chukaibejih/smart_learn | # Repository Context
Name: chukaibejih/smart_learn
Description:
# Pull Request
## Add pagination to UserViewSet, StudentProfileViewset, and InstructorProfileViewset in user_service app
Note: The `CustomPagination ` class is imported from the `pagination` module within the `course_service` app.
Please let me know... |
270 | null | natekspencer/pylitterbot | # Repository Context
Name: natekspencer/pylitterbot
Description:
# Pull Request
## Add additional Litter-Robot 4 fields
# Relevant Files Found
## pylitterbot/robot/litterrobot4.py
```
"""Litter-Robot 4."""
from __future__ import annotations
import logging
from datetime import datetime, time, timedelta, timezo... |
6,012 | null | DataBiosphere/azul | # Repository Context
Name: DataBiosphere/azul
Description:
# Pull Request
## Index anvil5 in anvilprod (#6005)
<!--
This is the PR template for regular PRs against `develop`. Edit the URL in your
browser's location bar, appending either `&template=promotion.md`,
`&template=hotfix.md`, `&template=backport.md` or ... |
762 | null | more-itertools/more-itertools | # Repository Context
Name: more-itertools/more-itertools
Description:
# Pull Request
## Fix typos found by codespell
### Issue reference
<!-- If you're adding a new feature, please make an issue first -->
<!-- If you're fixing a trivial bug (e.g. a typo) you need not make an issue first -->
<!-- If you're fixing... |
10,649 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## add glshaderpp/1.0.0
GLShaderPP/1.0.0 is part of my OpenGL simple tooling with imaGL. More to come with texture support.
---
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/ho... |
1,256 | null | pallets-eco/flask-sqlalchemy | # Repository Context
Name: pallets-eco/flask-sqlalchemy
Description:
# Pull Request
## deprecate __version__ attribute
The `__version__` attribute is an old pattern from early in Python packaging. Setuptools eventually made it easier to use the pattern by allowing reading the value from the attribute at build time,... |
6,377 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## Fix failing `qml.Evolution` test for legacy opmath failures
Failing legacy op math run [here](https://github.com/PennyLaneAI/pennylane/actions/runs/11266288191/job/31330095237). We're just comparing an `SProd` against a `Hamiltonian`, s... |
5 | null | EIDOSLAB/torchstain | # Repository Context
Name: EIDOSLAB/torchstain
Description:
# Pull Request
## Tensorflow backend support
I accidentally implemented support for TensorFlow backend.
**Changes:**
- Added TensorFlow alternative with equivalent classes and functions which seem to work just fine
- Added TF example in examples.py,... |
5,841 | null | cloud-custodian/cloud-custodian | # Repository Context
Name: cloud-custodian/cloud-custodian
Description:
# Pull Request
## aws - glue-catalog - cloud-trail mode default for api calls that don't provide ids
Closes https://github.com/cloud-custodian/cloud-custodian/issues/5837
add a default for glue-catalog/ regional resource type using account ... |
1,323 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## fix typo in orthogonal init
# Relevant Files Found
## jax/nn/initializers.py
```
# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.... |
94 | null | neuroinformatics-unit/spikewrap | # Repository Context
Name: neuroinformatics-unit/spikewrap
Description:
# Pull Request
## Add preprocessing as a `run_preprocess` function.
preprocessing was previously performed within `run_full_pipeline`. `preprocess.py` contained preprocessing-related functions but did not actually perform preprocessing in line ... |
25,382 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## Fix missing usage of `token`
# What does this PR do?
As pointed in [here](https://github.com/huggingface/transformers/pull/25248#issuecomment-1662999713) and [there](https://github.com/huggingface/transformers/pull/25248#issuecomm... |
36,392 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## Support credential-less fileshare datastore
# Description
Supporting credential-less fileshare datastore creation/updation, other datastores already support it. The REST interface for fileshare datastore supports it as well, mod... |
675 | null | trustlines-protocol/blockchain | # Repository Context
Name: trustlines-protocol/blockchain
Description:
# Pull Request
## Tlbc node/prepare/release 1.4.0
# Relevant Files Found
# Edits
This pull request adds a new smart contract feature that enables an airdrop of tokens where eligible recipients can withdraw their allocated amount. The key c... |
484 | null | pkgcore/pkgcheck | # Repository Context
Name: pkgcore/pkgcheck
Description:
# Pull Request
## VirtualProvidersCheck: new check for providers issues
- check for virtual package defining DEPEND or BDEPEND
- check for virtual package with a single provider across versions
- All of them of `Warning` level
The logic for the single pr... |
52,044 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## Backport PR #52036 on branch 2.0.x (BUG: Remove unnecessary validation to non-string columns/index in df.to_parquet)
#52036
# Relevant Files Found
## pandas/io/parquet.py
```
""" parquet compat """
from __future__ import annotations
... |
11,116 | null | netbox-community/netbox | # Repository Context
Name: netbox-community/netbox
Description:
# Pull Request
## Changes the way Circuits are counted in the Site View
### Fixes: #11101
Added a distinct method into 'circuit_count' to avoid duplicated counts when both Circuit Terminations are in the same site
# Relevant Files Found
## netbo... |
53,063 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## CLN: avoid infer_dtype
- [ ] closes #xxxx (Replace xxxx with the GitHub issue number)
- [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding ... |
6 | null | jaseva/GithubFollowerChecker | # Repository Context
Name: jaseva/GithubFollowerChecker
Description:
# Pull Request
## Analytics
Analytics configuration.
# Relevant Files Found
## analytics.py
```
import matplotlib.pyplot as plt
import datetime
def plot_follower_growth(follower_history):
dates = list(follower_history.keys())
follower_... |
1,901 | null | tensorflow/addons | # Repository Context
Name: tensorflow/addons
Description:
# Pull Request
## fix - in multhead_attention, correct the location where key & value shapes are checked
at present this check is done only if mask is not None whereas this should be checked irrespective of the msk
# Relevant Files Found
## tensorflow_addo... |
841 | null | scikit-hep/coffea | # Repository Context
Name: scikit-hep/coffea
Description:
# Pull Request
## build(pre-commit.ci): pre-commit autoupdate
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.6.0 → v3.7.0](https://github.com/asottile/pyupgrade/compare/v3.6.0...v3.7.0)
- [github.com/codespell-project/codespell: v2.... |
92 | null | nismod/digital_comms | # Repository Context
Name: nismod/digital_comms
Description:
# Pull Request
## Revert "Feature/update mobile simulation"
Reverts nismod/digital_comms#90
# Relevant Files Found
## digital_comms/mobile_network/interventions.py
```
"""Decide on interventions
"""
# pylint: disable=C0103
from digital_comms.mobile_net... |
449 | null | openmainframeproject/feilong | # Repository Context
Name: openmainframeproject/feilong
Description:
# Pull Request
## [master]add support to exclude fcp from db if not reserved
1. when found a fcp in db but not in current `zvmsdk.conf:fcp_list`: will delete the fcp if it is not reserved(used by any vm)
2. when attach/detach volume to the VM whi... |
1,415 | null | bcgov/sbc-pay | # Repository Context
Name: bcgov/sbc-pay
Description:
# Pull Request
## 19760 - initial partial refunds model persistence
*Issue #:*
https://github.com/bcgov/entity/issues/19760
*Description of changes:*
- update refund schema - add optional refundRevenue
- persist refund partial records
- extend converter to ... |
613 | null | ebroecker/canmatrix | # Repository Context
Name: ebroecker/canmatrix
Description:
# Pull Request
## #612 Bugfix formats.xls and formats.xlsx missing method parameters
Closes #612
# Relevant Files Found
## src/canmatrix/formats/xls.py
```
# -*- coding: utf-8 -*-
# Copyright (c) 2013, Eduard Broecker
# All rights reserved.
#
# Redistr... |
657 | null | mitodl/ocw-studio | # Repository Context
Name: mitodl/ocw-studio
Description:
# Pull Request
## prefix destination urls with / to make them root relative
#### Pre-Flight checklist
- [ ] Testing
- [ ] Code is tested
- [ ] Changes have been manually tested
#### What are the relevant tickets?
Closes https://github.com/mitodl... |
1,804 | null | safe-global/safe-eth-py | # Repository Context
Name: safe-global/safe-eth-py
Description:
# Pull Request
## Add addresses 1.3.0 for chain TAC_SAINT_PETERSBURG
Automatic PR to add new address 1.3.0 to TAC_SAINT_PETERSBURG chain
Closes #1782
# Relevant Files Found
## safe_eth/eth/clients/blockscout_client.py
```
import os
from typing impo... |
1,321 | null | vrk-kpa/opendata | # Repository Context
Name: vrk-kpa/opendata
Description:
# Pull Request
## Av 1464 ytp main organizations fixes
* Added blueprint routes for ytp-main organization-plugin
* Fixed couple errors in templates
# Relevant Files Found
## modules/ckanext-ytp_main/ckanext/ytp/controller.py
```
import cgi
import sqlalche... |
112 | null | rtdip/core | # Repository Context
Name: rtdip/core
Description:
# Pull Request
## Added fails tests to pipeline sources
# Relevant Files Found
## tests/sdk/python/rtdip_sdk/pipelines/destinations/spark/test_delta.py
```
# Copyright 2022 RTDIP
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not ... |
468 | null | hyperledger/indy-node | # Repository Context
Name: hyperledger/indy-node
Description:
# Pull Request
## Add client genesis txns migration
Signed-off-by: Dmitry Surnin <dmitry.surnin@dsr-company.com>
# Relevant Files Found
## data/migrations/deb/1_2_44_to_1_2_45.py
```
#!/usr/bin/python3.5
import pwd
import grp
import os
import stat
imp... |
82,534 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Improve type hints in acmedia config flow
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature reques... |
40 | null | octodns/octodns | # Repository Context
Name: octodns/octodns
Description:
# Pull Request
## use a percentage of change/deleted records rather than an absolute count
This PR updates the way that a plan is deemed safe or unsafe. It switches to percent based on existing records over a threshold, currently set to 30% for any zone that h... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.