pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
1,637 | null | pydata/xarray | # Repository Context
Name: pydata/xarray
Description:
# Pull Request
## Add unlim dims for h5netcdf
- [x] Closes #1636
- [x] Tests added / passed
- [x] Passes ``git diff upstream/master | flake8 --diff``
- [x] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API
(*these te... |
32 | null | sbrunner/jsonschema-gentypes | # Repository Context
Name: sbrunner/jsonschema-gentypes
Description:
# Pull Request
## Support line split in description, add auto-split lines
# Relevant Files Found
## jsonschema_gentypes/__init__.py
```
"""
Generate the type structure based on the Type class from the JSON schema file.
"""
from abc import abs... |
221 | null | 0xangelo/raylab | # Repository Context
Name: 0xangelo/raylab
Description:
# Pull Request
## chore(deps): bump pytorch-lightning from 1.2.1 to 1.2.3
Bumps [pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning) from 1.2.1 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://gith... |
2,362 | null | inductiva/inductiva | # Repository Context
Name: inductiva/inductiva
Description:
# Pull Request
## Fix `start_time` type in `task._get_duration` method
```bash
(inductiva-prod-env) ➜ troubleshooting inductiva tasks list --id c6p95erpxbwgtfyjcfiu2odar
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniforge/ba... |
43 | null | aws-deadline/deadline-cloud-worker-agent | # Repository Context
Name: aws-deadline/deadline-cloud-worker-agent
Description:
# Pull Request
## chore: remove shell usage in shutdown subprocess
### What was the problem/requirement? (What/Why)
When the worker is instructed in a `UpdateWorkerSchedule` API response to shut down the worker host, it launches a s... |
128 | null | reata/sqllineage | # Repository Context
Name: reata/sqllineage
Description:
# Pull Request
## Trim function with from in arguments
Closes #127
# Relevant Files Found
## sqllineage/__init__.py
```
import logging.config
NAME = "sqllineage"
VERSION = "1.1.3"
DEFAULT_LOGGING = {
"version": 1,
"disable_existing_loggers": Fals... |
153 | null | pavdmyt/yaspin | # Repository Context
Name: pavdmyt/yaspin
Description:
# Pull Request
## Version 2.1.0
# Relevant Files Found
## tests/test_attrs.py
```
"""
tests.test_attrs
~~~~~~~~~~~~~~~~
Test Yaspin attributes magic hidden in __getattr__.
"""
import pytest
from yaspin import yaspin
from yaspin.constants import COLOR_MAP... |
173 | null | blockchain-etl/polygon-etl | # Repository Context
Name: blockchain-etl/polygon-etl
Description:
# Pull Request
## Use fallback dataset to determine last_ds when deploying table defs
## What?
Use fallback dataset to determine last_ds when deploying table definitions
## Why?
There is on other way to determine last_ds for new datasets
#... |
14,476 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Flux bug fix
## Description:
Fixes bugs introduced by changes on https://github.com/home-assistant/home-assistant/pull/13985
Specifically, this PR fixes issues with setting brightness and rgb values simultaneously (reported by kineti... |
271 | null | pybotters/pybotters | # Repository Context
Name: pybotters/pybotters
Description:
# Pull Request
## Update docs for organization repository
Closes #269
ドキュメント上の MtkN1/pybotters -> pybotters/pybotters を更新します。
# Relevant Files Found
## docs/conf.py
```
# Configuration file for the Sphinx documentation builder.
#
# This file only con... |
182 | null | sunscrapers/djoser | # Repository Context
Name: sunscrapers/djoser
Description:
# Pull Request
## Add arbitrary parameters to UserEmailFactoryBase
Fix code style issues according to PEP-8
# Relevant Files Found
## djoser/utils.py
```
from django.conf import settings as django_settings
from django.contrib.auth import user_logged_in, ... |
116 | null | ros2/ros2cli | # Repository Context
Name: ros2/ros2cli
Description:
# Pull Request
## pass actual node object to subscriber function
Opening for visibility until a better workaround is found
Right now the spinning in DIrectNode causes #112 on Connext.
This PR hackily moves the logic to create and destroy the node in the ech... |
108 | null | mtuqorg/mtuq | # Repository Context
Name: mtuqorg/mtuq
Description:
# Pull Request
## Added force UQ functions
# Relevant Files Found
## docs/conf.py
```
import sys, os
sys.path.insert(0, os.path.abspath('.'))
extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinx.ext.autodoc',
'sphinx.ext.a... |
20 | null | scopely-devops/skew | # Repository Context
Name: scopely-devops/skew
Description:
# Pull Request
## Missed some copyright notices.
# Relevant Files Found
## tests/__init__.py
```
# Copyright (c) 2014 Mitch Garnaat http://garnaat.org/
#
# Licensed under the Apache License, Version 2.0 (the "License"). You
# may not use this file exce... |
51 | null | avatartwo/avatar2 | # Repository Context
Name: avatartwo/avatar2
Description:
# Pull Request
## Gdb plugin
* gdbserver plugin communicating via RSP
* convinence log_to_stdout kwarg for avatar2
# Relevant Files Found
## avatar2/avatar2.py
```
import sys
if sys.version_info < (3, 0):
import Queue as queue
else:
import queue... |
2,851 | null | tobymao/sqlglot | # Repository Context
Name: tobymao/sqlglot
Description:
# Pull Request
## Fix(parser): fix order of query modifier parsing for nested subqueries
# Relevant Files Found
## sqlglot/parser.py
```
from __future__ import annotations
import logging
import typing as t
from collections import defaultdict
from sqlglot... |
72 | null | LLNL/ATS | # Repository Context
Name: LLNL/ATS
Description:
# Pull Request
## DRAFT: repurpose unused option to toggle atss logging
Make use of seemingly unused command line option to toggle logging to `atss.log` file.
[Logging to atss.log consumes large amounts of disk space](https://github.com/LLNL/ATS/issues/70) for some ... |
4,684 | null | mitmproxy/mitmproxy | # Repository Context
Name: mitmproxy/mitmproxy
Description:
# Pull Request
## Release Polish
Work-In-Progress :)
# Relevant Files Found
## mitmproxy/addons/dumper.py
```
import itertools
import shutil
from typing import IO, Optional, Union
import click
from mitmproxy import contentviews
from mitmproxy import c... |
124 | null | altoiddealer/ad_discordbot | # Repository Context
Name: altoiddealer/ad_discordbot
Description:
# Pull Request
## Add 2 new tags, improve SD error handling
# Relevant Files Found
## bot.py
```
# pyright: reportOptionalMemberAccess=false
import logging as _logging
from datetime import datetime, timedelta
from dataclasses import dataclass... |
307 | null | postlund/pyatv | # Repository Context
Name: postlund/pyatv
Description:
# Pull Request
## Support leading zeros for PINs in AirPlay
Same as #299 but for AirPlay.
# Relevant Files Found
## pyatv/airplay/pairing.py
```
"""Device pairing and derivation of encryption keys."""
import logging
import binascii
from collections import n... |
774 | null | aryn-ai/sycamore | # Repository Context
Name: aryn-ai/sycamore
Description:
# Pull Request
## Sycamore changes to support new NTSB demo.
The main change here is to no longer require Sycamore Query to use SummarizeData as the final operator in the query chain. This allows us to get raw DocSet results out of a query plan, which can the... |
859 | null | incubateur-ademe/quefairedemesobjets | # Repository Context
Name: incubateur-ademe/quefairedemesobjets
Description:
# Pull Request
## Mise à jour de django-import-export et configuration de l'utilisation du stockage s3
# Description succincte du problème résolu
Carte Notion : [Erreur 500 au moment d’uploader un fichier dans Django Admin (import Excel... |
165 | null | ansible/ansible-creator | # Repository Context
Name: ansible/ansible-creator
Description:
# Pull Request
## Fixes pre-commit failures with scaffolded collections
# Relevant Files Found
## tests/fixtures/collection/testorg/testcol/plugins/filter/hello_world.py
```
"""A hello-world filter plugin in testorg.testcol."""
from __future__ imp... |
7 | null | Dsobh/explainable_ros | # Repository Context
Name: Dsobh/explainable_ros
Description:
# Pull Request
## Update explicability_node.py: format_docs must return logs to send the retrieved logs
## Without this change Relevant Data is none as seen below:
[llama_node-2] You are an explainability AI tool for ROS 2 mobile robots. Your goal i... |
26 | null | mesonbuild/meson-python | # Repository Context
Name: mesonbuild/meson-python
Description:
# Pull Request
## mesonpy: replace auditwheel with an in-house vendoring mechanism
Fixes #4
Closes #6
# Relevant Files Found
## mesonpy/__init__.py
```
# SPDX-License-Identifier: EUPL-1.2
# SPDX-FileCopyrightText: 2021 Quansight, LLC
# SPDX-FileCo... |
13,692 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Adding configration to disable ip address as a requirement Fixes: #13399
## Description:
A change to the asuswrt device tracker requires a device to have an ip address. In AP mode its possible for all of the detection methods to not pr... |
399 | null | mindspore-lab/mindone | # Repository Context
Name: mindspore-lab/mindone
Description:
# Pull Request
## SDXL: transpose `text_projection` in converting
# What does this PR do?
<!--
Congratulations! You've made it this far! You're not quite done yet though.
Once merged, your PR is going to appear in the release notes with the title ... |
24,804 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## DOC fix typos in set_output docstrings
#### Reference Issues/PRs
This fixes a typo in `.set_output()` docstrings.
# Relevant Files Found
## sklearn/compose/_column_transformer.py
```
"""
The :mod:`sklearn.compose._column_tra... |
3,452 | null | open-edge-platform/training_extensions | # Repository Context
Name: open-edge-platform/training_extensions
Description:
# Pull Request
## Fix Score Computation
### Summary
<!--
Resolves #111 and #222.
Depends on #1000 (for series of dependent commits).
This PR introduces this capability to make the project better in this and that.
- Added this... |
2,000 | null | bcgov/sbc-auth | # Repository Context
Name: bcgov/sbc-auth
Description:
# Pull Request
## Affiliate SP/GP
*Issue #12303
https://github.com/bcgov/entity/issues/12303
*Description of changes:*
Added the party validation for firms (SP/GP)
Updated tests
By submitting this pull request, I confirm that you can use, modify, copy,... |
99 | null | run-x/opta | # Repository Context
Name: run-x/opta
Description:
# Pull Request
## More refactor (terraform library)
use terraform library where it previously wasn't used
# Relevant Files Found
## opta/commands/inspect_cmd.py
```
import json
from typing import Any, List, Optional
import click
import yaml
from opta.constants... |
36,668 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Feature/search warninglists
https://drive.google.com/file/d/1q1rFpvIqMwb4JFqj7EchTcpQ9UQX3kYU/view?usp=sharing
**The Pull Request will be reviewed only after the contribution registration form is filled.**
## Status
- [ ] In Progress
... |
117 | null | altoiddealer/ad_discordbot | # Repository Context
Name: altoiddealer/ad_discordbot
Description:
# Pull Request
## use current loop
# Relevant Files Found
## bot.py
```
# pyright: reportOptionalMemberAccess=false
import logging as _logging
from datetime import datetime, timedelta
from dataclasses import dataclass, field
from dataclasses... |
3,903 | null | fonttools/fontbakery | # Repository Context
Name: fonttools/fontbakery
Description:
# Pull Request
## Check for four-digit 'SVG ' table instead of 'SVG'
## To Do
- [x] update `CHANGELOG.md`
- [ ] wait for all checks to pass
- [x] request a review
# Relevant Files Found
## Lib/fontbakery/profiles/googlefonts.py
```
import os
fr... |
57,599 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## REF: Move compute to BinGrouper.result_index_and_ids
- [ ] closes #xxxx (Replace xxxx with the GitHub issue number)
- [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tes... |
3,468 | null | ansys/pymapdl | # Repository Context
Name: ansys/pymapdl
Description:
# Pull Request
## fix: add ``build cheatsheet`` as env variable within doc-build
## Description
**Please provide a brief description of the changes made in this pull request.**
## Issue linked
**Please mention the issue number or describe the problem this p... |
711 | null | biocore/american-gut-web | # Repository Context
Name: biocore/american-gut-web
Description:
# Pull Request
## Added changes based on Dom's suggestions
<img width="266" alt="screen shot 2018-08-07 at 12 26 33 pm" src="https://user-images.githubusercontent.com/39276953/43797718-29adeeb4-9a3d-11e8-83d6-8156f0848ed7.png">
<img width="854" alt="... |
36 | null | he0119/nonebot-plugin-user | # Repository Context
Name: he0119/nonebot-plugin-user
Description:
# Pull Request
## feat: 升级 ORM 版本,降低 Python 版本限制
# Relevant Files Found
## tests/test_bind_group.py
```
from nonebot import get_adapter
from nonebot.adapters.onebot.v11 import Adapter, Bot, Message
from nonebug import App
from pytest_mock import... |
206 | null | googleapis/google-auth-library-python | # Repository Context
Name: googleapis/google-auth-library-python
Description:
# Pull Request
## Add 'AnonymousCredentials' class.
See: https://github.com/GoogleCloudPlatform/google-cloud-python/issues/4279.
/cc @jonparrott
# Relevant Files Found
## google/auth/credentials.py
```
# Copyright 2016 Google Inc.
... |
21 | null | zenml-io/template-nlp | # Repository Context
Name: zenml-io/template-nlp
Description:
# Pull Request
## Fix vulnerabilities
Fixes the following vulnerabilities:
* https://github.com/zenml-io/zenml/security/dependabot/283
* https://github.com/zenml-io/zenml/security/dependabot/282
# Relevant Files Found
## tests/conftest.py
```
# ... |
1,125 | null | ranaroussi/yfinance | # Repository Context
Name: ranaroussi/yfinance
Description:
# Pull Request
## Revert "Fixed some of the formatting warnings reported by PyCharm IDE"
Reverts ranaroussi/yfinance#1122
# Relevant Files Found
## tests/prices.py
```
from .context import yfinance as yf
import unittest
import datetime as _dt
import p... |
17 | null | compneurobilbao/ageml | # Repository Context
Name: compneurobilbao/ageml
Description:
# Pull Request
## Task 6 multisystems
Resolves issue #10
Multisystem support for the different CLIs:
- model_age --> Trains models for each specified variable group (systems). Also combined with covariates.
- factors --> Correlation of factors with... |
3,611 | null | google/clusterfuzz | # Repository Context
Name: google/clusterfuzz
Description:
# Pull Request
## Dont run variant on batch
# Relevant Files Found
## src/clusterfuzz/_internal/bot/tasks/task_types.py
```
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file excep... |
4 | null | saprmarks/dictionary_learning | # Repository Context
Name: saprmarks/dictionary_learning
Description:
# Pull Request
## NNsight v0.2 Updates
**WIP Pull Request**
Updated NNsight syntax to match v0.2.
Most NNsight usage is in training dictionaries - that needs to be tested before merging.
**TODO**
Indexing into module i/o with [:] is... |
66 | null | googleapis/google-auth-library-python | # Repository Context
Name: googleapis/google-auth-library-python
Description:
# Pull Request
## Add requests transport
# Relevant Files Found
## docs/conf.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# google-auth documentation build configuration file, created by
# sphinx-quickstart on Thu Sep 22 12... |
11,137 | null | PrefectHQ/prefect | # Repository Context
Name: PrefectHQ/prefect
Description:
# Pull Request
## Add client-side setting for default work pool
<!--
Thanks for opening a pull request to Prefect! We've got a few requests to help us review contributions:
- Make sure that your title neatly summarizes the proposed changes.
- Provide a... |
2,121 | null | databricks/koalas | # Repository Context
Name: databricks/koalas
Description:
# Pull Request
## Implement `DataFrame.last` and `Series.last` functionality
Please see change to implement `DataFrame.last` and `Series.last` functionality similar to that available in pandas. Requirement raised in issue: https://github.com/databricks/koala... |
43,763 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## BUG: to_coo silently converting non-zero fill values
- [X] closes #24817
- [X] tests added / passed
- [X] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-comm... |
1,050 | null | bramstroker/homeassistant-powercalc | # Repository Context
Name: bramstroker/homeassistant-powercalc
Description:
# Pull Request
## Allow to set sensor config from model.json files
# Relevant Files Found
## custom_components/powercalc/common.py
```
from __future__ import annotations
import re
from typing import NamedTuple
import homeassistant.hel... |
13,799 | null | django/django | # Repository Context
Name: django/django
Description:
# Pull Request
## Fixed #32275 -- Added scrypt password hasher.
https://code.djangoproject.com/ticket/32275
# Relevant Files Found
## django/conf/global_settings.py
```
"""
Default Django settings. Override these with settings in the module pointed to
by the ... |
2,007 | null | openforcefield/openff-toolkit | # Repository Context
Name: openforcefield/openff-toolkit
Description:
# Pull Request
## Document some `from_dict` methods
Resolves #1998
- [x] Tag issue being addressed
- [ ] Add [tests](https://github.com/openforcefield/openff-toolkit/tree/main/openff/toolkit/_tests)
- [ ] Update docstrings/[documentation](ht... |
355 | null | SainsburyWellcomeCentre/aeon_mecha | # Repository Context
Name: SainsburyWellcomeCentre/aeon_mecha
Description:
# Pull Request
## update(tracking): raise error if no SLEAP data found
# Relevant Files Found
## aeon/dj_pipeline/tracking.py
```
from pathlib import Path
import datajoint as dj
import matplotlib.path
import numpy as np
import pandas as... |
15 | null | EmbeddedLLM/vllm | # Repository Context
Name: EmbeddedLLM/vllm
Description:
# Pull Request
## Checked CUDA ROCm Compatibility
Feature
- Auto-code path selection
- support llama2
- support squeezellm rocm
- add documentation `amd-installation.rst`. Describing how to setup vllm ROCm version
- format.sh all the code
- add base amd... |
334 | null | NVIDIA-Merlin/Transformers4Rec | # Repository Context
Name: NVIDIA-Merlin/Transformers4Rec
Description:
# Pull Request
## Quick fix of the value returned by fit_and_evaluate
- @rnyak reported a bug related to `fit_and_evaluate` method always returning a list with one score, the score of last time index. This is caused by a missing `_` when checki... |
19 | null | Salz0/telegram_flea | # Repository Context
Name: Salz0/telegram_flea
Description:
# Pull Request
## Big update with reply keyboards and two new languages
⌨ Reply_keyboard functionality implemented
🆘added help function with button
🗣 added Hindi and Indonesian languages
🐛made the po_compile.py module replace existing .mo's
☝Add... |
1,209 | null | eosphoros-ai/DB-GPT | # Repository Context
Name: eosphoros-ai/DB-GPT
Description:
# Pull Request
## Increase the accuracy of reading Excel
# Description
Regarding these issues:
1. "can't transfor numeric column" , e.g. string column
2. all empty column in Excel
3. “I am ¥¥¥” in csv_colunm_foramt
# How Has This Been Tested?
... |
46 | null | Helsinki-NLP/mammoth | # Repository Context
Name: Helsinki-NLP/mammoth
Description:
# Pull Request
## gpu assignment scaling
- Instead of considering all swaps of all gpu slots, make some educated guesses interleaved with random subsetting
- Parameter `--time_budget_s` allows setting a fixed time budget for the GPU assignment
- Fix a b... |
24,776 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## TST/REF: Collect Reduction, Arithmetic Tests
Remove unused attributes in test_nanops
# Relevant Files Found
## pandas/tests/arithmetic/test_numeric.py
```
# -*- coding: utf-8 -*-
# Arithmetc tests for DataFrame/Series/Index/Array classes... |
2,309 | null | girder/girder | # Repository Context
Name: girder/girder
Description:
# Pull Request
## Fixes #2307. Support local uploads into S3 assetstores
The S3 assetstore's proxied upload code expected the stream object to be a `RequestBodyStream`. In the local upload case, however, we were not passing one.
# Relevant Files Found
## girde... |
1,076 | null | VWS-Python/vws-python | # Repository Context
Name: VWS-Python/vws-python
Description:
# Pull Request
## Client
# Relevant Files Found
# Edits
This pull request introduces a structured exception handling system for the VWS Python client by defining specific exception classes corresponding to Vuforia Web Services result codes. It repl... |
4,191 | null | red-hat-storage/cephci | # Repository Context
Name: red-hat-storage/cephci
Description:
# Pull Request
## Damaging file system for cephfs-journal-tool
# Description
http://magna002.ceph.redhat.com/cephci-jenkins/cephci-run-08D02U/
Please include Automation development guidelines. Source of Test case - New Feature/Regression Test/Close ... |
658 | null | IDSIA/sacred | # Repository Context
Name: IDSIA/sacred
Description:
# Pull Request
## Used new cli for tinydb.
# Relevant Files Found
## sacred/experiment.py
```
"""The Experiment class, which is central to sacred."""
import inspect
import os.path
import sys
import warnings
from collections import OrderedDict
from typing impo... |
6 | null | jesswhyte/floppycapture | # Repository Context
Name: jesswhyte/floppycapture
Description:
# Pull Request
## floopy-nocall.py updates
1. Added an (i.e. no photography) line to make the prompt clearer
2. Changed photography from pressing "y" to proceed, to NOT pressing "n" to proceed
3. Unify the all "yes/no" prompts to [y/n], and the resp... |
8,191 | null | mlflow/mlflow | # Repository Context
Name: mlflow/mlflow
Description:
# Pull Request
## Implement pyfunc improvements
<!-- 🚨 We recommend pull requests be filed from a non-master branch on a repository fork (e.g. <username>:fix-xxx). 🚨 -->
## Related Issues/PRs
<!--
Please reference any related feature requests, issues, o... |
28,804 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## [ML][Pipelines] fix: avoid raising OSError for invalid paths in LocalPathField deserialization
# Description
For invalid path value like "azureml:/subscription/xxxxx", raise ValidationError instead of OSError, as OSError will di... |
714 | null | marshmallow-code/marshmallow | # Repository Context
Name: marshmallow-code/marshmallow
Description:
# Pull Request
## Prevent using field name when using load_from
I'm afraid there is an issue with `load_from`.
In `Unmarshaller.deserialize`, it is only checked if `raw_value` is `missing`.
```python
if raw_value is missing and field_ob... |
793 | null | trojsten/web | # Repository Context
Name: trojsten/web
Description:
# Pull Request
## Replaced id 47 by truly nonexisting_id
#792 treba potom rebasnut
# Relevant Files Found
## trojsten/task_statements/tests.py
```
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from os import path
from django.conf import se... |
3,945 | null | nilearn/nilearn | # Repository Context
Name: nilearn/nilearn
Description:
# Pull Request
## [FIX] Allow both vmin and threshold argument values to be used in plotting functions using `colorscale`
<!---
This is a suggested pull request template for nilearn.
It's designed to capture information we've found to be useful in reviewing ... |
28,023 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Move imports in metoffice component
## Description:
Moved imports from functions to top-level as requested in #27284
**Related issue (if applicable):** fixes #27284
## Checklist:
- [ ] The code change is tested and works locally... |
2,910 | null | camel-ai/camel | # Repository Context
Name: camel-ai/camel
Description:
# Pull Request
## enhance: implement ToolkitMessageIntegration to eigent
## Description
Describe your changes in detail (optional if the linked issue already contains a detailed description of the changes).
## Checklist
Go over all the following points... |
2,264 | null | Open-MSS/MSS | # Repository Context
Name: Open-MSS/MSS
Description:
# Pull Request
## fix: typo use_saml2
**Purpose of PR?**:
Fixes #
#2263
# Relevant Files Found
## mslib/msui/mscolab.py
```
# -*- coding: utf-8 -*-
"""
mslib.msui.mscolab
~~~~~~~~~~~~~~~~~~~~~~~~~
Window to display authentication and opera... |
490 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## Update 0x365 for Rav4H from @squall and my observations
on stock 00000080fc0008 is the inital value then it changes to a static 00000080fd0008
# Relevant Files Found
## selfdrive/car/toyota/values.py
```
from selfdrive.car import dbc_dic... |
99 | null | canonical/redis-k8s-operator | # Repository Context
Name: canonical/redis-k8s-operator
Description:
# Pull Request
## Adjust sentinel config directory permission to proactively prepare for pebble v1.15
## Issue
Juju 3.6 will upgrade from pebble v1.10.2 to v1.15.0 which includes the following PR: https://github.com/canonical/pebble/pull/423
T... |
130 | null | EleutherAI/gpt-neox | # Repository Context
Name: EleutherAI/gpt-neox
Description:
# Pull Request
## Updating from main
# Relevant Files Found
## deepy.py
```
#!/usr/bin/env python
"""
Helper script to enable wandb with deepspeed. Drop in replacement for `deepspeed` command.
i.e. `$ deepy.py --hosts ....` == `$ deepspeed --hosts ..... |
3,833 | null | frappe/frappe | # Repository Context
Name: frappe/frappe
Description:
# Pull Request
## Print traceback on ImportError in get_app_commands
Frappe port
Trying to install frappe with Python 3 after applying #3827 yields following error message without any error Traceback
```
Usage: bench frappe [OPTIONS] COMMAND [ARGS]...
... |
35 | null | titu1994/tf-TabNet | # Repository Context
Name: titu1994/tf-TabNet
Description:
# Pull Request
## Solve issue in TabNetRegressor
Solves issue "unsupported operand type(s) for ** or pow(): 'NoneType' and 'dict' " in TabNetRegressor
# Relevant Files Found
## tabnet/stacked_tabnet.py
```
import tensorflow as tf
from tabnet.tabnet impor... |
5,370 | null | saleor/saleor | # Repository Context
Name: saleor/saleor
Description:
# Pull Request
## Invoice update mutation
Invoice update mutation, unit tests.
**_Notice that this pull request is to be merged into feature branch, not master._**
<!-- If your changes affect the UI, providing "before" and "after" screenshots will
greatly... |
5,404 | null | alphagov/notifications-admin | # Repository Context
Name: alphagov/notifications-admin
Description:
# Pull Request
## Fix a couple more uses of non-smart apostrophes
These 2 were missed by the check we added in https://github.com/alphagov/notifications-admin/pull/5250 because:
- they weren’t in a paragraph, heading or list
- one of them was no... |
1,247 | null | NeuralEnsemble/python-neo | # Repository Context
Name: NeuralEnsemble/python-neo
Description:
# Pull Request
## fix for #1227 (NWBIO bug)
also see
- https://github.com/NeurodataWithoutBorders/pynwb/issues/1300
- https://github.com/NeurodataWithoutBorders/pynwb/pull/1596
# Relevant Files Found
## neo/io/nwbio.py
```
"""
NWBIO
=====
IO cl... |
2,288 | null | sodadata/soda-core | # Repository Context
Name: sodadata/soda-core
Description:
# Pull Request
## Add the library version to file upload API calls.
File upload calls can get blocked as a result of some server side settings when the library version is too old (or not specified). It is thus good practice to always send the library versio... |
30 | null | nathansnellaert/subsets-connectors | # Repository Context
Name: nathansnellaert/subsets-connectors
Description:
# Pull Request
## Enrich country asset
# Relevant Files Found
## integrations/assets/geo/assets.py
```
from dagster import asset, FreshnessPolicy
import pandas as pd
from .country_code_2_to_simple_name import mapping
@asset(metadata={
... |
253 | null | GEM-benchmark/NL-Augmenter | # Repository Context
Name: GEM-benchmark/NL-Augmenter
Description:
# Pull Request
## Noun compound paraphraser
This transformation replaces two-word noun compounds with a paraphrase, based on the compound paraphrase dataset from SemEval 2013 Task 4 (Hendrickx et al., 2013).
# Relevant Files Found
# Edits
This ... |
339 | null | mitodl/bootcamp-ecommerce | # Repository Context
Name: mitodl/bootcamp-ecommerce
Description:
# Pull Request
## Hubspot contact serializer allow missing fields
#### What are the relevant tickets?
Fix #332
#### What's this PR do?
For programs that have webhook setup for firing on application creation, this allows for the contact to succes... |
2,466 | null | bcgov/foi-flow | # Repository Context
Name: bcgov/foi-flow
Description:
# Pull Request
## add env vars to docker compose and migration script
# Relevant Files Found
# Edits
This pull request updates the fee code descriptions and adds a new zero-dollar processing fee for Freedom of Information (FOI) applications in the databas... |
464 | null | mala-project/mala | # Repository Context
Name: mala-project/mala
Description:
# Pull Request
## Fix `pkqmeans` and `oapackage` install
As discussed in issue #454, currently `oapackage` and `pkqmeans`are not working and should be adapted/removed from the install script.
To-Dos:
- [x] Remove clustering from the code base altogeth... |
43 | null | vipulgupta2048/scrape | # Repository Context
Name: vipulgupta2048/scrape
Description:
# Pull Request
## [Fixed] zeeNews spider
@ATB00ker Review zeenews.py
If it is okay then would add the spider to shell script for scheduled runs.
# Relevant Files Found
## scrapeNews/scrapeNews/pipelines.py
```
# -*- coding: utf-8 -*-
# Define your... |
2,039 | null | mopidy/mopidy | # Repository Context
Name: mopidy/mopidy
Description:
# Pull Request
## log: fix typing CI failure
Fixes Incompatible return value type (got "Optional[Any]", expected "bool")
# Relevant Files Found
## mopidy/internal/log.py
```
from __future__ import annotations
import logging
import logging.config
import loggi... |
69 | null | BambooHR/rapid | # Repository Context
Name: BambooHR/rapid
Description:
# Pull Request
## Fixing an issue with null configurations
# Relevant Files Found
## rapid/workflow/queue_handlers/handlers/ecs_queue_handler.py
```
import datetime
import logging
import json
import re
import boto3
from rapid.lib.constants import StatusCo... |
48 | null | frictionlessdata/livemark | # Repository Context
Name: frictionlessdata/livemark
Description:
# Pull Request
## Pin major frictionless version
- fixes #46
# Relevant Files Found
## setup.py
```
import os
import io
from setuptools import setup, find_packages
# Helpers
def read(*paths):
"""Read a text file."""
basedir = os.path... |
36 | null | fiaas/k8s | # Repository Context
Name: fiaas/k8s
Description:
# Pull Request
## Add support for specifying a specific command to run for a container
# Relevant Files Found
## k8s/models/pod.py
```
#!/usr/bin/env python
# -*- coding: utf-8
from __future__ import absolute_import
import six
from .common import ObjectMeta
fr... |
4,686 | null | pydata/xarray | # Repository Context
Name: pydata/xarray
Description:
# Pull Request
## fix links in the documentation
With the release of `sphinx` 3.3 we got a bit more control on the links in sections like `Returns` or `See Also`. Unfortunately, we still have the broken links from inherited docstrings, so unless we get upstream ... |
38,045 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## yumpkg.py: don't include non-upgrade versions found by "yum list available"
Fixes #38037.
# Relevant Files Found
## salt/modules/yumpkg.py
```
# -*- coding: utf-8 -*-
'''
Support for YUM/DNF
.. important::
If you feel that Salt should ... |
2 | null | wistaria/qailo | # Repository Context
Name: wistaria/qailo
Description:
# Pull Request
## Resolve "possibly unbound" error
# PR for `grover.py`
## Problem description
Variable `n` can be unbound if `len(sys.argv)` is neither `1` nor `3`.
```python
import sys
if len(sys.argv) == 1:
n = 4
target = q.util.str2bi... |
87 | null | cs3org/wopiserver | # Repository Context
Name: cs3org/wopiserver
Description:
# Pull Request
## Reimplement UnlockAndRelock
Following up https://github.com/cs3org/cs3apis/pull/183
Closes #86.
# Relevant Files Found
## src/bridge/wopiclient.py
```
'''
wopiclient.py
A set of WOPI client functions for the WOPI bridge service.
Mai... |
10 | null | litestar-org/litestar-asyncpg | # Repository Context
Name: litestar-org/litestar-asyncpg
Description:
# Pull Request
## feat: allow keys to be configurable
# Relevant Files Found
## litestar_asyncpg/config.py
```
from __future__ import annotations
from contextlib import asynccontextmanager
from dataclasses import dataclass
from typing import... |
101 | null | janosh/pymatviz | # Repository Context
Name: janosh/pymatviz
Description:
# Pull Request
## `plot_structure_2d` add special `site_labels: "symbol" | "species"`
`"symbol"` hides oxidation states in site labels.
Also add keyword `site_labels_bbox` to allow control of `site_label` bounding box (e.g. edge and face color).
# Relevant... |
833 | null | NVIDIA/NVFlare | # Repository Context
Name: NVIDIA/NVFlare
Description:
# Pull Request
## Add hello-xgboost example
- Remove hello-mpi example
- Add hello-xgboost example
- Add app_opt.xgboost module based on @nvidianz 's original design
- Adopt Rong's code
# Relevant Files Found
## examples/hello-mpi/app_client/custom/mpi_exe... |
42 | null | jepperaskdk/pydoctest | # Repository Context
Name: jepperaskdk/pydoctest
Description:
# Pull Request
## Fixed google parser when using literals. Bumped mypy version
Fixes:
- https://github.com/jepperaskdk/pydoctest/issues/41
# Relevant Files Found
## pydoctest/parsers/google_parser.py
```
import re
from types import ModuleType
from ty... |
8 | null | ror-community/ror-utilities | # Repository Context
Name: ror-community/ror-utilities
Description:
# Pull Request
## Reorganizing scripts into subdirectories
# Relevant Files Found
## map-ringgold-via-wikidata.py
```
import argparse
import json
import requests
from SPARQLWrapper import SPARQLWrapper, JSON
from benedict import benedict
ROR_A... |
6 | null | amikos-tech/chromadb-data-pipes | # Repository Context
Name: amikos-tech/chromadb-data-pipes
Description:
# Pull Request
## feat: Added typer support
- Update README.md with up-to-date info
- Added command script `chromadb-hfds`
- Improved ImportRequest for better readability
- Added pre-commit hooks for linting
Refs: #1
# Relevant Files Fou... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.