pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
1,970 | null | ag2ai/ag2 | # Repository Context
Name: ag2ai/ag2
Description:
# Pull Request
## Docs:[Grok usecase] Analysis on large SBOMs
<!-- Thank you for your contribution! Please review https://docs.ag2.ai/latest/docs/contributor-guide/contributing before opening a pull request. -->
<!-- Please add a reviewer to the assignee section ... |
50 | null | unit8co/darts | # Repository Context
Name: unit8co/darts
Description:
# Pull Request
## make plot kwargs work again
*args and **kwargs were not working when plotting
# Relevant Files Found
## u8timeseries/timeseries.py
```
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from pandas.tseries.frequencies imp... |
25 | null | loganbvh/py-tdgl | # Repository Context
Name: loganbvh/py-tdgl
Description:
# Pull Request
## Use matplotlib tri interpolators
# Relevant Files Found
## tdgl/device/device.py
```
import logging
import os
import time
from contextlib import contextmanager, nullcontext
from operator import attrgetter, itemgetter
from typing import A... |
3 | null | thumbor/remotecv | # Repository Context
Name: thumbor/remotecv
Description:
# Pull Request
## Feature detector added in complete detector
# Relevant Files Found
## remotecv/detectors/complete_detector/__init__.py
```
#!/usr/bin/python
# -*- coding: utf-8 -*-
# thumbor imaging service
# https://github.com/globocom/thumbor/wiki
#... |
63 | null | facebookresearch/exca | # Repository Context
Name: facebookresearch/exca
Description:
# Pull Request
## Raise when discriminator seems to be missing
# Relevant Files Found
## exca/test_utils.py
```
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in th... |
563 | null | transientskp/tkp | # Repository Context
Name: transientskp/tkp
Description:
# Pull Request
## Fixed beamwidths_limit
The parameter beamwidths_limit is now read in from job_params.cfg and used.
Tested with my mentioned offset image in issue #562 and now associations are made as expected.
Fixes issue #562.
# Relevant Files Found... |
289 | null | a2aproject/a2a-python | # Repository Context
Name: a2aproject/a2a-python
Description:
# Pull Request
## feat: Update A2A types from specification 🤖
This PR updates `src/a2a/types.py` based on the latest `specification/json/a2a.json` from [a2aproject/A2A](https://github.com/a2aproject/A2A/commit/6ba72f0d51c2e3d0728f84e9743b6d0e88730b51).
... |
411 | null | netket/netket | # Repository Context
Name: netket/netket
Description:
# Pull Request
## Update der_log function (jacobian) in torch.py
Add an optional way to calculate the Jacobian faster using backpack. It's activated automatically whenever the pack is installed and the network structure satisfies the requirements of the pack.
... |
560 | null | adamritter/pageql | # Repository Context
Name: adamritter/pageql
Description:
# Pull Request
## Add body parameter to fetch directive
## Summary
- extend README to describe optional body parameter for `#fetch`
- support parsing `body=` argument in parser
- handle body data in sync and async processing
- track dependencies for fetch bo... |
32 | null | BinaryAnalysisPlatform/bap-ida-python | # Repository Context
Name: BinaryAnalysisPlatform/bap-ida-python
Description:
# Pull Request
## Fix many bugs in brancher service
Bugs:
- `Succs` is a function not a class :scream:. Always returns `None` causing `succs.jmps` to fail hard.
- Use of undefined variable `self.succs` :scream: :scream:
- Can't index i... |
4,347 | null | conan-io/conan | # Repository Context
Name: conan-io/conan
Description:
# Pull Request
## Feature: detect_windows_subsystem recognizes WSL
Changelog: Bugfix: `tool.detect_windows_subsystem` know recognizes WSL correctly.
Docs: omit
related to the #2817
detection based on suggestion from MSFT developer: https://github.com/Mic... |
17 | null | guillochon/mlb-api-mcp | # Repository Context
Name: guillochon/mlb-api-mcp
Description:
# Pull Request
## Fix pre-commit
# Relevant Files Found
## generic_api.py
```
from datetime import datetime
def setup_generic_tools(mcp):
"""Setup generic tools for the MCP server"""
@mcp.tool()
def get_current_date() -> str:
... |
49 | null | dmatrix/spark-misc | # Repository Context
Name: dmatrix/spark-misc
Description:
# Pull Request
## Added polymorphic Python udtfs
- Added polymorphic Python udtfs
# Relevant Files Found
## src/py/sc/udfs/py_udf_ex_3.py
```
import pandas as pd
from pyspark.sql.functions import udf
import sys
sys.path.append('.')
import warnings
warnin... |
8 | null | mcanet/STL-Volume-Model-Calculator | # Repository Context
Name: mcanet/STL-Volume-Model-Calculator
Description:
# Pull Request
## Update mesure_volume.py
More accurate accepting a int when you pass as an arg.
Completed the last numbers
# Relevant Files Found
## mesure_volume.py
```
#! /usr/bin/env python3
'''
VOLUME CALCULATION STL binary MODELS
A... |
668 | null | cds-snc/sre-bot | # Repository Context
Name: cds-snc/sre-bot
Description:
# Pull Request
## Fix: add more details in error logging
# Summary | Résumé
- Modify the Google api error logging to add more context to the error
- Add a non-critical list of known, recurring errors to reduce the noise in logs errors.
# Relevant Files Fo... |
189 | null | morganstanley/testplan | # Repository Context
Name: morganstanley/testplan
Description:
# Pull Request
## Check for errors when creating empty runpath
Raise an error if a path entry (file, directory, softlink) cannot be removed for any reason.
# Relevant Files Found
## testplan/common/utils/path.py
```
"""Dirs/file path utilities."""
i... |
542 | null | RUCAIBox/RecBole | # Repository Context
Name: RUCAIBox/RecBole
Description:
# Pull Request
## FEA: refactor in full sort.
1. Add upgrade_batch_size to abstract_dataloader.py && change usage of set_batch_size to upgrade_batch_size.
2. Refactor in full sort && speed up in general full sort predict.
# Relevant Files Found
## recb... |
245 | null | googleapis/python-genai | # Repository Context
Name: googleapis/python-genai
Description:
# Pull Request
## feat: add support for typing.Literal in response_schema (fixes #264)
feat: add support for typing.Literal in response_schema (fixes #264)
# Relevant Files Found
## google/genai/_transformers.py
```
# Copyright 2024 Google LLC
#
# ... |
71 | null | fintoc-com/fintoc-python | # Repository Context
Name: fintoc-com/fintoc-python
Description:
# Pull Request
## Feat/add idempotency key
## Description
Add the option to add idempotency keys to `POST` requests:
```python
transfer = client.v2.transfers.create(
idempotency_key="12345678910"
amount=49523,
currency="mxn",
... |
2,071 | null | architecture-building-systems/CityEnergyAnalyst | # Repository Context
Name: architecture-building-systems/CityEnergyAnalyst
Description:
# Pull Request
## I2015 constant supply temperature at plants
this PR resolves issue #2015
two parameters were added to the config: `temperature-control` & `plant-supply-temperature`
please test it in the case that gave negat... |
297 | null | log2timeline/dfdatetime | # Repository Context
Name: log2timeline/dfdatetime
Description:
# Pull Request
## Migrated setup.cfg to pyproject.toml
# Relevant Files Found
## dfdatetime/__init__.py
```
# -*- coding: utf-8 -*-
"""Digital Forensics Date and Time (dfDateTime).
dfDateTime, or Digital Forensics date and time, provides date and ... |
35,806 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## Backport PR #35776 on branch 1.1.x (Changed 'int' type to 'integer' in to_numeric docstring)
Backport PR #35776: Changed 'int' type to 'integer' in to_numeric docstring
# Relevant Files Found
## pandas/core/arrays/sparse/array.py
```
"""... |
4 | null | manikyabard/DashAI | # Repository Context
Name: manikyabard/DashAI
Description:
# Pull Request
## Bringing upto date
# Relevant Files Found
## tabular/databunch.py
```
from fastai.tabular import *
from core.databunch import DashDatabunch
class DashTabularDatabunch:
@staticmethod
def create_tabular_databunch(response):
path = ... |
55 | null | SyntaxArc/ArchiPy | # Repository Context
Name: SyntaxArc/ArchiPy
Description:
# Pull Request
## chore: add run-time type-check to proto_dto
# Relevant Files Found
## archipy/models/dtos/base_protobuf_dto.py
```
from typing import Any, ClassVar, Self
from archipy.models.dtos.base_dtos import BaseDTO
try:
from google.protobuf.... |
53 | null | artwist-polyakov/pokitoki-advanced | # Repository Context
Name: artwist-polyakov/pokitoki-advanced
Description:
# Pull Request
## Add support for new OpenAI models
## Summary
- support `o4` and `gpt-4.1` model variants in `chat.py`
- document new models in `config.example.yml`
## Testing
- `pytest -q`
------
https://chatgpt.com/codex/tasks/task_e_68... |
20 | null | square/blocks | # Repository Context
Name: square/blocks
Description:
# Pull Request
## Improve native FS
- Adds retries to listing blobs
- Lazily connects the client
# Relevant Files Found
## blocks/filesystem.py
```
import fnmatch
import os
import glob
import logging
import subprocess
import tempfile
import atexit
import shu... |
110 | null | bmun/huxley | # Repository Context
Name: bmun/huxley
Description:
# Pull Request
## Fixes date for early reg
# Relevant Files Found
## huxley/accounts/forms/registration.py
```
# Copyright (c) 2011-2013 Kunal Mehta. All rights reserved.
# Use of this source code is governed by a BSD License found in README.md.
from datetime... |
2,736 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## Minor documentation changes for parameter broadcasting
# Relevant Files Found
## pennylane/tape/tape.py
```
# Copyright 2018-2022 Xanadu Quantum Technologies Inc.
# Licensed under the Apache License, Version 2.0 (the "License");
# ... |
4 | null | aws-samples/sample-amazon-vpc-ipam-terraform | # Repository Context
Name: aws-samples/sample-amazon-vpc-ipam-terraform
Description:
# Pull Request
## Refresh
*Issue #, if available:*
N/A
*Description of changes:*
Refresh
# Relevant Files Found
## ipam-figurator/app.py
```
import streamlit as st
import ipaddress
from typing import List, Dict, Any
import ... |
39 | null | PrimeIntellect-ai/prime-rl | # Repository Context
Name: PrimeIntellect-ai/prime-rl
Description:
# Pull Request
## [Feat] toploc proofs in inference script
# Relevant Files Found
## src/zeroband/inference.py
```
from functools import lru_cache
import os
import asyncio
import json
from pathlib import Path
from typing import Literal
import uu... |
68 | null | clokep/django-querysetsequence | # Repository Context
Name: clokep/django-querysetsequence
Description:
# Pull Request
## Fix #67: Add QSS._prefetch_related_lookups
Sorry for the delay...
# Relevant Files Found
## queryset_sequence/__init__.py
```
from collections import defaultdict
import functools
from itertools import dropwhile
from operator... |
65 | null | AI4Finance-Foundation/FinRL-Trading | # Repository Context
Name: AI4Finance-Foundation/FinRL-Trading
Description:
# Pull Request
## Add files via upload
Add rl_model.py and fundamental_portfolio_drl.py for produce daily weight vector within every quarter.
# Relevant Files Found
# Edits
This pull request adds two new files, `rl_model.py` and `funda... |
187 | null | xhtml2pdf/xhtml2pdf | # Repository Context
Name: xhtml2pdf/xhtml2pdf
Description:
# Pull Request
## Handle uri=None In pisaFileObject.__init__()
I kept getting the cryptic error message "'NoneType' object has no attribute 'encode'" while working with the django-easy-pdf package. I traced the issue back to this edge case in xhtml2pdf.
... |
530 | null | FINNGEN/pheweb | # Repository Context
Name: FINNGEN/pheweb
Description:
# Pull Request
## 529-fix-manhattan-file-path
Write to the Manhattan path if no compression is specified otherwise, write to the compressed path.
closes #529
┆Issue is synchronized with this [Wrike task](https://www.wrike.com/open.htm?id=1482434913) by [Unito... |
8 | null | johnthagen/exitstatus | # Repository Context
Name: johnthagen/exitstatus
Description:
# Pull Request
## Switch to GitHub Actions
- Support Python 3.9
# Relevant Files Found
## setup.py
```
from pathlib import Path
import setuptools
project_dir = Path(__file__).parent
setuptools.setup(
name="exitstatus",
version="2.0.1",
... |
162 | null | holoviz/datashader | # Repository Context
Name: holoviz/datashader
Description:
# Pull Request
## added notebook example for hover layer
- [ ] finish notebook example
# Relevant Files Found
## datashader/bokeh_ext.py
```
from __future__ import absolute_import
import uuid
try:
import ujson as json
except:
import json
impo... |
14,918 | null | Chia-Network/chia-blockchain | # Repository Context
Name: Chia-Network/chia-blockchain
Description:
# Pull Request
## Minor simplification to the mempool conflicts check
# Relevant Files Found
## chia/full_node/mempool_manager.py
```
from __future__ import annotations
import asyncio
import logging
import time
from concurrent.futures import ... |
61 | null | cisagov/gophish-tools | # Repository Context
Name: cisagov/gophish-tools
Description:
# Pull Request
## Lineage pull request for: skeleton
# Lineage Pull Request #
[Lineage] has created this pull request to incorporate new changes found in an
upstream repository:
Upstream repository: [`https://github.com/cisagov/skeleton-python-library.... |
3,570 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## [AIRFLOW-2709] Improve error handling in Databricks hook
### JIRA
- [x] My PR addresses the following [Airflow JIRA](https://issues.apache.org/jira/browse/AIRFLOW-2709) issues and references them in the PR title.
### Description
- [x] T... |
562 | null | jsonpickle/jsonpickle | # Repository Context
Name: jsonpickle/jsonpickle
Description:
# Pull Request
## Fix legacy pandas dataframe decoding
This fixes an issue I discovered when typing the pandas extension where we'd get a JSONDecodeError on PandasDfHandler's restore. I also added a warning and a test, and this test adds coverage for the... |
55 | null | hyde/hyde-old | # Repository Context
Name: hyde/hyde-old
Description:
# Pull Request
## Yay
Lots of stuff :)
# Relevant Files Found
## hydeengine/media_processors.py
```
import os
import re
import sys
from django.template.loader import render_to_string
from django.conf import settings
from file_system import File
from subproce... |
8,732 | null | streamlit/streamlit | # Repository Context
Name: streamlit/streamlit
Description:
# Pull Request
## Migrate disconnect and disabled from cypress to playwright
## Describe your changes
## GitHub Issue Link (if applicable)
## Testing Plan
- Explanation of why no additional tests are needed
- Unit Tests (JS and/or Python)
- E2E ... |
8,456 | null | prowler-cloud/prowler | # Repository Context
Name: prowler-cloud/prowler
Description:
# Pull Request
## fix(s3): Use HeadBucket instead of GetBucketLocation
### Context
AWS S3 API [GetBucketLocation](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLocation.html) does not support cross-account requests. This was confirmed b... |
4 | null | MoveOnOrg/ngpvan_api | # Repository Context
Name: MoveOnOrg/ngpvan_api
Description:
# Pull Request
## add get_event() method
# Relevant Files Found
## ngpvan_api/event.py
```
from ngpvan_api import base
from ngpvan_api.signup import NGPVANSignupAPI
class NGPVANEventAPI(base.NGPVANAPI):
def get_events(self, page_number=False, pa... |
40 | null | swiss-ai/lm-evaluation-harness | # Repository Context
Name: swiss-ai/lm-evaluation-harness
Description:
# Pull Request
## Fix gsm8k config
# Relevant Files Found
## lm_eval/filters/__init__.py
```
from functools import partial
from typing import List
from lm_eval.api.filter import FilterEnsemble
from lm_eval.api.registry import get_filter
fr... |
37 | null | yourlabs/django-cities-light | # Repository Context
Name: yourlabs/django-cities-light
Description:
# Pull Request
## Importing parsed translation
Need to finish() the progress bar so that it throws a newline at the end of the import.
# Relevant Files Found
## cities_light/management/commands/cities_light.py
```
from __future__ import unicod... |
166 | null | RhinoSecurityLabs/pacu | # Repository Context
Name: RhinoSecurityLabs/pacu
Description:
# Pull Request
## Fix the "console" command when no creds are set
Fixed
# Relevant Files Found
## pacu.py
```
#!/usr/bin/env python3
import copy
import importlib
import json
import os
import platform
from queue import Queue
import random
import re
i... |
400 | null | PaddlePaddle/Paddle3D | # Repository Context
Name: PaddlePaddle/Paddle3D
Description:
# Pull Request
## add dataset alias for PaddleX
# Relevant Files Found
## paddle3d/datasets/__init__.py
```
# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may ... |
65,178 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Use DataUpdateCoordinator in ISS
<!--
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 ... |
709 | null | RUCAIBox/RecBole | # Repository Context
Name: RUCAIBox/RecBole
Description:
# Pull Request
## FEA: update argument_list
# Relevant Files Found
## recbole/utils/argument_list.py
```
# @Time : 2020/10/19
# @Author : Shanlei Mu
# @Email : slmu@ruc.edu.cn
# yapf: disable
general_arguments = [
'gpu_id', 'use_gpu',
'seed',... |
80 | null | rtqichen/torchdiffeq | # Repository Context
Name: rtqichen/torchdiffeq
Description:
# Pull Request
## Implementation of adaptive Heun method
This is the implementation of the adaptive Heun method; an adaptive Runge-Kutta method of order 2(1). The method can for example be found in the textbook from Butcher https://uotechnology.edu.iq/dep... |
42 | null | tropo/tropo-webapi-python | # Repository Context
Name: tropo/tropo-webapi-python
Description:
# Pull Request
## add 3 parameters of log security of ask method
# Relevant Files Found
## tropo.py
```
"""
The TropoPython module. This module implements a set of classes and methods for manipulating the Voxeo Tropo WebAPI.
Usage:
----
from tr... |
7 | null | Pylons/paginate | # Repository Context
Name: Pylons/paginate
Description:
# Pull Request
## Handle the slice prior to handling the length
# Relevant Files Found
## paginate/__init__.py
```
# Copyright (c) 2007-2012 Christoph Haas <email@christoph-haas.de>
# See the file LICENSE for copying permission.
"""
paginate: helps split ... |
687 | null | inveniosoftware/invenio-communities | # Repository Context
Name: inveniosoftware/invenio-communities
Description:
# Pull Request
## frontpage: rename featured communities section
* closes https://github.com/inveniosoftware/invenio-communities/issues/686
:
if key == "CLUSTER_NAME":
return os.environ.get("CLUSTER_NAME", "docklet-vc... |
49,552 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [serve] return unavailable error if deployment failed to start
<!-- 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 reviewe... |
845 | null | VirtusLab/git-machete | # Repository Context
Name: VirtusLab/git-machete
Description:
# Pull Request
## Bump pytest from 7.2.1 to 7.2.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's re... |
57 | null | EbodShojaei/bake | # Repository Context
Name: EbodShojaei/bake
Description:
# Pull Request
## Fix url and vpath parsing
Fixes include:
- No more duplicate target warnings for recipe environment variables
- URLs in assignments are preserved without space insertion
- Quoted URLs work correctly in all contexts
- VPATH normalizatio... |
10 | null | aberoham/fuwarp | # Repository Context
Name: aberoham/fuwarp
Description:
# Pull Request
## Fix Rancher Desktop subprocess calls and improve DBeaver error logging
- Fix subprocess.run() calls for Rancher Desktop to properly split shell command arguments instead of passing them as a single string
- Add stdout logging when DBeaver key... |
16 | null | maximhq/maxim-py | # Repository Context
Name: maximhq/maxim-py
Description:
# Pull Request
## Add modular Agno instrumentation
## Summary
- refactor Agno integration to use smaller helper functions
- document public and helper functions with docstrings
## Testing
- `pytest -q` *(fails: ModuleNotFoundError: No module named 'maxim.log... |
380 | null | holoviz/lumen | # Repository Context
Name: holoviz/lumen
Description:
# Pull Request
## Ensure refs are fully synced before Pipeline and View updates
Right now if a `Variable` updates this immediately triggers a cascade of events that can update `Pipeline` and `View` components. The problem that can arise is that variables can be ... |
9,873 | null | dask/dask | # Repository Context
Name: dask/dask
Description:
# Pull Request
## CI: use nightly wheel to install pyarrow in upstream test build
Attempt to close #9449
# Relevant Files Found
## dask/tests/test_ci.py
```
import importlib.metadata
import os
import pytest
from packaging.version import Version
@pytest.mark.sk... |
248 | null | getsentry/devservices | # Repository Context
Name: getsentry/devservices
Description:
# Pull Request
## ref(dependency-graph): Adding more context to the dependency graph
This change adds context about whether a given node in the dependency graph is a docker compose service (leaf) or a devservices service. This enables us to avoid cycles ... |
242 | null | jjhelmus/nmrglue | # Repository Context
Name: jjhelmus/nmrglue
Description:
# Pull Request
## bugfix: Fix zero-shift bug in `proc_base.ls`
Fixes a bug in the left shift function `nmrglue.process.proc_base.ls()`.
Problem:
When `proc_base.ls()` is called with the default argument `pts=0`, it overwrites the entire `data` array with ... |
202 | null | viur-framework/viur-core | # Repository Context
Name: viur-framework/viur-core
Description:
# Pull Request
## Made the json-render aware of our translation-class
This allows translations to be used anywhere (bone-descriptions; it's params; in values for selectBones etc).
Replaces #15
# Relevant Files Found
## render/admin/__init__.py
```... |
2,989 | null | ohcnetwork/care | # Repository Context
Name: ohcnetwork/care
Description:
# Pull Request
## Fix cache key formatting in ResourceManager
## Proposed Changes
- Fix cache key formatting in ResourceManager
## Merge Checklist
- [ ] Tests added/fixed
- [ ] Update docs in `/docs`
- [ ] Linting Complete
- [ ] Any other necessary step
_*... |
2,664 | null | bridgecrewio/checkov | # Repository Context
Name: bridgecrewio/checkov
Description:
# Pull Request
## check if host_port is set ckv_k8s_26 for tf
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
# Relevant Files Found
# Edits
This pull request adds a new Terraform c... |
463 | null | glideinWMS/glideinwms | # Repository Context
Name: glideinWMS/glideinwms
Description:
# Pull Request
## Fixed log files documentation inconsistencies
Fixed log files documentation inconsistencies
# Relevant Files Found
## lib/logSupport.py
```
# SPDX-FileCopyrightText: 2009 Fermi Research Alliance, LLC
# SPDX-License-Identifier: Apache... |
83 | null | clear-street/studio-sdk-python | # Repository Context
Name: clear-street/studio-sdk-python
Description:
# Pull Request
## chore(internal): fix some typos
# Relevant Files Found
## tests/test_client.py
```
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
from __future__ import annotations
import gc
import ... |
219 | null | priceloop/priceloop-api-python | # Repository Context
Name: priceloop/priceloop-api-python
Description:
# Pull Request
## Update openapi.json to v0.202.0
# Relevant Files Found
## setup-pandas2.py
```
import pathlib
from setuptools import find_packages, setup
here = pathlib.Path(__file__).parent.resolve()
long_description = (here / "README.m... |
716 | null | robbrad/UKBinCollectionData | # Repository Context
Name: robbrad/UKBinCollectionData
Description:
# Pull Request
## fix: #713 BarnsleyMBCouncil.py
Closes #713
# Relevant Files Found
## uk_bin_collection/uk_bin_collection/councils/BarnsleyMBCouncil.py
```
from bs4 import BeautifulSoup
from dateutil.relativedelta import relativedelta
from uk_... |
34 | null | lenstronomy/JAXtronomy | # Repository Context
Name: lenstronomy/JAXtronomy
Description:
# Pull Request
## implement image likelihood and likelihood module
Implements the ImageLikelihood and LikelihoodModule classes.
Also renames psf_error_map to psf_variance_map in ImageModel to remain consistent with a recent lenstronomy PR.
Also update... |
89 | null | ClickHouse/mcp-clickhouse | # Repository Context
Name: ClickHouse/mcp-clickhouse
Description:
# Pull Request
## make query timeout duration configurable
Makes SELECT query timeout configurable via `CLICKHOUSE_MCP_QUERY_TIMEOUT` environment variable and improves configuration architecture by:
- Adding configurable query timeout `CLICKHOUSE_... |
16,793 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Tune] Add `pbt_transformers` Client test
<!-- 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 sec... |
186 | null | saroad2/statue | # Repository Context
Name: saroad2/statue
Description:
# Pull Request
## Rename CLI groups
**Description**
`command` -> `commands`
`context` -> `contexts`
**Tests**
Updated unit tests and ran changed commands
**Alternatives**
Keep groups singular. That sometimes doesn't make sense. for example, `statue co... |
401 | null | python-discord/sir-lancebot | # Repository Context
Name: python-discord/sir-lancebot
Description:
# Pull Request
## handle disabled DMs when starting Minesweeper
If the user trying to start Minesweeper has DMs disabled
then warn him in the channel where the command was
invoked.
## Relevant Issues
Closes #399
## Description
To fix thi... |
354 | null | dbvideostriketeam/wubloader | # Repository Context
Name: dbvideostriketeam/wubloader
Description:
# Pull Request
## downloader: Add support for downloading from youtube, raw urls
This adds support to downloader to read HLS streams from the following non-twitch sources:
* Youtube livestreams
* A raw HLS master playlist url
These alternate sourc... |
9,769 | null | streamlit/streamlit | # Repository Context
Name: streamlit/streamlit
Description:
# Pull Request
## [chore] Introduce Performance Lighthouse Metrics
## Describe your changes
- Baseline infrastructure for running and outputting Lighthouse Metrics in CI in a structured fashion.
- For now, this includes 2 apps: an intentionally blank a... |
48 | null | vgripon/brain-train | # Repository Context
Name: vgripon/brain-train
Description:
# Pull Request
## transforms metadatest url
tansforms
# Relevant Files Found
## create_dataset_files.py
```
from args import args
import torchvision
import json
import os
from torchvision import transforms, datasets
import torch
import numpy as n... |
278 | null | pandas-dev/pandas-stubs | # Repository Context
Name: pandas-dev/pandas-stubs
Description:
# Pull Request
## ENH: Improve plotting types
Add types for many inputs
Clean out non-public functions
- [X] Tests added: Please use `assert_type()` to assert the type of any return value
# Relevant Files Found
## pandas-stubs/core/frame.pyi
`... |
141 | null | UBC-Solar/Simulation | # Repository Context
Name: UBC-Solar/Simulation
Description:
# Pull Request
## Implemented a fluent builder to more cleanly build our Simulation model
Simulation is now built with a fluent builder using the `simulationBuilder` class, providing the following benefits
1. This provides easy access for client to cha... |
4,933 | null | bridgecrewio/checkov | # Repository Context
Name: bridgecrewio/checkov
Description:
# Pull Request
## fix(secrets): timeout in unix to work with signals
**By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.**
## Checklist:
- [ ] My code follows the style guidelines of t... |
30 | null | embedly/embedly-python | # Repository Context
Name: embedly/embedly-python
Description:
# Pull Request
## docs: Fix a few typos
There are small typos in:
- README.rst
- embedly/models.py
Fixes:
- Should read `arguments` rather than `arguements`.
- Should read `accessible` rather than `accsesible`.
Semi-automated pull request generated ... |
5,618 | null | bridgecrewio/checkov | # Repository Context
Name: bridgecrewio/checkov
Description:
# Pull Request
## fix(terraform_plan): add azurerm_portal_dashboard to jsonify list
**By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.**
[//]: # "
# PR Title
Be aware that we u... |
303 | null | open-thought/reasoning-gym | # Repository Context
Name: open-thought/reasoning-gym
Description:
# Pull Request
## graph color curriculum
# Relevant Files Found
## reasoning_gym/algorithmic/__init__.py
```
"""
Algorithmic tasks for training reasoning capabilities:
- Text processing
- Counting
- Sorting
- Pattern matching
"""
from .ab impor... |
336 | null | dcos/dcos | # Repository Context
Name: dcos/dcos
Description:
# Pull Request
## CLI Signal 1.8 Improvements
Non-blocker, expected GA.
https://mesosphere.atlassian.net/browse/DCOS-8489
Results:
``````
analytics.track('installer', {
'bootstrap_id': '0f11ac4a2b11f5601c6171c61746776a556fe9b2',
'provider': 'onprem',
... |
10 | null | playpauseandstop/Flask-And-Redis | # Repository Context
Name: playpauseandstop/Flask-And-Redis
Description:
# Pull Request
## Multiple app support
Adds multiple app support.
Using the same `Redis` instance with multiple apps (each app running `redis_instance.init_app(app)`) does not work in the current version if they connect to different dbs. Only... |
869 | null | KATO-Hiro/AtCoder | # Repository Context
Name: KATO-Hiro/AtCoder
Description:
# Pull Request
## Solve ABC148 task F (#868)
close #868
# Relevant Files Found
# Edits
This pull request solves problem F from AtCoder Beginner Contest 148, a game-theoretic problem on a tree where two players (Takahashi and Aoki) move alternately, and... |
2,558 | null | opensciencegrid/topology | # Repository Context
Name: opensciencegrid/topology
Description:
# Pull Request
## New DataFederations schema
This is an overhaul of the stashcache code that implements the schema in [SOFTWARE-5179](https://opensciencegrid.atlassian.net/browse/SOFTWARE-5179). It also adds a new endpoint, `/stashcache/namespaces`, w... |
237 | null | py-smart-gardena/hass-gardena-smart-system | # Repository Context
Name: py-smart-gardena/hass-gardena-smart-system
Description:
# Pull Request
## Switching States to use the new VacuumActivity as many are becoming deprecated
Just upgraded to 2025.1.2 and my home-assistant refused to load due to UNDEFINED PAUSE value, I then noticed that there's several deprec... |
136 | null | Carberra/Carberretta | # Repository Context
Name: Carberra/Carberretta
Description:
# Pull Request
## Add future annotations
#### Summary
This pull request adds future annotations in places where it can be used in the current code base.
It also restructures the imports from lightbulb.
#### Note
The lightbulb dependency has been u... |
96 | null | fugue-project/triad | # Repository Context
Name: fugue-project/triad
Description:
# Pull Request
## Add `numpy` to package requirements
Based on the dependency analysis in https://github.com/conda-forge/triad-feedstock/pull/21, seems like it would make sense to add `numpy` to the package requirements.
# Relevant Files Found
## setup.p... |
15 | null | Engusseus/Warframe-Market-Set-Profit-Analyzer | # Repository Context
Name: Engusseus/Warframe-Market-Set-Profit-Analyzer
Description:
# Pull Request
## Add cache TTL with automatic purging
## Summary
- add cache settings to `config.py`
- mention new cache behaviour in README
- track cache TTL when reading cache
- helper added to remove old cache files
## Testin... |
4,562 | null | optuna/optuna | # Repository Context
Name: optuna/optuna
Description:
# Pull Request
## Improve deprecated messages in the old suggest functions
## Motivation
The deprecated messages of `suggest_loguniform` and `suggest_discrete_uniform` simply recommend `suggest_float`. It may be hard to recognize that `suggest_loguniform` corre... |
2,689 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## Add ability to use dev version of base package for e2e
### Motivation

# Relevant Files Found
## datadog_checks_d... |
5,347 | null | bridgecrewio/checkov | # Repository Context
Name: bridgecrewio/checkov
Description:
# Pull Request
## feat(sca): add fix command and code for indirect deps
**By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.**
[//]: # "
# PR Title
Be aware that we use the title... |
17 | null | bastikr/boolean.py | # Repository Context
Name: bastikr/boolean.py
Description:
# Pull Request
## TRUE and FALSE act as booleans
Evaluating bool(TRUE) should be (and currently) is True, but bool(FALSE) should, I think, also be False, but it isn't. I added bool() (and nozero() for Python 2) to TRUE and FALSE classes. Fixes issue #12
#... |
66 | null | markusschmitt/vmc_jax | # Repository Context
Name: markusschmitt/vmc_jax
Description:
# Pull Request
## Fix complex RNN
RNN with complex parameters could not be created. To reproduce:
```
>>> import jVMC
>>> import jax
>>> net = jVMC.nets.RNN1DGeneral(L=4, realValuedParams=False)
>>> params = net.init(jax.random.PRNGKey(0), jax.nump... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.