pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
494 | null | hacktoolkit/django-htk | # Repository Context
Name: hacktoolkit/django-htk
Description:
# Pull Request
## Include result in async task response
Includes `result` in `async` task response.
# Relevant Files Found
## apps/async_task/views.py
```
# Python Standard Library Imports
import base64
import json
def async_download_result(request... |
15,225 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## what if self.existing_report is None? related to fogbugz # 248552
@benrudolph @snopoke
# Relevant Files Found
## corehq/apps/userreports/views.py
```
from __future__ import absolute_import
from collections import namedtuple
import date... |
169 | null | pygfx/wgpu-py | # Repository Context
Name: pygfx/wgpu-py
Description:
# Pull Request
## Exclude codegen from package
Closes #168
# Relevant Files Found
## setup.py
```
import re
import sys
from setuptools import find_packages, setup
from wheel.bdist_wheel import get_platform, bdist_wheel as _bdist_wheel
NAME = "wgpu"
SUMMARY... |
1,194 | null | Project-MONAI/MONAI | # Repository Context
Name: Project-MONAI/MONAI
Description:
# Pull Request
## Fix docstring typos
### Description
Fixes docstring
### Status
**Ready**
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not applicable items -->
- [x] Non-breaking change (fix or new feature ... |
1,307 | null | codalab/codabench | # Repository Context
Name: codalab/codabench
Description:
# Pull Request
## Create Codabench Statistics
# @ mention of reviewers
@acletournel
# A brief description of the purpose of the changes contained in this PR.
Now you can create a csv file with Codabench competitions statistics
### How to create th... |
14,707 | null | django/django | # Repository Context
Name: django/django
Description:
# Pull Request
## Optimized BaseDatabaseSchemaEditor._effective_default().
This eliminates an unneeded call to `datetime.now()` when `field.get_internal_type()` equals `"DateTimeField"`.
# Relevant Files Found
## django/db/backends/base/schema.py
```
import l... |
1,549 | null | HorizonRobotics/alf | # Repository Context
Name: HorizonRobotics/alf
Description:
# Pull Request
## Add mean_transform for NormalProjectionNetwork
So that there's more flexibility for transforming mean
# Relevant Files Found
## alf/networks/projection_networks.py
```
# Copyright (c) 2021 Horizon Robotics and ALF Contributors. All Rig... |
2 | null | mattyamonaca/LCM_i2i_PoC | # Repository Context
Name: mattyamonaca/LCM_i2i_PoC
Description:
# Pull Request
## 画面固定機能、LoRA・vae指定機能、キャプチャ機能、インストールスクリプト追加
画面固定機能、LoRA・vae指定機能、キャプチャ機能追加。
またインストールスクリプトも追加した。
# Relevant Files Found
## config.py
```
from diffusers.utils import load_image
import tkinter as tk
from tkinter import ttk
import threa... |
250 | null | GoogleCloudPlatform/PerfKitBenchmarker | # Repository Context
Name: GoogleCloudPlatform/PerfKitBenchmarker
Description:
# Pull Request
## Fixes some apt-get update flakiness
# Relevant Files Found
## perfkitbenchmarker/package_managers.py
```
# Copyright 2014 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "Lic... |
27,023 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Align credentials stores- part 3
## Status
- [x] In Progress
- [ ] Ready
- [ ] In Hold - (Reason for hold)
## Related Issues
Relates:[ link to the issue](https://jira-hq.paloaltonetworks.local/browse/CIAC-5274)
## Description
Chang... |
12,312 | null | dmwm/WMCore | # Repository Context
Name: dmwm/WMCore
Description:
# Pull Request
## Properly parse and handle DBS client errors
Fixes #12229
#### Status
ready
#### Description
Properly collect all DBS error codes and provide new method to represent them to the client. The client code can request for DBS error codes and ... |
39 | null | sunpy/ndcube | # Repository Context
Name: sunpy/ndcube
Description:
# Pull Request
## Arithmetic Mixin in NDCube's inheritance
This PR adds astropy.nddata.NDArithmeticMixin to NDCube's inheritance for future investigation of its usefulness in performing arithmetic operations on NDCubes.
# Relevant Files Found
## ndcube/ndcube.p... |
411 | null | asdf-format/asdf | # Repository Context
Name: asdf-format/asdf
Description:
# Pull Request
## Fix bug that caused serialized FITS tables to be duplicated
This fixes #404. The bug occurred specifically in the case where the ASDF file was embedded inside an HDU in a FITS file.
# Relevant Files Found
## asdf/fits_embed.py
```
# Licen... |
1,856 | null | brain-score/vision | # Repository Context
Name: brain-score/vision
Description:
# Pull Request
## adding briaai rmbg model
# Relevant Files Found
# Edits
This pull request adds support for the BriaAI RMBG 1.4 image segmentation model to the Brain-Score Vision framework, enabling it to be evaluated on neuroscientific and behaviora... |
100 | null | nv-morpheus/Morpheus | # Repository Context
Name: nv-morpheus/Morpheus
Description:
# Pull Request
## Add pybind11/cython stubs to Morpheus package
This MR allows python classes created in C++ to show up in IDEs and work with linters. It works by using pybind11-stubgen to create .pyi files that are then included in the package. The resul... |
48 | null | instacart/lore | # Repository Context
Name: instacart/lore
Description:
# Pull Request
## Release 0.4.67
### What
- use postgres copy to bulk insert
- parallelize towers across independent GPUs when available
### Why
Speed
### Who
@jeremystan
@ganesh-krishnan
cc @sarchak
# Relevant Files Found
## lore/__ini... |
177 | null | ComputerScienceHouse/proxstar | # Repository Context
Name: ComputerScienceHouse/proxstar
Description:
# Pull Request
## Use Token over User/PW
Each time a ticket was made, it's coming up as an authorization in auth log. That's not good and also not the advised way to use API calls for long periods of time. I made the api account a token we can us... |
8,601 | null | readthedocs/readthedocs.org | # Repository Context
Name: readthedocs/readthedocs.org
Description:
# Pull Request
## SSO: re-sync VCS accounts for SSO organization daily
Created a Celery scheduled task to be called every day and re-sync all the
`RemoteRepository` and `RemoteRepositoryRelation` for all the users belonging to
an organization wit... |
3 | null | ichard26/diff-shades | # Repository Context
Name: ichard26/diff-shades
Description:
# Pull Request
## nit: add missing .git
Adds missing `.git` to the end of one of the projects... it was bothering me as they weren't all consistent.
# Relevant Files Found
## src/diff_shades/config.py
```
# ============================
# > Project defi... |
85 | null | terminusdb/terminusdb-client-python | # Repository Context
Name: terminusdb/terminusdb-client-python
Description:
# Pull Request
## Adding split and memebr method
# Relevant Files Found
## tests/test_woql.py
```
import pytest
from woqlclient import WOQLQuery
class TestWoqlQueries:
def test_start_properties_values(self):
woqlObject = W... |
2,978 | null | chimera-linux/cports | # Repository Context
Name: chimera-linux/cports
Description:
# Pull Request
## user/openttd: new package
i've disabled cross-compilation for this package because binaries that are compiled are used later in the build process and i don't see a way to do this (or do this sensibly at least) in cbuild with the upstream... |
2 | null | monkut/servembtiles | # Repository Context
Name: monkut/servembtiles
Description:
# Pull Request
## Various Enhancements
- Enable threading for tile server
- Remove invalid version check
- Allow setting of all settings from settings.py
- Allow UTF-8 metadata
# Relevant Files Found
## servembtiles.py
```
#!/usr/bin/env python3
"""
... |
155 | null | sewcio543/soupsavvy | # Repository Context
Name: sewcio543/soupsavvy
Description:
# Pull Request
## Href Operation
Adding new Operation `Href`, which extracts `href` attribute from Tag.
If attribute does not exists, returns `None`
# Relevant Files Found
## soupsavvy/operations/general.py
```
"""
Module for general purpose operatio... |
28 | null | alxmrs/xarray-sql | # Repository Context
Name: alxmrs/xarray-sql
Description:
# Pull Request
## Turning on Dask-Expr
This PR enables dask-expr with copy on write semantics in Dask Dataframes. Fixes #14.
# Relevant Files Found
## qarray/df.py
```
import itertools
import typing as t
import dask.dataframe as dd
import numpy as np
imp... |
6,000 | null | Textualize/textual | # Repository Context
Name: Textualize/textual
Description:
# Pull Request
## Add select_all and action_select_all methods to Input widget
A `select_all` binding (`ctrl+shift+a`) was also added to the `Input` widget, as well as a key description docstring entry.
**Please review the following checklist.**
- [✓]... |
374 | null | data61/anonlink-entity-service | # Repository Context
Name: data61/anonlink-entity-service
Description:
# Pull Request
## Test multiparty results correctness
# Relevant Files Found
## backend/entityservice/tests/util.py
```
import base64
import datetime
import itertools
import math
import os
import random
import time
from contextlib import con... |
400 | null | CTPUG/wafer | # Repository Context
Name: CTPUG/wafer
Description:
# Pull Request
## is_authenticated is a property now
When this change happened, there was a backwards-compatibility shim for calling it as a function, but this was removed in 2.0.
# Relevant Files Found
## wafer/registration/views.py
```
from django.conf import... |
2,684 | null | letta-ai/letta | # Repository Context
Name: letta-ai/letta
Description:
# Pull Request
## feature/anthropic-system-ephemeral-caching
This PR enables caching on system message that is sent to Anthropic:
- Cache static system content to reduce token co... |
16,575 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## Opentdf-client: Update libxml2 and boost to fix version conflict
Specify library name and version: **lib/1.3.10**
Update versions of boost and libxml2 to resolve version conflicts
---
- [ ] I've read the [contributing ... |
480 | null | pyccel/pyccel | # Repository Context
Name: pyccel/pyccel
Description:
# Pull Request
## Add math library to C compile command
- Link C math standard library when compiling C code (Fixes #469)
- Convert error message from byte string to string before printing
- Remove additional pyccel_command which provided math library
# Relev... |
136 | null | scalative/haas | # Repository Context
Name: scalative/haas
Description:
# Pull Request
## Fix dependencies
# Relevant Files Found
## haas/result.py
```
# -*- coding: utf-8 -*-
# Copyright (c) 2013-2014 Simon Jagoe
# All rights reserved.
#
# This software may be modified and distributed under the terms
# of the 3-clause BSD lice... |
116 | null | datatrails/datatrails-python | # Repository Context
Name: datatrails/datatrails-python
Description:
# Pull Request
## Minor fixes
Problem:
Some incorrect documentation.
Solution:
Fix minor faults in documentation and update sbom
release example code.
Signed-off-by: User Name <user@email.com>
# Relevant Files Found
## examples/sbom_rel... |
51 | null | superstar54/weas-widget | # Repository Context
Name: superstar54/weas-widget
Description:
# Pull Request
## convert the positions (NumPy array) into a list
fix #50
# Relevant Files Found
## src/weas_widget/__init__.py
```
import importlib.metadata
import pathlib
import anywidget
import traitlets as tl
from .utils import ASE_Adapter, Pym... |
13 | null | Australian-Imaging-Service/xnatutils | # Repository Context
Name: Australian-Imaging-Service/xnatutils
Description:
# Pull Request
## adds --upload_method option to xnat-put
adds --upload_method option to xnat-put to control how files are uploaded. This is passed through to XnatPy and can be
* per_file
* tgz_file
* tar_file
* tgz_memory
* tar_fil... |
1,195 | null | chaoss/augur | # Repository Context
Name: chaoss/augur
Description:
# Pull Request
## Changed frontend text for drive by to fly by
Issue: Update Visualization Captions and Titles in API : "drive-by" == "fly-by" #1155
I have changed all the frontend part wherever there was a drive by to fly by. So I think visually it shouldn't ... |
160 | null | DataJunction/dj | # Repository Context
Name: DataJunction/dj
Description:
# Pull Request
## chore: requirements for Docker
Add separate requirements for Docker.
# Relevant Files Found
## src/datajunction/sql/sqlalchemy/dialect.py
```
"""
SQLAlchemy dialect.
"""
# pylint: disable=abstract-method, no-self-use, unused-argument
from... |
133 | null | OceanStreamIO/oceanstream | # Repository Context
Name: OceanStreamIO/oceanstream
Description:
# Pull Request
## Test fix
# Relevant Files Found
## tests/test_shoal_process.py
```
from oceanstream.L3_regridded_data.shoal_detection_handler import attach_shoal_mask_to_ds
from oceanstream.L3_regridded_data.shoal_process import (
process_s... |
107 | null | kellyjonbrazil/jc | # Repository Context
Name: kellyjonbrazil/jc
Description:
# Pull Request
## Add windows dir command parser
- Adds parsing of Windows "dir" output
Related to [Windows command support discussion](https://github.com/kellyjonbrazil/jc/discussions/105)
# Relevant Files Found
## jc/cli.py
```
"""jc - JSON CLI outpu... |
2,517 | null | infiniflow/ragflow | # Repository Context
Name: infiniflow/ragflow
Description:
# Pull Request
## make excel parsing configurable
### What problem does this PR solve?
#2516
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
# Relevant Files Found
## rag/app/naive.py
```
# Licensed under the... |
23 | null | haiwen/python-seafile | # Repository Context
Name: haiwen/python-seafile
Description:
# Pull Request
## replaced domain by RFC 2606 domain
# Relevant Files Found
## tests/fixtures.py
```
#coding: utf-8
import os
import pytest
import seafileapi
from tests.utils import randstring
SERVER = os.environ.get('SEAFILE_TEST_SERVER_ADDRESS',... |
42 | null | Sllambias/yucca | # Repository Context
Name: Sllambias/yucca
Description:
# Pull Request
## Update subject_ids collection in YuccaPreprocessor.py
@asbjrnmunk your latest change introduces a bug, this would only work if the image files are of the same format as the labels, which is a special case
# Relevant Files Found
## yucca/pre... |
1 | null | glymehrvrd/CppYCM | # Repository Context
Name: glymehrvrd/CppYCM
Description:
# Pull Request
## Show CppYCM pannel only if there are errors.
It is a bit annoying when empty CppYCM panel pops after each save of the file. I think, It would be better if panel will be shown only if there are errors in the code.
# Relevant Files Found
... |
171 | null | rlabbe/filterpy | # Repository Context
Name: rlabbe/filterpy
Description:
# Pull Request
## Correct docstring about save_current parameter
Edit the docstring about 'save_current'.
Change its value on docstring from 'True' to 'False'.
Reference to docstring:
[save_current docstring](https://github.com/rlabbe/filterpy/blob/9b9dcd... |
1,911 | null | elastic/elasticsearch-dsl-py | # Repository Context
Name: elastic/elasticsearch-dsl-py
Description:
# Pull Request
## Release 8.15.3
# Relevant Files Found
## elasticsearch_dsl/__init__.py
```
# Licensed to Elasticsearch B.V. under one or more contributor
# license agreements. See the NOTICE file distributed with
# this work for additiona... |
36 | null | google/meridian | # Repository Context
Name: google/meridian
Description:
# Pull Request
## Improve docstring content and formatting
Improve docstring content and formatting
# Relevant Files Found
## meridian/analysis/summarizer.py
```
# Copyright 2024 The Meridian Authors.
#
# Licensed under the Apache License, Version 2.0 (the... |
4,308 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## A setup_py task for the new python pipeline.
Copied from the old one, with the previous special-casing of
codegen removed (the new python tasks don't invoke
codegen directly like the old ones did).
However this task does still require s... |
641 | null | genlayerlabs/genlayer-studio | # Repository Context
Name: genlayerlabs/genlayer-studio
Description:
# Pull Request
## chore: Update football_prediction_market.py
Removes unnecessary game_date storage from contract
# Relevant Files Found
## examples/contracts/football_prediction_market.py
```
# { "Depends": "py-genlayer:test" }
from genlayer ... |
3,401 | null | ansys/pyaedt | # Repository Context
Name: ansys/pyaedt
Description:
# Pull Request
## Fixed an issue in set_core_loss function
# Relevant Files Found
## _unittest/test_28_Maxwell3D.py
```
# Setup paths for module imports
import os
import shutil
from _unittest.conftest import config
from _unittest.conftest import desktop_vers... |
209 | null | Significant-Gravitas/AutoGPT-Code-Ability | # Repository Context
Name: Significant-Gravitas/AutoGPT-Code-Ability
Description:
# Pull Request
## adding git author in the initial commit
Currently initial commit is coming as 'root' in the repos created by codex. We want to ensure the correct username is used. So adding an author to the initial commit.
# Relev... |
446 | null | onecodex/onecodex | # Repository Context
Name: onecodex/onecodex
Description:
# Pull Request
## Remove open_links_in_new_tabs functionality
## Status
- [x] **Ready**
## Description
It looks like this is due to the fact that while individual charts can have usermeta added to them (in our case, we attach this field to charts to spe... |
884 | null | hed-standard/hed-python | # Repository Context
Name: hed-standard/hed-python
Description:
# Pull Request
## Allow mixed case in non unitsymbol units
# Relevant Files Found
## hed/models/hed_tag.py
```
""" A single HED tag. """
from hed.schema.hed_schema_constants import HedKey
import copy
from hed.models.model_constants import DefTagNam... |
89 | null | canonical/snap-openstack | # Repository Context
Name: canonical/snap-openstack
Description:
# Pull Request
## Add manifest management commands
Add manifest list and manifest show commands.
# Relevant Files Found
## sunbeam-python/sunbeam/main.py
```
# Copyright (c) 2023 Canonical Ltd.
#
# Licensed under the Apache License, Version 2.0 (th... |
22 | null | 3jackdaws/soundcloud-lib | # Repository Context
Name: 3jackdaws/soundcloud-lib
Description:
# Pull Request
## Fix the console spam
See this issue : https://github.com/3jackdaws/soundcloud-lib/issues/21
I removed the bad print in the script.
:
API_URL: AnyHttpUrl = "http://loca... |
53 | null | moonstream-to/moonworm | # Repository Context
Name: moonstream-to/moonworm
Description:
# Pull Request
## Added EIP1559 parameters to generated CLI for brownie projects
<!-- Thank you for your contribution. -->
<!-- Filling in the sections below will provide us with some context when we are reviewing your pull request. -->
## Changes
... |
4,828 | null | google/clusterfuzz | # Repository Context
Name: google/clusterfuzz
Description:
# Pull Request
## [Tracing] Refactor assertions of `analyze_task_test.py`
While writing #4827, I realized this pattern might be a better way of asserting the emits (which is pretty similar to what we are doing in `events_test.py` anyway).
# Relevant Files ... |
748 | null | SkBlaz/py3plex | # Repository Context
Name: SkBlaz/py3plex
Description:
# Pull Request
## Add robustness centrality for measuring node/layer criticality via removal impact
Implements robustness-oriented centrality that quantifies node/layer importance by measuring network disruption upon removal.
## Implementation
**New module:**... |
1 | null | qulc/bootcamp | # Repository Context
Name: qulc/bootcamp
Description:
# Pull Request
## change runtime to DaoCloud PaaS
add `Dockerfile`
del `Profile`
change database settings
# Relevant Files Found
## bootcamp/settings.py
```
import os
from unipath import Path
PROJECT_DIR = Path(__file__).parent
DATA_DIR = Path('/data')... |
29,753 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Sort imports according to PEP8 for versasense
## Description:
I have sorted the imports for the `versasense` component according to PEP8 using isort.
I think it would be good if in the future we can add `isort` to the `.pre-commit-conf... |
2,908 | null | alteryx/evalml | # Repository Context
Name: alteryx/evalml
Description:
# Pull Request
## Find rows near the decision boundary
Address [this issue](https://alteryx.atlassian.net/browse/EVALML-70)
Design doc [here](https://alteryx.atlassian.net/wiki/spaces/PS/pages/1077968905/Identifying+rows+near+the+Decision+Boundary+Binary+Cla... |
132 | null | DisnakeDev/disnake | # Repository Context
Name: DisnakeDev/disnake
Description:
# Pull Request
## Support setting slowmode on thread creation
## Summary
This PR adds support for the `slowmode_delay` parameter on `TextChannel.create_thread` and `Message.create_thread`.
It also adds the previously missing `invitable` parameter to `Te... |
1,703 | null | compiler-explorer/infra | # Repository Context
Name: compiler-explorer/infra
Description:
# Pull Request
## staging dir depends on dest dir
Fixes: #1702
the staging dir if not specified with
--staging-dir or environment variable
is set to be relative to --dest dir:
Path(f'{dest}/staging')
Signed-off-by: Ran Regev <regev.ran@gmail.com>
#... |
222 | null | ChanTsune/django-boost | # Repository Context
Name: ChanTsune/django-boost
Description:
# Pull Request
## Update migration file for sample
The PR should summarize what was changed and why. Here are some questions to help you if you're not sure:
- What behavior was changed?
- What code was refactored / updated to support this change... |
15,793 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Add a gpfs variant to openmpi package
Open MPI will detect and link against GPFS if it is present on the system. This variant allows this to be disabled, even if GPFS is present.
Closes #15746
# Relevant Files Found
## var/spack/repos/builti... |
8,180 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Add tests for Security Views
This would avoid cases like the one that was solved in https://github.com/apache/airflow/pull/8165
---
Make sure to mark the boxes below before creating PR: [x]
- [x] Description above provides context of th... |
453 | null | langchain-ai/langchain-google | # Repository Context
Name: langchain-ai/langchain-google
Description:
# Pull Request
## genai: Add support for allOf
<!--
# Thank you for contributing to LangChain-google!
-->
<!--
## Checklist for PR Creation
- [ ] PR Description and Relevant issues:
- Description of the change
- Relevant issues (... |
559 | null | daxa-ai/pebblo | # Repository Context
Name: daxa-ai/pebblo
Description:
# Pull Request
## Adding deprecation message for db storage type as file in config
If in config file, storage type is set as file belo message will be shown while running pebblo server:
`DeprecationWarning: 'file' in storage type is deprecated, use 'db' inst... |
76 | null | Kozea/gibolt | # Repository Context
Name: Kozea/gibolt
Description:
# Pull Request
## Nouvelle architecture
Fixes #75
@grewn0uille Gibolt doit être servi comme hydra désormais en prod.
@yobuntu Les callback de l'OAuth github doivent être changés de `/callback` en `/api/callback`
# Relevant Files Found
## gibolt/backend/uti... |
233 | null | snehilvj/dmc-docs | # Repository Context
Name: snehilvj/dmc-docs
Description:
# Pull Request
## :memo: fix typo for mantine figure template
This fixes the typo in the https://www.dash-mantine-components.com/components/figure-templates documentation
<img width="1039" height="782" alt="mantine-figure-template-typo" src="https://githu... |
2,451 | null | explodinggradients/ragas | # Repository Context
Name: explodinggradients/ragas
Description:
# Pull Request
## fix: resolve InstructorLLM detection bug and add EvaluationDataset backend support for experiments
+ fixes #2448
# Relevant Files Found
## src/ragas/dataset_schema.py
```
from __future__ import annotations
import json
import ran... |
1,337 | null | aws/aws-parallelcluster | # Repository Context
Name: aws/aws-parallelcluster
Description:
# Pull Request
## Make pcluster update's extra-parameters arg of type json.loads
Issue #118
Issue #1333
Enable users to pass in configuration data via a JSON string when using pcluster update's extra-parameters option.
By submitting this pull r... |
56 | null | Games-and-Simulations/sc-docker | # Repository Context
Name: Games-and-Simulations/sc-docker
Description:
# Pull Request
## Pull image on version mismatch
- the image is pulled autamatically when not found
- VERSION imported in a less buggy way
# Relevant Files Found
## scbw/cli.py
```
import argparse
import logging
import sys
from os.path impo... |
173 | null | djgroen/FabSim3 | # Repository Context
Name: djgroen/FabSim3
Description:
# Pull Request
## FabSim3 automated installation
`python configure_fabsim.py`
# Relevant Files Found
# Edits
This pull request introduces an automated installation and configuration system for FabSim3 by renaming and updating the `configure_fab... |
15,246 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Allow extra values in the slot schema of intent handlers
## Description:
PR #14315 introduced additional slot values for the siteId and probability in the snips component. Unfortunately this caused the schema validation in the IntentHand... |
119 | null | skypyproject/skypy | # Repository Context
Name: skypyproject/skypy
Description:
# Pull Request
## Some fixed typos in the dosctrings.
In addition, I changed the order of a_m and b_phi in herbel_pdf which also had to be changed in the test.
## Description
## Checklist
- [x] Follow the [Contributor Guidelines](https://github.com/s... |
625 | null | danielgtaylor/python-betterproto | # Repository Context
Name: danielgtaylor/python-betterproto
Description:
# Pull Request
## Define __all__
## Summary
<!-- What is this pull request for? Does it fix any issues? -->
Define `__all__` in the generated files, as suggested by https://github.com/danielgtaylor/python-betterproto/issues/486
## Che... |
67 | null | codingjoe/ssdp | # Repository Context
Name: codingjoe/ssdp
Description:
# Pull Request
## Update packaging
Use `pyproject.toml` instead of `setup.py`.
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
from setuptools import setup
setup(name="ssdp", use_scm_version=True)
```
## ssdp/__init__.py
```
"""Python asynci... |
31,242 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## Hyundai CAN FD: enable enhanced fuzzy fingerprinting for Sorento & Sorento Hybrid
Enabled by https://github.com/commaai/openpilot/pull/31241!
# Relevant Files Found
## selfdrive/car/hyundai/tests/test_hyundai.py
```
#!/usr/bin/env python... |
6 | null | WrathOfGrapes/asr_project_template | # Repository Context
Name: WrathOfGrapes/asr_project_template
Description:
# Pull Request
## Common voice
# Relevant Files Found
## hw_asr/datasets/__init__.py
```
from hw_asr.datasets.custom_audio_dataset import CustomAudioDataset
from hw_asr.datasets.custom_dir_audio_dataset import CustomDirAudioDataset
from ... |
3,664 | null | jupyterhub/jupyterhub | # Repository Context
Name: jupyterhub/jupyterhub
Description:
# Pull Request
## create groups declared in roles
matches behavior of users
closes #3622
# Relevant Files Found
## jupyterhub/app.py
```
#!/usr/bin/env python3
"""The multi-user notebook application"""
# Copyright (c) Jupyter Development Team.
# Di... |
880 | null | langchain-ai/langchain-google | # Repository Context
Name: langchain-ai/langchain-google
Description:
# Pull Request
## remove stream from params if passed
Fix this error - anthropic.resources.messages.messages.AsyncMessages.create() got multiple values for keyword argument 'stream'
<!--
# Thank you for contributing to LangChain-google!
-->
... |
653 | null | cogeotiff/rio-tiler | # Repository Context
Name: cogeotiff/rio-tiler
Description:
# Pull Request
## validate shape in coverage
# Relevant Files Found
## rio_tiler/models.py
```
"""rio-tiler models."""
import itertools
import warnings
from typing import Any, Dict, List, Literal, Optional, Sequence, Tuple, Union
import attr
import n... |
1,064 | null | ansys/pyedb | # Repository Context
Name: ansys/pyedb
Description:
# Pull Request
## FIX: configuration.py
This PR fixed the bug that polygon pad is missing after stackup import.
# Relevant Files Found
## src/pyedb/configuration/configuration.py
```
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
# SPDX-License-... |
126 | null | dbcli/pgcli | # Repository Context
Name: dbcli/pgcli
Description:
# Pull Request
## ON keyword suggests either table aliases, or table names.
# Relevant Files Found
## pgcli/packages/sqlcompletion.py
```
from __future__ import print_function
import sys
import sqlparse
from sqlparse.sql import Comparison
from .parseutils impo... |
1,588 | null | SwissDataScienceCenter/renku-python | # Repository Context
Name: SwissDataScienceCenter/renku-python
Description:
# Pull Request
## feat(dataset): list dataset description
# Description
Adds an option to list dataset description in CLI. It truncates the description to a maximum of 64*5 characters.
Fixes #1494
# Relevant Files Found
## renku/c... |
87 | null | BoostryJP/ibet-SmartContract | # Repository Context
Name: BoostryJP/ibet-SmartContract
Description:
# Pull Request
## PaymentGatewayに収納代行業者を追加するスクリプト
close #85
・PaymentGatewayコントラクトに収納代行業者を追加するスクリプト。
・owner(ネットワーク管理者)のみが実行が可能。
# Relevant Files Found
## deploy/contract_deploy.py
```
# -*- coding:utf-8 -*-
import os
from populus import Pro... |
27,814 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## BUG: Series.rename raises error on values accepted by Series construc…
- closes #27813
# Relevant Files Found
## pandas/core/series.py
```
"""
Data structure for 1-dimensional cross-sectional and time series data
"""
from collections imp... |
4,390 | null | Qiskit/qiskit | # Repository Context
Name: Qiskit/qiskit
Description:
# Pull Request
## Add ShiftFrequency instruction to pulse
<!--
⚠️ If you do not respect this template, your pull request will be closed.
⚠️ Your pull request title should be short detailed and understandable for all.
⚠️ Also, please add a release note file us... |
377 | null | torchgeo/torchgeo | # Repository Context
Name: torchgeo/torchgeo
Description:
# Pull Request
## BeninSmallHolderCashews: return geospatial metadata in sample
exposing geoinformation in the return dict of __getitem__ for benin_cashews.py
# Relevant Files Found
## torchgeo/datasets/benin_cashews.py
```
# Copyright (c) Microsoft Corpo... |
3,410 | null | snakemake/snakemake | # Repository Context
Name: snakemake/snakemake
Description:
# Pull Request
## feat: Fix keep_local in storage directive and more freedom over remote retrieval behaviour
This PR enhances the behaviour of `keep_local` and `retrieve` when using remote storage plugins:
* `keep_local` was not always respected when used... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.