pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
24 | null | di/calver | # Repository Context
Name: di/calver
Description:
# Pull Request
## test: Delete SOURCE_DATE_EPOCH envvar if already present for robustness
Since commit e1f9f3aaa5fc ("Support SOURCE_DATE_EPOCH for reproducible builds (#15)"), calver may pretend current date is value of environment variable "SOURCE_DATE_EPOCH". But... |
253 | null | keirf/greaseweazle | # Repository Context
Name: keirf/greaseweazle
Description:
# Pull Request
## Fix missing last track for D88 image files.
This uses the sector count present in the sector headers to
determine how much to read, rather than the offsets between
sector entries.
# Relevant Files Found
## src/greaseweazle/image/d88.py
... |
1,445 | null | Yelp/elastalert | # Repository Context
Name: Yelp/elastalert
Description:
# Pull Request
## Safe access on argument start attribute
`elastalert-test-rule` was on running a new term rule.
# Relevant Files Found
## elastalert/ruletypes.py
```
# -*- coding: utf-8 -*-
import copy
import datetime
import sys
from blist import sortedl... |
524 | null | holoviz/hvplot | # Repository Context
Name: holoviz/hvplot
Description:
# Pull Request
## Replace TravisCI tests with GitHub Actions
# Relevant Files Found
## hvplot/converter.py
```
from __future__ import absolute_import
from functools import partial
import difflib
import param
import holoviews as hv
import pandas as pd
impo... |
42,324 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## hdf5: Make +subfiling variant depend on +mpi
Based on CMakeLists.txt, the subfiling VFD requires a parallel HDF5 build. So make +subfiling variant depend on +mpi
Should resolve #42323
# Relevant Files Found
## var/spack/repos/builtin/package... |
428 | null | kscalelabs/ksim | # Repository Context
Name: kscalelabs/ksim
Description:
# Pull Request
## fix rewards to work with new viewer
# Relevant Files Found
## ksim/rewards.py
```
"""Defines a base interface for defining reward functions."""
__all__ = [
"MonotonicFn",
"norm_to_reward",
"Reward",
"StatefulReward",
... |
2,991 | null | plotly/dash | # Repository Context
Name: plotly/dash
Description:
# Pull Request
## Added support for URL decoding of the search parameter for pages
Here’s a structured PR description following the format you provided:
---
## Description of this PR
This PR adds support for URL decoding of the `search` parameter in pages... |
460 | null | pyTMD/pyTMD | # Repository Context
Name: pyTMD/pyTMD
Description:
# Pull Request
## test: add check if running on GitHub Actions
https://github.com/openjournals/joss-reviews/issues/8566#issuecomment-3097482521
# Relevant Files Found
## test/_coefficients_to_json.py
```
"""
coefficients_to_json.py (10/2024)
Converts the coeffi... |
32 | null | Zuehlke/linux-developer-vm-with-ansible | # Repository Context
Name: Zuehlke/linux-developer-vm-with-ansible
Description:
# Pull Request
## Add "docker-hacks" (when running under the vagrant docker provider)
This PR adds a new "docker-hacks" role, which will be conditionally included, but only when running under the vagrant docker provider (i.e. when runni... |
1,411 | null | dmlc/dgl | # Repository Context
Name: dmlc/dgl
Description:
# Pull Request
## [BUG] Fix #1409
# Relevant Files Found
## tests/compute/test_heterograph.py
```
import dgl
import dgl.function as fn
from collections import Counter
import numpy as np
import scipy.sparse as ssp
import itertools
import backend as F
import networ... |
46 | null | ansys/pyfluent-parametric | # Repository Context
Name: ansys/pyfluent-parametric
Description:
# Pull Request
## Added static images to parametric example
# Relevant Files Found
## examples/00-parametric/parametric_static_mixer_1.py
```
""".. _ref_parametric_static_mixer_1:
Parametric Study Workflow
------------------------------
This pa... |
51 | null | jasedit/scriptorium | # Repository Context
Name: jasedit/scriptorium
Description:
# Pull Request
## Refactor functions
Clean up function organization to improve readability
# Relevant Files Found
## scriptorium/papers.py
```
#!/usr/bin/env python
"""Paper oriented operations."""
import glob
import subprocess
import re
import os
impo... |
4 | null | mxgoai/mxgo-core | # Repository Context
Name: mxgoai/mxgo-core
Description:
# Pull Request
## Improve response html formatting
# Relevant Files Found
## mxtoai/scripts/report_formatter.py
```
import re
from typing import Any
from mxtoai._logging import get_logger
logger = get_logger(__name__)
class ReportFormatter:
"""Form... |
803 | null | crestalnetwork/intentkit | # Repository Context
Name: crestalnetwork/intentkit
Description:
# Pull Request
## Fix endpoint function naming and variable conflicts
This PR addresses two important fixes:
## Changes Made
### 1. Admin API Endpoint Function Rename
- Renamed `override_agent_endpoint` to `override_agent` in `app/admin/api.py`
- Th... |
26 | null | epwalsh/pytorch-crf | # Repository Context
Name: epwalsh/pytorch-crf
Description:
# Pull Request
## close #19
# Relevant Files Found
## pycrf/optim.py
```
"""Defines command line interface to torch optimizer classes."""
from abc import ABC, abstractstaticmethod, abstractclassmethod
import argparse
from typing import Iterable
impor... |
874 | null | emscripten-forge/recipes | # Repository Context
Name: emscripten-forge/recipes
Description:
# Pull Request
## Boa
# Relevant Files Found
## emci/__main__.py
```
# this contains monkey patches for boa and needs to be imported early
from .deprecated.boa_build import build_package_with_boa
from .rattler_build import build_with_rattler
from... |
256 | null | CybercentreCanada/assemblyline-ui | # Repository Context
Name: CybercentreCanada/assemblyline-ui
Description:
# Pull Request
## Update test_safelist.py
# Relevant Files Found
## test/test_safelist.py
```
import hashlib
import json
import random
import pytest
from assemblyline.common.forge import get_classification
from assemblyline.common.isot... |
276 | null | googlefonts/ufo2ft | # Repository Context
Name: googlefonts/ufo2ft
Description:
# Pull Request
## markFeatureWriter: use GDEF to classify glyphs; make disjoint markClasses
This is towards fixing a bunch of related issues with defining what goes into the mark/mkmk feature
https://github.com/googlei18n/noto-fonts/issues/1223#issueco... |
172 | null | RoboTwin-Platform/RoboTwin | # Repository Context
Name: RoboTwin-Platform/RoboTwin
Description:
# Pull Request
## Simplify code and remove unnecessary comments
Simplify code and remove unnecessary comments
# Relevant Files Found
## description/utils/generate_episode_instructions.py
```
import json
import pdb
import re
from typing import Lis... |
176 | null | canonical/mysql-operator | # Repository Context
Name: canonical/mysql-operator
Description:
# Pull Request
## Upgrade snap to 8.0.32
[dpe-1593](https://warthogs.atlassian.net/browse/DPE-1593)
## Issue
The charmed-mysql snap's `latest/edge` was upgraded to 8.0.32. Impactful changes included:
- default bind-address (in `mysql.conf.d/mysql... |
8,716 | null | intel/ipex-llm | # Repository Context
Name: intel/ipex-llm
Description:
# Pull Request
## [LLM] Add bigdl-core-xe dependency when installing bigdl-llm[xpu]
## Description
Add bigdl-core-xe dependency when installing bigdl-llm[xpu]
# Relevant Files Found
## python/llm/setup.py
```
#!/usr/bin/env python
#
# Copyright 2016 Th... |
342 | null | beer-garden/beer-garden | # Repository Context
Name: beer-garden/beer-garden
Description:
# Pull Request
## Local tests
This PR:
- Removes unused functionality in the `LocalPluginManager` relating to pausing and unpausing a plugin
- Converts tests for `LocalPluginManager` and `LocalPluginRegistry` to pytest
# Relevant Files Found
## s... |
8,132 | null | cupy/cupy | # Repository Context
Name: cupy/cupy
Description:
# Pull Request
## [backport] Fix `boxcox_llf` for SciPy 1.12 changes
Backport of #8095 by @asi1024
# Relevant Files Found
## tests/cupyx_tests/scipy_tests/stats_tests/test_morestats.py
```
import numpy
import cupy
from cupy import testing
import cupyx
import cup... |
29 | null | oceanprotocol/provider | # Repository Context
Name: oceanprotocol/provider
Description:
# Pull Request
## allow compute status request without signature.
# Relevant Files Found
## ocean_provider/routes.py
```
# Copyright 2018 Ocean Protocol Foundation
# SPDX-License-Identifier: Apache-2.0
import json
import logging
import os
from et... |
101 | null | NREL/R2X | # Repository Context
Name: NREL/R2X
Description:
# Pull Request
## docs: Cleaning the docs for 1.0 release
# Relevant Files Found
## docs/source/conf.py
```
"""Configuration file for the Sphinx documentation builder."""
project = "R2X"
copyright = "2024, Alliance for Sustainable Energy, LLC"
author = "R2X deve... |
154 | null | NationalGenomicsInfrastructure/TACA | # Repository Context
Name: NationalGenomicsInfrastructure/TACA
Description:
# Pull Request
## TACA now parses hiseq data
Tiny bug, huge consequences.
# Relevant Files Found
## taca/utils/bioinfo_tab.py
```
import socket
import os
import couchdb
import glob
import re
import logging
import datetime
from csv impo... |
1,746 | null | opea-project/GenAIComps | # Repository Context
Name: opea-project/GenAIComps
Description:
# Pull Request
## Update GraphRAG dataprep and retriever components
## Description
1. Allow **dataprep**/src/integrations/neo4j_llama_index.py and **retrievers**/src/integrations/neo4j.py to use openai-like endpoints + **api_key**.
2. **generate_co... |
44 | null | ontodev/cogs | # Repository Context
Name: ontodev/cogs
Description:
# Pull Request
## Change to batch_update for notes
We are currently adding notes one-by-one, and if we `apply` a problems table that has a lot of entries, it will fail with a quota exceeded message.
The workaround is to collect all the notes as requests and su... |
29,222 | null | zulip/zulip | # Repository Context
Name: zulip/zulip
Description:
# Pull Request
## corporate: Bug fixes related to plan invoicing.
* Fix the check for -- "whether the plan being processed is paid or not".
* Fix assertion error while attempting to charge customers on fixed-price plans for additional licenses.
<details>
... |
40 | null | nolze/msoffcrypto-tool | # Repository Context
Name: nolze/msoffcrypto-tool
Description:
# Pull Request
## Do not close given file
Correct for excessive closing of file handles
When creating the last PR (#39), I closed too much. I did not take into account that closing an OleFileIO also closes the file handle it was given in the construc... |
2,687 | null | projectmesa/mesa | # Repository Context
Name: projectmesa/mesa
Description:
# Pull Request
## Minor (bug) fixes to discrete_space
1. This adds `mesa.discrete_space` to `__init__`. You can now do `from mesa import discrete_space`. This also fixes the failing benchmarks.
2. This solves #2682. `Cell.agents` now returns a copy of the l... |
35,566 | null | huggingface/transformers | # Repository Context
Name: huggingface/transformers
Description:
# Pull Request
## Support QuestionAnswering Module for ModernBert based models.
# What does this PR do?
This PR introduces a new feature: `ModernBertForQuestionAnswering`, which extends the `ModernBERT` model to support Question-Answering tasks.
... |
42 | null | ModelCloud/Device-SMI | # Repository Context
Name: ModelCloud/Device-SMI
Description:
# Pull Request
## OS kernel
# Relevant Files Found
## device_smi/os.py
```
import os
import platform
import re
from .base import BaseDevice, BaseMetrics, _run
class OSMetrics(BaseMetrics):
pass
class OSDevice(BaseDevice):
def __init__(se... |
1,395 | null | pydantic/pydantic-core | # Repository Context
Name: pydantic/pydantic-core
Description:
# Pull Request
## Validate base64 standard encoding
## Change Summary
Extends bytes base64 validation to accept standard encoding, in addition to the existing URL-safe.
I think a user providing base64 standard input is more likely to want successf... |
14 | null | adobe-type-tools/cffsubr | # Repository Context
Name: adobe-type-tools/cffsubr
Description:
# Pull Request
## Fix compile warning about FontMatrix being dropped from CFF2 FontDict
I add a failing test to reproduce the issue first, then I follow up with a patch that works around it.
# Relevant Files Found
## src/cffsubr/__init__.py
```
imp... |
29 | null | ArangoDB-Community/ArangoRDF | # Repository Context
Name: ArangoDB-Community/ArangoRDF
Description:
# Pull Request
## fix: missing param
# Relevant Files Found
## arango_rdf/main.py
```
#!/usr/bin/env python3
import json
import logging
import os
import re
from ast import literal_eval
from collections import defaultdict
from datetime import d... |
2 | null | ContinuumIO/ProtoCI | # Repository Context
Name: ContinuumIO/ProtoCI
Description:
# Pull Request
## initial version of build2
Build a tree of dependencies to n levels. Use a topological sort to determine build order.
Depends on:
- NetworkX (for graph processing)
- conda-build (for building packages)
# Relevant Files Found
# Edits... |
1,462 | null | hubmapconsortium/ingest-validation-tools | # Repository Context
Name: hubmapconsortium/ingest-validation-tools
Description:
# Pull Request
## Adding flag to exclude direct ancestor files
Looks like I added an additional debugging string at some point too, oops
# Relevant Files Found
## src/ingest_validation_tools/validation_utils.py
```
import json
impor... |
354 | null | fairlearn/fairlearn | # Repository Context
Name: fairlearn/fairlearn
Description:
# Pull Request
## Remove group_metric_result and create group_summary transformers
Getting started with implementing the [Metrics API proposal](https://github.com/fairlearn/fairlearn-proposals/blob/master/api/METRICS.md).
# Relevant Files Found
## fairle... |
355 | null | SAP/InfraBox | # Repository Context
Name: SAP/InfraBox
Description:
# Pull Request
## Fix links for crds in k8s 1.14
The api of newer k8s versions (tested with 1.14) doesn't accept namespaces
for namespace-less crds anymore.
# Relevant Files Found
## src/scheduler/kubernetes/scheduler.py
```
# pylint: disable=too-few-public-m... |
4,197 | null | llamastack/llama-stack | # Repository Context
Name: llamastack/llama-stack
Description:
# Pull Request
## fix: enforce allowed_models during inference requests
The `allowed_models` configuration was only being applied when listing models via the `/v1/models` endpoint, but the actual inference requests weren't checking this restriction. Thi... |
172 | null | dapr/dapr-agents | # Repository Context
Name: dapr/dapr-agents
Description:
# Pull Request
## Workflow App updates to Register Tasks and LLM client Fix
This PR adds a new method `register_task` to the `WorkflowApp` to be able to register `tasks` defined outside of main. It also fixes a few minor LLM client parameters (i.e. stream)
#... |
629 | null | vas3k/vas3k.club | # Repository Context
Name: vas3k/vas3k.club
Description:
# Pull Request
## Fix typo in notifications message
# Relevant Files Found
## notifications/views.py
```
import base64
import hashlib
import hmac
import json
from datetime import timedelta, datetime
from django.conf import settings
from django.core.cache... |
54 | null | pitthsls/pycounter | # Repository Context
Name: pitthsls/pycounter
Description:
# Pull Request
## Solve Performace_Item Instance child Error.
Downloading JR1 via SUSHI from JSTOR server we got the error "no such child: {http://www.niso.org/schemas/counter}Instance", so a check was added to ensure than the child attribute exists.
# Rel... |
363 | null | dwavesystems/dwave-ocean-sdk | # Repository Context
Name: dwavesystems/dwave-ocean-sdk
Description:
# Pull Request
## Implement theme-aware custom icon in navbar
Currently, the Leap icon SVG on the navbar does not alternate when toggling light and dark mode. This PR enables theme-aware icons in the navbar's `icon_links`, allowing them to switch ... |
7 | null | NeonSpork/weather_display | # Repository Context
Name: NeonSpork/weather_display
Description:
# Pull Request
## Update weather_display.py
Clarifying changes to API and how to change the location you want displayed.
# Relevant Files Found
## weather_display.py
```
"""Weather e-ink display.
Weather forecast from Yr, delivered by the
Norwegi... |
3,448 | null | onepercentclub/bluebottle | # Repository Context
Name: onepercentclub/bluebottle
Description:
# Pull Request
## Hotfix/select payment methods based on project payout account
# Relevant Files Found
## bluebottle/payments/services.py
```
import re
import importlib
from bluebottle.clients import properties
from bluebottle.payments.exception... |
873 | null | Azure/azure-cli-extensions | # Repository Context
Name: Azure/azure-cli-extensions
Description:
# Pull Request
## Add hack extension to streamline creation of resources commonly used when hacking
`az hack` is designed to solve one of the largest gaps we see with students at hackathons, which is creating the various resources commonly used on A... |
5 | null | lothas/vrep-python-ai | # Repository Context
Name: lothas/vrep-python-ai
Description:
# Pull Request
## Geneticalgorithm
Working version of the genetic algorithm with load and save capabilities.
TODO:
- Handle loading files with population size different to the desired one. (probably the easiest way will be using the builder)
- Prepare a... |
9,925 | null | wandb/wandb | # Repository Context
Name: wandb/wandb
Description:
# Pull Request
## refactor: clean up `retry.py`
Simplifies the implementation of `Retry.__call__` by extracting the stateful part into a `_RetryLoop` object and other parts into helper methods. This fixes the `C901` (complexity) and `TRY300` (large try-except scop... |
3,334 | null | DemocracyClub/UK-Polling-Stations | # Repository Context
Name: DemocracyClub/UK-Polling-Stations
Description:
# Pull Request
## import script for south oxfordshire (closes #3190)
# Relevant Files Found
## polling_stations/apps/data_importers/management/commands/import_south_oxfordshire.py
```
from data_importers.management.commands import BaseXpr... |
31,497 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Ews header deduplication bug
<!-- 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 registration form](ht... |
3,092 | null | onepercentclub/bluebottle | # Repository Context
Name: onepercentclub/bluebottle
Description:
# Pull Request
## Master in release
# Relevant Files Found
## bluebottle/payments/admin.py
```
from django.conf.urls import url
from django.contrib import admin
from django.core.urlresolvers import reverse
from django.http.response import HttpRes... |
132 | null | ranjian0/building_tools | # Repository Context
Name: ranjian0/building_tools
Description:
# Pull Request
## Clamp circle window resolution to prevent error
1 creates error and 2 does the same as 3 so now 3 is the min value
# Relevant Files Found
## core/window/window_props.py
```
import bpy
from bpy.props import (
IntProperty,
Bo... |
18 | null | ivan-chai/pretpp | # Repository Context
Name: ivan-chai/pretpp
Description:
# Pull Request
## More toys
# Relevant Files Found
## experiments/toy-markovian/scripts/make-dataset.py
```
import argparse
import numpy as np
import os
import pickle as pkl
import pyspark.sql.functions as F
from random import Random
from pyspark.sql impo... |
20 | null | DanielJDufour/date-extractor | # Repository Context
Name: DanielJDufour/date-extractor
Description:
# Pull Request
## Fixed encoding to 'utf-8' in open txt files
# Relevant Files Found
## date_extractor/enumerations/__init__.py
```
from csv import DictReader
from datetime import date
from os.path import abspath, dirname, join
from .arabic i... |
7,188 | null | django/django | # Repository Context
Name: django/django
Description:
# Pull Request
## Fixed #26401 -- Added BaseAuthConfig to use auth without database tables.
https://code.djangoproject.com/ticket/26401
---
I'm at a bit of a loss on how best to test this change. What I would like:
- Set settings `MIGRATION_MODULES` and `INSTA... |
380 | null | NVIDIA/apex | # Repository Context
Name: NVIDIA/apex
Description:
# Pull Request
## Fixed convert_syncbn_model function
Current, `apex.parallel.convert_syncbn_model` method does not obtain `num_batches_tracked` property from original batch norm object.
So i added a line for that.
`mod.num_batches_tracked = module.num_batches... |
57 | null | no10ds/DEPRECATED-rapid-api | # Repository Context
Name: no10ds/DEPRECATED-rapid-api
Description:
# Pull Request
## Bugfix/temp file names
# Relevant Files Found
## api/application/services/data_service.py
```
import os
import uuid
from pathlib import Path
from threading import Thread
from time import sleep
from typing import List, Optional... |
1,483 | null | probabl-ai/skore | # Repository Context
Name: probabl-ai/skore
Description:
# Pull Request
## chore: Use cast instead of assert when there is no need for defensive assert
closes #1466
Use `typing.cast` when there is not real need for `assert` inside the source code.
# Relevant Files Found
## skore/src/skore/sklearn/_base.py
``... |
204 | null | ExtremeFLOW/pySEMTools | # Repository Context
Name: ExtremeFLOW/pySEMTools
Description:
# Pull Request
## Modified use of pymech
Create some "clones" of the file header related functions from pymech. Had to do this to hopefully reduce some unnecessary internal imports.
# Relevant Files Found
## pysemtools/io/ppymech/neksuite.py
```
""" ... |
63 | null | InfuseAI/piperider | # Repository Context
Name: InfuseAI/piperider
Description:
# Pull Request
## add sqlite option in init command
Add the sqlite option in init command
# Relevant Files Found
## piperider_cli/workspace.py
```
import json
import os
import shutil
import sys
import uuid
from abc import ABCMeta, abstractmethod
from dat... |
7,322 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## New account domain
Reopening https://github.com/dimagi/commcare-hq/pull/7310 to merge with master.
@sravfeyn addressed your comments from the previous PR
cc @amsagoff
# Relevant Files Found
## corehq/apps/hqwebapp/utils.py
```
from ... |
23 | null | TNO/harlow | # Repository Context
Name: TNO/harlow
Description:
# Pull Request
## Usecase benchmark updates
# Relevant Files Found
## harlow/sampling/cv_voronoi.py
```
"""Cross Validation Voronoi adaptive design strategy for global surrogate
modelling.
Note that this
The algorithm is proposed and described in this paper:
... |
295 | null | PyAbel/PyAbel | # Repository Context
Name: PyAbel/PyAbel
Description:
# Pull Request
## Minor documentation improvements
While the new release (#292) is still pending, let's do some minor things...
1. Reformat the methods list in README such that GitHub does not render it like a quote (see [here](https://github.com/PyAbel/PyAbel/... |
9 | null | nipype/pydra-nipype1 | # Repository Context
Name: nipype/pydra-nipype1
Description:
# Pull Request
## FIX: Isolate Nipype1Tasks by running interfaces in Node
Closes #8.
# Relevant Files Found
## pydra/tasks/nipype1/utils.py
```
import pydra
import nipype
import attr
import typing as ty
def traitedspec_to_specinfo(traitedspec):
t... |
257 | null | bcgov/EPIC.track | # Repository Context
Name: bcgov/EPIC.track
Description:
# Pull Request
## add column `posted_date` to `work_statuses`
# Relevant Files Found
## reports-api/src/reports_api/models/project.py
```
# Copyright © 2019 Province of British Columbia
#
# Licensed under the Apache License, Version 2.0 (the 'License');
#... |
1,240 | null | hpcaitech/ColossalAI | # Repository Context
Name: hpcaitech/ColossalAI
Description:
# Pull Request
## [tensor] distributed checkpointing for parameters
# Relevant Files Found
## colossalai/tensor/colo_tensor.py
```
from .op_wrapper import _COLOSSAL_OPS
from .const import TensorType
from copy import copy
import torch
from torch.overri... |
41 | null | The-Coding-Realm/coding-bot-v6 | # Repository Context
Name: The-Coding-Realm/coding-bot-v6
Description:
# Pull Request
## retry command
## Summary
<!-- What is this pull request for? Does it fix any issues? -->
## Checklist
<!-- Put an x inside [ ] to check it, like so: [x] -->
- [x] If code changes were made then they have been tested.
... |
341 | null | totvs/tir | # Repository Context
Name: totvs/tir
Description:
# Pull Request
## Develop
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
## Type of change
Pleas... |
20 | null | bentoml/comfy-pack | # Repository Context
Name: bentoml/comfy-pack
Description:
# Pull Request
## feat: add input selector
# Relevant Files Found
## nodes/api.py
```
from __future__ import annotations
import asyncio
import json
import os
import shutil
import socket
import subprocess
import sys
import tempfile
import time
import uu... |
1,826 | null | kivymd/KivyMD | # Repository Context
Name: kivymd/KivyMD
Description:
# Pull Request
## set default transition to `MDSharedAxisTransition`
And change default duration to `0.2`.
# Relevant Files Found
## kivymd/uix/screenmanager.py
```
"""
Components/ScreenManager
========================
.. versionadded:: 1.0.0
:class:`~kivy.... |
320 | null | UKGovernmentBEIS/control-arena | # Repository Context
Name: UKGovernmentBEIS/control-arena
Description:
# Pull Request
## Fix: no initial user message in honest policy breaks for recent Google models
## Summary
Modifies the built-in honest policy, and the AgentDojo policy to send main task instructions as a user message rather than as part of the... |
58 | null | tier4/t4-devkit | # Repository Context
Name: tier4/t4-devkit
Description:
# Pull Request
## refactor: rename Tier4Viewer to RerunViewer
## What
This PR renames `Tier4Viewer` to `RerunViewer`.
# Relevant Files Found
## t4_devkit/tier4.py
```
from __future__ import annotations
import os.path as osp
import time
from typing impor... |
2,067 | null | pytorch/TensorRT | # Repository Context
Name: pytorch/TensorRT
Description:
# Pull Request
## minor fix: Dynamo CI fix due to merge issue
# Description
- Fixes CI failure due to refactor from #1955 caused by merge with later changes made on `main`
## Type of change
- Bug fix (non-breaking change which fixes an issue)
# Chec... |
18 | null | denwii/Area_Calculator_Osu | # Repository Context
Name: denwii/Area_Calculator_Osu
Description:
# Pull Request
## Corrected type hint
- Added Checks for all user input values and assign something if None
- Changed the type of tablet area from int to float
# Relevant Files Found
## Area_Calculator.py
```
import time
from typing import Anno... |
190 | null | upgini/upgini | # Repository Context
Name: upgini/upgini
Description:
# Pull Request
## Correct lightgbm params + date parsing
# Relevant Files Found
## setup.py
```
import sys
from getpass import getuser
from logging import Formatter
from pathlib import Path
from urllib import request
from setuptools import find_packages, se... |
7,899 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Aburt ModifyDateTime transformer
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Status
- [ ] In Progress
- [x] Ready
- [ ] In Hold - (Reason for hold)
## Related Issues
NA
## Description
A tr... |
395 | null | PyFstat/PyFstat | # Repository Context
Name: PyFstat/PyFstat
Description:
# Pull Request
## Add tutorial notebooks
Long time awaited PR: Tutorials on how to use PyFstat to do different things!
For now:
- [x] How to generate Gaussian noise.
- [x] How to inject signals.
To do:
(+ @mj-will comments)
- [ ] Make sure binde... |
450 | null | int-brain-lab/ibllib | # Repository Context
Name: int-brain-lab/ibllib
Description:
# Pull Request
## bugfix: ephys streamer always re-downloads files
# Relevant Files Found
## brainbox/io/one.py
```
"""Functions for loading IBL ephys and trial data using the Open Neurophysiology Environment."""
from dataclasses import dataclass
impo... |
216 | null | kscalelabs/ksim | # Repository Context
Name: kscalelabs/ksim
Description:
# Pull Request
## refactor run slightly
# Relevant Files Found
## examples/walking.py
```
"""Defines simple task for training a walking policy for the default humanoid."""
import math
from dataclasses import dataclass
from pathlib import Path
from typing ... |
789 | null | deepsense-ai/ragbits | # Repository Context
Name: deepsense-ai/ragbits
Description:
# Pull Request
## feat: clear message event
# Relevant Files Found
## packages/ragbits-chat/src/ragbits/chat/api.py
```
import importlib
import json
import logging
import time
from collections.abc import AsyncGenerator
from contextlib import asynccont... |
4,607 | null | geldata/gel | # Repository Context
Name: geldata/gel
Description:
# Pull Request
## [2.x cherry-pick] Rename schema::Future to schema::FutureBehavior (#4606)
# Relevant Files Found
## edb/pgsql/delta.py
```
# mypy: ignore-errors
#
# This source file is part of the EdgeDB open source project.
#
# Copyright 2008-present Magic... |
465 | null | ollo69/ha-smartthinq-sensors | # Repository Context
Name: ollo69/ha-smartthinq-sensors
Description:
# Pull Request
## Fix AC filter remaining time sensor - step2 (FR #375)
- Fix filter remaining time sensor for ACv2 devices calling specific API method
- Add used time and max time attributes to filter sensors
# Relevant Files Found
## custom_c... |
12,060 | null | ipython/ipython | # Repository Context
Name: ipython/ipython
Description:
# Pull Request
## Removed IPython/utils/py3compat.py unused get_closure function. #12012
`get_closure` function since it is not being used anywhere.
# Relevant Files Found
## IPython/utils/py3compat.py
```
# coding: utf-8
"""Compatibility tricks for Python ... |
242 | null | encode/httpcore | # Repository Context
Name: encode/httpcore
Description:
# Pull Request
## Fix SocketStream.is_readable()
transport.get_extra_info('socket') may return None when connection is dropped.
This commit makes sure we expect such case.
Also, that means socket is readable so that the stream user would be notified/awaken a... |
119 | null | NVIDIA-Merlin/systems | # Repository Context
Name: NVIDIA-Merlin/systems
Description:
# Pull Request
## Switch to the Python Backend for the TransformWorkflow operator
Switch to the Python Backend for the TransformWorkflow operator
# Relevant Files Found
## merlin/systems/dag/ops/workflow.py
```
#
# Copyright (c) 2022, NVIDIA CORPORATI... |
31 | null | jbeghtol/openmoxie | # Repository Context
Name: jbeghtol/openmoxie
Description:
# Pull Request
## Custom Global Responses
Adds support for custom Global Commands / Responses for OpenMoxie
- Can add custom launch/launch_if_confirmed/response actions tied to regular expressions that run on almost all speech inputs
- Can add a custom ... |
10,848 | null | spyder-ide/spyder | # Repository Context
Name: spyder-ide/spyder
Description:
# Pull Request
## PR: Fix show_calltip for the IPython console
<!--- Make sure to read the Contributing Guidelines: --->
<!--- https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md --->
<!--- and follow PEP 8, PEP 257 and Spyde... |
24 | null | smarkets/flake8-strict | # Repository Context
Name: smarkets/flake8-strict
Description:
# Pull Request
## Fix erroneous trailing comma when unpacking arguments
This occurred during a multiline function call that contained argument/keyword argument unpacking as the last parameter. This is a syntax error in python versions below 3.6.
Fixe... |
2 | null | bobryk0999/deep-speekV3 | # Repository Context
Name: bobryk0999/deep-speekV3
Description:
# Pull Request
## first
# Relevant Files Found
## inference/generate.py
```
import os
import json
from argparse import ArgumentParser
from typing import List
import torch
import torch.distributed as dist
from transformers import AutoTokenizer
from... |
232 | null | muchdogesec/ctibutler | # Repository Context
Name: muchdogesec/ctibutler
Description:
# Pull Request
## add more types to bundle filter
closes #131
# Relevant Files Found
## ctibutler/server/arango_helpers.py
```
import contextlib
from types import SimpleNamespace
import typing
from django.conf import settings
from ctibutler.server.uti... |
1,269 | null | Avaiga/taipy | # Repository Context
Name: Avaiga/taipy
Description:
# Pull Request
## remove uid from method signatures
Don't know how I can have missed this :-(
# Relevant Files Found
## taipy/gui_core/_context.py
```
# Copyright 2021-2024 Avaiga Private Limited
#
# Licensed under the Apache License, Version 2.0 (the "License... |
1,208 | null | slackapi/python-slack-sdk | # Repository Context
Name: slackapi/python-slack-sdk
Description:
# Pull Request
## Tweaking warnings related to missing accessibility fields `text` and `fallback`
This follows the pattern in the solution converged on for https://github.com/slackapi/node-slack-sdk/issues/1476.
Wondering if there is an opportunit... |
14,027 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## [EventGrid] Add CLI support for 2020-04-01-preview and mark preview features with is_Preview=True
**Description<!--Mandatory-->**
<!--Why this PR? What is changed? What is the effect? etc. A high-quality description can accelerate the revi... |
735 | null | cloudify-cosmo/cloudify-agent | # Repository Context
Name: cloudify-cosmo/cloudify-agent
Description:
# Pull Request
## RD-1007 Fix issue with access home directory for agent using centos 8…
This PR added so that we can avoid any selinux permission issue raised when trying to install agent on redhat/centos 8 version where a permission denied issu... |
172 | null | os-autoinst/openqa_review | # Repository Context
Name: os-autoinst/openqa_review
Description:
# Pull Request
## Skip groups without enough finished builds in todo-only mode
Issue: https://progress.opensuse.org/issues/94762
# Relevant Files Found
## openqa_review/openqa_review.py
```
#!/usr/bin/python3
"""
Review helper script for openQA.
... |
1,088 | null | facebookresearch/spdl | # Repository Context
Name: facebookresearch/spdl
Description:
# Pull Request
## Add `iterate_in_subinterpter` function
This commit adds `iterate_in_subinterpreter` function, which has the same functionality as `iterate_in_subprocess`, but uses subinterpreter instead of subprocess.
# Relevant Files Found
## src/sp... |
100 | null | loganasherjones/yapconf | # Repository Context
Name: loganasherjones/yapconf
Description:
# Pull Request
## Respecting cli_name when generating items
This PR fixes the `cli_name` field being dropped when generating config items.
# Relevant Files Found
## yapconf/items.py
```
# -*- coding: utf-8 -*-
from __future__ import unicode_literals... |
47,762 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix zwave_js target_temp_low
## 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 resolves a feature request, be sur... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.