pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
434 | null | holoviz/lumen | # Repository Context
Name: holoviz/lumen
Description:
# Pull Request
## Add ability to set default Download parameters
# Relevant Files Found
## lumen/dashboard.py
```
from __future__ import annotations
import html
import importlib
import importlib.util
import os
import traceback
from concurrent.futures impor... |
159 | null | nnsvs/nnsvs | # Repository Context
Name: nnsvs/nnsvs
Description:
# Pull Request
## Fix config tests to cover untested acoustic model configs
- fix wrong targets in the acoustic model configs (introduced in #151)
- add tests
Ref #150
# Relevant Files Found
## tests/test_model_configs.py
```
from pathlib import Path
impo... |
9 | null | biocore/gemelli | # Repository Context
Name: biocore/gemelli
Description:
# Pull Request
## ensure sorted
# Relevant Files Found
## gemelli/factorization.py
```
# ----------------------------------------------------------------------------
# Copyright (c) 2019--, gemelli development team.
#
# Distributed under the terms of the M... |
159 | null | idaholab/HERON | # Repository Context
Name: idaholab/HERON
Description:
# Pull Request
## Persistence option for optimizer
--------
Pull Request Description
--------
##### What issue does this change request address?
Persistence option not available for optimization in HERON
Issue #160
##### What are the significant chang... |
1,203 | null | someengineering/fixinventory | # Repository Context
Name: someengineering/fixinventory
Description:
# Pull Request
## [plugins/scarf][fix] Correctly update headers
# Description
Correctly update headers
# Code of Conduct
By submitting this pull request, I agree to follow the [code of conduct](https://resoto.com/code-of-conduct).
# Re... |
41,385 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## [`Ernie 4.5 Moe`] Fix Moe and offloading
The model is broken
- Moe was initialized with wrong dims (loading the models already failed)
- Gate needs the autocast decorator as well (we need to guarantee fp32)
- Not sure why but usin... |
5 | null | vanessamcf/login_system | # Repository Context
Name: vanessamcf/login_system
Description:
# Pull Request
## Social Login (Github and Google -- to be improved the 2nd)
- Integrate Flask-login and Flask-dance
- Include new Class
- Tweaks __init__.py/models.py/auth.py
- Fix Github
- Include code to Google (need to fix KeyError)
- Fix soci... |
183 | null | inclusionAI/AReaL | # Repository Context
Name: inclusionAI/AReaL
Description:
# Pull Request
## Implement fsdp distributed update
Add fsdp distributed update weights using nccl.
collaborator:
@ChangyiYang
@garrett4wade great help with debugging!
see also: https://github.com/garrett4wade/Awesome-AsyncRL-for-LLM/issues/1
... |
2,349 | null | EleutherAI/lm-evaluation-harness | # Repository Context
Name: EleutherAI/lm-evaluation-harness
Description:
# Pull Request
## Support pipeline parallel with OpenVINO models
# Relevant Files Found
## lm_eval/models/optimum_lm.py
```
import json
from importlib.util import find_spec
from pathlib import Path
from lm_eval import utils
from lm_eval.a... |
588 | null | canbula/ParallelProgramming | # Repository Context
Name: canbula/ParallelProgramming
Description:
# Pull Request
## Create timer_berke_alpaslan.py
## Describe your changes
## Checklist
- [X] I have read the [CONTRIBUTING]
- [X] I have performed a self-review of my own code
- [X] I have run the code locally and it works as expected
- [X] ... |
1,752 | null | zeromq/pyzmq | # Repository Context
Name: zeromq/pyzmq
Description:
# Pull Request
## Refactoring.
some refactoring to improve readability and it should be a bit more efficient.
# Relevant Files Found
## zmq/auth/asyncio.py
```
"""ZAP Authenticator integrated with the asyncio IO loop.
.. versionadded:: 15.2
"""
# Copyrig... |
8,454 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## [tbb] remove cross building restriction
Specify library name and version: **tbb/\***
Remove the cross building restriction
---
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/d... |
22,321 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Added case data and form data pages to left hand nav
<img width="197" alt="screen shot 2018-11-06 at 3 45 54 pm" src="https://user-images.githubusercontent.com/1486591/48092618-2b93e400-e1db-11e8-99ff-5a07f35a209a.png">
@jmtroth0
# Re... |
65 | null | expel-io/pyexclient | # Repository Context
Name: expel-io/pyexclient
Description:
# Pull Request
## Ad hoc: Provide css as an override
Was able to build locally w/o the override and the theme.css is there. I have no idea why it's not there when readthedocs builds it. You can see from my comment I don't much care to figure this out. I'd ... |
52 | null | betagouv/CNR | # Repository Context
Name: betagouv/CNR
Description:
# Pull Request
## add decorator to mock SIB API
Avant cette PR, lancer les tests essayait d'appeler l'API de SendInBlue, et créait des contacts à la volée
# Relevant Files Found
## public_website/tests/test_forms.py
```
from django.test import TestCase
from dj... |
2,523 | null | BLSQ/iaso | # Repository Context
Name: BLSQ/iaso
Description:
# Pull Request
## [SAAS-2] add SaaS module
Add SaaS module
Related JIRA tickets : SAAS-2
## Self proofreading checklist
- [x] Did I use eslint and ruff formatters?
- [x] Is my code clear enough and well documented?
- [ ] Are my typescript files well typed... |
24,290 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## [Tables] Fix odata serialization
Fix to correct boolean serialization for CLI insert command when combined with this recent fix:
https://github.com/Azure/azure-cli/pull/22060
# Relevant Files Found
## sdk/tables/azure-data-tab... |
1,894 | null | learning-unlimited/ESP-Website | # Repository Context
Name: learning-unlimited/ESP-Website
Description:
# Pull Request
## Raise error instead of 500 when adminclass can't find a class.
Fixes https://sentry.mit.edu/share/group/392e313134/
# Relevant Files Found
## esp/esp/program/modules/handlers/adminclass.py
```
__author__ = "Individual c... |
7,602 | null | mouredev/roadmap-retos-programacion | # Repository Context
Name: mouredev/roadmap-retos-programacion
Description:
# Pull Request
## #20 - Python
## Describe tus cambios
***(Opcional)*** *Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.*
## Comprobaciones
Asegúrate de ... |
996 | null | dnanexus/dx-toolkit | # Repository Context
Name: dnanexus/dx-toolkit
Description:
# Pull Request
## Sciprod 1070 dxtoolkit tests
Hi Folks,
This adds unit tests as well as end-to-end test for dx extract_assay germline. There is also a script for comparing E2E test output to expected output generated in a Jupyter notebook, although the... |
202 | null | AI4Finance-Foundation/RLSolver | # Repository Context
Name: AI4Finance-Foundation/RLSolver
Description:
# Pull Request
## Revisemaxcut
# Relevant Files Found
## helloworld/maxcut/utils.py
```
import copy
from torch.autograd import Variable
import os
import functools
import torch.nn as nn
import numpy as np
from typing import List, Union
import... |
82 | null | skoczen/will | # Repository Context
Name: skoczen/will
Description:
# Pull Request
## Bugfix generated README.md format
Changed auto generated README.md file content from :
- "This is our bot, a [https://github.com/skoczen/will](will) bot." to
- "This is our bot, a [will](https://github.com/skoczen/will) bot."
# Relevant Files... |
11,462 | null | sgl-project/sglang | # Repository Context
Name: sgl-project/sglang
Description:
# Pull Request
## fix stop when stream
Fix: https://github.com/sgl-project/sglang/issues/11446
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Streaming now recognizes forming sto... |
229 | null | bugsnag/bugsnag-python | # Repository Context
Name: bugsnag/bugsnag-python
Description:
# Pull Request
## removed unused util function
# Relevant Files Found
## bugsnag/utils.py
```
from functools import wraps, partial
import inspect
from json import JSONEncoder
from threading import local as threadlocal
import warnings
import bugsnag... |
50 | null | cloudforet-io/cost-analysis | # Repository Context
Name: cloudforet-io/cost-analysis
Description:
# Pull Request
## Fix DB Query
### Category
- [ ] New feature
- [x] Bug fix
- [ ] Improvement
- [x] Refactor
- [ ] etc
### Description
- fix wrong db query for performance
# Relevant Files Found
## src/spaceone/cost_analysis/manager/cost... |
2 | null | acehoss/rnsh | # Repository Context
Name: acehoss/rnsh
Description:
# Pull Request
## Remote command line options
# Relevant Files Found
## rnsh/process.py
```
# MIT License
#
# Copyright (c) 2023 Aaron Heise
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated doc... |
589 | null | NHSDigital/ftrs-directory-of-services | # Repository Context
Name: NHSDigital/ftrs-directory-of-services
Description:
# Pull Request
## Task/ftrs 570 integration tests for phone transformation
<!-- markdownlint-disable-next-line first-line-heading -->
## Description
<!-- Describe your changes in detail. -->
## Context
<!-- Why is this change re... |
2,470 | null | vertexproject/synapse | # Repository Context
Name: vertexproject/synapse
Description:
# Pull Request
## 404 redux (SYN-2846)
- Fix 404 page
- Fix lib.axon docs
- Update sphinx requirements
# Relevant Files Found
## docs/conf.py
```
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does... |
128 | null | joke2k/faker | # Repository Context
Name: joke2k/faker
Description:
# Pull Request
## Made nl_NL providers PEP8 compliant
Made all nl_NL localized providers PEP8 compliant by changing whitespace and line lengths. Used some (not committed) scripts to sort and order long lists (sticking to <= 80 char line length); and in the proces... |
52 | null | crate/croud | # Repository Context
Name: crate/croud
Description:
# Pull Request
## Added eastus2 to available regions.
# Relevant Files Found
## croud/cmd.py
```
#!/usr/bin/env python
#
# Licensed to CRATE Technology GmbH ("Crate") under one or more contributor
# license agreements. See the NOTICE file distributed with thi... |
961 | null | PeopleForBikes/brokenspoke-analyzer | # Repository Context
Name: PeopleForBikes/brokenspoke-analyzer
Description:
# Pull Request
## Add missing block-level category scores
Adds the missing opportunity, core services, and recreation scores.
Fixes #946
# Relevant Files Found
## brokenspoke_analyzer/core/compute.py
```
"""
Define functions to run... |
993 | null | SpriteLink/NIPAP | # Repository Context
Name: SpriteLink/NIPAP
Description:
# Pull Request
## Correcting Sphinx Markup in pynipap.py
My previously added notes, in PR #991, were missing some necessary markup causing
sphinx to render the notes incorrectly. Correcting this.
I've tested this with a local sphinx-build and it appears corr... |
520 | null | AllenNeuralDynamics/aind-data-schema | # Repository Context
Name: AllenNeuralDynamics/aind-data-schema
Description:
# Pull Request
## fixing modality casing
resolves #519
# Relevant Files Found
## src/aind_data_schema/data_description.py
```
""" Generic metadata classes for data """
from __future__ import annotations
import re
from datetime import... |
202 | null | smicallef/spiderfoot | # Repository Context
Name: smicallef/spiderfoot
Description:
# Pull Request
## Add sfp_mnemonic module
Add sfp_mnemonic module
# Relevant Files Found
# Edits
This pull request adds a new `sfp_mnemonic` module to SpiderFoot, enabling passive DNS data collection via the Mnemonic PassiveDNS API. The module suppor... |
236 | null | aws-ia/taskcat | # Repository Context
Name: aws-ia/taskcat
Description:
# Pull Request
## Removing dependency on execution directory
This PR removes the requirement that taskcat is invoked from one directory higher than <project_directory>.
Unit Tests and Functional Tests pass.
# Relevant Files Found
## taskcat/stacker.py
`... |
2,383 | null | spack/spack-packages | # Repository Context
Name: spack/spack-packages
Description:
# Pull Request
## simgrid v4.1
New version
<!--
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 to fix style iss... |
648 | null | mozilla-ai/any-llm | # Repository Context
Name: mozilla-ai/any-llm
Description:
# Pull Request
## fix(anthropic): Handle `tool_required` objects.
OpenAI: https://platform.openai.com/docs/api-reference/chat/create#chat_create-tool_choice-tool_choice_mode
Anthropic: https://platform.claude.com/docs/en/api/messages/create
# Relevant... |
23 | null | KatyBrown/CIAlign | # Repository Context
Name: KatyBrown/CIAlign
Description:
# Pull Request
## measure time and memory utility function
# Relevant Files Found
# Edits
This pull request adds a utility script to measure and log the execution time and memory usage of functions, primarily for testing and benchmarking purposes. It i... |
28 | null | open-mafia/open_mafia_engine | # Repository Context
Name: open-mafia/open_mafia_engine
Description:
# Pull Request
## Made CLI and updated Docs & lots of smaller fixes
title 😉
# Relevant Files Found
## open_mafia_engine/commands/all.py
```
"""All imports for commands."""
# flake8: noqa
import warnings as _w
from .lobby import AbstractLobb... |
273 | null | scverse/squidpy | # Repository Context
Name: scverse/squidpy
Description:
# Pull Request
## remove read_visium_data, add docs for segmentation features
### Types of changes
<!--- What types of changes are introduced? Put an `x` in all applicable boxes: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Breaking ch... |
83 | null | 3293406747/ddddpytest | # Repository Context
Name: 3293406747/ddddpytest
Description:
# Pull Request
## 优化代码结构
# Relevant Files Found
## common/request/fixture.py
```
import functools
import json
import allure
from utils.logger import logger
import asyncio
def logFixture(func):
""" 日志记录 """
lock = asyncio.Lock()
@functools.wrap... |
16 | null | executablebooks/sphinx-jupyterbook-latex | # Repository Context
Name: executablebooks/sphinx-jupyterbook-latex
Description:
# Pull Request
## 🐛 FIX: Handling of H2, H3 nodes for other outputs
H3 node was not handling HTML build, and H2, H3 node was not handling other builds apart from HTML, latex.
Fixing that.
# Relevant Files Found
## jupyterbook_late... |
77 | null | Exawind/amr-wind-frontend | # Repository Context
Name: Exawind/amr-wind-frontend
Description:
# Pull Request
## Generalizing the turbsim/bts converter for non-cartesian aligned planes
The bts converter will now work for non-cartesian aligned planes using the velocitya1, velocitya2, and velocitya3 components and axis1, axis2, axis3 definitions... |
814 | null | adcontextprotocol/salesagent | # Repository Context
Name: adcontextprotocol/salesagent
Description:
# Pull Request
## Remove debug logging from get_tenant_by_virtual_host
## Summary
- Removes verbose debug console output from `get_tenant_by_virtual_host()` that was spamming production logs on every tenant lookup request
- This debug output was l... |
84 | null | scikit-build/ninja-python-distributions | # Repository Context
Name: scikit-build/ninja-python-distributions
Description:
# Pull Request
## chore: use wheel tags cli
Try using https://github.com/pypa/wheel/pull/422
# Relevant Files Found
## scripts/convert_to_generic_platform_wheel.py
```
# -*- coding: utf-8 -*-
import argparse
import logging
import os
... |
3 | null | developmentseed/titiler-multidim | # Repository Context
Name: developmentseed/titiler-multidim
Description:
# Pull Request
## refactor infrastructure code
move all the deployment info in `/infrastructure`
# Relevant Files Found
## stack/__init__.py
```
"""AWS App."""
```
## stack/app.py
```
"""Construct App."""
import os
from typing import A... |
1,204 | null | spotDL/spotify-downloader | # Repository Context
Name: spotDL/spotify-downloader
Description:
# Pull Request
## Publish Version 3.4.0
# Relevant Files Found
## spotdl/__init__.py
```
from .__main__ import console_entry_point
__all__ = [
'console_entry_point',
'search',
'download',
]
```
## spotdl/__main__.py
```
#! Basic ... |
3 | null | james-jory/segment-personalize-workshop | # Repository Context
Name: james-jory/segment-personalize-workshop
Description:
# Pull Request
## Rewritten Exercise 4
# Relevant Files Found
## exercise4/recommendations/lambda_function.py
```
import json
import boto3
import os
import init_personalize_api as api_helper
def lambda_handler(event, context):
... |
296 | null | Increase/increase-python | # Repository Context
Name: Increase/increase-python
Description:
# Pull Request
## docs(api): fix typo
# Relevant Files Found
## src/increase/resources/account_numbers.py
```
# File generated from our OpenAPI spec by Stainless.
from __future__ import annotations
from typing_extensions import Literal
import h... |
160 | null | pyspeckit/pyspeckit | # Repository Context
Name: pyspeckit/pyspeckit
Description:
# Pull Request
## Support multiply ionized RRLs
# Relevant Files Found
## pyspeckit/spectrum/models/hydrogen.py
```
# -*- coding: latin-1 -*-
"""
Hydrogen Models
---------------
Hydrogen in HII regions is typically assumed to follow Case B recombinati... |
12 | null | mkshing/e4t-diffusion | # Repository Context
Name: mkshing/e4t-diffusion
Description:
# Pull Request
## big changes for better results
To get better results, I made a lot of changes.
# Relevant Files Found
## e4t/encoder.py
```
import kornia
import torch
from torch import nn
from transformers import CLIPVisionModel, CLIPImageProcesso... |
958 | null | astronomer/airflow | # Repository Context
Name: astronomer/airflow
Description:
# Pull Request
## [pull] master from apache:master
See [Commits](/astronomer/airflow/pull/958/commits) and [Changes](/astronomer/airflow/pull/958/files) for more details.
-----
Created by [<img src="https://prod.download/pull-18h-svg" valign="bottom"/> **p... |
382 | null | GafferHQ/gaffer | # Repository Context
Name: GafferHQ/gaffer
Description:
# Pull Request
## fixed browser op mode
# Relevant Files Found
## python/GafferUI/OpPathPreview.py
```
##########################################################################
#
# Copyright (c) 2012, Image Engine Design Inc. All rights reserved.
#
#... |
61 | null | vllm-project/tpu-inference | # Repository Context
Name: vllm-project/tpu-inference
Description:
# Pull Request
## [Bugfix] Use correct _MODEL_REGISTRY on flax nn path
# Description
Use correct `_MODEL_REGISTRY` on flax nn path. The previous implementation, in the flax nn path, used undefined `Qwen2ForCausalLM` as the value of `_MODEL_REGIST... |
69,215 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Only fire device_registry_updated for suggested_area if the suggestion results in an area change
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull... |
3,176 | null | hypothesis/lms | # Repository Context
Name: hypothesis/lms
Description:
# Pull Request
## Remove extra from set_document_url
The `extra` argument doesn't appear to be used.
I'm not sure whether we should add an `extra` argument to `set_document_url()`: it's `set_document_url()` not
`set_document_url_and_merge_extras()`. Let's a... |
5,825 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## [batch] use safe load in batch client
YAML has an arbitrary extension mechanism. pyYAML defines a python extension that lets you create arbitrary python objets. This is clearly a huge security vulnerability. Apparently, pyYAML, by default, enabl... |
2 | null | tomsilver/ploi | # Repository Context
Name: tomsilver/ploi
Description:
# Pull Request
## Validate `validate`
Previously, the code silently fails if `validate` is not installed (data generation and training goes fine, but during evaluation, incremental planning keeps failing). This is obviously stupid, so fixing it here.
# Relevan... |
485 | null | sotetsuk/pgx | # Repository Context
Name: sotetsuk/pgx
Description:
# Pull Request
## [Hex] Add Env
- boardは自分が正、相手が負の数
- [x] init
- [x] step
- [x] 石を置き、置かれたマスをidとして持たせる
- [x] 周囲の6マスに自分の石があれば連結(置いたマスidで上書きで良い)
- [x] 最上部と最下部で同じidの石があれば終了
- [x] ターン終了時にboardに-1を乗じる
- observeは一旦後回し
# Relevant Files Found
## pgx/dwg/h... |
1,505 | null | kivy/python-for-android | # Repository Context
Name: kivy/python-for-android
Description:
# Pull Request
## Fix libnacl recipe missing libsodium
From their [`setup.py`](https://github.com/saltstack/libnacl) I don't see anything including `libsodium`, however the package is a `ctypes` wrapper (from their description), therefore I don't think... |
34 | null | tgolsson/pants-backends | # Repository Context
Name: tgolsson/pants-backends
Description:
# Pull Request
## Also add dependent files to OCI containers
# Relevant Files Found
## examples/oci/example2.py
```
import os
def main():
print("Launching example.pex:")
print("\n" + "-" * 20 + "\n")
os.execv("examples/example.pex", [... |
210 | null | graph4ai/graph4nlp | # Repository Context
Name: graph4ai/graph4nlp
Description:
# Pull Request
## Update qg example
updated qg example to adapt to new graph4nlp api
# Relevant Files Found
## examples/pytorch/question_generation/run_question_generation.py
```
import os
import time
import datetime
import copy
import argparse
from argp... |
452 | null | home-assistant-libs/aioshelly | # Repository Context
Name: home-assistant-libs/aioshelly
Description:
# Pull Request
## Bump version to 6.1.0
# Relevant Files Found
## setup.py
```
"""Setup module for aioshelly."""
from pathlib import Path
from setuptools import find_packages, setup
PROJECT_DIR = Path(__file__).parent.resolve()
README_FILE ... |
16,817 | null | Lightning-AI/pytorch-lightning | # Repository Context
Name: Lightning-AI/pytorch-lightning
Description:
# Pull Request
## Add back external colossalai test
## What does this PR do?
Follow-Up from #16783 .
Adds back the colossal-ai test for our external strategy after https://github.com/Lightning-AI/lightning-colossalai/releases/tag/0.1.0.dev... |
27 | null | IBM/qradar-sample-apps | # Repository Context
Name: IBM/qradar-sample-apps
Description:
# Pull Request
## Add Custom Columns Offenses Globalized sample
# Relevant Files Found
# Edits
This pull request adds a new sample app called "Custom Columns Offenses Globalized" that demonstrates how to extend QRadar's offense listings with custo... |
10,090 | null | NVIDIA-NeMo/NeMo | # Repository Context
Name: NVIDIA-NeMo/NeMo
Description:
# Pull Request
## [NeMo-UX] fix a version bug in `NeMoLogger`
# What does this PR do ?
We only want to ignore the version if `use_datetime_version` and `resume_if_exists` are both `True`. If a user sets a version manually, we should include it. Previousl... |
9 | null | orospakr/vrms-arch | # Repository Context
Name: orospakr/vrms-arch
Description:
# Pull Request
## Update free licenses list
Add some free licenses.
Sort free licenses list alphabetically for simplicity.
Merge naming variants into main list for simplicity.
Fix #6, #7, #8.
# Relevant Files Found
## vrms_arch/license_finder.py
```
im... |
235 | null | ArtyomZemlyak/tg-note | # Repository Context
Name: ArtyomZemlyak/tg-note
Description:
# Pull Request
## Debug mcp sse connection issues
## Описание
Исправлена проблема с подключением MCP SSE, когда клиент не мог обработать данные события `endpoint` от сервера FastMCP. Сервер отправлял URI сессии в виде простого текста (`/messages/?sessio... |
3,913 | null | nf-core/tools | # Repository Context
Name: nf-core/tools
Description:
# Pull Request
## fix markdown in sync PR message
# Relevant Files Found
## nf_core/pipelines/sync.py
```
"""Synchronise a pipeline TEMPLATE branch with the template."""
import json
import logging
import os
import re
from pathlib import Path
from typing imp... |
1,113 | null | qiboteam/qibocal | # Repository Context
Name: qiboteam/qibocal
Description:
# Pull Request
## Adding qutrit platform for emulator
Related to https://github.com/qiboteam/qibolab/pull/1178.
I've also renamed the previous platform from `emulator1q` to `qubit`.
# Relevant Files Found
## platforms/emulator1q/platform.py
```
import pat... |
59 | null | csurfer/rake-nltk | # Repository Context
Name: csurfer/rake-nltk
Description:
# Pull Request
## Add typing and fix set/list logical bug.
This PR
1. Adds python typing to the Rake class.
2. Addresses a bug in phrase list which was being returned as set causing repeated phrases to be dropped. Users might want to have control over th... |
99 | null | CAMBI-tech/BciPy | # Repository Context
Name: CAMBI-tech/BciPy
Description:
# Pull Request
## Update parameters
# Overview
Update to system parameters to reflect names / helptips relevant to the clinical team.
## Ticket
https://www.pivotaltracker.com/story/show/174720354
## Contributions
- Uploaded new parameters.json ... |
154 | null | Datenschule/jedeschule-scraper | # Repository Context
Name: Datenschule/jedeschule-scraper
Description:
# Pull Request
## [HB] strip whitespace from website url
# Relevant Files Found
## jedeschule/spiders/bremen.py
```
# -*- coding: utf-8 -*-
import scrapy
import re
from scrapy import Item
from jedeschule.items import School
from jedeschule.... |
212 | null | vpoulailleau/python-dev-tools | # Repository Context
Name: vpoulailleau/python-dev-tools
Description:
# Pull Request
## Bump tox from 3.14.1 to 3.14.2
Bumps [tox](https://github.com/tox-dev/tox) from 3.14.1 to 3.14.2.
<details>
<summary>Changelog</summary>
*Sourced from [tox's changelog](https://github.com/tox-dev/tox/blob/3.14.2/docs/changelog.... |
626 | null | lightspeed-core/lightspeed-stack | # Repository Context
Name: lightspeed-core/lightspeed-stack
Description:
# Pull Request
## LCORE-202: Add GET /v1/tools endpoint to list tools from MCP servers
## Description
<!--- Describe your changes in detail -->
I implemented a new REST API endpoint /v1/tools that retrieves a consolidated list of tools fro... |
41 | null | 20tab/nextjs-continuous-delivery | # Repository Context
Name: 20tab/nextjs-continuous-delivery
Description:
# Pull Request
## TG-824 refactoring bootstrap collector
# Relevant Files Found
## bootstrap/collector.py
```
#!/usr/bin/env python
"""Initialize a web project Next.js service based on a template."""
import re
from functools import partia... |
400 | null | workfloworchestrator/orchestrator-core | # Repository Context
Name: workfloworchestrator/orchestrator-core
Description:
# Pull Request
## More generator improvements
- use correct lifecycle in new product block defination when pointing to existing product blocks
- import existing product blocks in all its lifecycle states
- add additional new line to la... |
27 | null | a4k-openproject/a4kScrapers | # Repository Context
Name: a4k-openproject/a4kScrapers
Description:
# Pull Request
## feat: skip hoster requests if no supported hosts are provided
# Relevant Files Found
## providerModules/a4kScrapers/core.py
```
# -*- coding: utf-8 -*-
import traceback
import json
import requests
from string import capwords... |
32,478 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## use populateFields in IndicatorsSearcher
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the [contribution registrat... |
35 | null | wagtail-nest/wagtail-personalisation | # Repository Context
Name: wagtail-nest/wagtail-personalisation
Description:
# Pull Request
## Use wagtail-factories for testing
# Relevant Files Found
## setup.py
```
from setuptools import find_packages, setup
install_requires = [
'wagtail>=1.7',
'user-agents>=1.0.1',
]
tests_require = [
'pytes... |
3,052 | null | PaddlePaddle/PaddleClas | # Repository Context
Name: PaddlePaddle/PaddleClas
Description:
# Pull Request
## 【benchmark】fix gpu_mem unit
【benchmark】fix gpu_mem unit
# Relevant Files Found
## ppcls/engine/train/utils.py
```
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 ... |
67 | null | binbashar/leverage | # Repository Context
Name: binbashar/leverage
Description:
# Pull Request
## Fix | Mount AWS credentials correctly for Terraform commands
## What?
* Change mounted volumes in terraform container as to avoid issues with AWS credentials when running MFA script
* Add defaults to values in credentials module that wer... |
463 | null | pylast/pylast | # Repository Context
Name: pylast/pylast
Description:
# Pull Request
## Add type hints using autotyping
https://pypi.org/project/autotyping/
Lots more to do, but here's some easy ones.
# Relevant Files Found
## src/pylast/__init__.py
```
#
# pylast -
# A Python interface to Last.fm and Libre.fm
#
# Copyri... |
476 | null | mgear-dev/mgear | # Repository Context
Name: mgear-dev/mgear
Description:
# Pull Request
## Fixed rotation pymel bug, replaced all pymel commands
## Description of Changes
ueGear Object transform matching from Maya to Unreal was failing due to pymel commands.
## Testing Done
Please describe the tests that you ran to verify ... |
495 | null | MemTensor/MemOS | # Repository Context
Name: MemTensor/MemOS
Description:
# Pull Request
## Feat/fix explicit threshold
## Description
<!--
Please include a summary of the changes below;
Fill in the issue number that this PR addresses (if applicable);
Fill in the related MemOS-Docs repository issue or PR link (if applicable);
... |
406 | null | girder/girder_worker | # Repository Context
Name: girder/girder_worker
Description:
# Pull Request
## Move away from pkg_resources
# Relevant Files Found
## girder_worker/__init__.py
```
import os
from pkg_resources import DistributionNotFound, get_distribution
from configparser import ConfigParser
from . import log_utils
try:
... |
191 | null | adamritter/pageql | # Repository Context
Name: adamritter/pageql
Description:
# Pull Request
## Fix add_reactive_elements handling for else bodies
## Summary
- ensure add_reactive_elements recursively processes `else` blocks
- add regression test for wrapping tags inside `else`
## Testing
- `pytest`
# Relevant Files Found
## src/pa... |
12 | null | transcovo/pymarsys | # Repository Context
Name: transcovo/pymarsys
Description:
# Pull Request
## TECH Bug while receiving non text/json response content-type
Parse json is need be
# Relevant Files Found
## pymarsys/connections.py
```
from abc import ABC, abstractmethod
import base64
import datetime
import hashlib
import json
from u... |
30 | null | rohitsoni007/mcp-gearbox-cli | # Repository Context
Name: rohitsoni007/mcp-gearbox-cli
Description:
# Pull Request
## Dev
# Relevant Files Found
## src/mcp_cli/__init__.py
```
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "typer",
# "rich",
# "platformdirs",
# "readchar",
# "httpx",
# ]
# ///
"""MCP Kit -... |
236 | null | huawei-noah/SMARTS | # Repository Context
Name: huawei-noah/SMARTS
Description:
# Pull Request
## Heterogenous Agent Computing
This PR contains a first pass at Heterogeneous Agent Computing.
The main idea is that we have the Zoo Worker installed on a server and listens for SMARTS sessions requesting remote social agents.
```bash... |
1,081 | null | thingsboard/thingsboard-gateway | # Repository Context
Name: thingsboard/thingsboard-gateway
Description:
# Pull Request
## Updated requires
# Relevant Files Found
## thingsboard_gateway/connectors/mqtt/mqtt_connector.py
```
# Copyright 2022. ThingsBoard
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may n... |
410 | null | deep-learning-indaba/Baobab | # Repository Context
Name: deep-learning-indaba/Baobab
Description:
# Pull Request
## Update Prod
# Relevant Files Found
## api/app/invitationletter/api.py
```
from datetime import datetime
import flask_restful as restful
from sqlalchemy.exc import IntegrityError
from app.utils.auth import verify_token
from fla... |
94 | null | pallets-eco/flask-security | # Repository Context
Name: pallets-eco/flask-security
Description:
# Pull Request
## fix: Use passlib for totp_secret
onetimepass seems to be unmaintained - and more importantly totp_secret was being
stored in the DB in the clear as well as in the session cookie in the clear.
That is a big security hole.
passlib... |
1,311 | null | ag2ai/ag2 | # Repository Context
Name: ag2ai/ag2
Description:
# Pull Request
## Create LlamaIndex query engine
<!-- Thank you for your contribution! Please review https://docs.ag2.ai/docs/contributor-guide/contributing before opening a pull request. -->
<!-- Please add a reviewer to the assignee section when you create a PR... |
932 | null | googleads/google-ads-python | # Repository Context
Name: googleads/google-ads-python
Description:
# Pull Request
## Add code samples for audience insights APIs
Adding code snippets for Audience Insights APIs for Google Ads.
# Relevant Files Found
# Edits
This pull request adds code samples for the Audience Insights APIs in the Google Ads P... |
10 | null | constantinpape/pybdv | # Repository Context
Name: constantinpape/pybdv
Description:
# Pull Request
## Add support for time-point
# Relevant Files Found
## pybdv/converter.py
```
import os
import sys
import numpy as np
from concurrent import futures
from tqdm import tqdm
from .util import (blocking, get_nblocks, open_file, get_key,
... |
3,004 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Fix unit tests
I lifted `setUp()` from the pip tests verbatim. I think someone should look into why `__del__()` on `MasterEvent()` blows up horribly when `self.destroy()` runs.
# Relevant Files Found
## salt/utils/event.py
```
'''
Manage e... |
72,517 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Avoid swallowing Roku errors
<!--
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 chan... |
596 | null | ethereum/execution-spec-tests | # Repository Context
Name: ethereum/execution-spec-tests
Description:
# Pull Request
## feat(consume): enable loading of `ethereum/tests/BlockchainTests`
## 🗒️ Description
Enables loading `ethereum/tests/BlockchainTests` (except for 5 json files that define invalid fields via "bigint").
1. Makes `post_state`... |
36 | null | Artur-Ws/pExIT | # Repository Context
Name: Artur-Ws/pExIT
Description:
# Pull Request
## PW/basics+_task1
# Relevant Files Found
# Edits
This pull request solves the problem of finding the sum of all natural numbers less than 100 that are divisible by 5 or 7. It introduces a function `calculate()` that iterates through numbe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.