pr_id
int64
repo_id
null
repo_name
string
text
string
10,985
null
apache/tvm
# Repository Context Name: apache/tvm Description: # Pull Request ## [ONNX] Sort axes for unsqueeze op Looking at the onnx op documentation, it appears that the axes for unsqueeze are expected to be applied in sorted order internally: https://github.com/onnx/onnx/blob/main/docs/Operators.md#Unsqueeze Also, altho...
1
null
steenzout/python-barcode
# Repository Context Name: steenzout/python-barcode Description: # Pull Request ## Develop - `1.0.0-beta3` - use [steenzout.sphinx==1.0.12](https://github.com/steenzout/python-sphinx/releases/tag/1.0.12) to generate documentation - fixed `setup.py` `package_data` values # Relevant Files Found ## setup.py ...
1,620
null
PaddlePaddle/PaddleClas
# Repository Context Name: PaddlePaddle/PaddleClas Description: # Pull Request ## add the discription doc of theseus layer & support specify return_stages to update_res() # Relevant Files Found ## ppcls/arch/backbone/base/theseus_layer.py ``` # copyright (c) 2021 PaddlePaddle Authors. All Rights Reserve. # # Li...
3,167
null
chainer/chainer
# Repository Context Name: chainer/chainer Description: # Pull Request ## [backport] Fix doc typos Backport of #3148 # Relevant Files Found ## chainer/functions/loss/ctc.py ``` import collections import numpy import six import chainer from chainer import cuda from chainer import function from chainer import uti...
70
null
scverse/pytometry
# Repository Context Name: scverse/pytometry Description: # Pull Request ## Use numpy histogram in scatter_density Hello, These are the changes related to #64, i.e. about the usage of `np.histogram2d` instead of datashader in `scatter_density`: the performances are the same, as shown below. I kept the same fu...
634
null
MemTensor/MemOS
# Repository Context Name: MemTensor/MemOS Description: # Pull Request ## Feat/evaluation doc qa ## 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); Ment...
2
null
inn0le/sanic_sse
# Repository Context Name: inn0le/sanic_sse Description: # Pull Request ## Support Python 3.5 to support python 3.5, - change f string to format() - remove variable annotation (variable type hint) # Relevant Files Found ## sanic_sse/pub_sub.py ``` """PubSub module This module contains PubSub class that im...
24
null
Alanthink/banditpylib
# Repository Context Name: Alanthink/banditpylib Description: # Pull Request ## bug fix in cvar calculation # Relevant Files Found ## banditpylib/bandits/ordinary_mnl_bandit.py ``` from abc import abstractmethod import copy from typing import List, Tuple from absl import logging import numpy as np from .uti...
1,654
null
wevote/WeVoteServer
# Repository Context Name: wevote/WeVoteServer Description: # Pull Request ## Implemented way to block a campaign which is violating our terms of service. Implemented way to block a campaign which is violating our terms of service. # Relevant Files Found ## apis_v1/documentation_source/campaign_list_retrieve_doc....
43
null
Bluetooth-Devices/bleak-retry-connector
# Repository Context Name: Bluetooth-Devices/bleak-retry-connector Description: # Pull Request ## fix: add a guard to freshen_ble_device so it can be called on non-linux # Relevant Files Found ## src/bleak_retry_connector/__init__.py ``` from __future__ import annotations __version__ = "1.17.1" import asynci...
27
null
invariantlabs-ai/invariant-gateway
# Repository Context Name: invariantlabs-ai/invariant-gateway Description: # Pull Request ## Add tests for openai guardrails integration. # Relevant Files Found ## gateway/routes/open_ai.py ``` """Gateway service to forward requests to the OpenAI APIs""" import asyncio import json from typing import Any, Optio...
2,725
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Daily rc sync to master 2022-06-16 Automatic sync from the release candidate to master during a feature freeze. # Relevant Files Found ## pennylane/gradients/parameter_shift.py ``` # Copyright 2018-2021 Xanadu Quantum Technologies In...
68
null
Code4PuertoRico/suministrospr
# Repository Context Name: Code4PuertoRico/suministrospr Description: # Pull Request ## Remove format option in editor Closes #56 # Relevant Files Found ## suministrospr/settings.py ``` """ Django settings for suministrospr project. For more information on this file, see https://docs.djangoproject.com/en/3.0/t...
368
null
PyLabRobot/pylabrobot
# Repository Context Name: PyLabRobot/pylabrobot Description: # Pull Request ## add init back into cytomat some cytomats are configured in the .exe service software to automatically init on startup, others are not. adding back init makes this more robust across different configs # Relevant Files Found ## pylabrob...
21,108
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Feature flag to exclude formplayer-inline from case data and custom r… …eports So far as I can tell based on git history and clicking through patient cases, the `formplayer-inline.html` include can be removed from `case_data.html`. The ...
611
null
DistrictDataLabs/yellowbrick
# Repository Context Name: DistrictDataLabs/yellowbrick Description: # Pull Request ## Adds docs for how to use class labels w/ confusion matrix In follow up to the [bug](https://github.com/DistrictDataLabs/yellowbrick/issues/244) that prevented adding class labels to a `ConfusionMatrix`plot, and the subsequent PR ...
16
null
cloudforet-io/plugin-aws-cloudtrail-mon-datasource
# Repository Context Name: cloudforet-io/plugin-aws-cloudtrail-mon-datasource Description: # Pull Request ## Modify role_arn check for assume_role authentication ### Category - [ ] New feature - [x] Bug fix - [ ] Improvement - [ ] Refactor - [ ] etc ### Description When creating a `boto3` session, after ch...
813
null
geopython/pygeoapi
# Repository Context Name: geopython/pygeoapi Description: # Pull Request ## update OACov content models (#809) Fixes #809 cc @MartinPontius # Relevant Files Found ## pygeoapi/provider/rasterio_.py ``` # ================================================================= # # Authors: Tom Kralidis <tomkralidis@...
146
null
ansys/pymotorcad
# Repository Context Name: ansys/pymotorcad Description: # Pull Request ## Update Docstrings to reference other methods in snake_case... … rather than CamelCase. Just a small update recommended by Matt R # Relevant Files Found ## src/ansys/motorcad/core/methods/rpc_methods_ui.py ``` """RPC methods for UI.""" ...
13
null
pystitch/stitch
# Repository Context Name: pystitch/stitch Description: # Pull Request ## ENH: Pass through image attrs Will probably change the API to also accept `fig.width` or `fig_width` for compat with RMarkdown. That can be done as a preprocessing of the file or later since it's an option for the rendering, not the execution...
20
null
cuenca-mx/clabe-python
# Repository Context Name: cuenca-mx/clabe-python Description: # Pull Request ## Fix code for Banxico # Relevant Files Found ## clabe/banks.py ``` BANKS = { '138': '40138', '102': '40102', '614': '90614', '133': '40133', '062': '40062', '638': '90638', '103': '40103', '652': '906...
2
null
johann-petrak/licenseheaders
# Repository Context Name: johann-petrak/licenseheaders Description: # Pull Request ## Dotnetlanguages - Adding C# and VB language type settings - Added compilation of regex to remove warning # Relevant Files Found ## licenseheaders.py ``` #!/usr/bin/env python # encoding: utf-8 """A tool to change or add l...
25,120
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Increment version for deviceupdate releases Increment package version after release of azure-iot-deviceupdate # Relevant Files Found ## sdk/deviceupdate/azure-iot-deviceupdate/azure/iot/deviceupdate/_version.py ``` # coding=utf-...
186
null
PrimeIntellect-ai/verifiers
# Repository Context Name: PrimeIntellect-ai/verifiers Description: # Pull Request ## fix reward with zero_truncated_completions ## Description this pr fix a bug where the rewards are all set to 0 when using `if zero_truncated_completions` even if the response are not truncated ## Type of Change <!-- Mark the ...
786
null
PaddlePaddle/PaddleClas
# Repository Context Name: PaddlePaddle/PaddleClas Description: # Pull Request ## 修改Neck模块,添加车辆任务的完整训练代码 # Relevant Files Found ## ppcls/arch/__init__.py ``` #copyright (c) 2020 PaddlePaddle Authors. All Rights Reserve. # #Licensed under the Apache License, Version 2.0 (the "License"); #you may not use this fil...
35,282
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Make homekit TV media players aware of STATE_STANDBY ## Proposed change <!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolve...
9
null
lextudio/pysmi
# Repository Context Name: lextudio/pysmi Description: # Pull Request ## Register fixed lengths for octet strings This PR restores pysmi's `fixedLength` field generation. As such, it is the fix for point (2) of my (first) comment in lextudio/pysnmp#141. That should allow fixes for pysnmp for the other two points fr...
9,091
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Add package for the C++ Guideline Support Library The [GSL](https://github.com/Microsoft/GSL) is meant to help C++ projects at the task of following the [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines). Since "GSL" is a highly o...
1,219
null
tenstorrent/tt-torch
# Repository Context Name: tenstorrent/tt-torch Description: # Pull Request ## Uplift tt-xla to 69dcd00a87954f2353577597d857623eaf9d7f18 ### Ticket None ### Problem description Uplift tt-xla to ### What's changed - xfail yolov4 n300 auto batch parallel test, tracked in https://github.com/tenstorrent/tt-to...
693
null
nyu-mll/jiant
# Repository Context Name: nyu-mll/jiant Description: # Pull Request ## Black formatting Resolving black formatting issues. Also I realized that it's possible to merge/squash before tests finish running, so I set the settings so that it is required for tests to pass before merging. # Relevant Files Found ## sr...
1,754
null
DaleStudy/leetcode-study
# Repository Context Name: DaleStudy/leetcode-study Description: # Pull Request ## [hj4645] WEEK 02 solutions ## 답안 제출 문제 <!-- 자신의 수준이나 일정에 맞게 👉금주에 푸시기로 정한 문제들👈만 나열해주세요. 리뷰어들이 검토와 PR 승인 여부를 결정할 때 큰 도움이 됩니다. --> - [x] #218 - [x] #230 - [x] #239 - [x] #241 - [ ] #251 <!-- - [ ] 문제 4 풀고싶지 않은 문제는 이렇게 주석...
4,104
null
demisto/demisto-sdk
# Repository Context Name: demisto/demisto-sdk Description: # Pull Request ## added error msg for BA124 <!-- REMINDER: THIS IS A PUBLIC REPO; DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Related Issues fixes: ## Description - Added error message to BA112 - Updated the description of CL100 # Relevant F...
116
null
SublimeText/Origami
# Repository Context Name: SublimeText/Origami Description: # Pull Request ## Fix CloneFileToPaneCommand error ``` File "origami in /Users/m.arizuka/Library/Application Support/Sublime Text 3/Installed Packages/Origami.sublime-package", line 527, in run AttributeError: 'CloneFileToPaneCommand' object has no att...
568
null
ros-infrastructure/rosdep
# Repository Context Name: ros-infrastructure/rosdep Description: # Pull Request ## Fix detection of installed rpms and warn if slow method is being used The fallback method for detecting installed rpms (rpm_detect_cmd) was returning a list of all packages passed to it instead of only those installed. On line 92, t...
5
null
gweltou/Neuranim
# Repository Context Name: gweltou/Neuranim Description: # Pull Request ## Dev # Relevant Files Found ## creatures.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- from Box2D.b2 import pi, vec2, world, circleShape, polygonShape, staticBody, dynamicBody, fixtureDef import numpy as np import uuid from param...
15,393
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Fix gifts validation in promotion mutations Fix failing mutations when `gifts` input field is `None` <!-- Please mention all relevant issue numbers. --> # Impact - [ ] New migrations - [ ] New/Updated API fields or mutations - [ ] De...
1,762
null
KhronosGroup/glTF-Blender-IO
# Repository Context Name: KhronosGroup/glTF-Blender-IO Description: # Pull Request ## Handle ortho camera frame correctly. (Closes GH-944, GH-624.) Blender: ![image](https://user-images.githubusercontent.com/37680486/195918787-71b52a16-6c57-453e-a108-06e50f49c944.png) Before: ![image](https://user-images....
2
null
present-cjn/stereo-vision-python
# Repository Context Name: present-cjn/stereo-vision-python Description: # Pull Request ## Feature/stereo matching # Relevant Files Found ## config.py ``` import os import cv2 # --- Path configurations --- # project root directory, determined by the location of this config file. PROJECT_ROOT = os.path.dirname(...
1,438
null
holoviz/panel
# Repository Context Name: holoviz/panel Description: # Pull Request ## Ensure Pipeline graph does not share axes with other plots Fixes https://github.com/holoviz/panel/issues/1276 # Relevant Files Found ## panel/pipeline.py ``` from __future__ import absolute_import, division, unicode_literals import os impor...
4,043
null
getsentry/sentry-python
# Repository Context Name: getsentry/sentry-python Description: # Pull Request ## feat(tracing): Add `__repr__` to `Baggage` The default `__repr__` does not show what is in the `Baggage`, making it extremely difficult to debug code involving `Baggage` objects. Add a `__repr__` which includes the serialized `Baggage...
197
null
leukeleu/django-hidp
# Repository Context Name: leukeleu/django-hidp Description: # Pull Request ## HIDP-174 protect final OIDC account Prevent users from making it impossible to log in by deleting their only authentication method. TODO: - [x] update message catalog/translate # Relevant Files Found ## packages/hidp/hidp/account...
106
null
tlambert03/microsim
# Repository Context Name: tlambert03/microsim Description: # Pull Request ## tests: fixup ci # Relevant Files Found ## src/microsim/xarray_jax.py ``` # Copyright 2023 DeepMind Technologies Limited. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in complia...
11
null
PacktPublishing/DeepSeek-in-Practice
# Repository Context Name: PacktPublishing/DeepSeek-in-Practice Description: # Pull Request ## Update chapter 5 code # Relevant Files Found ## Chapter05/02-api.py ``` import json import os from typing import Literal from dotenv import load_dotenv from fastapi import FastAPI, Header, HTTPException from fastapi....
192
null
Telecominfraproject/wlan-testing
# Repository Context Name: Telecominfraproject/wlan-testing Description: # Pull Request ## Changed Naming Convention For Client Connectivity Interop # Relevant Files Found ## tests/e2e/interOp/validation_of_operating_modes/bridge_mode/client_connectivity_test/iOS/test_general_security_modes.py ``` from logging ...
33
null
django-predicate/django-predicate
# Repository Context Name: django-predicate/django-predicate Description: # Pull Request ## Fix bug with same lookup path passed more than once cc @staticshock Fixes #31. The bug is that I was modeling lookups as a dict-based tree where the paths to leaf nodes are the given lookup paths, and the values at the nodes...
1,691
null
oumi-ai/oumi
# Repository Context Name: oumi-ai/oumi Description: # Pull Request ## Basic shell script for launching jobs on OLCF Frontier HPC cluster # Description <!-- Thank you for contributing to Oumi! Before sending your PR out for review, please take a quick read through this template. When your PR is merged, its t...
39
null
Education4Climate/Education4Climate
# Repository Context Name: Education4Climate/Education4Climate Description: # Pull Request ## Update language/teacher to languages/teachers # Relevant Files Found ## src/crawl/unicrawl/spiders/ucl_courses.py ``` # -*- coding: utf-8 -*- from abc import ABC from pathlib import Path import pandas as pd import sc...
275
null
dbca-wa/it-assets
# Repository Context Name: dbca-wa/it-assets Description: # Pull Request ## Emergency bugfix: fix MS Graph query for AAD users # Relevant Files Found ## organisation/admin.py ``` from django import forms from django.contrib import admin from django.urls import path, reverse from django.utils.html import format_...
1,763
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Move operator compilation attributes into custom object **Context:** During compilation, one must frequently check properties of an operator such as whether it is self-inverse, or whether it is a symmetric operation. Currently, these pr...
7,291
null
ietf-tools/datatracker
# Repository Context Name: ietf-tools/datatracker Description: # Pull Request ## feat: API to list role-holder addresses Adds API endpoint needed to decouple the `makewhitelist` script from the datatracker. The code is refactored compared to the old `list-role-holder-emails` script ([final version here](https://...
284
null
dynamical-org/reformatters
# Repository Context Name: dynamical-org/reformatters Description: # Pull Request ## fix up uneven gefs analysis validation schedule also run it 10 mins after update since update is fast (usually < 3 mins) # Relevant Files Found ## src/reformatters/common/config_models.py ``` from collections.abc import Sequence...
267
null
langchain-ai/langchain
# Repository Context Name: langchain-ai/langchain Description: # Pull Request ## LLMRequestsChain # Relevant Files Found ## langchain/chains/__init__.py ``` """Chains are easily reusable components which can be linked together.""" from langchain.chains.api.base import APIChain from langchain.chains.conversation...
115
null
RUCAIBox/RecBole
# Repository Context Name: RUCAIBox/RecBole Description: # Pull Request ## FEA: speed up evaluator # Relevant Files Found ## evaluator/__init__.py ``` from .evaluator import TopKEvaluator, LossEvaluator ``` ## evaluator/cpp/__init__.py ``` from .cpp_evaluator import BaseLossEvaluator, BaseCTREvaluator, BaseTo...
910
null
crestalnetwork/intentkit
# Repository Context Name: crestalnetwork/intentkit Description: # Pull Request ## feat: system prompt now support search and super This PR includes: - feat: system prompt now support search and super - doc: changelog updates Ready for review and merge. # Relevant Files Found ## intentkit/core/engine.py ``` """...
2,130
null
huggingface/diffusers
# Repository Context Name: huggingface/diffusers Description: # Pull Request ## remove redundant allow_patterns # Relevant Files Found ## src/diffusers/pipelines/pipeline_utils.py ``` # coding=utf-8 # Copyright 2022 The HuggingFace Inc. team. # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # # L...
24
null
CaptorAB/openseries
# Repository Context Name: CaptorAB/openseries Description: # Pull Request ## Pydantic implemented # Relevant Files Found ## openseries/frame.py ``` from copy import deepcopy import datetime as dt from dateutil.relativedelta import relativedelta from functools import reduce from logging import warning from math...
6,601
null
pytest-dev/pytest
# Repository Context Name: pytest-dev/pytest Description: # Pull Request ## typing: pytest_collection Not included in https://github.com/pytest-dev/pytest/pull/6556, but conflicts (trivially). # Relevant Files Found ## src/_pytest/assertion/__init__.py ``` """ support for presenting detailed information in faili...
98
null
zetonteam/zeton_django
# Repository Context Name: zetonteam/zeton_django Description: # Pull Request ## Session 17/unite resource and views #92 # Relevant Files Found ## users/resources.py ``` from django.http.response import Http404 from drf_spectacular.utils import OpenApiParameter, extend_schema from rest_framework import generics...
32
null
cantabular/scraperwiki-python
# Repository Context Name: cantabular/scraperwiki-python Description: # Pull Request ## Rename scraperwiki.exception to .runlog and record successful exits # Relevant Files Found ## scraperwiki/exception/__init__.py ``` import datetime import inspect import os import sys import traceback import scraperwiki _i...
47
null
frisen-lab/TREX
# Repository Context Name: frisen-lab/TREX Description: # Pull Request ## Add pre-commit configuration This adds the `end-of-file-fixer`, `trailing-whitespace` and ruff hooks. Ruff is configured to ignore too long lines. As soon as we reformat with black, we can re-enable that check. # Relevant Files Found ## src...
14
null
UnknownUser2222/pycor
# Repository Context Name: UnknownUser2222/pycor Description: # Pull Request ## HACKTOBERFEST-1 # Relevant Files Found ## pycor.py ``` print("Requires Python 3.10.8 or later.") print("Welcome to the PyCor v1.02.0") print("Type help_pycor for help.") x = "" while x != "0": x = input(">> ") cmd1 =...
2,877
null
gdsfactory/gdsfactory
# Repository Context Name: gdsfactory/gdsfactory Description: # Pull Request ## make 7to8 migration script more safe by default # Relevant Files Found ## gdsfactory/cli.py ``` from __future__ import annotations import pathlib import re from difflib import unified_diff from enum import Enum from typing import A...
145
null
ansible-collections/ibm_zos_cics
# Repository Context Name: ansible-collections/ibm_zos_cics Description: # Pull Request ## Added JCL template for RMUTL # Relevant Files Found ## plugins/module_utils/_data_set_utils.py ``` # -*- coding: utf-8 -*- # (c) Copyright IBM Corp. 2023,2024 # Apache License, Version 2.0 (see https://opensource.org/lic...
3
null
khanrc/pt.darts
# Repository Context Name: khanrc/pt.darts Description: # Pull Request ## Feature/multi gpu Add multi-gpu search & augment As noted in the README, larger batch size by multi-gpu could degrade generalization performance. # Relevant Files Found ## augment.py ``` """ Training augmented model """ import os import...
20,838
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Update fields shown in smsforms admin @millerdev @orangejenny # Relevant Files Found ## corehq/apps/smsforms/admin.py ``` from __future__ import absolute_import from __future__ import unicode_literals from django.contrib import admin f...
773
null
python-discord/bot
# Repository Context Name: python-discord/bot Description: # Pull Request ## Check reminder user and channel before send and schedule. Closes #764. ## Description On bot load, the reminders are retrieved from the site api and rescheduled to be sent at their expiry datetime. If someone creates a reminder, le...
615
null
modin-project/modin
# Repository Context Name: modin-project/modin Description: # Pull Request ## Fix Series.__getitem__ with a slice * Combine codepaths for `DataFrame` and `Series` <!-- Thank you for your contribution! --> ## What do these changes do? <!-- Please give a short brief about these changes. --> ## Related i...
845
null
PennyDreadfulMTG/Penny-Dreadful-Tools
# Repository Context Name: PennyDreadfulMTG/Penny-Dreadful-Tools Description: # Pull Request ## Some simple response caching. This makes subsequent request for the same path+querystring very fast. But it does nothing for the first request. Fairly conservative with times for now - we can maybe cache more aggressiv...
1,283
null
F5Networks/f5-openstack-agent
# Repository Context Name: F5Networks/f5-openstack-agent Description: # Pull Request ## Fixing key error for new member vtep handling Issues: ```python Traceback (most recent call last): File "./f5_openstack_agent/lbaasv2/drivers/bigip/icontrol_driver.py", line 1917, in _common_service_handler service, al...
538
null
linode/linode_api4-python
# Repository Context Name: linode/linode_api4-python Description: # Pull Request ## Add retry to flaky test and bucket delete in obj fixtures ## 📝 Description Address flaky resize test and Add retry block around bucket delete in obj fixtures. E.g. 500 Errors in obj tests on bucket delete ## ✔️ How to Test ...
253
null
SolaceLabs/solace-agent-mesh
# Repository Context Name: SolaceLabs/solace-agent-mesh Description: # Pull Request ## DATAGO-109882: fix s3 import error if not being used # Relevant Files Found ## src/solace_agent_mesh/agent/adk/services.py ``` """ Initializes ADK Services based on configuration. """ import os import re from typing import D...
160
null
nostrumbiodiscovery/pele_platform
# Repository Context Name: nostrumbiodiscovery/pele_platform Description: # Pull Request ## PELE-491 Updated docs about debug flag. Updated tests for restart and adaptive_restart. # Relevant Files Found ## tests/test_adaptive.py ``` import os import math import glob import shutil import re import pele_platform...
86
null
coveo/stew
# Repository Context Name: coveo/stew Description: # Pull Request ## fix: skip over pyproject files that can't be loaded In poetry `1.8.0` they added a `package-mode = false` feature. This feature allows using poetry without a project name/description/author, which was required in the past. Stew's discovery will fa...
1,143
null
dagster-io/dagster
# Repository Context Name: dagster-io/dagster Description: # Pull Request ## emit failure events on shutdown output in script setting: https://gist.github.com/alangenfeld/d51f887488a21c4fac52e083b4bd2db1 dagit: ![Screen Shot 2019-04-05 at 1 54 04 PM](https://user-images.githubusercontent.com/202219/55655991-...
43,718
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Migrate public endpoint Get Task to FastAPI <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding co...
156
null
deoplete-plugins/deoplete-go
# Repository Context Name: deoplete-plugins/deoplete-go Description: # Pull Request ## go: add more known_goos from go1.13beta1 Add more `known_goos` from go1.13beta1. ref: https://github.com/golang/go/blob/go1.13beta1/src/go/build/syslist.go # Relevant Files Found ## rplugin/python3/deoplete/sources/deoplete_go...
1,902
null
Ericsson/codechecker
# Repository Context Name: Ericsson/codechecker Description: # Pull Request ## Store statistics if it contains failed zips Do not store analysis statistics if it doesn't contain any failed zip. # Relevant Files Found ## libcodechecker/libhandlers/store.py ``` # ---------------------------------------------------...
1,427
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Fixes to MySQL granting & revoking Refs #1245. Instead of relying on the return code (which is always false or raises an exception) we'll just check again whether the grant actually exists the same way we do for user creation. # Relevant Fil...
934
null
insight-platform/Savant
# Repository Context Name: insight-platform/Savant Description: # Pull Request ## 882 fix template Closes #882 # Relevant Files Found ## samples/template/src/client/run.py ``` import json import os import time import cv2 import numpy as np from savant_rs import telemetry from savant_rs.telemetry import ( C...
187
null
tail-unica/hopwise
# Repository Context Name: tail-unica/hopwise Description: # Pull Request ## 172 add kg lrr as explainable kg aware path reasoning model Project at the pre-established state for the pull request. # Relevant Files Found ## tests/model/test_model_auto.py ``` # @Time : 2020/10/24 # @Author : Shanlei Mu # @Email ...
725
null
langgenius/dify-official-plugins
# Repository Context Name: langgenius/dify-official-plugins Description: # Pull Request ## feat: add azure gpt-4.1 ## Related Issues or Context ![image](https://github.com/user-attachments/assets/7c81ad5c-0d50-4c9d-82d4-a24382aa2114) ![image](https://github.com/user-attachments/assets/f490b450-6d1e-4a1d-93c4-f84b...
1,409
null
sqlfluff/sqlfluff
# Repository Context Name: sqlfluff/sqlfluff Description: # Pull Request ## Added support for escape character strings to Postgres ### Brief summary of the change made Added support for the different escape characters and string types in Postgres. Fixes #1069 ### Are there any other side effects of this chang...
8
null
jmhessel/caption_contest_corpus
# Repository Context Name: jmhessel/caption_contest_corpus Description: # Pull Request ## update ranking and matching leaderboards with litellm interface submissions # Relevant Files Found # Edits This PR enhances the leaderboard inference script to support both caption matching and ranking tasks using the Li...
27
null
TheJumpCloud/JumpCloud-Serverless
# Repository Context Name: TheJumpCloud/JumpCloud-Serverless Description: # Pull Request ## 2.0.2 deployment fix ## Issues * [CUT-4618](https://jumpcloud.atlassian.net/browse/cut-4618) - cut-4618-fix-deployment-bug ## What does this solve? The variable availableServices list is space sensitive which so when t...
51
null
sixfab/pico_lte_micropython-sdk
# Repository Context Name: sixfab/pico_lte_micropython-sdk Description: # Pull Request ## fix: Generalize HTTP requests desired responses and ValueError exception handler for read_response() This commit includes * Updating the desired responses in HTTP requests to cover cases where there is no content length. * ...
321
null
data-apis/dataframe-api
# Repository Context Name: data-apis/dataframe-api Description: # Pull Request ## Fixup typing of dtypes # Relevant Files Found ## spec/API_specification/dataframe_api/typing.py ``` """Types for type annotations used in the dataframe API standard.""" from __future__ import annotations from typing import ( ...
330
null
praekeltfoundation/vumi
# Repository Context Name: praekeltfoundation/vumi Description: # Pull Request ## Read message_payload param on deliver_sm PDUs # Relevant Files Found ## vumi/transports/smpp/clientserver/client.py ``` # -*- test-case-name: vumi.transports.smpp.clientserver.tests.test_client -*- import json import uuid from t...
13
null
qqqqqf-q/Qing-Digital-Self
# Repository Context Name: qqqqqf-q/Qing-Digital-Self Description: # Pull Request ## 优化clean llm进度条剩余时间估算 ## Summary - 优化进度条速率计算,采用指数平滑提升剩余时间预测 - 完成时输出总耗时,信息更直观 ## Testing - `pytest` ------ https://chatgpt.com/codex/tasks/task_e_68b7700960108327ac15691a80901f8d # Relevant Files Found ## cli/interface/prompts.py...
6
null
matt-quant-heads-io/legopcg
# Repository Context Name: matt-quant-heads-io/legopcg Description: # Pull Request ## Fix bugs related to lego bricks overlapping. # Relevant Files Found ## configs/lego_3d_config.py ``` import os LEGO3D_CONFIG = { "data":{ }, "train" : { "num_timesteps" : 150000, "num_envs" : 2, ...
67
null
arq5x/gemini
# Repository Context Name: arq5x/gemini Description: # Pull Request ## Restrict pyparsing version dependency to Python 2.x compatible versions A tiny version fix for the pyparsing dependency. pyparsing 2.0.0 only works on Python 3 and will be pulled in and fail during setup. This restricts the dependency to the Py...
600
null
label-sleuth/label-sleuth
# Repository Context Name: label-sleuth/label-sleuth Description: # Pull Request ## Adapt force_train for multiclass workspaces # Relevant Files Found ## label_sleuth/app.py ``` # # Copyright (c) 2022 IBM Corp. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file exce...
43
null
gaogaotiantian/viztracer
# Repository Context Name: gaogaotiantian/viztracer Description: # Pull Request ## Add global tracer register # Relevant Files Found ## src/viztracer/decorator.py ``` # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://github.com/gaogaotiantian/viztracer/blob/m...
669
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## Conceptual issue with float conversion when quantity is dimensionless I was using `astropy.units` to check some answers in a Physics tutorial, and one thing I tried instinctively was something like: ``` >>> a = 150 * u.nm >>> d = 1.6e-7 * u....
5,290
null
DemocracyClub/UK-Polling-Stations
# Repository Context Name: DemocracyClub/UK-Polling-Stations Description: # Pull Request ## Import script for Stockport (2023-05-04) (closes #5289) PR triggered by upload at https://github.com/DemocracyClub/UK-Polling-Stations/issues/5289 # Relevant Files Found ## polling_stations/apps/data_importers/management/c...
1,068
null
openforcefield/openff-interchange
# Repository Context Name: openforcefield/openff-interchange Description: # Pull Request ## Decrease default density in Packmol wrappers ### Description ### Checklist - [x] Set default density to 0.9 for water-based solvents - [x] Make density a required argument for non-water solvents - [ ] Buffer box size...
568
null
catalystneuro/neuroconv
# Repository Context Name: catalystneuro/neuroconv Description: # Pull Request ## [Backend Configuration Ib] Pydantic models for communicating backend-specific configuration information Expands on #567 Harnesses the dataset models and narrows the specifications down to a minimal user-friendly structure for speci...
6,299
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## Fix stream_manager_test type warnings # Relevant Files Found ## cirq-google/cirq_google/engine/stream_manager_test.py ``` # Copyright 2023 The Cirq Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may n...
710
null
SciTools/iris
# Repository Context Name: SciTools/iris Description: # Pull Request ## Update trajectory.py fix docstring format in `interpolate` method # Relevant Files Found ## lib/iris/analysis/trajectory.py ``` # (C) British Crown Copyright 2010 - 2013, Met Office # # This file is part of Iris. # # Iris is free software: ...
34
null
Red-Hat-AI-Innovation-Team/its_hub
# Repository Context Name: Red-Hat-AI-Innovation-Team/its_hub Description: # Pull Request ## rollback to use requests instead of openai client for more flexible arg passing # Relevant Files Found ## its_hub/lms.py ``` from typing import Union, List, Tuple import asyncio import backoff from openai import OpenAI,...
11,602
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## minor sort cleanups # Relevant Files Found ## tinygrad/tensor.py ``` # inspired by https://github.com/karpathy/micrograd/blob/master/micrograd/engine.py from __future__ import annotations import time, math, itertools, functools, struct,...