pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
169 | null | apple/axlearn | # Repository Context
Name: apple/axlearn
Description:
# Pull Request
## Adds a convolution subsampler.
# Relevant Files Found
## axlearn/common/layers.py
```
# Copyright © 2023 Apple Inc.
#
# Some of the code in this file is adapted from:
#
# huggingface/transformers:
# Copyright 2021 The Google Flax Team Autho... |
356 | null | bp/ResSimpy | # Repository Context
Name: bp/ResSimpy
Description:
# Pull Request
## Applying constraints to all Wells in a welllist if the constraint refers to a welllist. Required for conversions.
# Relevant Files Found
## ResSimpy/Nexus/nexus_collect_tables.py
```
"""Functions for collecting tables from a Nexus file to pop... |
1,162 | null | petrobras/ross | # Repository Context
Name: petrobras/ross
Description:
# Pull Request
## Animate orbits
Add animation option for lateral modes when calling `.plot_mode_3d(mode, animation=True)` for `ModalResults` or `.plot_with_mode_shape(animation=True)` for `CampbellResults`.
https://github.com/user-attachments/assets/e37d6e1... |
3,289 | null | sqlfluff/sqlfluff | # Repository Context
Name: sqlfluff/sqlfluff
Description:
# Pull Request
## MySQL: Support `Create User`
<!--Thanks for adding this feature!-->
<!--Please give the Pull Request a meaningful title for the release notes-->
### Brief summary of the change made
Fleshes out `Create User` per the MySQL doc. Tests ... |
64 | null | PaddlePaddle/PaddleFleetX | # Repository Context
Name: PaddlePaddle/PaddleFleetX
Description:
# Pull Request
## edit fleet resnet train script
in order to keep consistent with benchmark training script, some changes are added here.
- add benchmark_test param to control whether to print benchmark_logs.
- test only run in last epoch for savin... |
21 | null | BillSchumacher/dynamic-rest | # Repository Context
Name: BillSchumacher/dynamic-rest
Description:
# Pull Request
## Allow csv for in filter, and more.
Resolves #20
# Relevant Files Found
## dynamic_rest/fields/__init__.py
```
from dynamic_rest.fields.fields import * # noqa
from dynamic_rest.fields.generic import * # noqa
```
## dynamic_... |
145 | null | ultrabug/py3status | # Repository Context
Name: ultrabug/py3status
Description:
# Pull Request
## Added missing "above" and "below" positioning options.
The xrandr module only has left-of and right-of positioning options right now as short inputs. I added 'below' and 'above' options with examples.
# Relevant Files Found
## py3statu... |
323 | null | bcgov/lear | # Repository Context
Name: bcgov/lear
Description:
# Pull Request
## 1271 use new authorization api
*Issue #:* /bcgov/entity#1271
*Description of changes:*
- implemented call to new authorization API calls
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contri... |
3,609 | null | TobikoData/sqlmesh | # Repository Context
Name: TobikoData/sqlmesh
Description:
# Pull Request
## Fix: The interval unit can be larger than cron perid of allow_partials is set to true
# Relevant Files Found
## sqlmesh/core/node.py
```
from __future__ import annotations
import sys
import typing as t
from datetime import datetime
fr... |
480 | null | splunk/splunk-sdk-python | # Repository Context
Name: splunk/splunk-sdk-python
Description:
# Pull Request
## release 1.7.1 changes
# Relevant Files Found
## splunklib/__init__.py
```
# Copyright 2011-2015 Splunk, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"): you may
# not use this file except in compliance wit... |
41 | null | spencerwooo/torchattack | # Repository Context
Name: spencerwooo/torchattack
Description:
# Pull Request
## New attack SGM
### Description
Implementation of SGM.
# Relevant Files Found
## torchattack/__init__.py
```
from torchattack.admix import Admix
from torchattack.att import ATT
from torchattack.attack import ATTACK_REGISTRY, Attac... |
1,022 | null | sukeesh/Jarvis | # Repository Context
Name: sukeesh/Jarvis
Description:
# Pull Request
## Add plugin to calc. weekday of any date
Add a plugin that calculate the day of the week for any day in past or future. #1021
# Relevant Files Found
# Edits
This pull request adds a new plugin to the Jarvis personal assistant that calcula... |
2 | null | ariebovenberg/cans | # Repository Context
Name: ariebovenberg/cans
Description:
# Pull Request
## improve documentation, typing, add license
# Relevant Files Found
## docs/conf.py
```
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does only contain a selection of the most common o... |
269 | null | fossasia/susi_linux | # Repository Context
Name: fossasia/susi_linux
Description:
# Pull Request
## Fix seeed drivers not found
Another approach of #264
This approach will check if seeed is installed by running `aplay -l` and check if string `"seeed"` exists in its output.
This way, codes can still run even without the driver should ... |
2,033 | null | open-edge-platform/training_extensions | # Repository Context
Name: open-edge-platform/training_extensions
Description:
# Pull Request
## Make multi gpu child processes finish right after evaluation
<!-- Contributing guide: https://github.com/openvinotoolkit/training_extensions/blob/develop/CONTRIBUTING.md -->
### Summary
- make multi gpu child proc... |
35 | null | Kane610/axis | # Repository Context
Name: Kane610/axis
Description:
# Pull Request
## Applications API
# Relevant Files Found
## axis/param_cgi.py
```
"""Axis Vapix parameter management.
https://www.axis.com/vapix-library/#/subjects/t10037719/section/t10036014
Lists Brand, Ports, Properties, Stream profiles.
"""
from .api ... |
1,869 | null | ludwig-ai/ludwig | # Repository Context
Name: ludwig-ai/ludwig
Description:
# Pull Request
## Use Tune checkpoint naming that corresponds to Tune reporting [Fix for issue 1866]
# Relevant Files Found
## ludwig/automl/auto_tune_config.py
```
import copy
import logging
from collections import OrderedDict
from typing import List
im... |
2,150 | null | urllib3/urllib3 | # Repository Context
Name: urllib3/urllib3
Description:
# Pull Request
## Add top level request method
<!---
Thanks for your contribution! ♥️
If this is your first PR to urllib3 please review the Contributing Guide:
https://urllib3.readthedocs.io/en/latest/contributing.html
Adhering to the Contributing Guid... |
27 | null | ros/geometry_tutorials | # Repository Context
Name: ros/geometry_tutorials
Description:
# Pull Request
## Unify tf2 frame broadcasters
Removed class-based way of teaching `tf2` tutorial. Address [#247](https://github.com/ros/geometry2/issues/247)
# Relevant Files Found
## turtle_tf2/nodes/dynamic_tf2_broadcaster.py
```
#!/usr/bin/env py... |
48 | null | perrygeo/python-rasterstats | # Repository Context
Name: perrygeo/python-rasterstats
Description:
# Pull Request
## Compute Non-standard Statistics
Allow computation of statistics not directly implemented by the program
or the np.ma package.
Added two options:
add_stats = [‘stat1’, ‘stat2’] # List of statistics to be computed
add_func=‘myfun... |
1,008 | null | algorithm-archivists/algorithm-archive | # Repository Context
Name: algorithm-archivists/algorithm-archive
Description:
# Pull Request
## Added a stack and queue implementation for python3
## Added Stack and Queue implementations for python3
### Motivation
- Stack and Queue implementations for python3 are currently not present on the website.
- Curre... |
321 | null | Kanaries/pygwalker | # Repository Context
Name: Kanaries/pygwalker
Description:
# Pull Request
## feat: add export dataframe tool
Users can export the current chart data into a dataframe of pandas in jupyter notebook. This feature also prepares for the export various calculation measures provided by graphch-walker in the future.
#... |
190 | null | conservationtechlab/animl-py | # Repository Context
Name: conservationtechlab/animl-py
Description:
# Pull Request
## add device attribute on load_miew
# Relevant Files Found
## src/animl/reid/inference.py
```
"""
Code to run Miew_ID and other re-identification models
(https://github.com/WildMeOrg/wbia-plugin-miew-id)
"""
from typing impor... |
15 | null | awslabs/gluonts | # Repository Context
Name: awslabs/gluonts
Description:
# Pull Request
## Datasets
*Description of changes:*
Add M4 datasets, examples on how to evaluate, examples on how to run M4 benchmark as well as small model fixes (making context_length optional, and adding more quantiles to MQCNN).
By submitting this p... |
454 | null | aphp/Cohort360-Back-end | # Repository Context
Name: aphp/Cohort360-Back-end
Description:
# Pull Request
## feat: add retry failed exports
# Relevant Files Found
## exporters/exporters/base_exporter.py
```
import logging
import time
from typing import List
from django.utils import timezone
from requests import RequestException
from ad... |
2,026 | null | runtimeverification/evm-semantics | # Repository Context
Name: runtimeverification/evm-semantics
Description:
# Pull Request
## Foundry digest rehaul
Closes https://github.com/runtimeverification/kontrol/issues/16
Adding a human-readable incrementing number for the proof ID and moving the proof digest in a `proof_digest` field in the `proof.json`.... |
10 | null | ephell/ClipIt-Screen-Capture-App | # Repository Context
Name: ephell/ClipIt-Screen-Capture-App
Description:
# Pull Request
## Select region to capture
- Add ability to select region for capturing by using a mouse to draw a rectangle over wanted area.
- Laid simple groundwork for PySide6 GUI. Easier to test certain functionality.
# Relevant Files F... |
221 | null | masschallenge/impact-api | # Repository Context
Name: masschallenge/impact-api
Description:
# Pull Request
## Merging Devlepment To Master
# Relevant Files Found
## web/impact/impact/tests/test_algolia_api_key_view.py
```
# MIT License
# Copyright (c) 2017 MassChallenge, Inc.
import simplejson as json
from django.contrib.auth import get... |
21,395 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Backport fix for #20494
Catch case where 'return' not in opts, or other ways to get an empty returner (as it will just fail anyways)
backport fix for #20494
# Relevant Files Found
## salt/cli/caller.py
```
# -*- coding: utf-8 -*-
'''
The ... |
31 | null | allenporter/flux-local | # Repository Context
Name: allenporter/flux-local
Description:
# Pull Request
## Add documentation for iterating over HelmReleases
# Relevant Files Found
## flux_local/repo.py
```
"""Library for operating on a local repo and building Manifests.
This will build a `manifest.Manifest` from a cluster repo. This fo... |
167 | null | Shougo/defx.nvim | # Repository Context
Name: Shougo/defx.nvim
Description:
# Pull Request
## Fix #166
Fix #166
# Relevant Files Found
## rplugin/python3/defx/base/kind.py
```
# ============================================================================
# FILE: kind.py
# AUTHOR: Shougo Matsushita <Shougo.Matsu at gmail.com>
# Li... |
3,237 | null | reflex-dev/reflex | # Repository Context
Name: reflex-dev/reflex
Description:
# Pull Request
## Improved implicit harness app names
Followup of #3088
Prevent issues with #3214
# Relevant Files Found
## reflex/testing.py
```
"""reflex.testing - tools for testing reflex apps."""
from __future__ import annotations
import asyncio... |
204 | null | mne-tools/mne-bids-pipeline | # Repository Context
Name: mne-tools/mne-bids-pipeline
Description:
# Pull Request
## add new params to run.py script
# Relevant Files Found
## 99-make_reports.py
```
"""
================
99. Make reports
================
Builds an HTML report for each subject containing all the relevant analysis
plots.
"""
i... |
51 | null | Phuks-co/throat | # Repository Context
Name: Phuks-co/throat
Description:
# Pull Request
## Add a default value for config.app.testing
Prevent an error in the event that `app: testing` is not set to something in `config.yaml`.
# Relevant Files Found
## app/config.py
```
""" Config manager """
import os
import yaml
from flask impo... |
4,717 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## rm unused var 'device' from modules.quota._parse_quota()
Or maybe it's _supposed_ to be used somewhere, and its lack of use is a bug?
# Relevant Files Found
## salt/modules/quota.py
```
'''
Module for managing quotas on posix-like systems.... |
1,094 | null | mlc-ai/mlc-llm | # Repository Context
Name: mlc-ai/mlc-llm
Description:
# Pull Request
## Disable Disco for q4f16_ft and q8f16_ft quantization
As we discussed in #1085, we should disable disco for q4f16_ft and q8f16_ft quantization for now.
# Relevant Files Found
## mlc_llm/core.py
```
# pylint: disable=missing-docstring, redefi... |
691 | null | google/testrun | # Repository Context
Name: google/testrun
Description:
# Pull Request
## update messaging for allowed protocols
# Relevant Files Found
## modules/test/tls/python/src/tls_util.py
```
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file exc... |
4,689 | null | haiiliin/abqpy | # Repository Context
Name: haiiliin/abqpy
Description:
# Pull Request
## [bugfix] Import modules in caeModules (backport #4682)
This is an automatic backport of pull request #4682 done by [Mergify](https://mergify.com).
---
<details>
<summary>Mergify commands and options</summary>
<br />
More conditions and a... |
3,315 | null | google/clusterfuzz | # Repository Context
Name: google/clusterfuzz
Description:
# Pull Request
## Fix upload url
# Relevant Files Found
## src/clusterfuzz/_internal/bot/tasks/utasks/fuzz_task.py
```
# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in ... |
288 | null | amzn/pecos | # Repository Context
Name: amzn/pecos
Description:
# Pull Request
## fix sparse gradient clipping for torch>=2.0
*Issue #, if available:* N/A
*Description of changes:*
Update the torch dependency to >= 2.0. Since the gradient clipping no longer supports SparseCUDA backend, I include an old implementation of `... |
350 | null | mitodl/mitxpro | # Repository Context
Name: mitodl/mitxpro
Description:
# Pull Request
## allow marketing user to add/edit slug for resource pages
#### What are the relevant tickets?
Fixes #321
#### What's this PR do?
Remove auto generation of slugs for resource pages.
#### How should this be manually tested?
- Add reso... |
1,127 | null | evennia/evennia | # Repository Context
Name: evennia/evennia
Description:
# Pull Request
## Unit test for ExtendedRoom class
#### Brief overview of PR changes/additions
I've never written a unit test before, so I thought I might try to learn how and help out with #1105 . A few things I wasn't sure about, like whether I need to reve... |
639 | null | redhat-performance/cloud-governance | # Repository Context
Name: redhat-performance/cloud-governance
Description:
# Pull Request
## Added concurrency feature to main.yml
Added the concurrency feature to queue the jobs
# Relevant Files Found
## jenkins/clouds/aws/daily/org_cost_explorer/run_org_upload_es.py
```
import os
AWS_ACCESS_KEY_ID_DELETE_P... |
972 | null | facebookresearch/habitat-lab | # Repository Context
Name: facebookresearch/habitat-lab
Description:
# Pull Request
## fixing indentation error
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- Please link to an existing issue here if one exists. -->
<!--- (we recommend to have an existing iss... |
11 | null | ThomasKluiters/fetchy | # Repository Context
Name: ThomasKluiters/fetchy
Description:
# Pull Request
## ENH: #10 Allow multiple packages
Implements #10
It is now possible to specfiy multiple packages:
```bash
fetchy python3.6 postgresql
```
# Relevant Files Found
## fetchy/cli.py
```
import argparse
import fetchy as fty
def... |
296 | null | aws/sagemaker-xgboost-container | # Repository Context
Name: aws/sagemaker-xgboost-container
Description:
# Pull Request
## New Objective Metrics to Version 1.3-1
*Description of changes:*
Adding in new objective metrics to version 1.3-1
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contributio... |
2,002 | null | fedspendingtransparency/data-act-broker-backend | # Repository Context
Name: fedspendingtransparency/data-act-broker-backend
Description:
# Pull Request
## DEV-6478: update adjustmentstounobligatedbalance calculation
**High level description:**
Update which GTAS lines are checked for AdjustmentsToUnobligatedBalanceBroughtForward starting FY21
**Technical detai... |
184 | null | superannotateai/superannotate-python-sdk | # Repository Context
Name: superannotateai/superannotate-python-sdk
Description:
# Pull Request
## Fix test
# Relevant Files Found
## src/superannotate/lib/infrastructure/controller.py
```
import copy
import io
from typing import Iterable
from typing import List
from typing import Optional
import lib.core as c... |
2,460 | null | sqlfluff/sqlfluff | # Repository Context
Name: sqlfluff/sqlfluff
Description:
# Pull Request
## L003: Ignore indentation of lines that only exist in templated space
<!--Firstly, thanks for adding this feature! Secondly, please check the key steps against the checklist below to make your contribution easy to merge.-->
<!--Please giv... |
8,629 | null | PennyLaneAI/pennylane | # Repository Context
Name: PennyLaneAI/pennylane
Description:
# Pull Request
## Remove capture cache on qnode
**Context:**
The capture cache on the qnode is causing maintainence issues, and is no longer needed as capture is just a frontend for catalyst.
**Description of the Change:**
Remove everything to d... |
325 | null | encode/httpx | # Repository Context
Name: encode/httpx
Description:
# Pull Request
## Refactor middleware
Prompted by https://github.com/encode/httpx/pull/305#issuecomment-529144881
Moves the existing middleware in `middleware.py` into their own module in a `middleware` package.
Next up, a basic auth refactor including:
- ... |
102 | null | revsys/django-health-check | # Repository Context
Name: revsys/django-health-check
Description:
# Pull Request
## Fixes expiration issue with timezone
Replace expiration expressed in datetime object with integer seconds to avoid expiration issue (reported as Discarding revoked task).
# Relevant Files Found
## health_check/contrib/celery/back... |
15 | null | geekjr/quickai | # Repository Context
Name: geekjr/quickai
Description:
# Pull Request
## Added setup.py
# Relevant Files Found
# Edits
This pull request adds a `setup.py` file to enable proper packaging and distribution of the QuickAI library. It allows the project to be installed via pip and includes metadata such as versio... |
88 | null | lace/polliwog | # Repository Context
Name: lace/polliwog
Description:
# Pull Request
## Polyline: Add `oriented_along()`
# Relevant Files Found
## polliwog/box/box.py
```
import numpy as np
import vg
class Box(object):
"""
An axis-aligned cuboid.
"""
def __init__(self, origin, size):
"""
ori... |
7 | null | binsync/libbs | # Repository Context
Name: binsync/libbs
Description:
# Pull Request
## Fix a rettype bug in IDA function headers
# Relevant Files Found
## yodalib/__init__.py
```
__version__ = "0.2.0"
```
## yodalib/decompilers/ida/compat.py
```
# ----------------------------------------------------------------------------... |
48 | null | incuna/incuna-test-utils | # Repository Context
Name: incuna/incuna-test-utils
Description:
# Pull Request
## Test against DRF v2 and v3
# Relevant Files Found
## incuna_test_utils/testcases/integration.py
```
from django.core.urlresolvers import reverse
from django.shortcuts import render
from django.test import TestCase
from .request ... |
39,439 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Update tile to use CoordinatorEntity
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Breaking change
<!--
If your PR contains a break... |
17,491 | null | Chia-Network/chia-blockchain | # Repository Context
Name: Chia-Network/chia-blockchain
Description:
# Pull Request
## Speedup TradeStore's add_trade_record
# Relevant Files Found
## chia/wallet/trading/trade_store.py
```
from __future__ import annotations
import dataclasses
import logging
from time import perf_counter
from typing import Dic... |
215 | null | MountainDash/nonebot-bison | # Repository Context
Name: MountainDash/nonebot-bison
Description:
# Pull Request
## :bug: register db hook after init scheduler
# Relevant Files Found
## nonebot_bison/config/db_config.py
```
from collections import defaultdict
from datetime import datetime, time
from typing import Awaitable, Callable, Optiona... |
1 | null | ifwe/netscaler-tool | # Repository Context
Name: ifwe/netscaler-tool
Description:
# Pull Request
## Create MANIFEST.in to include needed files so pip/easy_install would wor...
...k
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
"""
Copyright 2014 Tagged Inc.
Licensed under the Apache License, Version 2.0 (the "Licens... |
30 | null | pjdietz/rester-sublime-http-client | # Repository Context
Name: pjdietz/rester-sublime-http-client
Description:
# Pull Request
## fix for #29, make reason optional
# Relevant Files Found
## rester/message.py
```
from . import util
class Message(object):
"""Base class for HTTP messages"""
def __init__(self):
self.headers = []
... |
10,195 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## [dagster-airbyte][managed-elements] Explicit handling of reconciling secret values
## Summary
Right now, Airbyte's APIs return a censored value (`**********`) for secret values such as tokens or passwords. This means that we can't diff ... |
38 | null | blues/note-python | # Repository Context
Name: blues/note-python
Description:
# Pull Request
## feat:remove periphery for serial use; update docs
# Relevant Files Found
## examples/notecard-basics/rpi-example.py
```
"""note-python Raspberry Pi example.
This file contains a complete working sample for using the note-python
library... |
14 | null | ZedThree/fort_depend.py | # Repository Context
Name: ZedThree/fort_depend.py
Description:
# Pull Request
## Documentation on Readthedocs
# Relevant Files Found
## fortdepend/__main__.py
```
#!/usr/bin/env python3
import argparse
import colorama
from fortdepend import FortranProject
def main(args=None):
"""Run the module as a scrip... |
49,451 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Fix issue with setproctitle on macos
It was conditionally imported, and unconditionally used.
# Relevant Files Found
## airflow-core/src/airflow/utils/serve_logs.py
```
# Licensed to the Apache Software Foundation (ASF) under one
# or mor... |
385 | null | openforcefield/openff-evaluator | # Repository Context
Name: openforcefield/openff-evaluator
Description:
# Pull Request
## Smirnoff -plugin fixes
## Description
This PR adds some minor changes to work with smirnoff-plugin modified forcefields.
## Todos
Notable points that this PR has either accomplished or will accomplish.
- [x] load plug... |
399 | null | bcgov/CIT | # Repository Context
Name: bcgov/CIT
Description:
# Pull Request
## exception handling for quarterly date string
# Relevant Files Found
## web/pipeline/models/location_assets.py
```
from django.contrib.gis.db import models
from django.contrib.gis.db.models import PointField
from django.contrib.gis.geos import P... |
131 | null | BoostryJP/ibet-Prime | # Repository Context
Name: BoostryJP/ibet-Prime
Description:
# Pull Request
## feat: change default sort order
close #130
# Relevant Files Found
## app/routers/ledger.py
```
"""
Copyright BOOSTRY Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compl... |
46 | null | RIAPS/riaps-pycom | # Repository Context
Name: RIAPS/riaps-pycom
Description:
# Pull Request
## Deploy and start C++/Python actors in one application
- `ctrl_gui` deploys `capnp` files too
- `send_capnp()` and `recv_capnp()` functions were added to the ports
- Messaging with capnp was added: `DistributedEstimatorCapnp`
# Relevant... |
26,342 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## Add pmix variant to openmpi package
Allows to compile openmpi against pmix, relates to '--with-pmix=' configure option.
See #19925
# Relevant Files Found
## var/spack/repos/builtin/packages/openmpi/package.py
```
# Copyright 2013-2021 Lawre... |
46 | null | gnocchixyz/gnocchi | # Repository Context
Name: gnocchixyz/gnocchi
Description:
# Pull Request
## catch error trying to change sack on pre-gnocchi4 storage
if storage hasn't been upgraded to gnocchiv4, it will fail with
obscure message. a TypeError is because storage hasn't been upgraded.
# Relevant Files Found
## gnocchi/cli.py
``... |
216 | null | mehta-lab/VisCy | # Repository Context
Name: mehta-lab/VisCy
Description:
# Pull Request
## Fixing the TripletDataModule() after changes to HCSDataModule
We forgot to change the TripletDataModule() after the HCSDatamodule() merged changes in #212
# Relevant Files Found
## viscy/data/triplet.py
```
import logging
from pathlib imp... |
12,011 | null | mesonbuild/meson | # Repository Context
Name: mesonbuild/meson
Description:
# Pull Request
## Error when an installed static library links to internal custom target
When an installed static library A links to an internal static library B
built using a custom_target(), raise an error instead of a warning. This
is because to be usabl... |
119 | null | uezo/aiavatarkit | # Repository Context
Name: uezo/aiavatarkit
Description:
# Pull Request
## Add support for custom evaluation functions in DialogEvaluator
Introduces an evaluation_functions dictionary to DialogEvaluator, allowing custom evaluation logic per turn via evaluation_function_name, enabling more flexible and extensible di... |
5,247 | null | Azure/azure-cli-extensions | # Repository Context
Name: Azure/azure-cli-extensions
Description:
# Pull Request
## Add option for aks node restriction
---
This checklist is used to make sure that common guidelines for a pull request are followed.
### Related command
<!--- Please provide the related command with az {command} if you can, s... |
133 | null | DSACMS/dedupliFHIR | # Repository Context
Name: DSACMS/dedupliFHIR
Description:
# Pull Request
## Patch Address Parsing and Print Comparison
## Patch Address Parsing and Print Comparison
## Problems
- We weren't sorting addresses alphabetically for FHIR data ( CSV data has user-defined order so we don't want to sort it)
- Bug ... |
8,047 | null | ibis-project/ibis | # Repository Context
Name: ibis-project/ibis
Description:
# Pull Request
## test(duckdb): test that column name case is preserved when inserting
Adds a test for #8045.
# Relevant Files Found
## ibis/backends/duckdb/tests/test_client.py
```
from __future__ import annotations
import duckdb
import pyarrow as pa
im... |
514 | null | menpo/menpo | # Repository Context
Name: menpo/menpo
Description:
# Pull Request
## Remove the use of triplot
Use the the PointGraph viewer instead of triplot because triplot
has some weird behaviour where it resizes the image and looks
terrible.
# Relevant Files Found
## menpo/shape/mesh/base.py
```
import numpy as np
from ... |
2,288 | null | BLSQ/iaso | # Repository Context
Name: BLSQ/iaso
Description:
# Pull Request
## IA-4356: Entities Search - Be able to search base on IDs (like for OU or Submission)
For Submission : Use prefix “ids:” for internal submissions ID search. You can also search multiple IDs at once, separated by a comma or a space. E.g. “ids: 123456... |
138 | null | ScilifelabDataCentre/serve | # Repository Context
Name: ScilifelabDataCentre/serve
Description:
# Pull Request
## SS 500 scan and secure
## Description
The task is to make sure that no critical and high vulnerabilities exists using `trivy`.
In order to fix some of them, i had to update the `dockerfile`. Some vulnerabilities was due to som... |
5 | null | mbdriscoll/indigo | # Repository Context
Name: mbdriscoll/indigo
Description:
# Pull Request
## Added tests for example scripts.
# Relevant Files Found
## slo/backends/backend.py
```
import logging
import abc, time
import numpy as np
import scipy.sparse as spp
import slo.operators as op
from slo.util import profile
log = logging... |
1,934 | null | open-edge-platform/datumaro | # Repository Context
Name: open-edge-platform/datumaro
Description:
# Pull Request
## Multi worker dataloader support
This pull request introduces several improvements and fixes to the `datumaro.experimental` module, focusing on enhancing multi-processing compatibility, correcting minor bugs, and expanding the modu... |
1,060 | null | aws/serverless-application-model | # Repository Context
Name: aws/serverless-application-model
Description:
# Pull Request
## Adding delimiter between the hash data components.
*Issue #, if available:*
#191
*Description of changes:*
Adding a delimiter between the hash components as best practice.
*Description of how you validated changes:*
mak... |
532 | null | vocalpy/vak | # Repository Context
Name: vocalpy/vak
Description:
# Pull Request
## Switch from `make` to `nox`
Fixes #440
# Relevant Files Found
# Edits
This pull request replaces the platform-specific `Makefile` with `nox` to automate development tasks, improving cross-platform compatibility and enabling contributions fr... |
473 | null | cloudtools/troposphere | # Repository Context
Name: cloudtools/troposphere
Description:
# Pull Request
## Better AWSHelperFn support in template generator
The template generator's fallback try/catch was a bit too focused; it should always be used as a last resort.
This fixes the "Tags" case where args is a mapping and gets called with a s... |
1,514 | null | googleapis/python-aiplatform | # Repository Context
Name: googleapis/python-aiplatform
Description:
# Pull Request
## feat: Add metadata SDK samples for list artifact and list execution
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an iss... |
35 | null | andyp-79/cablemodem-status | # Repository Context
Name: andyp-79/cablemodem-status
Description:
# Pull Request
## Fix main package imports
# Relevant Files Found
## src/docsismodem/collectionJob.py
```
import datetime
import functools
from logging import Logger
from sched import scheduler
from modems.observablemodem import ObservableModem
... |
3 | null | jaberkow/WaveRL | # Repository Context
Name: jaberkow/WaveRL
Description:
# Pull Request
## Dev setup 20190604 installation
This pull request will serve two purposes:
Hopefully the installation instructions will now work for Mac. I had a fellow with a mac test them out and it worked for them. The installation workflow now runs ... |
1,230 | null | AI-Hypercomputer/maxtext | # Repository Context
Name: AI-Hypercomputer/maxtext
Description:
# Pull Request
## Add an option to disable tensorboard
We have found that tensorboard does not support
our network based storage backend. Add an option to disable it.
# Tests
maxtext/train_gpu
base.yml
tokenizer_path=*
per_device_batch... |
440 | null | AllenNeuralDynamics/dynamic-foraging-task | # Repository Context
Name: AllenNeuralDynamics/dynamic-foraging-task
Description:
# Pull Request
## [skip email] Remove checks for old data format
### Pull Request instructions:
- Please follow the [update protocol](https://github.com/AllenNeuralDynamics/aind-behavior-blog/wiki/Software-Update-Procedures)
- Answe... |
375 | null | run-x/opta | # Repository Context
Name: run-x/opta
Description:
# Pull Request
## Added mongodb paas to Opta Local
# Description
Add mongodb to Opta Local
# Safety checklist
* [X ] This change is backwards compatible and safe to apply by existing users
* [X ] This change will NOT lead to data loss
* [X ] This change will... |
204 | null | anthropics/anthropic-sdk-python | # Repository Context
Name: anthropics/anthropic-sdk-python
Description:
# Pull Request
## feat(client): improve file upload types
# Relevant Files Found
## src/anthropic/_base_client.py
```
from __future__ import annotations
import json
import time
import uuid
import email
import inspect
import logging
import ... |
805 | null | Azure/azure-iot-sdk-python | # Repository Context
Name: Azure/azure-iot-sdk-python
Description:
# Pull Request
## feature(azure-iot-device): Added model_id to connection username
* Added `model_id` config option
* Changed `model-id` username query parameter to use the value from the `model_id` config option
* Removed provisionary support for... |
25,312 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## med: work around "could not find TARGET hdf5" error
This pull request works around Spack issue #24671. With this work-around med 4.0.0 and newer do not work with static HDF5 builds anymore (i.e., `med@4.0.0:` depends on `hdf+shared`).
The chan... |
37 | null | torproject/torbrowser-launcher | # Repository Context
Name: torproject/torbrowser-launcher
Description:
# Pull Request
## added Alexandre Allaire's (0x4279F297) OpenPGP key
Hopefully implements #36. Please carefully review.
# Relevant Files Found
## setup.py
```
"""
Tor Browser Launcher
https://github.com/micahflee/torbrowser-launcher/
Copyri... |
1,915 | null | tox-dev/tox | # Repository Context
Name: tox-dev/tox
Description:
# Pull Request
## Add release task
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
# Relevant Files Found
## src/tox/execute/api.py
```
"""
Abstract base API for executing commands within tox environments.
"""
import logging
import sys
import time
from abc... |
1 | null | PacketTotal/PacketTotal-SDK | # Repository Context
Name: PacketTotal/PacketTotal-SDK
Description:
# Pull Request
## Wording
# Relevant Files Found
## packettotal_sdk/packettotal_api.py
```
import os
import json
import typing
import base64
import requests
PT_API_BASE = os.environ.get('PACKETTOTAL_API_BASE_URL')
PT_API_VERSION_STRING = os.en... |
30 | null | hynek/svcs | # Repository Context
Name: hynek/svcs
Description:
# Pull Request
## Add FastAPI integration
So I've done this mostly blindly by trawling the FastAPI docs… it would be great if some FastAPI expert could give me feedback if this makes conceptually sense, or if I've got something fundamentally wrong. @tiangolo maybe?... |
1,975 | null | sublimelsp/LSP | # Repository Context
Name: sublimelsp/LSP
Description:
# Pull Request
## Don't expose disabled code actions
Specification says this about `disabled` property:
```
Marks that the code action cannot currently be applied.
Clients should follow the following guidelines regarding disabled code
actions:
- Disabled... |
660 | null | qiskit-community/qiskit-experiments | # Repository Context
Name: qiskit-community/qiskit-experiments
Description:
# Pull Request
## Fix missing confidence interval in the output figure.
<!--
⚠️ If you do not respect this template, your pull request will be closed.
⚠️ Your pull request title should be short detailed and understandable for all.
⚠️ Als... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.