pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
723 | null | holoviz/lumen | # Repository Context
Name: holoviz/lumen
Description:
# Pull Request
## Ensure invalid tables are cleaned up by SQLAgent
Does two things:
1. Delete the table definition if the SQL query generated by the SQLAgent cannot be executed (ensuring that it can overwrite the table on retry)
2. Declares the `answer` meth... |
1,250 | null | databricks/koalas | # Repository Context
Name: databricks/koalas
Description:
# Pull Request
## Fix output of print() matches with pandas of Series
Resolve https://github.com/databricks/koalas/issues/1248
Since the Python interpreter calls \_\_repr\_\_ if \_\_str\_\_ is not implemented,
the output will be identical to pandas usin... |
339 | null | peterjc/thapbi-pict | # Repository Context
Name: peterjc/thapbi-pict
Description:
# Pull Request
## Fix inflated species count in assess
Was using the number of species in the taxonomy, not the number of species with a sequence.
# Relevant Files Found
## thapbi_pict/assess.py
```
# Copyright 2018-2021 by Peter Cock, The James Hutton ... |
11 | null | machine-discovery/deer | # Repository Context
Name: machine-discovery/deer
Description:
# Pull Request
## Memory efficient implementation of DEER iteration
# Relevant Files Found
## deer/deer_iter.py
```
from typing import Callable, Any, Tuple, List
from functools import partial
import jax
import jax.numpy as jnp
@partial(jax.custom_... |
215 | null | warriorframework/warriorframework | # Repository Context
Name: warriorframework/warriorframework
Description:
# Pull Request
## add code to clean up live resutls file on start up
# Relevant Files Found
## katana/native/execution/urls.py
```
from django.conf.urls import url
from . views import Execution as execution_views
from . import views as e... |
496 | null | PyCQA/flake8-bugbear | # Repository Context
Name: PyCQA/flake8-bugbear
Description:
# Pull Request
## Add B041: Duplicate key-value pairs in dictionary literals
This is the counterpart to the duplicate dictionary key linter in pyflakes: https://github.com/PyCQA/pyflakes/pull/72
Pyflakes only emits an error if the values are different ... |
85 | null | ihmeuw/gbd_mapping | # Repository Context
Name: ihmeuw/gbd_mapping
Description:
# Pull Request
## Develop
Fix some additional broken CI things in the automated documentation build.
# Relevant Files Found
## src/gbd_mapping/__about__.py
```
__all__ = [
"__title__", "__summary__", "__uri__", "__version__", "__author__", "__em... |
279 | null | Sage-Bionetworks/synapsePythonClient | # Repository Context
Name: Sage-Bionetworks/synapsePythonClient
Description:
# Pull Request
## Partial solution for SYNPY-298 fileNameOverride
Partial solution for SYNPY-298 file name override for external files and sftp files and fixes for a couple of unicode issues.
# Relevant Files Found
## synapseclient/__ma... |
622 | null | noironetworks/acc-provision | # Repository Context
Name: noironetworks/acc-provision
Description:
# Pull Request
## Update apic_provision.py to work with python 3.10
This solves Issue #614. Thanks @vlella
# Relevant Files Found
## provision/acc_provision/apic_provision.py
```
from __future__ import print_function, unicode_literals
import c... |
470 | null | sapcc/nova | # Repository Context
Name: sapcc/nova
Description:
# Pull Request
## [vmware] delete template VMs with invalid size
There were a lot of occurrences where broken / interrupted image downloads laid out 3.91MiB (4096000 bytes) vmdk files.
We now treat this size as an INVALID_VMDK_SIZE and we delete any cached templ... |
3 | null | juanjo78git/py6Nimmt | # Repository Context
Name: juanjo78git/py6Nimmt
Description:
# Pull Request
## Update unused variables
# Relevant Files Found
## py6Nimmt/Table.py
```
# -*- coding: utf-8 -*-
from py6Nimmt import Card
from py6Nimmt import Deck
from py6Nimmt import Player
class Table(object):
""" Table """
def __init... |
19,212 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## Clean up a bunch of unnecessarily hard-coded user ids in tests
These are really prep commit for #17520 but should be worth merging independently
# Relevant Files Found
## zerver/tests/test_markdown.py
```
import copy
import os
import re
from... |
2,297 | null | openvinotoolkit/open_model_zoo | # Repository Context
Name: openvinotoolkit/open_model_zoo
Description:
# Pull Request
## Add tests for ONNX models in object_detection_demo.py
# Relevant Files Found
## demos/tests/cases.py
```
# Copyright (c) 2019 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may n... |
506 | null | jupyterlab/jupyter-ai | # Repository Context
Name: jupyterlab/jupyter-ai
Description:
# Pull Request
## Handle LLMs lacking concurrency support in Chat UI
Fixes #481.
@krassowski Can you help verify this fix? I haven't had good success in running GPT4All locally.
# Relevant Files Found
## packages/jupyter-ai-magics/jupyter_ai_magics/... |
960 | null | juju/python-libjuju | # Repository Context
Name: juju/python-libjuju
Description:
# Pull Request
## Application refresh with resources
#### Description
This adds two things:
1. Fixes the error that causes #955 where we were trying to pass a revision for a resource in refresh, can be reproduced with the `juju-cli` as well as follow... |
1,216 | null | python/devguide | # Repository Context
Name: python/devguide
Description:
# Pull Request
## Activate tabs based on browser's operating system
<!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.
# Pull Request title
It should describe the change to be made.
Most PRs will requi... |
116,927 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Convert recorder auto_repairs tests to use async API
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe th... |
421 | null | pytorch/vision | # Repository Context
Name: pytorch/vision
Description:
# Pull Request
## Update functional.py
if on dtype -> elif on dtype
# Relevant Files Found
## torchvision/transforms/functional.py
```
from __future__ import division
import torch
import math
import random
from PIL import Image, ImageOps, ImageEnhance
try:
... |
600 | null | gridstatus/gridstatus | # Repository Context
Name: gridstatus/gridstatus
Description:
# Pull Request
## [ENG-1613] IESO Intertie Schedule and Flows Updated
## Summary
- Renames the existing `get_intertie_actual_schedule_flow_hourly` to `get_yearly_intertie_actual_schedule_flow_hourly`
- Adds an updated `get_intertie_actual_schedule_flow_... |
1,128 | null | mongodb/mongo-python-driver | # Repository Context
Name: mongodb/mongo-python-driver
Description:
# Pull Request
## PYTHON-3542 Test Failure - test_iteration on PyPy 3.8+
# Relevant Files Found
## test/test_client.py
```
# Copyright 2013-present MongoDB, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not ... |
1,108 | null | pallets-eco/flask-sqlalchemy | # Repository Context
Name: pallets-eco/flask-sqlalchemy
Description:
# Pull Request
## use metadata from custom declarative base class
If `model_class` is a fully created declarative base, use its `metadata` as the default metadata instead of replacing it with another blank one. If both `metadata` and `model_class`... |
2,454 | null | huggingface/text-generation-inference | # Repository Context
Name: huggingface/text-generation-inference
Description:
# Pull Request
## Pr 2451 ci branch
This PR reopens https://github.com/huggingface/text-generation-inference/pull/2451 to run CI and adds a commit with small lints, additional test and tweaks to the default tool template serialization
... |
7 | null | spetlr-org/spetlr | # Repository Context
Name: spetlr-org/spetlr
Description:
# Pull Request
## Feature/validfrom transformer
A transformer for introducing SCD2 to tables.
# Relevant Files Found
## src/spetlr/transformers/__init__.py
```
from .drop_oldest_duplicate_transformer import ( # noqa: F401
DropOldestDuplicatesTransfor... |
694 | null | algorandfoundation/algokit-cli | # Repository Context
Name: algorandfoundation/algokit-cli
Description:
# Pull Request
## chore: fix legacy portal url
# Relevant Files Found
## src/algokit/cli/__init__.py
```
import click
from algokit.cli.compile import compile_group
from algokit.cli.completions import completions_group
from algokit.cli.confi... |
187 | null | googleapis/python-ndb | # Repository Context
Name: googleapis/python-ndb
Description:
# Pull Request
## fix error retrieving values for properties with different stored name
Problem reported first in #180.
# Relevant Files Found
## google/cloud/ndb/model.py
```
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version ... |
17,969 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Client] Skip client object ref, actor handle, and actor ref dealloc/del if client package has already been cleaned up
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before ... |
104,014 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Don't check SSL certificate retrieving webos image
I didn't test this in HA, but I did test this in a Python REPL, manually querying my TV. The old method for ignoring SSL certificate validation doesn't work at all. This method does and i... |
153 | null | gammapy/gamma-cat | # Repository Context
Name: gammapy/gamma-cat
Description:
# Pull Request
## A couple of more VERITAS papers / added livetime to light curves
This pull request includes a few more VERITAS (mostly smaller + recent ICRC 2017 HESS J0632+057) contribution and the addition of livetime to light curves.
# Relevant Files F... |
13 | null | noldono/tinySCPI | # Repository Context
Name: noldono/tinySCPI
Description:
# Pull Request
## Added thread scpi command to validation dict
Also verified that this command works.

# Relevant Files Found
## tinyscpi/__init__.py
```
i... |
6,976 | null | dmlc/dgl | # Repository Context
Name: dmlc/dgl
Description:
# Pull Request
## [GraphBolt] Add check to NegativeSampler.
## Description
<!-- Brief description. Refer to the related issues if existed.
It'll be great if relevant reviewers can be assigned as well.-->
Add check to NegativeSampler to select which function to use... |
97 | null | xarray-contrib/xvec | # Repository Context
Name: xarray-contrib/xvec
Description:
# Pull Request
## use min_scalar_type in rasterize
xref https://github.com/xarray-contrib/xvec/pull/96#discussion_r1941532179
# Relevant Files Found
## xvec/zonal.py
```
from __future__ import annotations
import gc
from collections.abc import Calla... |
4,281 | null | ethereum/consensus-specs | # Repository Context
Name: ethereum/consensus-specs
Description:
# Pull Request
## Fix bug in electra withdrawals processing
This PR fixes a bug in `get_expected_withdrawals` for Electra. In the pending partial withdrawals loop, we did not properly account for previous withdrawals in the same block. We've also adde... |
87 | null | crunchyroll/ef-open | # Repository Context
Name: crunchyroll/ef-open
Description:
# Pull Request
## Support creation of KMS keys for aws_fixtures
## Ready State
**Ready**
## Synopsis
Support creation of KMS keys for aws_fixtures
## Changelog
* Support creation of KMS keys for aws_fixtures
* Add unit_tests for this feature
... |
621 | null | First-Peoples-Cultural-Council/fv-be | # Repository Context
Name: First-Peoples-Cultural-Council/fv-be
Description:
# Pull Request
## FW-4671 Media search APIs
### Description of Changes
Bug fix for missing site context for audio files with speakers
### Checklist
- [ ] README / documentation has been updated if needed
- [ ] PR title / commit messa... |
232 | null | djangocon/2019.djangocon.eu | # Repository Context
Name: djangocon/2019.djangocon.eu
Description:
# Pull Request
## Add new fields to mark workshops/breakout sessions
sort them separately, same for keynotes. Mark this on the details page.
Fixes: #209
 2012-2013 Mitch Garnaat http://garnaat.org/
# Copyright 2012-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
... |
1,348 | null | modal-labs/modal-client | # Repository Context
Name: modal-labs/modal-client
Description:
# Pull Request
## fix: stubs w/o descriptions break in IPython notebooks
https://modal-com.slack.com/archives/C069RAH7X4M/p1707854376517019 (link to our public Slack)
cc @beverm2391 (original issue reporter)
# Relevant Files Found
## modal/runner.... |
2,543 | null | Yelp/paasta | # Repository Context
Name: Yelp/paasta
Description:
# Pull Request
## alert_after should be a string
# Relevant Files Found
## paasta_tools/monitoring_tools.py
```
#!/usr/bin/env python
# Copyright 2015-2016 Yelp Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this fil... |
79 | null | pyro-ppl/numpyro | # Repository Context
Name: pyro-ppl/numpyro
Description:
# Pull Request
## Support logits to frozen Bernoulli distribution
This PR supports a kwarg `is_logits` to Bernoulli distribution. By default, is_logits=False and it will be so for non-frozen distribution. For frozen distribution, by adding `is_logits` argumen... |
2,515 | null | snowflakedb/snowflake-connector-python | # Repository Context
Name: snowflakedb/snowflake-connector-python
Description:
# Pull Request
## Isolate connection name loading tests
This PR fixes two issues with `test_*_name_loading_test` tests:
1. The test used `SF_CONNECIONS` variable, which was a hacky way of overriding [connections] section of `config.toml... |
137,865 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Explicitly pass in the config_entry in ws66i coordinator
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe th... |
3,090 | null | cvat-ai/cvat | # Repository Context
Name: cvat-ai/cvat
Description:
# Pull Request
## add --project_id argument for create task
<!---
Copyright (C) 2020-2021 Intel Corporation
SPDX-License-Identifier: MIT
-->
<!-- Raised an issue to propose your change (https://github.com/opencv/cvat/issues).
It will help avoiding duplic... |
2,616 | null | holoviz/panel | # Repository Context
Name: holoviz/panel
Description:
# Pull Request
## fix no attribute stop #2612
Fixes #2612
https://user-images.githubusercontent.com/42288570/128125787-d3b8987c-1e30-4eb1-a8fc-e416ab777f81.mp4
# Relevant Files Found
## panel/io/callbacks.py
```
"""
Defines callbacks to be executed on a ... |
282 | null | thingsboard/thingsboard-gateway | # Repository Context
Name: thingsboard/thingsboard-gateway
Description:
# Pull Request
## Slibutti mqtt
Hi,
I performed a full cleanup of the MQTT connector; moreover, I added a couple handy options.
1 - It is now possible to specify mqtt QoS level for telemetry, attribute updates and so on
2 - It is now possi... |
945 | null | erdc/proteus | # Repository Context
Name: erdc/proteus
Description:
# Pull Request
## Adimako/fix wall functions
# Relevant Files Found
## proteus/BoundaryConditions.py
```
import cython
"""
Module for creating boundary conditions. Imported in SpatialTools.py
.. inheritance-diagram:: proteus.BoundaryConditions
:parts: 1
"... |
28 | null | JohannesEbke/aws_list_all | # Repository Context
Name: JohannesEbke/aws_list_all
Description:
# Pull Request
## initial commit for adding AWS profile support
Hi,
Great little tool. I did some work to add support for optionally specifying a particular credential profile with a --profile flag (used -c as shorthand due to clash with existing... |
22,327 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## Added type hints to TFDeiTModel
# What does this PR do?
This pull request adds type hints for modeling_tf_deit.py as outlined in Issue #16059
## Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismis... |
4 | null | duongnhatthang/meta-bandit | # Repository Context
Name: duongnhatthang/meta-bandit
Description:
# Pull Request
## super clean
# Relevant Files Found
## algos.py
```
import numpy as np
import random
import copy
from scipy.special import softmax
class MOSS:
def __init__(self, n_bandits, horizon):
self.n_bandits = n_bandits
... |
443 | null | NOAA-OWP/inundation-mapping | # Repository Context
Name: NOAA-OWP/inundation-mapping
Description:
# Pull Request
## [3pt] PR: Adding line to check for NWM stream segments within HUC boundaries
After reviewing the outputs of the last release I noticed that there needed to be a checkpoint in `clip_vectors_to_wbd.py` to make sure that the HUC cont... |
44 | null | chaeplin/dashmnb | # Repository Context
Name: chaeplin/dashmnb
Description:
# Pull Request
## add whalemode
# Relevant Files Found
## bin/dashmnb.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# mnb.py
# code from https://github.com/dashpay/electrum-dash
# most bitcoin code from https://github.com/vbuterin/pybitcointools
... |
889 | null | Pocket/recommendation-api | # Repository Context
Name: Pocket/recommendation-api
Description:
# Pull Request
## [HS-62] Allow clients to limit recommendation count in setupMomentSlate
# Goal
Allow clients to limit the number of recommendation that `setupMomentSlate` returns.
## Todos
- [ ] Test locally
- [ ] Test in Apollo using a Pocke... |
104 | null | PennLINC/CuBIDS | # Repository Context
Name: PennLINC/CuBIDS
Description:
# Pull Request
## Validator Checks
Validator updates:
- `subject_consistency` and `nifti_headers` have been fixed, does not set True by default unless specified
- Validator now runs in sequence to make sure the validator doesn't crash from memory issues, u... |
3,096 | null | mitodl/ol-infrastructure | # Repository Context
Name: mitodl/ol-infrastructure
Description:
# Pull Request
## Posthog proxy
### What are the relevant tickets?
<!--- If it fixes an open issue, please link to the issue here. -->
<!--- Closes # --->
<!--- Fixes # --->
<!--- N/A --->
https://github.com/mitodl/hq/issues/6690
### Description... |
183 | null | metagenlab/zDB | # Repository Context
Name: metagenlab/zDB
Description:
# Pull Request
## Fix circos plot sometimes raising an error.
In some circumstances, the name of the index would get lost in the join operation, leading to an error downstream. We now make sure that the index of the left and right DataFrames have the same name,... |
7 | null | kevincarrogan/developer-arguments | # Repository Context
Name: kevincarrogan/developer-arguments
Description:
# Pull Request
## Adding LESS vs SASS
# Relevant Files Found
## app.py
```
import functools
import random
import os
import gevent
import gevent.monkey
from gevent.pywsgi import WSGIServer
gevent.monkey.patch_all()
from pystache.loader i... |
911 | null | scikit-rf/scikit-rf | # Repository Context
Name: scikit-rf/scikit-rf
Description:
# Pull Request
## v0.27.1
# Relevant Files Found
## skrf/__init__.py
```
"""
skrf is an object-oriented approach to microwave engineering,
implemented in Python.
"""
__version__ = '0.27.0'
## Import all module names for coherent reference of name-spa... |
1,589 | null | stripe/stripe-python | # Repository Context
Name: stripe/stripe-python
Description:
# Pull Request
## Add `StripeContext` object
### Why?
As the `stripe-context` header is evolving, we want to give better tools for creating and managing contexts. This PR adds a new class, `StripeContext`. It can be used anywhere the context option is ... |
1 | null | adamchainz/unittest-parametrize | # Repository Context
Name: adamchainz/unittest-parametrize
Description:
# Pull Request
## Improve validation and fully test
# Relevant Files Found
## src/unittest_parametrize/__init__.py
```
from __future__ import annotations
import sys
from functools import wraps
from types import FunctionType
from typing imp... |
24 | null | tofunlp/lineflow | # Repository Context
Name: tofunlp/lineflow
Description:
# Pull Request
## Add CNN/DailyMail dataset
# Relevant Files Found
## examples/cnn_dailymail.py
```
import os
import os.path as osp
import math
from allennlp.common.tqdm import Tqdm
from allennlp.common.util import START_SYMBOL, END_SYMBOL
from allennlp.... |
23,608 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## update the version for rocm packages comgr,hip-rocclr ,... for rocm-4.2.0 release
# Relevant Files Found
## var/spack/repos/builtin/packages/comgr/package.py
```
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spac... |
2,108 | null | dcos/dcos | # Repository Context
Name: dcos/dcos
Description:
# Pull Request
## Bump dcos-net
## High-level description
Spartan needs to support resolving registry.component.thisdcos.directory by statically configuring the CNAME alias during cluster install.
## Corresponding DC/OS tickets (obligatory)
These DC/OS JIRA... |
152 | null | pyocd/pyOCD | # Repository Context
Name: pyocd/pyOCD
Description:
# Pull Request
## Fix halting target in gdb_server.py
The gdb server reports it supports "no ack" mode, but still sends acks
after switching modes. This causes the gdb client to hang when sending
the halt command (ctrl-c).
This patch prevents gdb server from sen... |
7,223 | null | mlrun/mlrun | # Repository Context
Name: mlrun/mlrun
Description:
# Pull Request
## [Artifacts] Fix 'get_model' with 'DataItem'
https://iguazio.atlassian.net/browse/ML-9230
fix using checking attribute artifact_url earlier.
relate to this pr:
https://github.com/mlrun/mlrun/pull/7119
# Relevant Files Found
## mlrun/artifacts... |
1,842 | null | Labelbox/labelbox-python | # Repository Context
Name: Labelbox/labelbox-python
Description:
# Pull Request
## [PLT-1572] Add wait for label processing for annotation upload tests
# Description
Hoping to fix flaky failures like [this](https://g.codefresh.io/build/66f2a9ced22de81f86e7649f?activeAccountId=5d377e65feb8663c98d81221)
## Typ... |
12,741 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [microtvm][Zephyr] Add project overlay to overwrite device tree configs
This PR adds a mechanism to overwrite device tree configs in zephyr project. It also adds an overlay for nucleo_l4r5zi board to change processor frequency from 80MHz which is ... |
40 | null | SuffolkLITLab/docassemble-MACourts | # Repository Context
Name: SuffolkLITLab/docassemble-MACourts
Description:
# Pull Request
## Minimal mypy to fix appending a list to a list
Fixes one know production issue (#39). If you were in Bristol trying to get a family or probate court, it would append a list of possible court names to the list, instead of ex... |
2,429 | null | safe-global/safe-transaction-service | # Repository Context
Name: safe-global/safe-transaction-service
Description:
# Pull Request
## Add request logs
# Add request logs
- Add logs to monitorize creations of transactions
# Relevant Files Found
## safe_transaction_service/history/models.py
```
import datetime
from decimal import Decimal
from enum ... |
782 | null | allenai/OLMo | # Repository Context
Name: allenai/OLMo
Description:
# Pull Request
## Update model revision and dependencies for December releases
Two updates to the example Modal.com hosting script for OLMo 2:
1. Updating model revision in light of re-release of the model in HuggingFace
2. Updating dependencies to reflect of... |
338 | null | Finch-API/finch-api-python | # Repository Context
Name: Finch-API/finch-api-python
Description:
# Pull Request
## release: 0.17.1
Automated Release PR
---
## 0.17.1 (2024-04-04)
Full Changelog: [v0.17.0...v0.17.1](https://github.com/Finch-API/finch-api-python/compare/v0.17.0...v0.17.1)
### Chores
* **api:** improve descriptions ([#341](ht... |
7,922 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## chore: mark FileCache for deprecation in 0.15.0
### Summary & Motivation
Add deprecation warning for FileCache.
### How I Tested These Changes
Run file cache tests, see deprecation warning.
# Relevant Files Found
## python_modules/dag... |
143 | null | ignition-devs/incendium | # Repository Context
Name: ignition-devs/incendium
Description:
# Pull Request
## build(deps): bump dependencies
# PR Checklist
Please check if your PR fulfills the following requirements:
- [x] The commit message follows our [commit message format](/thecesrom/incendium/blob/main/CONTRIBUTING.md#commit-messag... |
422 | null | aws/aws-elastic-beanstalk-cli | # Repository Context
Name: aws/aws-elastic-beanstalk-cli
Description:
# Pull Request
## update requirement to last version of docker-compose v1
Ideally either remove "local" support or migrate to latest docker compose
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute thi... |
1,820 | null | aeon-toolkit/aeon | # Repository Context
Name: aeon-toolkit/aeon
Description:
# Pull Request
## [DEP] Remove hierarchical transformers to legacy
deprecation actions
# Relevant Files Found
## aeon/forecasting/compose/_hierarchy_ensemble.py
```
"""Implements forecaster for applying different univariates on hierarchical data."""
__ma... |
101 | null | City-of-Helsinki/tilavarauspalvelu-core | # Repository Context
Name: City-of-Helsinki/tilavarauspalvelu-core
Description:
# Pull Request
## Swap lat/lon
Latitude and Longitude were mixed up.
# Relevant Files Found
## spaces/models.py
```
from django.contrib.gis.db.models import PointField
from django.db import models
from django.utils.translation import... |
12,687 | null | streamlit/streamlit | # Repository Context
Name: streamlit/streamlit
Description:
# Pull Request
## [feat] Track telemetry for ccv2 instances
## Describe your changes
Added telemetry tracking for Custom Components v2 by detecting calls to `_bidi_component` and extracting the component name from the first argument. This allows us to tra... |
31 | null | jasonrbriggs/stomp.py | # Repository Context
Name: jasonrbriggs/stomp.py
Description:
# Pull Request
## Don't attempt to parse message payloads as UTF-8.
STOMP messages can legitimately be binary, which fails to decode
as UTF-8. On python 2, no decoding is attempted, but on python 3
the code attempts to decode the entire frame as UTF-8, w... |
96,594 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Migrate gpslogger to has entity name
<!--
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... |
2,200 | null | vertexproject/synapse | # Repository Context
Name: vertexproject/synapse
Description:
# Pull Request
## Add rsplit() and maxsplit to split()/rsplit() (SYN-2001)
# Relevant Files Found
## synapse/lib/stormtypes.py
```
import bz2
import copy
import gzip
import json
import time
import regex
import types
import base64
import pprint
import... |
258 | null | passiv/snaptrade-sdks | # Repository Context
Name: passiv/snaptrade-sdks
Description:
# Pull Request
## Version Bump SDKs
Version Bumps SDKs
# Relevant Files Found
## sdks/python/setup.py
```
# coding: utf-8
"""
SnapTrade
Connect brokerage accounts to your app for live positions and trading
The version of the OpenAPI doc... |
1,290 | null | rapidsai/dask-cuda | # Repository Context
Name: rapidsai/dask-cuda
Description:
# Pull Request
## Forward-merge branch-23.12 to branch-24.02
Forward-merge triggered by push to `branch-23.12` that creates a PR to keep `branch-24.02` up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the t... |
21,773 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## MNT Speed up plot_sparse_logistic_regression_20newsgroups.py
<!--
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... |
26,757 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [Plugin] Make plugin group clear
<!-- markdownlint-disable -->
## Purpose
Tiny change to make plugin group clear for developers.
## Test Plan
## Test Result
---
<details>
<summary> Essential Elements of an Effective PR Description Check... |
9,870 | null | pytest-dev/pytest | # Repository Context
Name: pytest-dev/pytest
Description:
# Pull Request
## [7.1.x] Increase stacklevel to point at user's code
Backport of PR #9869 to 7.1.x branch. PR created by backport workflow.
# Relevant Files Found
## src/_pytest/nodes.py
```
import os
import warnings
from inspect import signature
from pa... |
35 | null | hcjohn463/JableTVDownload | # Repository Context
Name: hcjohn463/JableTVDownload
Description:
# Pull Request
## [fix] get random url and miss file during downloading
1. 修復下載ts檔時,403 error導致檔案遺失
2. 修復推薦影片 403 error 問題
# Relevant Files Found
## args.py
```
import argparse
import requests
from bs4 import BeautifulSoup
import cloudscraper
imp... |
5 | null | gae-init/gae-init-upload | # Repository Context
Name: gae-init/gae-init-upload
Description:
# Pull Request
## Using get_default_gcs_bucket_name to initialize the bucket
Similar to https://github.com/gae-init/gae-init/pull/97 we can initialize the `Config.bucket_name` with something from the `app_identity` (as found in the `google.appengine.a... |
69 | null | caktus/django-timepiece | # Repository Context
Name: caktus/django-timepiece
Description:
# Pull Request
## Payroll report doesn't include incomplete weeks at the end of the month.
[fixed #62] Pushed weekly and personal summaries to the last complete week
# Relevant Files Found
## timepiece/models.py
```
import datetime
import logging
f... |
206 | null | canbula/ParallelProgramming | # Repository Context
Name: canbula/ParallelProgramming
Description:
# Pull Request
## Create decorators_cengizhan_cam.py
## Describe your changes
## Checklist
- [x] I have read the [CONTRIBUTING]
- [x] I have performed a self-review of my own code
- [x] I have run the code locally and it works as expected
- ... |
146 | null | ntua-unit-of-control-and-informatics/jaqpotpy | # Repository Context
Name: ntua-unit-of-control-and-informatics/jaqpotpy
Description:
# Pull Request
## feat: upload docker model
# Relevant Files Found
## jaqpotpy/jaqpot.py
```
import webbrowser
from keycloak import KeycloakOpenID
import jaqpotpy
from jaqpotpy.api.get_installed_libraries import get_installe... |
32 | null | Nike-Inc/gimme-aws-creds | # Repository Context
Name: Nike-Inc/gimme-aws-creds
Description:
# Pull Request
## Select AWS partition based on the SAML ACS endpoint
Each AWS partition uses a different SAML AssertionConsumerService URL, so we can determine the partition based on that.
The Boto client can take a region as a parameter but not a... |
3,498 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Re-factored cli options merging with the config into it's own mix-in. Refs #2563.
This will be useful in `salt-cloud` which copied this functionality over.
# Relevant Files Found
## salt/utils/parsers.py
```
# -*- coding: utf-8 -*-
'''
... |
367 | null | akrherz/pyIEM | # Repository Context
Name: akrherz/pyIEM
Description:
# Pull Request
## Nexrad + Iowa Road Conditions Overlay.
# Relevant Files Found
## src/pyiem/plot/geoplot.py
```
# -*- coding: utf-8 -*-
# pylint: disable=import-outside-toplevel,too-many-lines
"""Plotting utility for generating maps, windroses and everythin... |
142,011 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add type hint on inherrited attribute _message_callback for MQTT mixin classes
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed chang... |
864 | null | chidiwilliams/buzz | # Repository Context
Name: chidiwilliams/buzz
Description:
# Pull Request
## Fix for finnish huggingface model download
A fix to allow use of model if it is not tagged as `whisper` model. Will help https://github.com/chidiwilliams/buzz/issues/862
# Relevant Files Found
## buzz/transcriber/recording_transcriber.py... |
13 | null | zelenij/django-bootstrap-v5 | # Repository Context
Name: zelenij/django-bootstrap-v5
Description:
# Pull Request
## Update BS 5 default URLs
Update the BS5 CSS and JS links to the current 5.0.2 version.
# Relevant Files Found
## src/bootstrap5/bootstrap.py
```
from importlib import import_module
from django.conf import settings
BOOTSTRAP5_... |
9,179 | null | open-mmlab/mmdetection | # Repository Context
Name: open-mmlab/mmdetection
Description:
# Pull Request
## [Enhance] Add box_type support for `DynamicSoftLabelAssigner`
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 und... |
1,978 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## Default location support for new DocumentDB Database Accounts
Make the "locations" parameter not required. Default value to location of the specified resource group
# Relevant Files Found
# Edits
This pull request adds support for creati... |
941 | null | modal-labs/modal-client | # Repository Context
Name: modal-labs/modal-client
Description:
# Pull Request
## handle metadata plumbing
Big delta but this is just a lot of plumbing (mostly updating test fixtures) – it just makes sure we populate the handle metadata on a bunch of server calls properly, and the client now _expects_ those fields ... |
29 | null | revsys/django-health-check | # Repository Context
Name: revsys/django-health-check
Description:
# Pull Request
## Logging
Adding additional logging to help debug when components are down.
# Relevant Files Found
## health_check_celery3/plugin_health_check.py
```
from datetime import datetime, timedelta
from time import sleep
from django.co... |
910 | null | neo4j-contrib/neomodel | # Repository Context
Name: neo4j-contrib/neomodel
Description:
# Pull Request
## issue/909 - Restore cardinality error message verbosity
## Context
PR #897 simplified error messages, losing critical debugging info (direction, node ID, class name).
### Before (v5.5.x)
```
Node already has zero or one rela... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.