pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
209 | null | HiroIshida/mohou | # Repository Context
Name: HiroIshida/mohou
Description:
# Pull Request
## fix: type_wise_loss consistency with normal loss
# Relevant Files Found
## mohou/model/lstm.py
```
import logging
from dataclasses import dataclass
from typing import Dict, List, Optional, Tuple, Type, TypeVar, Union
import torch
import... |
34 | null | IBM/MAX-Image-Segmenter | # Repository Context
Name: IBM/MAX-Image-Segmenter
Description:
# Pull Request
## [urgent] MAX-Base 1.1.3
# Relevant Files Found
## config.py
```
# Flask settings
DEBUG = False
# Flask-restplus settings
RESTPLUS_MASK_SWAGGER = False
SWAGGER_UI_DOC_EXPANSION = 'none'
# Application settings
# API metadata
API_... |
162 | null | IBM-Security/isam-ansible-collection | # Repository Context
Name: IBM-Security/isam-ansible-collection
Description:
# Pull Request
## fix: need self._sub_plugin in __init__
Please verify this fix before merging.
# Relevant Files Found
## plugins/connection/isam.py
```
from __future__ import (absolute_import, division, print_function)
import ibmsecuri... |
716 | null | Quantum-Accelerators/quacc | # Repository Context
Name: Quantum-Accelerators/quacc
Description:
# Pull Request
## Cleaner detection of workflow engine
# Relevant Files Found
## src/quacc/settings.py
```
"""Settings for quacc"""
from __future__ import annotations
import os
from shutil import which
from typing import List, Optional
from py... |
616 | null | cds-snc/sre-bot | # Repository Context
Name: cds-snc/sre-bot
Description:
# Pull Request
## Feat/refactor incident helper with integrations
# Summary | Résumé
- Refactor the incident helper (used with `/sre incident` command) to use generic Google integrations modules instead of the catchall google_drive module (became a very la... |
2,491 | null | instructlab/instructlab | # Repository Context
Name: instructlab/instructlab
Description:
# Pull Request
## fix: support specifying release per repo for download
allows specifying release to be downloaded per repo
addresses #2490 partially
**Checklist:**
- [ ] **Commit Message Formatting**: Commit titles and messages follow guideli... |
32,078 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## REF: de-nest Series.__setitem__
Splitting this into a couple of steps for readability. The two main things I have in mind here are a) de-nesting, b) try to parallel the structure of `__getitem__`
# Relevant Files Found
## pandas/core/ser... |
4 | null | coletdjnz/yt-dlp-ytse | # Repository Context
Name: coletdjnz/yt-dlp-ytse
Description:
# Pull Request
## chore: update protos
https://github.com/LuanRT/googlevideo/commit/d683f123c04764ea1da90bb9443bb967712275c8
+ findings from ios dumps
# Relevant Files Found
## utils/mitmproxy_sabrdump.py
```
# usage: PYTHONPATH='.' mitmproxy -s util... |
39 | null | openPMD/openPMD-validator | # Repository Context
Name: openPMD/openPMD-validator
Description:
# Pull Request
## ED-PIC: Remove proton/neutron Number
Remove the attributes for ions which can now be expressed via the `SpeciesType` extension.
Change in the standard for 2.0.0: https://github.com/openPMD/openPMD-standard/pull/192
# Relevant Fi... |
2,888 | null | pytorch/rl | # Repository Context
Name: pytorch/rl
Description:
# Pull Request
## [Feature] Pass lists of policy_factory
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom):
* #2889
* __->__ #2888
* #2887
* #2886
* #2885
# Relevant Files Found
## test/mocking_classes.py
```
# Copyright (c) Meta Platf... |
220 | null | GriffithsLab/whobpyt | # Repository Context
Name: GriffithsLab/whobpyt
Description:
# Pull Request
## Updated eg_tmseeg.py
Revised comment descriptions for the packages and modules instantiated at the beginning.
# Relevant Files Found
## examples/eg__tmseeg.py
```
"""
.. _ex-tmseeg:
==================================================... |
837 | null | Signbank/Global-signbank | # Repository Context
Name: Signbank/Global-signbank
Description:
# Pull Request
## Video view
# Relevant Files Found
## signbank/dictionary/adminviews.py
```
from django.views.generic.list import ListView
from django.views.generic.detail import DetailView
from django.views.generic.edit import CreateView, Delete... |
595 | null | supervisely/supervisely | # Repository Context
Name: supervisely/supervisely
Description:
# Pull Request
## added image synchronisation to grid gallery widget
# Relevant Files Found
## supervisely/app/widgets/grid_gallery/grid_gallery.py
```
import copy
import uuid
import time
import supervisely
from supervisely.app import DataJson
fro... |
1,370 | null | OWASP/Nest | # Repository Context
Name: OWASP/Nest
Description:
# Pull Request
## Added repository count and followers count for the users/organizations page
<!-- Thanks for contributing to OWASP Nest!-->
<!-- Don't forget to link your PR to an existing issue if any.-->
;
# you... |
160 | null | mbarkhau/bumpver | # Repository Context
Name: mbarkhau/bumpver
Description:
# Pull Request
## FIX: hg backend won't work with PYTHONDEBUG=y
This is due to hg currently having a warning:
```
$ hg pull
/usr/lib/python3.9/importlib/util.py:245: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's ... |
21 | null | calico/spatial_lda | # Repository Context
Name: calico/spatial_lda
Description:
# Pull Request
## Two minor changes
This PR addresses issues #19 and #20 regarding hard-coded parallelization and ImportErrors.
# Relevant Files Found
## spatial_lda/model.py
```
from collections import OrderedDict
import itertools
import logging
from m... |
965 | null | hubmapconsortium/ingest-validation-tools | # Repository Context
Name: hubmapconsortium/ingest-validation-tools
Description:
# Pull Request
## put example in same column as pattern
Having the example right below the pattern probably makes it a little bit easier to read and compare.
(@icaoberg -- If you ever have a question about the syntax, remember that i... |
6,460 | null | explosion/spaCy | # Repository Context
Name: explosion/spaCy
Description:
# Pull Request
## Fix parser resizing when there is no upper layer
## Description
Our pretrained models would usually have `use_upper=True` for the `TransitionBasedParser`, but the new transformer models have `use_upper=False`. In this latter case, it seem... |
9,626 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Add rehash method for rbenv module
- After installing gems or rubies, rbenv rehash should be run
- No harm in running it multiple times or when not strictly needed in
the do method.
# Relevant Files Found
## salt/modules/rbenv.py
```
# -... |
3 | null | pystorage/pykeyboard | # Repository Context
Name: pystorage/pykeyboard
Description:
# Pull Request
## Created a new class to handle InlineQueryResults
```
results = InlineQueryResults()
results.add(
title="Hello, this is a test!",
message_text="This is the message to send",
description="Questo bot... |
5 | null | Domain-Connect/domainconnect_python | # Repository Context
Name: Domain-Connect/domainconnect_python
Description:
# Pull Request
## BUGFIX: issues/4 error when setting up .app domain
Fixes #4
# Relevant Files Found
## domainconnect/domainconnect.py
```
__author__ = "Pawel Kowalik"
__copyright__ = "Copyright 2018, 1&1 Internet SE"
__credits__ = ["An... |
103 | null | huangsam/ultimate-python | # Repository Context
Name: huangsam/ultimate-python
Description:
# Pull Request
## Added File Handling
**Describe the change**
Added File Handling and updated readme.
**Additional context**
Closes #76
# Relevant Files Found
# Edits
This pull request adds a new file handling module to the Ultimate Pyt... |
127 | null | ami-iit/jaxsim | # Repository Context
Name: ami-iit/jaxsim
Description:
# Pull Request
## Compute link bias accelerations J̇ν
This PR adds a new algorithm to compute the link bias accelerations $\dot{J} \boldsymbol{\nu}$, i.e. the accelerations not due to $\dot{\boldsymbol{\nu}}$.
<!-- readthedocs-preview jaxsim start -->
----
... |
2,186 | null | KATO-Hiro/AtCoder | # Repository Context
Name: KATO-Hiro/AtCoder
Description:
# Pull Request
## Solve APG4b task ex6
close #2185
# Relevant Files Found
# Edits
This pull request solves the APG4b programming task EX6, which involves implementing a simple calculator that evaluates arithmetic expressions while handling invalid opera... |
977 | null | OGGM/oggm | # Repository Context
Name: OGGM/oggm
Description:
# Pull Request
## increase LRU file handler size
I noticed some of the DEM runs to fail because they couldn't find/read the downloaded and unpacked .tif file. e.g.:
`RasterioIOError occurred during task define_glacier_region on RGI60-07.00608: /work/mdusch/91650/og... |
58 | null | OpenTimelineIO/otio-aaf-adapter | # Repository Context
Name: OpenTimelineIO/otio-aaf-adapter
Description:
# Pull Request
## Fix NTSC rates in global start time test
This PR fixes the AAF adapter tests to work with the updated handling of NTSC timecode rates from this OTIO PR: https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1477
... |
351 | null | lithic-com/lithic-python | # Repository Context
Name: lithic-com/lithic-python
Description:
# Pull Request
## fix: prevent crash when platform.architecture() is not allowed
# Relevant Files Found
## src/lithic/_base_client.py
```
from __future__ import annotations
import json
import time
import uuid
import email
import asyncio
import in... |
266 | null | phonopy/phono3py | # Repository Context
Name: phonopy/phono3py
Description:
# Pull Request
## Update to follow phonopy update for spglib v2.5
# Relevant Files Found
## phono3py/cui/phono3py_script.py
```
"""Phono3py main command line script."""
# Copyright (C) 2020 Atsushi Togo
# All rights reserved.
#
# This file is part of pho... |
56 | null | beta-team/beta-recsys | # Repository Context
Name: beta-team/beta-recsys
Description:
# Pull Request
## [#41] feat: implement instacart dataset
# Relevant Files Found
## beta_rec/utils/download.py
```
import os
import requests
from beta_rec.utils.onedrive import OneDrive
def download_file(url, store_file_path):
"""Download the ra... |
17 | null | tenstorrent/tt-perf-report | # Repository Context
Name: tenstorrent/tt-perf-report
Description:
# Pull Request
## fix breaking change on tracy where shapes are now emitted as physical[logical]
Tracy changed what emits per this PR https://github.com/tenstorrent/tt-metal/pull/26695 and it broke tt-perf-report
This fix takes physical shape and... |
297 | null | PyPSA/pypsa-usa | # Repository Context
Name: PyPSA/pypsa-usa
Description:
# Pull Request
## Bring dev up to date with `v0.1.0`
## Changes proposed in this Pull Request
<!--- Describe your changes in detail -->
Just brings develop branch up to date with latest release.
# Relevant Files Found
## workflow/scripts/_helpers.py
... |
5,388 | null | akfamily/akshare | # Repository Context
Name: akfamily/akshare
Description:
# Pull Request
## Dev
# Relevant Files Found
## akshare/__init__.py
```
"""
AKShare 是基于 Python 的开源财经数据接口库,实现对股票、期货、期权、基金、债券、外汇、加密货币等金
融产品的量价数据,基本面数据和另类数据从数据采集,数据清洗到数据下载的工具,满足金融数据科学
家,数据科学爱好者在数据获取方面的需求。它的特点是利用 AKShare 获取的是基于可信任数据源
发布的原始数据,广大数据科学家可以利用原始数据进行... |
618 | null | Quantum-Accelerators/quacc | # Repository Context
Name: Quantum-Accelerators/quacc
Description:
# Pull Request
## More efficient task output passing in dynamic flows
# Relevant Files Found
## src/quacc/recipes/emt/parsl/slabs.py
```
"""Slab recipes for EMT"""
from __future__ import annotations
from ase import Atoms
from parsl import join_... |
25 | null | zillow/hyper-kube-config | # Repository Context
Name: zillow/hyper-kube-config
Description:
# Pull Request
## fixing get and get-all commands
# Relevant Files Found
## get_k8_config.py
```
import json
import os
import boto3
from util import validate_config_input, validate_unique_cluster_name
DYNAMODB = boto3.resource('dynamodb')
CLUSTER... |
5 | null | Warzuponus/mcp-jira | # Repository Context
Name: Warzuponus/mcp-jira
Description:
# Pull Request
## Add Python Package Structure
This PR sets up the proper Python package structure and adds core configuration files.
Changes:
1. Add core Python package files:
- `src/mcp_jira/__init__.py`
- `src/mcp_jira/config.py`
2. Create proper... |
5,658 | null | NVIDIA-NeMo/NeMo | # Repository Context
Name: NVIDIA-NeMo/NeMo
Description:
# Pull Request
## Add DLLogger support to exp_manager
# What does this PR do ?
Adds an option to log with DLLogger in the experiment manager.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Changed exp_manager.py to add a ... |
392 | null | diofant/diofant | # Repository Context
Name: diofant/diofant
Description:
# Pull Request
## Add conflict for newer docutils
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python3
"""
Setup script for Diofant.
This script uses Setuptools (https://setuptools.readthedocs.io/en/latest/),
a collection of enhancements to the s... |
165 | null | coze-dev/coze-py | # Repository Context
Name: coze-dev/coze-py
Description:
# Pull Request
## fix: Fix load_oauth & Bump version to 0.10.2
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **New Features**
- None
- **Bug Fixes**
- None
- **Documentation**
- None
- **Ref... |
399 | null | fatiando/verde | # Repository Context
Name: fatiando/verde
Description:
# Pull Request
## Improve docstring of `make_xarray_grid`
Make it clearer that the `verde.make_xarray_grid` function expects 2d arrays as
inputs and it does not perform any interpolation or gridding. Add an admonition
pointing users to interpolator classes.
... |
1,058 | null | keras-team/autokeras | # Repository Context
Name: keras-team/autokeras
Description:
# Pull Request
## Update reduction.py
<!-- STEP 1: Give the pull request a meaningful title. -->
### Which issue(s) does this Pull Request fix?
<!-- STEP 2: Replace the "000" with the issue ID this pull request resolves. -->
resolves #000
### Detail... |
1,026 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## Device tests run in tape
**Context:**
The device test suite runs in tape mode.
**Description of the Change:**
* Adds the needed fixture to the dedicated `conftest.py` file of the device test suite
* Adds the fixtures
* Operat... |
47 | null | sphinx-doc/sphinx-intl | # Repository Context
Name: sphinx-doc/sphinx-intl
Description:
# Pull Request
## Do mypy check in CI
# Relevant Files Found
## sphinx_intl/pycompat.py
```
"""
Python compatibility functions.
"""
import sys
import os
import warnings
from typing import Any, Callable
# --------------------------------------------... |
2,990 | null | mosaicml/composer | # Repository Context
Name: mosaicml/composer
Description:
# Pull Request
## Pin UC to earlier version
The release last night broke our error handling. Pinning to old version for now as quick fix.
# Relevant Files Found
## setup.py
```
# Copyright 2022 MosaicML Composer authors
# SPDX-License-Identifier: Apache-2... |
1,011 | null | containers/ramalama | # Repository Context
Name: containers/ramalama
Description:
# Pull Request
## update docs for Intel GPU support. Clean up code comments
Updated the Readme to reflect the Intel GPUs that are auto-detected.
Cleaned up code comments in common.py
## Summary by Sourcery
Update documentation to reflect the Intel GP... |
38 | null | 5monkeys/django-bananas | # Repository Context
Name: 5monkeys/django-bananas
Description:
# Pull Request
## Provides a dummy view for AutoField testing
# Relevant Files Found
## example/example/api.py
```
from django.contrib.auth.models import User
from django.utils.translation import ugettext_lazy as _
from rest_framework import serial... |
71 | null | ProLint/prolint2 | # Repository Context
Name: ProLint/prolint2
Description:
# Pull Request
## Integrate Server/Dashboard to ProLint
## Description
Integrate the server/dashboard frontend to ProLint. This is a major PR and milestone.
This should complete #12.
## Todos
- [x] Resolve conflicts
- [x] Add new changes
- [x]... |
1,262 | null | lightkurve/lightkurve | # Repository Context
Name: lightkurve/lightkurve
Description:
# Pull Request
## Fix interact features for bokeh v3
Fix #1261
- replace all `plot_height` / `plot_width` with `height` / `width` in bokeh calls.
- additional fix `tpf.interact()` to make pixel selection compatible with bokeh v3.
changelog to add:... |
31 | null | TheDataStation/ver | # Repository Context
Name: TheDataStation/ver
Description:
# Pull Request
## add cluster_prune parameter and is_nid_in_graph
# Relevant Files Found
## knowledgerepr/fieldnetwork.py
```
# import matplotlib.pyplot as plt
import operator
import networkx as nx
import os
from collections import defaultdict
from ap... |
13 | null | aws-cloudformation/cloudformation-cli | # Repository Context
Name: aws-cloudformation/cloudformation-cli
Description:
# Pull Request
## Package name project settings refactor
*Issue #, if available:*
*Description of changes:*
This PR changes the project schema so that a full package name is a project settings property instead of the package name pref... |
44 | null | covid19db/fetchers-python | # Repository Context
Name: covid19db/fetchers-python
Description:
# Pull Request
## DEU_JPGG, FRA_SPFCG, ITA_PC, ITA_PCDM, USA_NYT, WRD_WHOJHU
Ported Dario's fetchers-js to Python and added GID translations.
# Relevant Files Found
# Edits
This pull request ports several COVID-19 data fetchers from JavaScript t... |
152 | null | munich-quantum-toolkit/qecc | # Repository Context
Name: munich-quantum-toolkit/qecc
Description:
# Pull Request
## ⬆️🪝 update pre-commit hooks
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.280 → v0.0.282](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.280...v0.0.282)
- [github.com/pre-commit/mirr... |
193 | null | fllesser/nonebot-plugin-parser | # Repository Context
Name: fllesser/nonebot-plugin-parser
Description:
# Pull Request
## 🐞 fix: 抖音链接中含有 BV 无法解析的问题
Fixes #192
# Relevant Files Found
## src/nonebot_plugin_resolver2/matchers/bilibili.py
```
import asyncio
from pathlib import Path
import re
from nonebot import logger, on_command
from nonebot.ada... |
25 | null | webfp/tor-browser-selenium | # Repository Context
Name: webfp/tor-browser-selenium
Description:
# Pull Request
## Better handle custom ports (issue #8)
Better handle non-default SOCKS ports.
Raise an exception if the caller wants us to launch a Tor process
on a custom (!=9150) port.
Refactor utils module. Use SHA-256 instead of MD5.
Run Ste... |
316 | null | TeskaLabs/asab | # Repository Context
Name: TeskaLabs/asab
Description:
# Pull Request
## Improving a task service
Improvements:
1) New tasks are added to a task service thru queue, which leads to a faster execution of the task (in ideal conditions)
2) New `run_forever()` method for tasks that you want to let run forever, in... |
3,370 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Adding subscription factory on Pub / Sub client.
Fixes #3369.
/cc @kir-titievsky
# Relevant Files Found
## docs/pubsub_snippets.py
```
# Copyright 2016 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "... |
322 | null | MTES-MCT/qualicharge | # Repository Context
Name: MTES-MCT/qualicharge
Description:
# Pull Request
## ✨(dashboard) add Sentry sampling rate configuration for traces and profiles
## Purpose
- add `profiles_sample_rate` to sentry integration
## Proposal
Introduce environment variables `DASHBOARD_SENTRY_TRACES_SAMPLE_RATE` and `DAS... |
592 | null | morganstanley/testplan | # Repository Context
Name: morganstanley/testplan
Description:
# Pull Request
## remote path manipulation operate on sys.path copy
## Bug / Requirement Description
The previous chnage to remote sys.path transfer introduced a bug.
During the sys.path preparations the sys.path is altered as well as the change is h... |
807 | null | DiamondLightSource/blueapi | # Repository Context
Name: DiamondLightSource/blueapi
Description:
# Pull Request
## 795 Care about where a plan is sourced
Fixes #795
# Relevant Files Found
## src/blueapi/core/context.py
```
import logging
from collections.abc import Callable
from dataclasses import dataclass, field
from importlib import impo... |
9,081 | null | wandb/wandb | # Repository Context
Name: wandb/wandb
Description:
# Pull Request
## chore: add audio logging test case and consolidate helper functions
Description
-----------
<!--
Include reference to internal ticket "Fixes WB-NNNNN" and/or GitHub issue "Fixes #NNNN" (if applicable)
-->
This PR does the following
- add au... |
16 | null | Getdeck/beiboot | # Repository Context
Name: Getdeck/beiboot
Description:
# Pull Request
## chore: bump docker-py version
closes #12
# Relevant Files Found
## client/testing/exec.py
```
import logging
import sys
from beiboot.api import create_cluster, remove_cluster
logger = logging.getLogger("getdeck.beiboot")
logger.setLevel... |
200 | null | eegdash/EEGDash | # Repository Context
Name: eegdash/EEGDash
Description:
# Pull Request
## Implement new visual identity and update references
Introduce a new visual identity for EEGDash, including a new logo and favicon. Update all references to the GitHub organization and improve documentation styling. Fix various issues related ... |
4 | null | largecats/sparksql-formatter | # Repository Context
Name: largecats/sparksql-formatter
Description:
# Pull Request
## Dev
# Relevant Files Found
## hiveqlformatter/__init__.py
```
# -*- coding: utf-8 -*-
from __future__ import print_function # for print() in Python 2
import os
import sys
import argparse
import configparser
import logging
imp... |
2,395 | null | vnpy/vnpy | # Repository Context
Name: vnpy/vnpy
Description:
# Pull Request
## mongo oldest/newest bar bug fix
建议每次发起的PR内容尽可能精简,复杂的修改请拆分为多次PR,便于管理合并。
## 改进内容
1. database_mongo中newest/oldest参数错误,读取的是类本身的value,因此每次使用database manager都报错
2.
3.
## 相关的Issue号(如有)
Close #
# Relevant Files Found
## vnpy/app/cta_strate... |
121 | null | SwissDataScienceCenter/renku-notebooks | # Repository Context
Name: SwissDataScienceCenter/renku-notebooks
Description:
# Pull Request
## feat: include GitLab project variables
Go to your project settings on GitLab and select CI/CD.

Set environme... |
1,200 | null | lithops-cloud/lithops | # Repository Context
Name: lithops-cloud/lithops
Description:
# Pull Request
## [Joblib] Spawn only one function when 'prefer' is set to 'threads'
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in ... |
3,439 | null | ansys/pyfluent | # Repository Context
Name: ansys/pyfluent
Description:
# Pull Request
## fix: Remove psutil dependency
closes https://github.com/ansys/pyfluent/issues/3423
1. Remove psutil dependency
2. Implemented `_pid_exists` in replacement of `psutil.pid_exists()`
# Relevant Files Found
## src/ansys/fluent/core/fluent_co... |
769 | null | Netflix/lemur | # Repository Context
Name: Netflix/lemur
Description:
# Pull Request
## [Doppins] Upgrade dependency xmltodict to ==0.11.0
Hi!
A new version was just released of `xmltodict`, so [Doppins](https://doppins.com)
has upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy mergin... |
127 | null | sledgeh4w/chomper | # Repository Context
Name: sledgeh4w/chomper
Description:
# Pull Request
## Add libcompiler_rt.dylib
# Relevant Files Found
## src/chomper/os/ios/os.py
```
import os
import plistlib
import random
import uuid
from typing import List
from chomper.exceptions import EmulatorCrashed
from chomper.loader import Macho... |
440 | null | WasatchPhotonics/ENLIGHTEN | # Repository Context
Name: WasatchPhotonics/ENLIGHTEN
Description:
# Pull Request
## [#420] let user browse to desired directory when saving exports
<img width="356" alt="Screenshot 2024-06-25 at 11 49 08 AM" src="https://github.com/WasatchPhotonics/ENLIGHTEN/assets/2125705/bc684024-24cc-43e0-8610-5d1e100e2da1">
<... |
132 | null | mbta/lamp | # Repository Context
Name: mbta/lamp
Description:
# Pull Request
## feat: Add static directions table to trips
At the request of OPMI, this PR adds `directions` table data from the GTFS static schedule to the `vehicle_trips` table.
The directions data is added by creating a `static_diretions` table in the RDS, a... |
2 | null | cloudforet-io/statistics | # Repository Context
Name: cloudforet-io/statistics
Description:
# Pull Request
## refactor: change max_message_length when calling other services
# Relevant Files Found
## src/spaceone/statistics/connector/service_connector.py
```
import logging
from google.protobuf.json_format import MessageToDict
from spac... |
7 | null | rojopolis/terraform-aws-lambda-python-archive | # Repository Context
Name: rojopolis/terraform-aws-lambda-python-archive
Description:
# Pull Request
## Sorted file listing
When running this module back to back the ZIP archive hash can change because the file paths can be random from `os.walk()`. This change will make sure the ordering of paths is predictable, re... |
21,013 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Make git fetching even quieter
Follow-up to #3180
Closes #3179
@BarrySmith @davydden
Not sure what versions of git this flag is supported for.
### Before
```console
$ spack fetch py-torch
Note: switching to '57bffc3a8e4fee0cce31e... |
1,343 | null | GridTools/gt4py | # Repository Context
Name: GridTools/gt4py
Description:
# Pull Request
## feat[next]: DaCe support for tuple returns
## Description
This PR adds partial support for stencils with tuple returns. The motivation is that tuple returns are used in icon4py stencils, although the internal expressions do not operate on ... |
3 | null | matrix-org/trafficlight | # Repository Context
Name: matrix-org/trafficlight
Description:
# Pull Request
## Homerunner can be used to setup synapse instances
# Relevant Files Found
## trafficlight/store.py
```
# vim: expandtab ts=4:
# Copyright 2022 The Matrix.org Foundation C.I.C.
#
# Licensed under the Apache License, Version 2.0 (the... |
4,482 | null | GoogleCloudPlatform/PerfKitBenchmarker | # Repository Context
Name: GoogleCloudPlatform/PerfKitBenchmarker
Description:
# Pull Request
## Fix Robust Remote command on windows.
Fix Robust Remote command on windows.
# Relevant Files Found
## perfkitbenchmarker/windows_virtual_machine.py
```
# Copyright 2015 PerfKitBenchmarker Authors. All rights reserve... |
13,867 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [serve] Built-in support for imported backends
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the assigne... |
16 | null | microsoft/dpu-utils | # Repository Context
Name: microsoft/dpu-utils
Description:
# Pull Request
## Use a recursive iglob for LocalPath
this will match the behavior of `AzurePath`s.
# Relevant Files Found
## dpu_utils/utils/richpath.py
```
import binascii
import gzip
import json
import os
import glob
import fnmatch
import s... |
6,809 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## revet change to stock transaction query
This reverts the change made here: https://github.com/dimagi/commcare-hq/commit/5ac6e5f223dad372dbf0f974a153e6436e88d024#diff-73cd95f5a70423050142eb4f58338510
This method results in significantly mo... |
1,003 | null | RedHatProductSecurity/osidb | # Repository Context
Name: RedHatProductSecurity/osidb
Description:
# Pull Request
## Remove CVE severity usage for tracker filing
This PR:
* removes the usage of CVE severity for the purpose of tracker filing and standardize the filing logic on using the Severity instead
Closes OSIDB-3840
# Relevant Files Fou... |
2,879 | null | adap/flower | # Repository Context
Name: adap/flower
Description:
# Pull Request
## Add REST transport to client callable
<!--
Thank you for opening a pull request (PR)!
Contribution guidelines: https://github.com/adap/flower/blob/main/CONTRIBUTING.md
-->
## Issue
### Description
The current client callable cannot ... |
685 | null | Graviti-AI/graviti-python-sdk | # Repository Context
Name: Graviti-AI/graviti-python-sdk
Description:
# Pull Request
## feat(utility): register "str()" as the printer of "timedelta"
# Relevant Files Found
## graviti/utility/repr.py
```
#!/usr/bin/env python3
#
# Copyright 2022 Graviti. Licensed under MIT License.
#
"""Repr related methods.""... |
5,314 | null | skypilot-org/skypilot | # Repository Context
Name: skypilot-org/skypilot
Description:
# Pull Request
## [server] warn the user if the API server is stale
<!-- Describe the changes in this PR -->
We compare two versions:
1. The version of the code that's currently loaded into the API server process.
2. The version of the code on the dis... |
14 | null | autophagy/pycon-2025-otel-workshop | # Repository Context
Name: autophagy/pycon-2025-otel-workshop
Description:
# Pull Request
## Add instructions for tracing section
# Relevant Files Found
## backend/iss-distance-service/app.py
```
import requests
import logging
from dataclasses import dataclass, asdict
from flask import Flask, request, jsonify
f... |
64 | null | arise-insights/arise-predictions | # Repository Context
Name: arise-insights/arise-predictions
Description:
# Pull Request
## Refactor code to create a pipeline with full transformation
# Relevant Files Found
## arise_predictions/auto_model/build_models.py
```
import logging
from typing import Dict, Any, Tuple, List
from dataclasses import datac... |
9 | null | rtunazzz/hidemyemail-generator | # Repository Context
Name: rtunazzz/hidemyemail-generator
Description:
# Pull Request
## fix: fix depreciations warnings on aiohttp on py3.10+
# Relevant Files Found
## cli.py
```
import asyncio
import click
from main import generate
from main import list
@click.group()
def cli():
pass
@click.command()... |
182 | null | mindee/tawazi | # Repository Context
Name: mindee/tawazi
Description:
# Pull Request
## chg: :bookmark: preparing v0.3.2
# Description
tag v0.3.2
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand area... |
2,025 | null | mosaicml/composer | # Repository Context
Name: mosaicml/composer
Description:
# Pull Request
## Complete upgrade of torchmetrics accuracy
Fixes failing daily tests caused by torchmetrics upgrade.
# Relevant Files Found
## composer/callbacks/early_stopper.py
```
# Copyright 2022 MosaicML Composer authors
# SPDX-License-Identifier: A... |
2,294 | null | desihub/desispec | # Repository Context
Name: desihub/desispec
Description:
# Pull Request
## Replace hard-coded paths with environment variables
This PR fixes #2272.
This PR introduces a new environment variable, `DESI_TILES`, similar to `DESI_SURVEYOPS` and also uses `DESI_SURVEYOPS` more extensively.
`DESI_TILES` will be def... |
9 | null | AstroKriel/LineIntegralConvolution | # Repository Context
Name: AstroKriel/LineIntegralConvolution
Description:
# Pull Request
## Add parallelism
This PR adds a simple (row-based) parallel implementation of the Python LIC backend using multiprocessing. It results in a noticeable speedup over the serial Python version, though it still performs slower t... |
123 | null | ej2/python-quickbooks | # Repository Context
Name: ej2/python-quickbooks
Description:
# Pull Request
## method is needed to refresh existing access token using refresh_token
added method to refresh access tokens,
also cleaned up api,
and made option to return result,
and added Oauth2 tests to not reduce overall coverage
very simila... |
15,802 | null | scipy/scipy | # Repository Context
Name: scipy/scipy
Description:
# Pull Request
## DOC: Import Error in examples
Trying to run the two examples fails.
I understand that this is in a private module. It was unclear to me if
those were meant to be public or not.
Alternative is to just remove the imports as those examples test... |
67 | null | egnyte/cloudimized | # Repository Context
Name: egnyte/cloudimized
Description:
# Pull Request
## Update Slack API file upload method
# Relevant Files Found
## cloudimized/core/slacknotifier.py
```
import logging
from slack_sdk import WebClient
from typing import Dict, Any
from cloudimized.gitcore.gitchange import GitChange
logge... |
43 | null | RockefellerArchiveCenter/scripts | # Repository Context
Name: RockefellerArchiveCenter/scripts
Description:
# Pull Request
## Simplify findByRefid script and csv
# Relevant Files Found
## archivessnake/findByRefid.py
```
#!/usr/bin/env python3
import json, csv, getpass, configparser
from asnake.client import ASnakeClient
def getAo(refid):
... |
1,362 | null | Giskard-AI/giskard-oss | # Repository Context
Name: Giskard-AI/giskard-oss
Description:
# Pull Request
## [GSK-1597] Push typo perturbation stochasticity
I had to hash the typo transformation in order to be able to retrieve the same random perturbation when the user go back and forth in the debugger.
The problem is described by two scr... |
14 | null | pyeventsourcing/eventsourcing | # Repository Context
Name: pyeventsourcing/eventsourcing
Description:
# Pull Request
## decorator function that register custom event handler to certain typ…
decorator function that register custom event handler to certain type of event.
very handy if someone wants to do more things when events get published.
# R... |
2,559 | null | scikit-hep/pyhf | # Repository Context
Name: scikit-hep/pyhf
Description:
# Pull Request
## docs: Use intersphinx_registry to keep intersphinx urls up to date
I think one of the difference is it will point toward uproot stable instead of latest (which is the dev version).
# Checklist Before Requesting Reviewer
- [ ] Tests are ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.