pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
29 | null | R-Rijnbeek/IFC_WebViewer | # Repository Context
Name: R-Rijnbeek/IFC_WebViewer
Description:
# Pull Request
## Finished changing framework putting modules insite utils folder
# Relevant Files Found
## app/__init__.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
__init__.py: This module define the the webservice function build wit... |
157 | null | sportstensor/sportstensor | # Repository Context
Name: sportstensor/sportstensor
Description:
# Pull Request
## reduce miner reliabability days to check to 4 because MLB has lots of…
… games and predictions.
# Relevant Files Found
## common/constants.py
```
import datetime
from common.data import League
IS_DEV = False
# Controls if va... |
4 | null | RF-Tar-Railt/nonebot-plugin-uninfo | # Repository Context
Name: RF-Tar-Railt/nonebot-plugin-uninfo
Description:
# Pull Request
## :sparkles: onebot11 群组相关事件补充 gender 信息
# Relevant Files Found
## src/nonebot_plugin_uninfo/adapters/onebot11/main.py
```
from datetime import datetime, timedelta
from typing import Optional, Union
from nonebot.adapters... |
121 | null | modelscope/evalscope | # Repository Context
Name: modelscope/evalscope
Description:
# Pull Request
## update `supported datasets` docs and readme
# Relevant Files Found
## examples/example_eval_custom_llm_data.py
```
# Copyright (c) Alibaba, Inc. and its affiliates.
import torch
from evalscope.run import run_task
from evalscope.confi... |
927 | null | marshmallow-code/webargs | # Repository Context
Name: marshmallow-code/webargs
Description:
# Pull Request
## [pre-commit.ci] pre-commit autoupdate
<!--pre-commit.ci start-->
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.3.2)
- [github.com/pre-commit/mirror... |
135 | null | se-sic/VaRA-Tool-Suite | # Repository Context
Name: se-sic/VaRA-Tool-Suite
Description:
# Pull Request
## Add custom parser and writer for case study
Adds a parser for the case study yaml format, as well as an appropriate writer.
Fixes se-passau/VaRA#484
# Relevant Files Found
## tests/paper/test_case_study.py
```
"""
Test case study
"... |
2,202 | null | great-expectations/great_expectations | # Repository Context
Name: great-expectations/great_expectations
Description:
# Pull Request
## Checkpoint.run
- fill out implementation of Checkpoint.run
# Relevant Files Found
## great_expectations/checkpoint/checkpoint.py
```
import os
from ruamel.yaml import YAML, YAMLError
from io import StringIO
import jso... |
409 | null | opentelekomcloud/python-otcextensions | # Repository Context
Name: opentelekomcloud/python-otcextensions
Description:
# Pull Request
## [DMS] v2 proxy
For request #407
# Relevant Files Found
## otcextensions/sdk/dms/dms_service.py
```
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance wit... |
3 | null | ooleksyuk/CarND-Capstone | # Repository Context
Name: ooleksyuk/CarND-Capstone
Description:
# Pull Request
## Traffic light detection - dummy mode
## What?
Created a dummy detector for the traffic lights using the /vehicle/traffic_lights topic that the simulator publishes to.
## Why?
The /traffic_waypoint is published and further develo... |
491 | null | openstack-charmers/zaza | # Repository Context
Name: openstack-charmers/zaza
Description:
# Pull Request
## Fix force_deploy being wrong type and crashing zaza
If force_deploy dosn't have a list or iterable, then zaza crashes with a
TypeError. This patch makes it more robust.
Also remove the hirsute series from the second.yaml bundle t... |
1,294 | null | IFRCGo/go-api | # Repository Context
Name: IFRCGo/go-api
Description:
# Pull Request
## Safelink neutralizing
# Relevant Files Found
## middlewares/middlewares.py
```
import threading
from rest_framework import permissions
from django.conf import settings
from django.http import JsonResponse
from django.utils.translation impo... |
12,379 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## Some miscellaneous changes to make tests pass when jax.Array is enabled by default.
Some miscellaneous changes to make tests pass when jax.Array is enabled by default.
1. Add `device_buffer` and `device_buffers` fields to Array as a backwards com... |
16 | null | awegroup/Vortex-Step-Method | # Repository Context
Name: awegroup/Vortex-Step-Method
Description:
# Pull Request
## Wing aero
# Relevant Files Found
## old_code/functions_VSM_LLT.py
```
import numpy as np
import matplotlib.pyplot as plt
import time as time
# %%
def run_VSM(coord, Uinf, Gamma0, data_airf, conv_crit, A, rho=1.225):
# G... |
6,351 | null | tinygrad/tinygrad | # Repository Context
Name: tinygrad/tinygrad
Description:
# Pull Request
## qcom cleanups
# Relevant Files Found
## tinygrad/runtime/ops_qcom.py
```
from __future__ import annotations
import os, time, ctypes, functools, mmap, struct, array, decimal, math
from types import SimpleNamespace
from typing import Tupl... |
4,461 | null | wandb/weave | # Repository Context
Name: wandb/weave
Description:
# Pull Request
## fix(weave): grid using imports not available on Windows
## Description
Fix for https://github.com/wandb/weave/issues/4459
## Testing
I unfortunately don't have a Windows machine available for testing. Cursor will gladly write the equiva... |
596 | null | nebari-dev/nebari | # Repository Context
Name: nebari-dev/nebari
Description:
# Pull Request
## make message for schema validation failure more informative
This provides a little more context for the user upon failure during schema
validation of the qhub config yaml (example is
https://github.com/Quansight/qhub/issues/593). I found th... |
57 | null | CybercentreCanada/assemblyline-base | # Repository Context
Name: CybercentreCanada/assemblyline-base
Description:
# Pull Request
## CLI Enhancements
For #55, this adds command completion for the user and service command.
For #56, this returns a clearer message when a user or service does not exist.
# Relevant Files Found
## assemblyline/common/ba... |
59 | null | nightlark/pymsi | # Repository Context
Name: nightlark/pymsi
Description:
# Pull Request
## Add MSI viewer and extractor to RTD site
# Relevant Files Found
## src/pymsi/package.py
```
import copy
from pathlib import Path
from typing import Iterator, Optional
import olefile
from pymsi import streamname
from pymsi.category impor... |
158 | null | ajouatom/openpilot | # Repository Context
Name: ajouatom/openpilot
Description:
# Pull Request
## liveDelay(SAD), latSmoothSeconds
<!-- Please copy and paste the relevant template -->
<!--- ***** Template: Fingerprint *****
**Car**
Which car (make, model, year) this fingerprint is for
**Route**
A route with the fingerprint
... |
104 | null | UXARRAY/uxarray | # Repository Context
Name: UXARRAY/uxarray
Description:
# Pull Request
## Write scrip
Adds SCRIP writer function
Updates User API for helpers.py section:
- Ensures alphabetical ordering
- Updates names for consistency
# Relevant Files Found
## test/test_dataset.py
```
import os
from unittest import TestCas... |
5,906 | null | polarsource/polar | # Repository Context
Name: polarsource/polar
Description:
# Pull Request
## server/checkout: tweak handle_stripe_success to ignore non-recurring product even if checkout already succeeded
- server/checkout: tweak handle_stripe_success to ignore non-recurring product even if checkout already succeeded
# Relevant Fi... |
414 | null | biliup/biliup | # Repository Context
Name: biliup/biliup
Description:
# Pull Request
## [Feature] Added support for Kuaishou.
#411
# Relevant Files Found
# Edits
This pull request adds support for recording live streams from Kuaishou, a popular Chinese live-streaming platform. It introduces a new plugin `kuaishou.py` that ex... |
11,942 | null | RasaHQ/rasa | # Repository Context
Name: RasaHQ/rasa
Description:
# Pull Request
## Fix custom form activation to solve double slot validation issue - [ENG 117]
**Proposed changes**:
- Refactor form activation to solve double slot validation.
- Add tests for the change.
Fixes https://rasahq.atlassian.net/browse/ENG-117
**S... |
1,048 | null | activeloopai/deeplake | # Repository Context
Name: activeloopai/deeplake
Description:
# Pull Request
## List datasets
Add CLI commands, util for getting lists of public and user datasets from the backend.
# Relevant Files Found
## hub/__init__.py
```
import numpy as np
__pdoc__ = {
"core": False,
"api": False,
"cli": False... |
437 | null | microsoft/presidio | # Repository Context
Name: microsoft/presidio
Description:
# Pull Request
## added IT + proper error msg
Added Analyzer integration tests.
Changed the way errors are returned.
# Relevant Files Found
## functional-tests/tests/test_analyzer.py
```
import pytest
from common.methods import analyze, analyzer_support... |
150 | null | argoproj-labs/hera | # Repository Context
Name: argoproj-labs/hera
Description:
# Pull Request
## Support GitArtifact
https://github.com/argoproj/argo-workflows/blob/master/sdks/python/client/docs/IoArgoprojWorkflowV1alpha1GitArtifact.md
# Relevant Files Found
## src/hera/artifact.py
```
from argo_workflows.models import (
IoArg... |
50 | null | MAIF/arta | # Repository Context
Name: MAIF/arta
Description:
# Pull Request
## fix: user extra arguments
### What?
User extra arguments in `.apply_rules()` were not given to action and condition function implementations.
### Have you done?
- [X] Code tests
- [X] Update documentation
- [X] Update [changelog](https://git... |
1,465 | null | HabanaAI/vllm-fork | # Repository Context
Name: HabanaAI/vllm-fork
Description:
# Pull Request
## Fix multimodal warmup
# Relevant Files Found
## vllm/worker/hpu_model_runner.py
```
# SPDX-License-Identifier: Apache-2.0
###############################################################################
# Copyright (C) 2024 Habana Labs... |
48 | null | NLESC-JCER/QMCTorch | # Repository Context
Name: NLESC-JCER/QMCTorch
Description:
# Pull Request
## added scaled pade jastrow
# Relevant Files Found
## qmctorch/wavefunction/pade_jastrow.py
```
import torch
from torch import nn
from .electron_distance import ElectronDistance
from . two_body_jastrow_base import TwoBodyJastrowFactorBa... |
108 | null | sethmlarson/truststore | # Repository Context
Name: sethmlarson/truststore
Description:
# Pull Request
## Add test for 3.7 compatible syntax
Related to https://github.com/pypa/pip/pull/12107, this test ensures that the syntax used in the truststore package is compatible with Python 3.7 (so anyone can call compileall).
# Relevant Files Fou... |
24 | null | City-of-Helsinki/open-city-profile | # Repository Context
Name: City-of-Helsinki/open-city-profile
Description:
# Pull Request
## Test user tries to make a second profile
User should only be able to create one profile for herself.
Refs #1
# Relevant Files Found
## profiles/tests/test_profiles_api.py
```
import os
import tempfile
from django.con... |
539 | null | debrief/pepys-import | # Repository Context
Name: debrief/pepys-import
Description:
# Pull Request
## Fix issues with EAG importer
This fixes two issues with the EAG importer:
1. Fixes #511, where files weren't recognised by the EAG importer because of how the filename checks were performed. This PR makes the filename checks more robu... |
1,498 | null | vllm-project/llm-compressor | # Repository Context
Name: vllm-project/llm-compressor
Description:
# Pull Request
## [Bugfix] Remove tracing imports from tests
## Purpose ##
* We no longer use traceable definitions as of #1411, so we should no longer be importing these definitions in the tests
## Changes ##
* Remove traceable model definiti... |
3,655 | null | modelscope/ms-swift | # Repository Context
Name: modelscope/ms-swift
Description:
# Pull Request
## set grpo multi turn max tokens
# PR type
- [ ] Bug Fix
- [x] New Feature
- [ ] Document Updates
- [ ] More Models or Datasets Support
# PR information
Set max_completion_lens to the total length of multi-turn generation.
Writ... |
80 | null | gnosis/dex-open-solver | # Repository Context
Name: gnosis/dex-open-solver
Description:
# Pull Request
## Fixes reduce over empty sequence.
Closes #79.
# Relevant Files Found
## dex_open_solver/best_token_pair_solver/solver.py
```
import json
import logging
import time
from copy import deepcopy
from decimal import Decimal as D
from func... |
95 | null | SMTG-Bham/sumo | # Repository Context
Name: SMTG-Bham/sumo
Description:
# Pull Request
## Move `string_to_spin` function for API compatibility
Following on from issue #94 , I've moved the `string_to_spin` function (which accepts the `--spin` argument and converts to a pymatgen Spin object) from the `parser.add_argument` call (in wh... |
13,242 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## Fix cloudpickle
<!-- 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 assignee section when you create a PR.... |
3,660 | null | wandb/weave | # Repository Context
Name: wandb/weave
Description:
# Pull Request
## fix(weave): wrap up datasets using separate "fastlane" future executor
## Description
Use a separate futureExecutor for jobs that are guaranteed to not be nested, ensuring the ability to directly execute. Complex potentially nested operations ... |
1 | null | openscm/openscm-runner | # Repository Context
Name: openscm/openscm-runner
Description:
# Pull Request
## Add initial setup
# Relevant Files Found
# Edits
This pull request sets up the initial project structure for OpenSCM-Runner, a thin wrapper to run simple climate models using emissions-driven scenarios. It adds core configuration... |
230 | null | muchdogesec/vulmatch | # Repository Context
Name: muchdogesec/vulmatch
Description:
# Pull Request
## Update views.py
# Relevant Files Found
## vulmatch/server/views.py
```
import logging
import os
from urllib.parse import urljoin
import requests
from rest_framework import viewsets, status, decorators, mixins
from vulmatch.server.ar... |
73 | null | CDCgov/cfa-viral-lineage-model | # Repository Context
Name: CDCgov/cfa-viral-lineage-model
Description:
# Pull Request
## Ensuring integrity of DataFrames for observed counts and model forecasts
Resolves #67.
## Overview
Here we introduce two new classes, `linmod.data.CountsFrame` and `linmod.models.ForecastFrame`, to help us ensure the inte... |
9 | null | beebeeep/cacus | # Repository Context
Name: beebeeep/cacus
Description:
# Pull Request
## Develop
# Relevant Files Found
## cacus/common.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import sys
import time
import yaml
import uuid
import gnupg
import pymongo
import hashlib
import requests
import logging
import ... |
294 | null | NASA-AMMOS/AIT-Core | # Repository Context
Name: NASA-AMMOS/AIT-Core
Description:
# Pull Request
## Issue #290 - Update server port configuration examples
# Relevant Files Found
## ait/core/server/test/test_server.py
```
import os
import os.path
import nose
from nose.tools import *
from unittest import mock
import ait.core
import ... |
160 | null | hngprojects/aivideo_be | # Repository Context
Name: hngprojects/aivideo_be
Description:
# Pull Request
## feat: add podcast summary
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
Route to summarize the podcast using url
## Related Issue (Link to i... |
2 | null | koaning/fh-altair | # Repository Context
Name: koaning/fh-altair
Description:
# Pull Request
## ex
# Relevant Files Found
## examples/clicker.py
```
from fh_altair import matplotlib2fasthtml
from fasthtml.common import *
import numpy as np
import matplotlib.pylab as plt
app, rt = fast_app()
count = 0
plotdata = []
@matplotl... |
1,055 | null | ImperialCollegeLondon/virtual_ecosystem | # Repository Context
Name: ImperialCollegeLondon/virtual_ecosystem
Description:
# Pull Request
## Revamp the existing "Using the VE" documentation
# Description
This PR is tidying up the existing "Using the VE" documentation. The main changes are:
* I've created an overview of the main pages as a landing page... |
60,853 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add PPB VOC sensor to ZHA
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Breaking change
<!--
If your PR contains a breaking change ... |
12,024 | null | Chia-Network/chia-blockchain | # Repository Context
Name: Chia-Network/chia-blockchain
Description:
# Pull Request
## Fee and cancel fix
Previously, when using fees, we were double signing the fee transaction in the NFT's generate signed transaction method. This PR fixes that.
Additionally, I added a heuristic to generate_signed_transaction:... |
212 | null | rllm-team/rllm | # Repository Context
Name: rllm-team/rllm
Description:
# Pull Request
## Modify docs.
# Relevant Files Found
## examples/rect.py
```
# The RECT method from the
# "Network Embedding with Completely-imbalanced Labels" paper.
# ArXiv: https://arxiv.org/abs/2007.03545
# RECT focuses on the zero-shot setting,
# whe... |
1,691 | null | cloudify-cosmo/cloudify-manager | # Repository Context
Name: cloudify-cosmo/cloudify-manager
Description:
# Pull Request
## Add a basic rabbitmq brokers rest endpoint
# Relevant Files Found
## rest-service/manager_rest/rest/endpoint_mapper.py
```
#########
# Copyright (c) 2015 GigaSpaces Technologies Ltd. All rights reserved
#
# Licensed under ... |
5,866 | null | TencentBlueKing/blueking-dbm | # Repository Context
Name: TencentBlueKing/blueking-dbm
Description:
# Pull Request
## fix(backend): sqlserver新机重建亲和性问题处理 #5865
# Relevant Files Found
## dbm-ui/backend/tests/mock_data/ticket/sqlserver_flow.py
```
# -*- coding: utf-8 -*-
"""
TencentBlueKing is pleased to support the open source community by mak... |
15 | null | fossasia/eventyay-tickets-stripe | # Repository Context
Name: fossasia/eventyay-tickets-stripe
Description:
# Pull Request
## Fix wrong use of gettext
Fix Internal Server Error when accessing _/tickets/control/event/\<org\>/\<event\>/settings/payment/stripe_settings_.
## Summary by Sourcery
Bug Fixes:
- Correct the string formatting for gettext tr... |
75 | null | olirice/alembic_utils | # Repository Context
Name: olirice/alembic_utils
Description:
# Pull Request
## PGTrigger -> cls to allow easier subclassing
At the moment if you want to subclass PGTrigger you need to copy the `from_database` in order to switch from PGTrigger to your subclass. This allows you to skip that step.
# Relevant Files F... |
172 | null | czasg/pywss | # Repository Context
Name: czasg/pywss
Description:
# Pull Request
## feat: 新增log_json参数
# Relevant Files Found
## pywss/__init__.py
```
# coding: utf-8
import os
import re
import json
import time
import loggus
import socket
import inspect
import threading
import selectors
from typing import Dict, Union
from _... |
391 | null | annuaire-entreprises-data-gouv-fr/search-api | # Repository Context
Name: annuaire-entreprises-data-gouv-fr/search-api
Description:
# Pull Request
## [TESTING]chore: update immat e2e test
# Relevant Files Found
## aio/aio-proxy/aio_proxy/tests/e2e_tests/test_api.py
```
import re
import pytest
from aio_proxy.tests.e2e_tests.response_tester import APIRespons... |
155 | null | GispoCoding/tarmo | # Repository Context
Name: GispoCoding/tarmo
Description:
# Pull Request
## Arcgis importer
Implement #16 and #17
# Relevant Files Found
## backend/test/conftest.py
```
import os
import time
import timeit
from pathlib import Path
import psycopg2
import pytest
from alembic import command
from alembic.config imp... |
1,636 | null | stanford-crfm/helm | # Repository Context
Name: stanford-crfm/helm
Description:
# Pull Request
## Escape shell arguments in `SlurmRunner`
Previously, `SlurmRunner` would fail if there were spaces in the run spec name, or in a directory path.
Also set `mail_type` to `FAIL` because `END` is excessively spammy.
# Relevant Files Found
... |
934 | null | SpiNNakerManchester/SpiNNFrontEndCommon | # Repository Context
Name: SpiNNakerManchester/SpiNNFrontEndCommon
Description:
# Pull Request
## removed BootPortNum as always None
Fixes https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/issues/831
Must be done at the same time as:
https://github.com/SpiNNakerManchester/SpiNNMan/pull/273
# Relevant ... |
22 | null | Erotemic/utool | # Repository Context
Name: Erotemic/utool
Description:
# Pull Request
## Dev/2.1.6
# Relevant Files Found
## utool/Preferences.py
```
# -*- coding: utf-8 -*-
"""
FIXME:
This class is very old, convoluted, and coupled.
It really needs to be rewritten efficiently.
the __setattr__ __getattr__ stuff nee... |
362 | null | cekit/cekit | # Repository Context
Name: cekit/cekit
Description:
# Pull Request
## Descriptor loading rewrite
Sharing the same code to read string representing paths and
JSON stings at the same time is not easy. To differentiate between these
we assume that provided paths are absolute. If we found the "/" character
in the be... |
126 | null | lmnr-ai/lmnr-python | # Repository Context
Name: lmnr-ai/lmnr-python
Description:
# Pull Request
## human evaluator
<!-- ELLIPSIS_HIDDEN -->
> [!IMPORTANT]
> Integrate HumanEvaluator instances into the evaluation process, updating score handling and adding tests for new functionality.
>
> - **Behavior**:
> - Increase `MAX_MANU... |
75 | null | Farama-Foundation/Gymnasium-Robotics | # Repository Context
Name: Farama-Foundation/Gymnasium-Robotics
Description:
# Pull Request
## Add back long description
# Description
The long description was removed in the setup.py to toml conversion, this PR adds it back
# Relevant Files Found
## setup.py
```
"""Setups the project."""
import pathlib
fro... |
348 | null | zigpy/zha | # Repository Context
Name: zigpy/zha
Description:
# Pull Request
## Set up reporting on AC attribute divisor and multiplier
Should resolve https://github.com/zigpy/zha-device-handlers/issues/3374
I'll test it out with a real plug when I get one.
# Relevant Files Found
## tests/test_cluster_handlers.py
```
"""... |
8 | null | elceef/dnstwist | # Repository Context
Name: elceef/dnstwist
Description:
# Pull Request
## New replacement generator
The previous replacement generator only switched characters with its neighbors, instead of replacing each character with nearby letters.
Therefore I renamed the old generator and created a new one.
# Relevant File... |
8,449 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## Use f-strings in python tasks.
### Problem
We still use str.format(), f-strings are preferable.
### Solution
Use f-strings
### Result
Cleaner, more pythonic code.
# Relevant Files Found
## src/python/pants/backend/python/tasks/build_l... |
23 | null | iterative/ldb-resources | # Repository Context
Name: iterative/ldb-resources
Description:
# Pull Request
## add transform command summary
# Relevant Files Found
# Edits
This pull request adds a new transform command for rotating images, enabling users to apply rotation transformations via a script. The key change is the introduction o... |
260 | null | Auto-Mech/autochem | # Repository Context
Name: Auto-Mech/autochem
Description:
# Pull Request
## Dev
# Relevant Files Found
## automol/reac/_find.py
```
""" reaction finders
Function arguments:
Each function takes a list of reactant graphs and a list of product graphs.
Note that the reactant graphs *cannot* have overlappi... |
263 | null | midea-lan/midea-local | # Repository Context
Name: midea-lan/midea-local
Description:
# Pull Request
## fix(cli): authenticate on discover v3 device
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **New Features**
- Improved error handling and logging during the device connection ... |
37 | null | koonimaru/DeepGMAP | # Repository Context
Name: koonimaru/DeepGMAP
Description:
# Pull Request
## 25042019-4
# Relevant Files Found
## deepgmap/train/deepshark_local_oop_1d2.py
```
import tensorflow as tf
import sys
import numpy as np
import time
import glob
from natsort import natsorted
import getopt
import importlib as il
import ... |
161 | null | tabiya-tech/compass | # Repository Context
Name: tabiya-tech/compass
Description:
# Pull Request
## feat(backend): - protect /conversation and /conversation/history endpoints
# Relevant Files Found
## backend/app/server.py
```
import logging
import os
from datetime import datetime
from typing import List, Annotated
from dotenv impo... |
119 | null | creativecommons/ccos-scripts | # Repository Context
Name: creativecommons/ccos-scripts
Description:
# Pull Request
## Fix the split command to accept commas without the following space
## Description
The repos were not being split as written in the code because of missing spaces.
## Technical details
The function that fetches the databag f... |
229 | null | k4cg/nichtparasoup | # Repository Context
Name: k4cg/nichtparasoup
Description:
# Pull Request
## cli via click - exploded
# Relevant Files Found
## nichtparasoup/cli/__init__.py
```
__all__ = ['main']
from os.path import dirname
from sys import version_info
from click import group, version_option
import nichtparasoup
# from nic... |
1,346 | null | cloudflare/cloudflare-python | # Repository Context
Name: cloudflare/cloudflare-python
Description:
# Pull Request
## feat(api): OpenAPI spec update via Stainless API
# Relevant Files Found
## src/cloudflare/types/radar/dns/summary_response_codes_response.py
```
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for det... |
9 | null | LucienShui/open-ai-search | # Repository Context
Name: LucienShui/open-ai-search
Description:
# Pull Request
## Feature/add query list to prompt
# Relevant Files Found
## open_ai_search/rag.py
```
import asyncio
import json
import os
import re
from datetime import datetime
from typing import List, Dict, Union, Any, AsyncIterable
from ope... |
42 | null | Galileo-Galilei/kedro-mlflow | # Repository Context
Name: Galileo-Galilei/kedro-mlflow
Description:
# Pull Request
## Versioned datasets handled correctly by MLflowDataSet
# Relevant Files Found
## kedro_mlflow/io/mlflow_dataset.py
```
from typing import Any, Dict, Union
import mlflow
from kedro.io import AbstractVersionedDataSet
from kedro... |
708 | null | aeecleclair/Hyperion | # Repository Context
Name: aeecleclair/Hyperion
Description:
# Pull Request
## Revoke refresh token on password change
### Description
Currently, is someone account is compromised, the user can not log out all active sessions.
Due to the use of a JWT we can not revoke active access token, but as they have a l... |
2,863 | null | meta-pytorch/torchtune | # Repository Context
Name: meta-pytorch/torchtune
Description:
# Pull Request
## Update QAT recipe to match full finetune recipe (7/1/25)
**Summary:** Similar to https://github.com/pytorch/torchtune/pull/2721. Update `qat_distributed` recipe to mirror
`full_finetune_distributed` up until 371bb0b.
Diff between f... |
1,936 | null | cds-snc/notification-admin | # Repository Context
Name: cds-snc/notification-admin
Description:
# Pull Request
## Change name of Xray Service
Change name of Xray Service
# Summary | Résumé
Change name of Xray Service
https://app.zenhub.com/workspaces/notify-planning-core-6411dfb7c95fb80014e0cab0/issues/gh/cds-snc/notification-planning... |
878 | null | pajbot/pajbot | # Repository Context
Name: pajbot/pajbot
Description:
# Pull Request
## TMI Rates
Pull request checklist:
- [ ] `CHANGELOG.md` was updated, if applicable
- [ ] Documentation in docs/ or install-docs/ was updated, if applicable
<!--
Don't forget to check and reformat your code:
./scripts/reformat.sh
-->
F... |
49 | null | acroz/pylivy | # Repository Context
Name: acroz/pylivy
Description:
# Pull Request
## Clarify supported python versions
Issue #48 highlighted that the versions of Python supported by this library (which is relatively restrictive) are not clear.
This PR adds a badge and entries to the README and docs to state the supported vers... |
6,272 | null | prowler-cloud/prowler | # Repository Context
Name: prowler-cloud/prowler
Description:
# Pull Request
## fix(aws): solve `None` type errors
# Backport
This will backport the following commits from `master` to `v5.0`:
- [fix(aws): solve `None` type errors (#6268)](https://github.com/prowler-cloud/prowler/pull/6268)
<!--- Backpo... |
329 | null | g0ldyy/comet | # Repository Context
Name: g0ldyy/comet
Description:
# Pull Request
## feat: debridio scraper
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- New Features
- Added Debrid.io scraping integration, toggleable via config and requiring an API key.
- Documentati... |
76 | null | oshaughn/research-projects-RIT | # Repository Context
Name: oshaughn/research-projects-RIT
Description:
# Pull Request
## Baryon mass factor corrected and RePrimAnd accuracy scale option added
# Relevant Files Found
## MonteCarloMarginalizeCode/Code/RIFT/physics/EOSManager.py
```
#
# EOSManager.py
#
# SEE ALSO
# - util_WriteXMLWithEOS
... |
1 | null | Zyphra/zcookbook | # Repository Context
Name: Zyphra/zcookbook
Description:
# Pull Request
## Improve Calc README and FLOPs Script
- Improves the calc README. Both overall writing and some inconsistencies in how we present flops/params
- Completely rework the mamba flop calc script. Some errors were introduced in commits after the i... |
5,618 | null | mozilla/addons-server | # Repository Context
Name: mozilla/addons-server
Description:
# Pull Request
## rm some more unused files
fixes mozilla/addons#4434 and then some more unused files I found in /js/
# Relevant Files Found
## src/olympia/lib/settings_base.py
```
# -*- coding: utf-8 -*-
# Django settings for addons-server project.
... |
6,913 | null | streamlit/streamlit | # Repository Context
Name: streamlit/streamlit
Description:
# Pull Request
## Allow setting placeholder for st.selectbox
<!--
⚠️ BEFORE CONTRIBUTING PLEASE READ OUR CONTRIBUTING GUIDELINES!
https://github.com/streamlit/streamlit/wiki/Contributing
-->
## Describe your changes
Since I have made it possible t... |
5,063 | null | iterative/dvc | # Repository Context
Name: iterative/dvc
Description:
# Pull Request
## parametrization: disable `set` keyword
Only handling it through schema for now. There have been some discussions on supporting parameterization on `vars`, so internals could be repurposed. Rushing with it for the pre-release builds.
* [x] ❗... |
1 | null | codingsparse/qwerty-weighted-levenshtein | # Repository Context
Name: codingsparse/qwerty-weighted-levenshtein
Description:
# Pull Request
## remove redundant min calculations
# Relevant Files Found
## src/qwerty_weighted_levenshtein/qwerty_weighted_levenshtein.py
```
from typing import Callable, Union
import numpy as np
from weighted_levenshtein import... |
6 | null | sea-bass/pyrobosim | # Repository Context
Name: sea-bass/pyrobosim
Description:
# Pull Request
## Add pip dependencies to setup
# Relevant Files Found
## setup.py
```
import os
from os.path import join
from setuptools import setup
# This is for standalone (non-ROS) use.
def get_files_in_folder(directory):
""" Helper function ... |
8,759 | null | mne-tools/mne-python | # Repository Context
Name: mne-tools/mne-python
Description:
# Pull Request
## BUG, DOC: read_raw_egi didn't support pathlib.Path; update read_raw() docstring
All readers should accept a `Path`.
# Relevant Files Found
## mne/io/_read_raw.py
```
"""Generic wrapper function read_raw for specific read_raw_xxx reade... |
421 | null | AndrewAnnex/SpiceyPy | # Repository Context
Name: AndrewAnnex/SpiceyPy
Description:
# Pull Request
## start of try to add cibuildwheel to spiceypy
# Relevant Files Found
## setup.py
```
"""
The MIT License (MIT)
Copyright (c) [2015-2021] [Andrew Annex]
Permission is hereby granted, free of charge, to any person obtaining a copy
of ... |
321 | null | harry0703/MoneyPrinterTurbo | # Repository Context
Name: harry0703/MoneyPrinterTurbo
Description:
# Pull Request
## update tips and add hide_config
# Relevant Files Found
## webui/Main.py
```
import sys
import os
import time
# Add the root directory of the project to the system path to allow importing modules from the project
root_dir = os... |
3,267 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## Add approvaltests.cpp 10.4.0
Specify library name and version: **approvaltests.cpp/10.4.0**
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contribut... |
1 | null | peterwittek/bibpain | # Repository Context
Name: peterwittek/bibpain
Description:
# Pull Request
## Remove double return
Just removes an unreachable statement.
# Relevant Files Found
## scripts/bibpain.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Created on Thu Jan 1 15:19:30 2015"""
import os
import re
import pyperclip
... |
9 | null | yupix/MiPA | # Repository Context
Name: yupix/MiPA
Description:
# Pull Request
## ✨ feat: Add `hybridTimeline` channel
# Relevant Files Found
## mipa/router.py
```
"""Misskeyのチャンネルへの接続や、メッセージのキャプチャ等のWebSocket関連"""
from __future__ import annotations
import uuid
from typing import TYPE_CHECKING, Iterable, Literal
if TYPE_C... |
424 | null | posit-dev/posit-sdk-py | # Repository Context
Name: posit-dev/posit-sdk-py
Description:
# Pull Request
## ci: add 2025.07.0 release to text matrix
Also fixes the tests on system caches. There are some weird state behaviors happening when clearing out the cache, so it's best to just ensure the cache API is responding correctly for now.
# R... |
8,170 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [TensorIR][M2a] Compute-Inline,Reverse-Compute-Inline
This PR is part of the TensorIR upstreaming effort (#7527), which adds the first 2 schedule primitives:
- compute-Inline
- reverse-compute-inline
# Relevant Files Found
## python/tvm/tir/... |
8,464 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## Use `partially_type_checked` tag for incremental type hinting of Pants repo
### Problem
Currently, to have MyPy run against a target, you must mark it with `type_checked` or it must be a dependency of a target marked with this tag.
Oft... |
64 | null | Teekeks/pyTwitchAPI | # Repository Context
Name: Teekeks/pyTwitchAPI
Description:
# Pull Request
## Fixing typo and adding info to webhook documentation
# Relevant Files Found
## twitchAPI/twitch.py
```
# Copyright (c) 2020. Lena "Teekeks" During <info@teawork.de>
"""
The Twitch API client
---------------------
This is the base o... |
103 | null | ihmeuw/vivarium_public_health | # Repository Context
Name: ihmeuw/vivarium_public_health
Description:
# Pull Request
## Pull out calculation functions from disease observer
Tests on the way
# Relevant Files Found
## src/vivarium_public_health/metrics/disease.py
```
from collections import defaultdict
from .utilities import get_age_bins, get_o... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.