pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
7 | null | ACCESS-NRI/access-spack-packages | # Repository Context
Name: ACCESS-NRI/access-spack-packages
Description:
# Pull Request
## Update mom5 package.py
# Relevant Files Found
# Edits
This pull request updates the Spack package for MOM5 to improve build flexibility and compiler support, primarily by adding compatibility with the Intel compiler and... |
14 | null | Aaronontheweb/ubuntu-elgato-facecam | # Repository Context
Name: Aaronontheweb/ubuntu-elgato-facecam
Description:
# Pull Request
## Fix long-running stream corruption issues
## Summary
- Prevents v4l2 buffer corruption and timestamp overflow during extended streaming sessions
- Adds automatic health monitoring to prevent corruption after 3+ hours
- Fix... |
20 | null | romanvm/python-web-pdb | # Repository Context
Name: romanvm/python-web-pdb
Description:
# Pull Request
## make webpdb robust over closing threads
This PR addresses [python-web-pdb#18](https://github.com/romanvm/python-web-pdb/issues/18). (Test this branch against my [example script/bug repro instructions here](https://gist.github.com/maiam... |
9,676 | null | sgl-project/sglang | # Repository Context
Name: sgl-project/sglang
Description:
# Pull Request
## Quick fix for loading processor for supporting internvl3_5 series
## Motivation
InternVL 3.5 models fail to start in SGLang with `transformers==4.56.0.dev0` because `AutoProcessor.from_pretrained` instantiates `InternVLProcessor`, which... |
188 | null | oomol-lab/pdf-craft | # Repository Context
Name: oomol-lab/pdf-craft
Description:
# Pull Request
## docs(project): update to match latest API
# Relevant Files Found
## pdf_craft/analysers/analyser.py
```
from os import PathLike
from pathlib import Path
from ..llm import LLM
from ..pdf import PDFPageExtractor
from .types import Cor... |
29 | null | wayfair-incubator/dagger | # Repository Context
Name: wayfair-incubator/dagger
Description:
# Pull Request
## Implementing stop feature on workflow
## Description
This PR implements the stop functionality on the workflow. When stop is invoked on the workflow, dagger will invoke the stop method's implemented in the currently executing task... |
877 | null | marqo-ai/marqo | # Repository Context
Name: marqo-ai/marqo
Description:
# Pull Request
## Change warm-up device to cuda->cpu
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
feature
* **What is the current behavior?** (You can also link to an open issue here)
when we warm-up a model, we lo... |
507 | null | preludeorg/libraries | # Repository Context
Name: preludeorg/libraries
Description:
# Pull Request
## Shuffle tests into the sdk directory and fix deprecation warning
# Relevant Files Found
## tests/__init__.py
```
```
## tests/python/conftest.py
```
import pytest
@pytest.fixture
def unwrap():
def unwrapper(func):
if... |
2,684 | null | microsoft/playwright-python | # Repository Context
Name: microsoft/playwright-python
Description:
# Pull Request
## chore: roll Playwright to v1.49.1
# Relevant Files Found
## setup.py
```
# Copyright (c) Microsoft Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in complian... |
7 | null | simonprickett/phewap | # Repository Context
Name: simonprickett/phewap
Description:
# Pull Request
## Add reset wifi credentials route and button in the front end.
Closes #4
# Relevant Files Found
## main.py
```
from phew import access_point, connect_to_wifi, is_connected_to_wifi, dns, server
from phew.template import render_template... |
73 | null | abhisharma404/vault | # Repository Context
Name: abhisharma404/vault
Description:
# Pull Request
## Email finder
#### Changes this pull request makes :
#### Checklist :
- [X] I have added the relevant documentation.
- [X] My branch is up-to-date with the upstream master branch.
- [X] I have fully tested the changes locally... |
92 | null | infretis/infretis | # Repository Context
Name: infretis/infretis
Description:
# Pull Request
## bind dask worker to pin
This PR binds dask workers to the infretis pins, and thus fixes the irregular logs in worker*.log, and possible AMS issues.
# Relevant Files Found
## infretis/scheduler.py
```
"""The main infretis loop."""
fro... |
12 | null | ZihengJiang/tvm-hago | # Repository Context
Name: ZihengJiang/tvm-hago
Description:
# Pull Request
## HAGO performance script on arm.
cc @anijain2305
# Relevant Files Found
# Edits
This pull request adds a performance evaluation script for HAGO (Hardware-Aware GeOmetry) quantization on ARM devices, specifically targeting the Raspbe... |
377 | null | Lightning-Universe/lightning-bolts | # Repository Context
Name: Lightning-Universe/lightning-bolts
Description:
# Pull Request
## binary mnist dm fix
Fixes dataset not found error mentioned in issue #353
Reran the notebook that produced the error and it's now working:
https://colab.research.google.com/drive/1PHwAm48SNojrYbQWPeihmsbWuH-h6KU8#scr... |
114 | null | POSYDON-code/POSYDON | # Repository Context
Name: POSYDON-code/POSYDON
Description:
# Pull Request
## Update step_detached.py, corrected order of magnitude on RVJ83 [small fix]
This is to correct the Rappaport, Verbunt, and Joss 1983 prescription in step_detached.
The leading constant should have been 3.8e-30, not 3.8e30.
# Relevant ... |
37,300 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## TST: collect tests by method
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `black pandas`
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
# Relevant Files Found
## pandas/tests/... |
31 | null | coinbase-samples/prime-scripts-py | # Repository Context
Name: coinbase-samples/prime-scripts-py
Description:
# Pull Request
## add payment method support
- add payment method support
# Relevant Files Found
# Edits
This pull request adds support for payment methods in Coinbase Prime's REST API by introducing two new sample scripts. It enables ... |
279 | null | METR/inspect-action | # Repository Context
Name: METR/inspect-action
Description:
# Pull Request
## Switch to JSON logging
With Inspect AI having merged https://github.com/UKGovernmentBEIS/inspect_ai/pull/1973 and https://github.com/UKGovernmentBEIS/inspect_ai/pull/2021 we are now able to switch the JSON logging, which will give us a mu... |
49 | null | mujocolab/mjlab | # Repository Context
Name: mujocolab/mjlab
Description:
# Pull Request
## Make WarpBridge raise on attribute assignment to prevent CUDA graph bugs
Change `WarpBridge.__setattr__` to raise `AttributeError` instead of allowing assignment. This prevents a subtle bug where direct assignment creates new memory that capt... |
120 | null | openforcefield/smarty | # Repository Context
Name: openforcefield/smarty
Description:
# Pull Request
## Add conversion tool to take modified frcmod files to SMIRFF FFXML as per #118
Resolves issue #118 by adding to `utilities/convert_frosst` a script which can take a modified frcmod file as specified in #118 and convert it to SMIRFF FFXML... |
1,676 | null | recommenders-team/recommenders | # Repository Context
Name: recommenders-team/recommenders
Description:
# Pull Request
## Persist intermediate data to avoid non-determinism caused by Spark lazy random evaluation
### Description
<!--- Describe your changes in detail -->
<!--- Why is this change required? What problem does it solve? -->
The bug i... |
88 | null | Allen7D/mini-shop-server | # Repository Context
Name: Allen7D/mini-shop-server
Description:
# Pull Request
## fix(代码风格统一)
- 修改路由: cms_menu路由去斜杠
# Relevant Files Found
## app/api/cms/menu.py
```
# _*_ coding: utf-8 _*_
"""
Created by Mohan on 2020/5.
↓↓↓ 权限组路由管理接口 ↓↓↓
"""
from flask import request
from app.extensions.api_docs.redpri... |
134 | null | mcs07/PubChemPy | # Repository Context
Name: mcs07/PubChemPy
Description:
# Pull Request
## Documentation improvements
# Relevant Files Found
## pubchempy.py
```
"""PubChemPy: Python Interface for the PubChem Database."""
from __future__ import annotations
import enum
import functools
import json
import logging
import os
impor... |
45,804 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## dbcsr: avoid using a set in a message
@wdconinc
<!--
Remember that `spackbot` can help with your PR in multiple ways:
- `@spackbot help` shows all the commands that are currently available
- `@spackbot fix style` tries to push a commit t... |
137 | null | grai-io/grai-core | # Repository Context
Name: grai-io/grai-core
Description:
# Pull Request
## GRA-180
# Relevant Files Found
## grai-schemas/src/grai_schemas/v1/metadata/edges.py
```
from enum import Enum
from typing import Literal, Optional, Union
from grai_schemas.v1.generics import V1Mixin
class EdgeTypeLabels(Enum):
g... |
11 | null | qxf2/wtfiswronghere | # Repository Context
Name: qxf2/wtfiswronghere
Description:
# Pull Request
## Fizzbuzz challenge8
Made FizzBuzz a class and missed 'self' in the fizzbuzz method
# Relevant Files Found
# Edits
This pull request introduces a FizzBuzz challenge implemented as a class to demonstrate a common beginner error in Pyth... |
629 | null | more-itertools/more-itertools | # Repository Context
Name: more-itertools/more-itertools
Description:
# Pull Request
## Add function `iequals`
### Issue reference
<!-- If you're adding a new feature, please make an issue first -->
<!-- If you're fixing a trivial bug (e.g. a typo) you need not make an issue first -->
<!-- If you're fixing a non... |
86 | null | alexanderjulo/wiki | # Repository Context
Name: alexanderjulo/wiki
Description:
# Pull Request
## Sanitize move's newurl with clean_url.
This fixes a bug where the user can move a page to a new name that has
uppercase and spaces and is no longer reachable.
# Relevant Files Found
## tests/test_core.py
```
# -*- coding: utf-8 -*-
fro... |
1 | null | earlence-security/cellmate | # Repository Context
Name: earlence-security/cellmate
Description:
# Pull Request
## [Update] Task setup and content.js path; update gitlab/browser_use example
This PR contains the following updates:
1. Move task specification from `Cellmate.__init__` to `Cellmate.setup_policy` to fit the needs to multi-turn conve... |
753 | null | IdentityPython/pysaml2 | # Repository Context
Name: IdentityPython/pysaml2
Description:
# Pull Request
## No eduPersonTargetedID for entity category refeds research-and-scholarship
According to SWAMID policy eduPersonTargetedID should not be released for entity category refeds research-and-scholarship
### All Submissions:
* [X] Have ... |
25 | null | TensorPy/TensorPy | # Repository Context
Name: TensorPy/TensorPy
Description:
# Pull Request
## Sync setup.py file
Sync setup.py file
# Relevant Files Found
## setup.py
```
"""
The setup package to install TensorPy dependencies.
*> This does NOT include TensorFlow installation.
*> To install TensorFlow, use "./install.sh"
"""
from... |
11 | null | bccfilkom/noventis | # Repository Context
Name: bccfilkom/noventis
Description:
# Pull Request
## solve autopredictor
# Relevant Files Found
## noventis/predictor/auto.py
```
# ==============================================================================
# ENHANCED NOVENTIS AUTOML - COMPLETE CODE WITH IMPROVED DASHBOARD
# ========... |
1,169 | null | Infleqtion/client-superstaq | # Repository Context
Name: Infleqtion/client-superstaq
Description:
# Pull Request
## Don't pass in `css.AceCR` to `daily_integration_test.py`
Not passing in `css.AceCR` cause they can't be serialized anymore.
# Relevant Files Found
## qiskit-superstaq/qiskit_superstaq/daily_integration_test.py
```
# pylint: dis... |
55 | null | ekiefl/pooltool | # Repository Context
Name: ekiefl/pooltool
Description:
# Pull Request
## Auto potting
Adding auto aim-to-put In this commit:
* An aiming point coordinates (x,y) for each pocket is defined and set in the Pocket class
* A random 2 ball table layout is generated (simple.py)
* A potting pocket is auto selected b... |
311 | null | ArtyomZemlyak/tg-note | # Repository Context
Name: ArtyomZemlyak/tg-note
Description:
# Pull Request
## Check telegram tag support and edge cases
## Описание
Telegram Bot API не поддерживает HTML-тег `<br>` для переноса строк, ожидая символы новой строки (`\n`). Данные изменения исправляют некорректную обработку `<br>` тегов: валидатор т... |
52 | null | jisaacks/GitGutter | # Repository Context
Name: jisaacks/GitGutter
Description:
# Pull Request
## Fix paths for SublimeText3 build 3014
https://github.com/jisaacks/GitGutter/issues/46
# Relevant Files Found
## git_gutter.py
```
import sublime
import sublime_plugin
try:
from GitGutter.view_collection import ViewCollection
except... |
1,073 | null | reflex-dev/reflex | # Repository Context
Name: reflex-dev/reflex
Description:
# Pull Request
## chore: Update transition.py
Add transitions comments and don't need to explicitly set a default value.
### All Submissions:
- [x] Have you followed the guidelines stated in [CONTRIBUTING.md](https://github.com/pynecone-io/pynecone/blo... |
491 | null | kubeflow-kale/kale | # Repository Context
Name: kubeflow-kale/kale
Description:
# Pull Request
## feat(backend): support dynamic versioning for dev workflow
**Local development and PyPI workflow**
I decided to rely on `devpi` as the local PyPI-compatible index for Kale’s development builds.
This allows contributors to iterate quick... |
12 | null | lizeyan/Zotero-meta-update | # Repository Context
Name: lizeyan/Zotero-meta-update
Description:
# Pull Request
## Publish to PyPi
# Relevant Files Found
## zotero/request.py
```
import json
from concurrent.futures import ThreadPoolExecutor
from datetime import datetime
from functools import lru_cache
__all__ = ['download_items', 'write_me... |
10 | null | google/wci | # Repository Context
Name: google/wci
Description:
# Pull Request
## Adjust usages
Updates usage to a predefined standard
# Relevant Files Found
## app/blueprints/webhook/blueprint.py
```
# Copyright 2022 Google LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file ... |
8,328 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Speech: Add disclaimer to auto-generated template files (via synth).
This PR was generated using Autosynth. :rainbow:
Here's the log from Synthtool:
```
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/speech/synth... |
1,099 | null | OSOceanAcoustics/echopype | # Repository Context
Name: OSOceanAcoustics/echopype
Description:
# Pull Request
## Update a couple of "extra" EK60 Beam_group1 variables
Follows from https://github.com/OSOceanAcoustics/echopype/issues/951#issuecomment-1654246070, but for EK60. Complements PR #1094.
In `Beam_group1`:
- Drop `count` variable
-... |
44 | null | jorgebastida/glue | # Repository Context
Name: jorgebastida/glue
Description:
# Pull Request
## Adding namespace to global-template
Hi Jorge-
I use glue to compile to LESS files, and I'm using the global-template setting to create a variable that contains the path to the spritemap image. And it's actually a project, so I'm creating m... |
5,902 | null | optuna/optuna | # Repository Context
Name: optuna/optuna
Description:
# Pull Request
## Simplify type annotations for `tests/test_multi_objective.py`
## Motivation
This PR aims to enhance type annotation handling in `Optuna` to the module `tests/test_multi_objective.py` and contributes to solving https://github.com/optuna/optuna/... |
224 | null | tensorlakeai/tensorlake | # Repository Context
Name: tensorlakeai/tensorlake
Description:
# Pull Request
## refactor: simplify parse result
## Description
- Removal of `options`, `tasks_completed_count`, and `tasks_total_count` from the `ParseResult`
## Contribution Checklist
- [ ] If doing a Document AI SDK change then please crea... |
1,096 | null | NHSDigital/NRLF | # Repository Context
Name: NHSDigital/NRLF
Description:
# Pull Request
## NRL-1798 Add delete pointers script
# Relevant Files Found
# Edits
This pull request adds a script to delete pointers from a DynamoDB table by ID, validating them against an ODS code and supporting input from either a JSON or plain text... |
129 | null | EBI-Metagenomics/emg-viral-pipeline | # Repository Context
Name: EBI-Metagenomics/emg-viral-pipeline
Description:
# Pull Request
## Inver the order of the taxonomic lineages on the output files
This will close #113
# Relevant Files Found
## bin/contig_taxonomic_assign.py
```
#!/usr/bin/env python3
import argparse
import csv
import os
import re
impo... |
2,660 | null | fractal-analytics-platform/fractal-server | # Repository Context
Name: fractal-analytics-platform/fractal-server
Description:
# Pull Request
## Fix handling `extra_lines` in multi-image jobs and support new SBATCH keywords
## Checklist before merging
- [x] I added an appropriate entry to `CHANGELOG.md`
- [ ] I added logging to new code - if appropriate.
-... |
1,729 | null | dpkp/kafka-python | # Repository Context
Name: dpkp/kafka-python
Description:
# Pull Request
## Do network connections and writes in KafkaClient.poll()
This PR completes #981 and attempts to address several reports of consumer lockups that appear related to KafkaClient blocking for up to the full request_timeout_ms while holding the c... |
6,288 | null | Project-MONAI/MONAI | # Repository Context
Name: Project-MONAI/MONAI
Description:
# Pull Request
## Revert "feat(SABlock): access to the attn matrix"
Reverts Project-MONAI/MONAI#6271
# Relevant Files Found
## monai/networks/blocks/selfattention.py
```
# Copyright (c) MONAI Consortium
# Licensed under the Apache License, Version 2.0 ... |
142 | null | RasaHQ/rasa-nlu-examples | # Repository Context
Name: RasaHQ/rasa-nlu-examples
Description:
# Pull Request
## Stopword Remover
It's a hacky implementation but we're removing substrings from the text. We could also remove tokens, but this would have all sorts of nasty consequences when we also consider entities.
I should rename the impleme... |
10,385 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## amd mockgpu multigraph support
For testing remote graph stuff (prompted by #10371) in ci
# Relevant Files Found
## test/mockgpu/amd/amddriver.py
```
import pathlib, re, ctypes, mmap, collections, functools, copy, os
import tinygrad.runti... |
153 | null | monarch-initiative/pheval | # Repository Context
Name: monarch-initiative/pheval
Description:
# Pull Request
## fixes Update Makefile to satisfy new semsim scramble/conversion parameters #152
fixes #152
# Relevant Files Found
## src/pheval/cli_pheval_utils.py
```
"""PhEval utils Command Line Interface"""
from pathlib import Path
import c... |
45 | null | ClimateMind/climatemind-backend | # Repository Context
Name: ClimateMind/climatemind-backend
Description:
# Pull Request
## UUID for user per session
This generates a UUID for each invocation of the receive_user_scores() function, which is returned in the json with the scores.
# Relevant Files Found
## knowledge_graph/routes.py
```
from knowledg... |
96 | null | ansible/eda-server | # Repository Context
Name: ansible/eda-server
Description:
# Pull Request
## Fix missing pytest-asyncio errors
# Relevant Files Found
## tests/integration/wsapi/test_consumer.py
```
from unittest.mock import patch
import pytest
from channels.db import database_sync_to_async
from channels.testing import Websock... |
80 | null | UBC-Solar/sunlink | # Repository Context
Name: UBC-Solar/sunlink
Description:
# Pull Request
## Fails are now logged
**Purpose of Change**:
* Allows quick viewing of what parse fails occurred in there verbose format for better understanding. Although the parse fail is printed when link_telemetry is running, if there is a flurry of me... |
427 | null | langgenius/dify-official-plugins | # Repository Context
Name: langgenius/dify-official-plugins
Description:
# Pull Request
## feat(mineru):add MinerU pdf parse tool
add MinerU pdf parse tool
# Relevant Files Found
# Edits
This PR adds a new MinerU PDF parsing tool to the Dify plugin system, enabling users to extract content and images from PDF ... |
60 | null | up42/up42-py | # Repository Context
Name: up42/up42-py
Description:
# Pull Request
## Add test_job
Splits `create_and_run_job` into `run_job` and `test_job` (alternative .query() or test_query() but less clear). Makes it easier to discover and safer to use (feedback!). Breaking change due to renaming, but simplification justifie... |
1,482 | null | NVIDIA/apex | # Repository Context
Name: NVIDIA/apex
Description:
# Pull Request
## [contrib] xfail decorator to some of `transducer` tests
# Relevant Files Found
## apex/contrib/test/transducer/test_transducer_joint.py
```
import torch
import unittest
from apex.contrib.transducer import TransducerJoint
import transducer_... |
40 | null | Clarity-Digital-Twin/brain-go-brrr | # Repository Context
Name: Clarity-Digital-Twin/brain-go-brrr
Description:
# Pull Request
## fix(makefile): enhance WSL compatibility for testing
## Summary
- Added WSL detection to test-fast target to automatically run tests serially in WSL environments
- Created new make check-wsl target optimized for WSL users
-... |
202 | null | openreview/openreview-py | # Repository Context
Name: openreview/openreview-py
Description:
# Pull Request
## rename bid invitation
# Relevant Files Found
## openreview/invitations/templates.py
```
'''
Invitation templates and tools.
Most classes extend
'''
from __future__ import absolute_import, division, print_function, unicode_litera... |
174 | null | microsoft/debug-gym | # Repository Context
Name: microsoft/debug-gym
Description:
# Pull Request
## Agents rich progress
Report progress from debug and solution agents
# Relevant Files Found
## debug_gym/agents/base_agent.py
```
import json
import os
import subprocess
import uuid
from os.path import join as pjoin
import numpy as np
... |
4 | null | Bezdarnost/claritycore | # Repository Context
Name: Bezdarnost/claritycore
Description:
# Pull Request
## refactor dataset
# Relevant Files Found
## claritycore/dataset/datasets.py
```
# Copyright (c) Aman Urumbekov and other contributors.
import random
from collections.abc import Callable
from pathlib import Path
import numpy as np
i... |
318 | null | drivendataorg/cloudpathlib | # Repository Context
Name: drivendataorg/cloudpathlib
Description:
# Pull Request
## Speed up non recursive list_dir for google cloud storage
The non-recursive implementation of list_dir for google cloud was slow.
The issue was already stated in the code that we just filtered out the top-level files and dirs out o... |
9 | null | atomicarchitects/symphony | # Repository Context
Name: atomicarchitects/symphony
Description:
# Pull Request
## Update models and tests
# Relevant Files Found
## models.py
```
"""Definition of the generative models."""
from typing import Callable, Sequence, Union, Optional, Tuple
import e3nn_jax as e3nn
from flax import linen as nn
impo... |
821 | null | typeddjango/django-stubs | # Repository Context
Name: typeddjango/django-stubs
Description:
# Pull Request
## Fix suggested changes from #820
Fixes some additional suggested changes in #820. Just minor cleanup really.
## Related issues
Refs #820
# Relevant Files Found
## mypy_django_plugin/main.py
```
import configparser
import sys
... |
198 | null | sassoftware/pyviyatools | # Repository Context
Name: sassoftware/pyviyatools
Description:
# Pull Request
## Dev/binaryfile
Some changes to archivefiles:
- fixed a bug in the way binary files are identified
- allow for delete of files that cannot be archived
- make sure that files in folders are not processed unless parent folder is spe... |
83 | null | dougiteixeira/proxmoxve | # Repository Context
Name: dougiteixeira/proxmoxve
Description:
# Pull Request
## fix imports
# Relevant Files Found
## custom_components/proxmoxve/coordinator.py
```
"""DataUpdateCoordinators for the Proxmox VE integration."""
from __future__ import annotations
from datetime import timedelta
from typing impor... |
1,024 | null | HKUDS/LightRAG | # Repository Context
Name: HKUDS/LightRAG
Description:
# Pull Request
## fix the postgres get all labels and get knowledge graph
<!--
Thanks for contributing to LightRAG!
Please ensure your pull request is ready for review before submitting.
About this template
This template helps contributors provide a c... |
12 | null | roualdes/bridgestan | # Repository Context
Name: roualdes/bridgestan
Description:
# Pull Request
## [Julia] Interface Improvements
Closes #11
# Relevant Files Found
## python/test/test_bridgestan.py
```
import os
import numpy as np
import bridgestan as bs
def test_constructor():
# implicit destructor tests in success and fail ... |
5 | null | micktwomey/pyiso8601 | # Repository Context
Name: micktwomey/pyiso8601
Description:
# Pull Request
## Add project_urls for docs and issues
Closes #4
# Relevant Files Found
## setup.py
```
import os
try:
from setuptools import setup
except ImportError:
from distutils import setup
long_description = open(os.path.join(os.path.d... |
1 | null | flaree/flare-cogs | # Repository Context
Name: flaree/flare-cogs
Description:
# Pull Request
## [Modmail] Better attachments embedding
Preview:

How does this looks in message _(this is a single message sent from mobile client)_:

### Previous Behavior
acl_info was not working
### New Behavio... |
845 | null | openshift/assisted-test-infra | # Repository Context
Name: openshift/assisted-test-infra
Description:
# Pull Request
## NO-ISSUE - Replace libvirt list_leases usage with utils usage to support ipv6
It changed on https://github.com/openshift/assisted-test-infra/pull/335 but not on the controller
# Relevant Files Found
## discovery-infra/test_inf... |
620 | null | mozilla/pontoon | # Repository Context
Name: mozilla/pontoon
Description:
# Pull Request
## Use prefetched ProjectLocales on team/project dashboards
It should speed up Project and Team dashboard default tabs by some 20 %.
@jotes r?
# Relevant Files Found
## pontoon/base/models.py
```
from __future__ import division
import has... |
47 | null | AndrewAltimit/template-repo | # Repository Context
Name: AndrewAltimit/template-repo
Description:
# Pull Request
## Refactor: Clean up hello world examples and add permission prompts to AI helper scripts
## 🚀 Pull Request
This PR contains two main improvements to the codebase:
### 1. Remove Hello World Examples
Cleaned up the hello world exa... |
22 | null | rq/django-rq | # Repository Context
Name: rq/django-rq
Description:
# Pull Request
## Fix deprecated url pattern import
# Relevant Files Found
## django_rq/urls.py
```
from django.conf.urls.defaults import patterns, url
urlpatterns = patterns('django_rq.views',
url(r'^$', 'stats', name='rq_home'),
url(r'^queues/(?P<q... |
139 | null | edenai/edenai-apis | # Repository Context
Name: edenai/edenai-apis
Description:
# Pull Request
## deprecate voxist
- Remove voxist code as it's a depcreated provider.
# Relevant Files Found
## edenai_apis/apis/voxist/voxist_api.py
```
import json
import re
from typing import Dict, List, Optional
import requests
from edenai_apis.fe... |
27 | null | open-dynamic-robot-initiative/trifinger_simulation | # Repository Context
Name: open-dynamic-robot-initiative/trifinger_simulation
Description:
# Pull Request
## Spawn the cube in the centre of the arena
## Description
The default position is shifted to the side, so explicitly set it to the
centre of the arena, to match better with the real system.
## How I ... |
3,433 | null | mwaskom/seaborn | # Repository Context
Name: mwaskom/seaborn
Description:
# Pull Request
## Update type test to satisfy new flake8
I think we probably don't need the function this is testing anymore post py3 but not really worth getting into that as this is a trivial fix.
# Relevant Files Found
## tests/test_utils.py
```
"""Tests... |
47 | null | imcrazysteven/Crypto-Trading-Analyze-Telegram-Bot | # Repository Context
Name: imcrazysteven/Crypto-Trading-Analyze-Telegram-Bot
Description:
# Pull Request
## [feat] implemented get_recent_transactions for a wallet
# Relevant Files Found
## src/services/blockchain.py
```
import logging
import asyncio
from typing import Dict, List, Optional, Any
import random
fr... |
1,509 | null | stephenmcd/mezzanine | # Repository Context
Name: stephenmcd/mezzanine
Description:
# Pull Request
## TEMPLATES is a list of configurations.
# Relevant Files Found
## mezzanine/core/checks.py
```
from __future__ import unicode_literals
import pprint
import os
from django import VERSION as DJANGO_VERSION
from django.conf import glo... |
817 | null | modal-labs/modal-examples | # Repository Context
Name: modal-labs/modal-examples
Description:
# Pull Request
## Fix broken link in Stable Diffusion XL
Helpfully reported by a user: https://modal-com.slack.com/archives/C06GPR10K9V/p1721588994774209
# Relevant Files Found
## 06_gpu_and_ml/flan_t5/flan_t5_finetune.py
```
# ---
# runtimes: ["r... |
50,839 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Fix UnicodeDecodeError in ps module
Resolves #50829.
# Relevant Files Found
## salt/modules/ps.py
```
# -*- coding: utf-8 -*-
'''
A salt interface to psutil, a system and process library.
See http://code.google.com/p/psutil.
:depends: - ... |
257 | null | UKGovernmentBEIS/inspect_evals | # Repository Context
Name: UKGovernmentBEIS/inspect_evals
Description:
# Pull Request
## Fix metadata implementation
Previous implementation of the metadata module from #236 only worked for an editable installation because the `listing.yaml` file was not included in the packaged version.
This PR moves `listing.y... |
544 | null | pnkraemer/probdiffeq | # Repository Context
Name: pnkraemer/probdiffeq
Description:
# Pull Request
## Moved sample() to solution
# Relevant Files Found
## probdiffeq/solution.py
```
"""Interact with estimated solutions (on dense grids).
For example, this module contains functionality to compute off-grid marginals,
or to evaluate mar... |
526 | null | typeddjango/django-stubs | # Repository Context
Name: typeddjango/django-stubs
Description:
# Pull Request
## create monkeypatching function for adding get_item dunder
# i have made things!
## related issues
closes #507
refs #504, #515
wasn't too sure about the best way to implement this, so i figured i'd make a draft and ask y... |
352 | null | nathanmarlor/foxess_em | # Repository Context
Name: nathanmarlor/foxess_em
Description:
# Pull Request
## Migrate to OpenAPI method
This is based on the foxess-ha work on converting to OpenAPI which is based on https://www.foxesscloud.com/public/i18n/en/OpenApiDocument.html.
The configuration MAJOR version changes to 2, so it should rep... |
9 | null | ViperRNMC/marstek_venus_modbus | # Repository Context
Name: ViperRNMC/marstek_venus_modbus
Description:
# Pull Request
## 2025.6.4
## [2025.6.4] - 2025-07-10
### Added
- New fault sensor combining grid fault bits from register 36100
- Grid Status sensor with decoded standard options from register 44100
- Support for `scan_interval` per senso... |
443 | null | optimizely/python-sdk | # Repository Context
Name: optimizely/python-sdk
Description:
# Pull Request
## [FSSDK-10866] maintenance: Name all the different types of threads
Summary
-------
All the threads created in the SDK were unnamed. Threads have been named to improve identification and tracking.
Issues
------
- [FSSDK-10866](h... |
97 | null | caleb531/automata | # Repository Context
Name: caleb531/automata
Description:
# Pull Request
## Add global configuration and allow disabling automaton validation
Adds a new `automata.base.config` module with the following members:
1. A `Config` class that is only used for instantiating the `global_config` instance mentioned below
... |
170 | null | DiamondLightSource/python-zocalo | # Repository Context
Name: DiamondLightSource/python-zocalo
Description:
# Pull Request
## RabbitMQAPI: support comma-separated base_url
This allows for failover for clustered nodes if one node is out of action.
Iteratively attempts to `GET` the `/health/checks/alarms` for each url contained in the comma-separat... |
2,353 | null | safe-global/safe-transaction-service | # Repository Context
Name: safe-global/safe-transaction-service
Description:
# Pull Request
## Bump safe-eth-py
# Relevant Files Found
## safe_transaction_service/contracts/tests/test_commands.py
```
from io import StringIO
from unittest.mock import MagicMock, patch
from django.core.management import call_comm... |
4 | null | getsentry/pytest-sentry | # Repository Context
Name: getsentry/pytest-sentry
Description:
# Pull Request
## feat: yield before attempting to report flakey test
At least in the sentry codebase, `call.excinfo` is always `None` until we yield to other hooks.
# Relevant Files Found
## pytest_sentry.py
```
import os
import pytest
import sent... |
88 | null | jhuapl-boss/boss | # Repository Context
Name: jhuapl-boss/boss
Description:
# Pull Request
## Update auth logic for listing public resources.
Public resources needed changes to the ListAPIViews used for listing
collections, experiments, channels available to the user.
Previous logic only lists resources that the user has explicit... |
1,262 | null | netket/netket | # Repository Context
Name: netket/netket
Description:
# Pull Request
## Add MLP
I find myself dragging along some simple MLPs, so maybe it's useful adding it to netket. Not sure how useful it is for others.
# Relevant Files Found
## netket/models/__init__.py
```
# Copyright 2021 The NetKet Authors - All rights r... |
302 | null | PaddlePaddle/PaddleTS | # Repository Context
Name: PaddlePaddle/PaddleTS
Description:
# Pull Request
## add xai module
add xai module
# Relevant Files Found
# Edits
This pull request adds an XAI (Explainable AI) module to PaddleTS, enabling interpretability for deep time series models through post-hoc explanations using SHAP. The key... |
83 | null | arenadata/adcm-aio-client | # Repository Context
Name: arenadata/adcm-aio-client
Description:
# Pull Request
## ADCM-6282: Prepare an example of interaction with a hostprovider
# Relevant Files Found
## tests/integration/examples/test_iteration_with_cluster.py
```
import pytest
from adcm_aio_client import ADCMSession, Filter
from adcm_ai... |
6,999 | null | deepspeedai/DeepSpeed | # Repository Context
Name: deepspeedai/DeepSpeed
Description:
# Pull Request
## config torch to avoid graph breaks caused by logger
Following changes in Pytorch trace rules , my previous PR to avoid graph breaks caused by logger is no longer relevant. So instead I've added this functionality to torch dynamo - https... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.