pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
406 | null | idaholab/raven | # Repository Context
Name: idaholab/raven
Description:
# Pull Request
## remove self for warning
--------
Pull Request Description
--------
##### What issue does this change request address? (Use "#" before the issue to link it, i.e., #42.)
Closes #405
##### What are the significant changes in functionality ... |
75 | null | twitter-research/cwn | # Repository Context
Name: twitter-research/cwn
Description:
# Pull Request
## Scripts
- Adds folder for scripts
- Adds scripts for cwn experiments in NeurIPS
- Updates README
- Adds scripts for mpsn on SR graphs
----------
Next:
- Add remaining scripts for mpsn experiments (another PR)
- ~~Add ring_transfer... |
52,201 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Rename obsolete beacon validation function
### What does this PR do?
Small follow-up bugfix for #42317 to rename two remaining instances of beacon validation function from `__validate__` to `validate`:
* Use proper function name in the d... |
108 | null | FlexMeasures/flexmeasures-client | # Repository Context
Name: FlexMeasures/flexmeasures-client
Description:
# Pull Request
## feat: limit frequency of measurements
# Relevant Files Found
## src/flexmeasures_client/s2/control_types/FRBC/frbc_tunes.py
```
# flake8: noqa
"""
This control type is in a very EXPERIMENTAL stage.
Used it at your own ris... |
12,317 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## fix: make google-cloud-monitoring tests work without `mock`
https://pypi.org/project/mock/ library is not needed anymore on modern
Python installation, since it is now part of the Python standard
library, available as `unittest... |
5,277 | null | hypothesis/lms | # Repository Context
Name: hypothesis/lms
Description:
# Pull Request
## Handle Mailchimp API errors when sending email digests
Fixes https://github.com/hypothesis/lms/issues/5276
**Problem:** `DigestService` loops over a batch of users calling `MailchimpService.send_template()` for each user. Currently there's ... |
92 | null | PennLINC/xcp_d | # Repository Context
Name: PennLINC/xcp_d
Description:
# Pull Request
## Update utils.py
<!--
Text in these brackets are comments, and won't be visible when you submit your pull request.
If this is your first contribution, please take the time to read these, in particular the comment
beginning "Welcome, new cont... |
6,626 | null | run-llama/llama_index | # Repository Context
Name: run-llama/llama_index
Description:
# Pull Request
## More postgres metadata fixes
# Description
small kwarg change to match the new `metadata_` kwargs
# Relevant Files Found
## llama_index/vector_stores/postgres.py
```
from typing import List, Any, Type, Optional
from llama_index.... |
3 | null | coderick14/ACedIt | # Repository Context
Name: coderick14/ACedIt
Description:
# Pull Request
## bug fix - added base class function for run
# Relevant Files Found
## ACedIt/install_entry.py
```
import json
import os
from setuptools.command.install import install
class InstallEntry(install):
def run(self):
default_site = '... |
54 | null | geigerzaehler/beets-alternatives | # Repository Context
Name: geigerzaehler/beets-alternatives
Description:
# Pull Request
## specify encoding to fix importing the plugin on Python 2
See https://github.com/geigerzaehler/beets-alternatives/pull/48#issuecomment-602186433 : So long as Python 2 is not entirely burried, we might want to specify the sourc... |
10 | null | GiovanniFiorini/Obnoxious | # Repository Context
Name: GiovanniFiorini/Obnoxious
Description:
# Pull Request
## GRASP
* Implemented the GRASP meta-heuristic, using the previously implemented greedy and ls algorithms
* Fixed some documentations and grammar errors in error messages
* Enhanched greedy algorithms in order to support GRASP
* Ad... |
80 | null | tconbeer/harlequin | # Repository Context
Name: tconbeer/harlequin
Description:
# Pull Request
## Use tconbeer/textual-textarea; basic support for themes
- refactor: use textarea package
- feat: set theme with --theme
# Relevant Files Found
## src/harlequin/cli.py
```
from pathlib import Path
import click
from harlequin import Ha... |
557 | null | swiftlang/swift-source-compat-suite | # Repository Context
Name: swiftlang/swift-source-compat-suite
Description:
# Pull Request
## Add support for swift-atomics, swift-collections, swift-numerics, and…
… swift-system packages
# Relevant Files Found
## common.py
```
#!/usr/bin/env python
# ===--- common.py -------------------------------------------... |
84 | null | Algorithmic-Battle/algobattle | # Repository Context
Name: Algorithmic-Battle/algobattle
Description:
# Pull Request
## Move fight code into its own class
This just moves the fight code into its own class to properly reflect the new match battle structure has having a series of fights. If we later want to still let users run programs individually... |
912 | null | FlexMeasures/flexmeasures | # Repository Context
Name: FlexMeasures/flexmeasures
Description:
# Pull Request
## fix: complete return tuple
We had forgotten to update the returned tuple in case of an empty EMS (no devices). Not a user-facing bug, because the scheduler can't be triggered by users without a schedulable device.
# Relevant Files ... |
862 | null | sphinx-contrib/confluencebuilder | # Repository Context
Name: sphinx-contrib/confluencebuilder
Description:
# Pull Request
## Sandbox raw upload tweaks
### tests: handle eof on input for raw upload
If a user is running a sandbox session without interactive support to trigger new raw-upload attempts, an EOF error will be triggered on the `input()`... |
1,377 | null | google/clusterfuzz | # Repository Context
Name: google/clusterfuzz
Description:
# Pull Request
## Fix fuchsia minimize.
Fetch to a dir, instead of the output_path. Also, fix the tests.
# Relevant Files Found
## src/python/bot/fuzzers/libfuzzer.py
```
# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the... |
333 | null | sodadata/soda-core | # Repository Context
Name: sodadata/soda-core
Description:
# Pull Request
## Remove introspecting for dates in sql expression filter
This is causing issues with casting, for now we rely on the default behaviour of
string comparison for dates.
Needs more time/effort to design more robust solution.
Closes soda... |
28 | null | openedx/super-csv | # Repository Context
Name: openedx/super-csv
Description:
# Pull Request
## Updated the tox and travis configs -- BOM-1572
Relevant JIRA issue [here](https://openedx.atlassian.net/browse/BOM-1572).
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Package metadata for super... |
1,964 | null | mlc-ai/mlc-llm | # Repository Context
Name: mlc-ai/mlc-llm
Description:
# Pull Request
## [Serving][Grammar] Add grammar termination as a stop condition
This PR adds the termination of GrammarStateMatcher as a stop condition.
This is useful in cases where stop token check is disabled, but the GrammarStateMatcher terminates due ... |
816 | null | openshift/release-tests | # Repository Context
Name: openshift/release-tests
Description:
# Pull Request
## Add StateBox updates in background metadata checker
## Summary
Update StateBox task status when background metadata checker completes to ensure consistency between Google Sheets and StateBox, enabling AI agent resumability.
## Chang... |
7,062 | null | Azure/azure-cli-extensions | # Repository Context
Name: Azure/azure-cli-extensions
Description:
# Pull Request
## fix: datafactory data-flow update does not work
`az datafactory data-flow update` is broken and cannot be used. There is a bug where `data_flow_data["properties"]["typeProperties"]` is not initialized to an empty dictionary and so ... |
122 | null | vichannnnn/holy-grail | # Repository Context
Name: vichannnnn/holy-grail
Description:
# Pull Request
## fix bug hehe
# Relevant Files Found
## holy-grail-backend/backend/app/models/library.py
```
import datetime
import uuid
from typing import TYPE_CHECKING, Optional, Union, Tuple, List
import boto3
import httpx
from fastapi import Up... |
8,466 | null | mlrun/mlrun | # Repository Context
Name: mlrun/mlrun
Description:
# Pull Request
## [HTTPDB] Disable retries for storing secret tokens [feature/ig4-authentication]
### 📝 Description
<!-- A short summary of what this PR does. -->
<!-- Include any relevant context or background information. -->
This PR updates the HTTP session... |
1,293 | null | pywbem/pywbemtools | # Repository Context
Name: pywbem/pywbemtools
Description:
# Pull Request
## Start 1.2.1
# Relevant Files Found
## pywbemtools/_version.py
```
# (C) Copyright 2020 IBM Corp.
# (C) Copyright 2020 Inova Development Inc.
# All Rights Reserved
#
# Licensed under the Apache License, Version 2.0 (the "License");
# yo... |
3 | null | happycola233/tchMaterial-parser | # Repository Context
Name: happycola233/tchMaterial-parser
Description:
# Pull Request
## 整理代码风格、添加下载进度条、软件图标
# 本次更改:
- 整理了代码风格,统一大小引号、在合适的地方补空格
- 添加了下载进度条
- 支持识别并显示软件图标,具体体现在任务栏和窗口左上角
Before:
):
+ def handle(state: T_State):
```
# Relevant Files Found
## nonebot/internal/params.py
```
import asyncio
import inspect
import warnings
from typing import TYPE_C... |
10 | null | sysid/snipsync | # Repository Context
Name: sysid/snipsync
Description:
# Pull Request
## Fix snipsync doesn't work with intellij
OS info
- mac os(intel) big sur
English is not my native language. please excuse typing errors.
First, really thank you for making awesome program.
when I use `snipsync auto-sync` command abort w... |
190 | null | alan-turing-institute/mogp-emulator | # Repository Context
Name: alan-turing-institute/mogp-emulator
Description:
# Pull Request
## Start work on v0.6.0
Reset version number in setup.py for starting work on next release.
Changes:
- `setup.py` -- bumped version number to 0.6.0 for work on next release.
# Relevant Files Found
## setup.py
```
imp... |
45 | null | dirac-institute/trailblazer | # Repository Context
Name: dirac-institute/trailblazer
Description:
# Pull Request
## Fix wrong path to upload_button_state JS script.
Path to JS script that controlled the upload button state was hardcoded in the HTML template with a wrong path. This accidentally worked locally but does not work in general.
Pa... |
47 | null | Badger-Finance/badger-system | # Repository Context
Name: Badger-Finance/badger-system
Description:
# Pull Request
## test: simulation tests for non digg setts
Extends simulation manager and adds sim test for older non digg setts.
# Relevant Files Found
## config/badger_config.py
```
import json
import time
from brownie import Wei, web3, cha... |
138 | null | networkx/nx-parallel | # Repository Context
Name: networkx/nx-parallel
Description:
# Pull Request
## Post merge refinement
- Moved heatmaps from merged PRs (i.e PR #106 and PR #127) to `new_heatmaps` directory.
- Fixed failing `test_should_run.py` by explicitly setting `n_jobs=1` with a context manager, since we no longer rely on the d... |
23 | null | ZackBradshaw/swarms | # Repository Context
Name: ZackBradshaw/swarms
Description:
# Pull Request
## feat: add swarm_daddy.py
Thank you for contributing to Swarms!
Replace this comment with:
- Description: a description of the change,
- Issue: the issue # it fixes (if applicable),
- Dependencies: any dependencies required fo... |
225 | null | HinodeXRT/xrtpy | # Repository Context
Name: HinodeXRT/xrtpy
Description:
# Pull Request
## Temperature notebook filter ratio method
# Relevant Files Found
# Edits
This pull request adds functionality to support temperature analysis in a Jupyter notebook by introducing two new utilities: one to resolve XRT file paths to their ... |
225 | null | imageio/imageio | # Repository Context
Name: imageio/imageio
Description:
# Pull Request
## Bump tifffile to 2017.01.12
Bumps the python source to the latest version.
# Relevant Files Found
## imageio/plugins/_tifffile.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# tifffile.py
# styletest: skip
# Copyright (c) 2008-2016,... |
4,604 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## enable the quiet argument in cmd state and module
In a continue to the thread https://groups.google.com/forum/#!topic/salt-users/lWxeOJOUVnA
I've added the quiet argument to the module and state.
Couple of notes:
- note the change I've made ... |
2 | null | weboccult-ai/onnx-model-zoo | # Repository Context
Name: weboccult-ai/onnx-model-zoo
Description:
# Pull Request
## Added thickness of the Bounding box
Added thickness of the bounding box
# Relevant Files Found
## MiVOLO_age_and_gender/inference.py
```
import torch
import onnxruntime as ort
import numpy as np
import cv2
from easydict import ... |
1,759 | null | interactions-py/interactions.py | # Repository Context
Name: interactions-py/interactions.py
Description:
# Pull Request
## fix: Use raw `message_id` instead of ctx.message.id in wait_for_component
## Pull Request Type
<!-- Check the appropriate option -->
- [ ] Feature addition
- [x] Bugfix
- [ ] Documentation update
- [ ] Code refactor
- ... |
103 | null | os-net-config/os-net-config | # Repository Context
Name: os-net-config/os-net-config
Description:
# Pull Request
## Bz2315341/dns no restart
Add the ability to update DNS servers and search domains without restart.
This is re-submit for [PR#96](https://github.com/os-net-config/os-net-config/pull/103)
# Relevant Files Found
## os_net_config/i... |
73 | null | JuanjoSalvador/NyaaPy | # Repository Context
Name: JuanjoSalvador/NyaaPy
Description:
# Pull Request
## Feat/remove pantsu
Bye Pantsu.
# Relevant Files Found
## NyaaPy/nyaa.py
```
import requests
from NyaaPy import utils
from NyaaPy import torrent
class Nyaa:
def __init__(self):
self.SITE = utils.TorrentSite.NYAASI
... |
2,733 | null | langchain-ai/langchain | # Repository Context
Name: langchain-ai/langchain
Description:
# Pull Request
## Add workaround for not having async vector store methods
This allows us to use the async API for the Retrieval chains
# Relevant Files Found
## langchain/vectorstores/base.py
```
"""Interface for vector stores."""
from __future__ im... |
145 | null | kymata-atlas/kymata-core | # Repository Context
Name: kymata-atlas/kymata-core
Description:
# Pull Request
## Load and apply morph maps when directory is specified
Fixes #116.
Morph maps are stored with predictable filenames in a morph-map directory. When `run_gridsearch.py` is invoked with a new `--morph-path` specifying this (relative)... |
8 | null | osrf/py3-ready | # Repository Context
Name: osrf/py3-ready
Description:
# Pull Request
## Check package xml
Add command that checks a package.xml for python dependencies. This required refactoring the rosdep command so code could be reused. This also makes Tracer classes cache more aggressively, even between calls to `trace_paths`.... |
7 | null | MasterGroosha/telegram-feedback-bot | # Repository Context
Name: MasterGroosha/telegram-feedback-bot
Description:
# Pull Request
## [wip] Use Mozilla's Fluent to move language strings out of the code
Пока что бот работает только на русском языке, но этот PR даёт основу для будущей многоязычности.
Добавлена поддержка [Mozilla Fluent](https://projectflu... |
194 | null | scaleway/scaleway-sdk-python | # Repository Context
Name: scaleway/scaleway-sdk-python
Description:
# Pull Request
## feat(secret-manager): don't exclude `password_generation` field
# Relevant Files Found
## scaleway-async/scaleway_async/secret/v1alpha1/api.py
```
# This file was automatically generated. DO NOT EDIT.
# If you have any remark... |
1,308 | null | numenta/nupic-legacy | # Repository Context
Name: numenta/nupic-legacy
Description:
# Pull Request
## Fix clamodel init() with default + cleanup
Fixes #1307
# Relevant Files Found
## nupic/frameworks/opf/clamodel.py
```
# ----------------------------------------------------------------------
# Numenta Platform for Intelligent Comput... |
240 | null | nautobot/pynautobot | # Repository Context
Name: nautobot/pynautobot
Description:
# Pull Request
## Changed all() method to call filter() method in Endpoint class
This would close #237 if approved
Added tests to confirm context could be retrieved with the following:
```python
nautobot.dcim.devices.all(include=['config_context'])
... |
61 | null | DiamondLightSource/ispyb-api | # Repository Context
Name: DiamondLightSource/ispyb-api
Description:
# Pull Request
## New core method retrieve_persons_for_session
New core method retrieve_persons_for_session to get the persons and their roles and remote status associated with a particular session specified by proposal code, proposal number and s... |
40,567 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## CLN: a couple of minor cleanups
# Relevant Files Found
## pandas/core/arrays/categorical.py
```
from __future__ import annotations
from csv import QUOTE_NONNUMERIC
from functools import partial
import operator
from shutil import get_te... |
204 | null | superannotateai/superannotate-python-sdk | # Repository Context
Name: superannotateai/superannotate-python-sdk
Description:
# Pull Request
## Firday 284
# Relevant Files Found
## src/superannotate/lib/app/interface/sdk_interface.py
```
import concurrent.futures
import io
import json
import logging
import os
import tempfile
import time
import uuid
from c... |
83 | null | multani/structlog-gcp | # Repository Context
Name: multani/structlog-gcp
Description:
# Pull Request
## test: generalize the "extract event from stdout" test function
# Relevant Files Found
## tests/conftest.py
```
from typing import Callable, Generator
from unittest.mock import patch
import pytest
import structlog
from _pytest.captu... |
111 | null | xorbitsai/xoscar | # Repository Context
Name: xorbitsai/xoscar
Description:
# Pull Request
## ENH: Refine connection exception handling
## What do these changes do?
While server-side recv invalid format data, previously will not handle exception and leaving connection not close.
The exception situation including invalid header,... |
1,095 | null | PMEAL/OpenPNM | # Repository Context
Name: PMEAL/OpenPNM
Description:
# Pull Request
## Subclass get
Subclasses the ``get`` method to return a partial dict of just the specified properties if a list of strings is given, otherwise calls the super methods and behaves as normal. There are two reasons for doing this: (1) The get metho... |
71 | null | sdfordham/pysyncon | # Repository Context
Name: sdfordham/pysyncon
Description:
# Pull Request
## Fix MAPE formula
#70
# Relevant Files Found
## pysyncon/base.py
```
from __future__ import annotations
from typing import Optional, Literal, Sequence
from abc import ABCMeta, abstractmethod
import numpy as np
import pandas as pd
impor... |
143 | null | home-assistant-libs/zwave-js-server-python | # Repository Context
Name: home-assistant-libs/zwave-js-server-python
Description:
# Pull Request
## Bump minimal server version to 1.0.0
# Relevant Files Found
## zwave_js_server/const.py
```
"""Constants for the Z-Wave JS python library."""
from dataclasses import dataclass
from enum import Enum, IntEnum
from... |
946 | null | Sage-Bionetworks/synapsePythonClient | # Repository Context
Name: Sage-Bionetworks/synapsePythonClient
Description:
# Pull Request
## [SYNPY-1213, SYNPY-1245] Improve doc site
Improve the python documentation site along with some of the auto-generated documentation.
```
pip install -e ".[docs]"
cd docs
make html
open index.html
```
# Relevant F... |
2,143 | null | geopandas/geopandas | # Repository Context
Name: geopandas/geopandas
Description:
# Pull Request
## ENH: support how="inner" in sjoin_nearest
Closes #2140
cc @adriangb
# Relevant Files Found
## geopandas/tools/sjoin.py
```
from typing import Optional
import warnings
import numpy as np
import pandas as pd
from geopandas import G... |
1,907 | null | IntersectMBO/cardano-node-tests | # Repository Context
Name: IntersectMBO/cardano-node-tests
Description:
# Pull Request
## Make sure that tip is up-to-date
# Relevant Files Found
## cardano_node_tests/tests/test_cli.py
```
"""Tests for cardano-cli that doesn't fit into any other test file."""
import datetime
import json
import logging
import o... |
315 | null | inventree/InvenTree | # Repository Context
Name: inventree/InvenTree
Description:
# Pull Request
## Move test
Fixes https://github.com/inventree/InvenTree/issues/304
# Relevant Files Found
## InvenTree/part/models.py
```
"""
Part database model definitions
"""
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import o... |
266 | null | microsoft/PubSec-Info-Assistant | # Repository Context
Name: microsoft/PubSec-Info-Assistant
Description:
# Pull Request
## Add more test case files and types
Test Files uploaded successfully.
Waiting for 1 minutes for pipeline processing...
Directory 'functional-test/test_example.xml/' in the 'content' ... |
2,617 | null | huggingface/pytorch-image-models | # Repository Context
Name: huggingface/pytorch-image-models
Description:
# Pull Request
## Add coord attn and some variants that I had lying around
# Relevant Files Found
## timm/layers/create_attn.py
```
""" Attention Factory
Hacked together by / Copyright 2021 Ross Wightman
"""
import torch
from functools im... |
13 | null | andreidev1/deepbookpy | # Repository Context
Name: andreidev1/deepbookpy
Description:
# Pull Request
## Release 0.4.0
Closes #4
# Relevant Files Found
## deepbookpy/deepbook_sdk.py
```
"""DeepBook Python SDK"""
import math
from typing import List
from pysui.sui.sui_txn.sync_transaction import SuiTransaction
from pysui.sui.sui_clients... |
21 | null | SimulatorML/Pure-Data | # Repository Context
Name: SimulatorML/Pure-Data
Description:
# Pull Request
## published to PyPi
# Relevant Files Found
# Edits
This pull request publishes the Pure Data framework to PyPI, enabling public installation via pip. It introduces a `setup.py` file generated from a template and automatically popula... |
22 | null | laurensvdwiel/metadome | # Repository Context
Name: laurensvdwiel/metadome
Description:
# Pull Request
## constructing the metadomain in data generation now takes into account…
… the possibility that there may be more than one consensus per uniprot position for the same Pfam ids
Forgot to include the fix in the creation of meta domains.... |
24,827 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## [Core] `aaz`: Support subresource selector
**Related command**
<!--- Please provide the related command with az {command} if you can, so that we can quickly route to the related person to review. --->
**Description**<!--Mandatory-->
<!--... |
59 | null | ydb-platform/ydb-sqlalchemy | # Repository Context
Name: ydb-platform/ydb-sqlalchemy
Description:
# Pull Request
## Add request settings to execution options
# Problem
Now it is impossible to configure the execution of requests, especially timeout.
# Proposal
Add a connection option `ydb_request_timeout` execution option, which provided to... |
1 | null | Charcoal-SE/SmokeDetector | # Repository Context
Name: Charcoal-SE/SmokeDetector
Description:
# Pull Request
## fixed a regex - baba(ji?) matches babaj and babaji; completed testsite
# Relevant Files Found
## findspam.py
```
import re
class FindSpam:
@staticmethod
def testtitle(title):
regexes=["\\b(baba(ji?)|vashikaran|fashion|... |
19 | null | Apollo-Roboto/python-pathschema | # Repository Context
Name: Apollo-Roboto/python-pathschema
Description:
# Pull Request
## Added support for different indentation
# Relevant Files Found
## pathschema/parser.py
```
from pathschema.models import DirPathNode, FilePathNode, AnyPathNode, Necessity
from pathschema.exceptions import SchemaError
ille... |
29,303 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## Toyota: set stop and go if TSS2 car
Accidentally not set for this new port: https://github.com/commaai/openpilot/pull/29257
Is 2023 is LSS+ 2.5 and goes down to zero:
:
Explode=False: Ran ... |
149 | null | clearpathrobotics/clearpath_config | # Repository Context
Name: clearpathrobotics/clearpath_config
Description:
# Pull Request
## Removed J100 from unsupported platforms
# Relevant Files Found
## clearpath_config/common/types/platform.py
```
# Software License Agreement (BSD)
#
# @author Luis Camero <lcamero@clearpathrobotics.com>
# @copyright ... |
89 | null | MannLabs/alphaquant | # Repository Context
Name: MannLabs/alphaquant
Description:
# Pull Request
## Fix medianref gui issue
This PR fixes issues with plots in the GUI when the median_reference condition is used as reported in #86 , the issue was that in this case another samplemap is used that also contains the median condition
# Relev... |
2,503 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## improve custom_jvp error messages
fixes #2502, by way of improving the error messages
# Relevant Files Found
## jax/core.py
```
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use th... |
14,075 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## fix user@domain.commcarehq.org in admin restore
follow on to https://github.com/dimagi/commcare-hq/pull/14066
@benrudolph
# Relevant Files Found
## corehq/apps/ota/utils.py
```
from django.utils.translation import ugettext as _
from... |
518 | null | cuthbertLab/music21 | # Repository Context
Name: cuthbertLab/music21
Description:
# Pull Request
## Fix midi lint errors
# Relevant Files Found
## music21/graph/utilities.py
```
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
# Name: graph/utilities.py
# Purpose: ... |
14 | null | DoYouEvenStackSmash/active-target-coverage | # Repository Context
Name: DoYouEvenStackSmash/active-target-coverage
Description:
# Pull Request
## Tracker test refinement
fixed a bug in process_layer
reorganized single agent tests
added new path profile to single agent circle test
# Relevant Files Found
## src/SA-test.py
```
#!/usr/bin/python3
import nump... |
1,078 | null | gammapy/gammapy | # Repository Context
Name: gammapy/gammapy
Description:
# Pull Request
## Add printout for 3FHL and gamma-cat sources
@adonath @cdeil - This PR mainly focuses on the `__str__()` method for `SourceCatalogObject3FHL`, but here is everything it accomplishes:
* Create full print-out for `SourceCatalogObject3FHL`
... |
50 | null | formbio/laava | # Repository Context
Name: formbio/laava
Description:
# Pull Request
## Revise input fields and metadata I/O
First step in revising the classification and output TSV schema for v3.0 -- new input fields.
- Take ITR labels as input and read from annotation BED to use in classifications. (#47)
- Take helper_name, ... |
27,892 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## soxr: CMake 4 support
fixes #27891 and #26878
### Summary
Changes to recipe: **soxr/0.1.3**
#### Motivation
When using CMake 4 building this recipe fails with an error
`Compatibility with CMake < 3.5 has been removed fro... |
25,815 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Batch App Status fixes
Found while testing https://github.com/dimagi/commcare-hq/pull/25726
These only affect an environment with the localsetting set, there were no effects when `USER_REPORTING_METADATA_UPDATE_FREQUENCY = False`
# Rel... |
401 | null | SublimeLinter/SublimeLinter | # Repository Context
Name: SublimeLinter/SublimeLinter
Description:
# Pull Request
## Get the correct system drive on windows
ST can be located on another drive
# Relevant Files Found
## lint/util.py
```
# coding=utf8
#
# util.py
# Part of SublimeLinter3, a code checking framework for Sublime Text 3
#
# Written... |
4 | null | openradar/cmweather | # Repository Context
Name: openradar/cmweather
Description:
# Pull Request
## Fix the failing actions
Fix the actions failing
# Relevant Files Found
## cmweather/core.py
```
import xarray as xr
def my_mean_func(data):
"""
Computes mean of an xarray object.
Parameters
----------
data : xarra... |
3,271 | null | reflex-dev/reflex | # Repository Context
Name: reflex-dev/reflex
Description:
# Pull Request
## [REF-2774] Add ReflexError and subclasses, send in telemetry
## Summary
- Add ReflexError as base type exception for all reflex specific errors.
- Add more fine grained exception subclasses for state, var, etc.
- Catch and send in teleme... |
146 | null | RockefellerArchiveCenter/aurora | # Repository Context
Name: RockefellerArchiveCenter/aurora
Description:
# Pull Request
## Adds CSV download to organization transfer page
fixes #9
# Relevant Files Found
## project_electron/orgs/urls.py
```
from django.conf.urls import url
from orgs.views import *
urlpatterns = [
url(r'^add/$', Organizati... |
646 | null | PythonOT/POT | # Repository Context
Name: PythonOT/POT
Description:
# Pull Request
## [FIX] Default to using scipy v1.8.0+ API
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
As most users will be installing the latest `scipy` release when they install `POT... |
2,985 | null | Mic92/dotfiles | # Repository Context
Name: Mic92/dotfiles
Description:
# Pull Request
## replace nix-fmt with flake-format
add claude-md tool
add buildbot-pr-check
nativeCheckInputs
add create-calendar-invite
# Relevant Files Found
# Edits
This pull request replaces `nix-fmt` with `flake-format` for formatting ... |
73 | null | glumpy/glumpy | # Repository Context
Name: glumpy/glumpy
Description:
# Pull Request
## Fix qt5 resize event handler
For reasons unknown, show() must be called after resizeGL is attached.
# Relevant Files Found
## glumpy/app/window/backends/backend_qt5.py
```
# ------------------------------------------------------------------... |
61 | null | thegetty/pipeline | # Repository Context
Name: thegetty/pipeline
Description:
# Pull Request
## Omit explicit Identifiers for ULAN numbers (DEV-2731)
# Relevant Files Found
## pipeline/projects/provenance/__init__.py
```
'''
Classes and utility functions for instantiating, configuring, and
running a bonobo pipeline for converting ... |
85 | null | PytorchConnectomics/pytorch_connectomics | # Repository Context
Name: PytorchConnectomics/pytorch_connectomics
Description:
# Pull Request
## Made device tensor accessable as host Numpy array in utils/monitor.py
There was a line in utils/monitor.py that was trying to access a device tensor. I made a simple change to a version of the tensor that is usable on... |
273 | null | jamesvandyne/tanzawa | # Repository Context
Name: jamesvandyne/tanzawa
Description:
# Pull Request
## Add exercise activity detail view
This PR adds a modal for displaying activity detail in a modal popup using HTMX.
<img width="648" alt="image" src="https://user-images.githubusercontent.com/154726/210061767-310fd8df-24d2-406b-89b7-04... |
1,030 | null | airbnb/streamalert | # Repository Context
Name: airbnb/streamalert
Description:
# Pull Request
## AlertMerger query optimizations
to: @ryandeivert or @chunyong-lin or @blakemotl
cc: @airbnb/streamalert-maintainers
## Background
We found a couple bugs in the alert merger that caused performance issues.
## Changes
* Fixes a... |
126 | null | astropy/reproject | # Repository Context
Name: astropy/reproject
Description:
# Pull Request
## Use system pytest rather than astropy
# Relevant Files Found
## reproject/healpix/tests/test_healpix.py
```
# Licensed under a 3-clause BSD style license - see LICENSE.rst
from __future__ import (absolute_import, division, print_functio... |
214 | null | innightwolfsleep/llm_telegram_bot | # Repository Context
Name: innightwolfsleep/llm_telegram_bot
Description:
# Pull Request
## Code markdown and minor changes
# Relevant Files Found
## source/conf.py
```
import json
import logging
from os.path import exists, normpath
from typing import List, Dict
from pydantic import BaseModel, Field
# Set log... |
4,505 | null | jax-ml/jax | # Repository Context
Name: jax-ml/jax
Description:
# Pull Request
## Fallback to Python for float0 in the C++ jax.jit.
Fallback to Python for float0 in the C++ jax.jit.
# Relevant Files Found
## tests/jax_jit_test.py
```
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "Licens... |
67 | null | fermulerpy/fermulerpy | # Repository Context
Name: fermulerpy/fermulerpy
Description:
# Pull Request
## write tests and module version updated
closes #50
closes #56
# Relevant Files Found
## src/fermulerpy/__init__.py
```
"""
==========
fermulerpy
==========
Python for Number Theory
"""
__version__ = "0.1.v12"
```
## src/fermuler... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.