pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
25 | null | gehaxelt/python-rss2irc | # Repository Context
Name: gehaxelt/python-rss2irc
Description:
# Pull Request
## prevent utf-8 exception from jaraco.stream #14
fix #14
Monkeypatching, but couldn't find any other way around the problem without modifying upstream.
# Relevant Files Found
## main.py
```
#!/usr/bin/env python
# -*- coding: utf-8 ... |
9,140 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## Allow disabling V1 isort by deregistering `pants.backend.python.lint.isort`
### Problem
As described in https://github.com/pantsbuild/pants/issues/9008, we will have an issue once we rename `fmt2` to `fmt` for mixed repos (like this repo)... |
3,509 | null | learningequality/studio | # Repository Context
Name: learningequality/studio
Description:
# Pull Request
## Raise FileNotFoundError when file cannot be found on GCS.
## Summary
### Description of the change(s) you made
Fixes [#3473](https://github.com/learningequality/studio/issues/3473)
Does this by raising `FileNotFoundError` from ou... |
362 | null | PyPSA/PyPSA | # Repository Context
Name: PyPSA/PyPSA
Description:
# Pull Request
## fix docs environment
# Relevant Files Found
## pypsa/linopt.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
## Copyright 2015-2021 PyPSA Developers
## You can find the list of PyPSA Developers at
## https://pypsa.readthedocs.io/en/lat... |
17 | null | sorgerlab/famplex | # Repository Context
Name: sorgerlab/famplex
Description:
# Pull Request
## Sorted grounding map, removed duplicates
If we're gonna grow this file, we've got to be able to see what's going on. Sorting revealed several duplicate entries which I removed. I also removed the bogus XREF entries, which you should no long... |
408 | null | scylladb/scylla-ccm | # Repository Context
Name: scylladb/scylla-ccm
Description:
# Pull Request
## scylla_repository: fix retriving older versions
When we are trying to download older versions (5.0 and below), the download is failing like this:
```
Traceback (most recent call last):
File "/home/fruch/.pyenv/versions/3.10.5/envs/... |
179 | null | okigan/awscurl | # Repository Context
Name: okigan/awscurl
Description:
# Pull Request
## Don't set headers['x-amz-security-token'] when value is null
# Relevant Files Found
## awscurl/awscurl.py
```
#!/usr/bin/env python
"""
Awscurl implementation
"""
from __future__ import print_function
import datetime
import hashlib
import... |
135 | null | faucetsdn/faucet | # Repository Context
Name: faucetsdn/faucet
Description:
# Pull Request
## Require lint error check to pass for valve.py.
# Relevant Files Found
## tests/faucet_mininet_test.py
```
#!/usr/bin/python
# mininet tests for FAUCET
#
# * must be run as root
# * you can run a specific test case only, by adding the cl... |
403 | null | linode/linode_api4-python | # Repository Context
Name: linode/linode_api4-python
Description:
# Pull Request
## test: Add new tests for Oauth and Login Client
## 📝 Description
Adding integration test coverage for Oauth and Login Clients
Note: These tests does not involve an actual oauth application as it adds lot more complexity. Howeve... |
13,173 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## Backport PR #12978 on branch v5.0.x (Bugfix: `Masked` arrays break `numpy.interp`)
Backport PR #12978: Bugfix: `Masked` arrays break `numpy.interp`
# Relevant Files Found
## astropy/utils/masked/function_helpers.py
```
# Licensed under a 3... |
66 | null | DataDog/integrations-extras | # Repository Context
Name: DataDog/integrations-extras
Description:
# Pull Request
## [redis-sentinel] adding integration with SDK scaffolding/testing facilities. (again)
### What does this PR do?
Adds `redis-sentinel` using SDK testing/scaffolding.
### Motivation
Community interest in `redis-sentinel`. (c... |
7 | null | QuantumFluxx/codewars_solutions | # Repository Context
Name: QuantumFluxx/codewars_solutions
Description:
# Pull Request
## loaded 7kyu katas solutions
# Relevant Files Found
# Edits
This pull request adds solutions to five 7kyu Codewars Python katas, including problems on counting divisors, Fibonacci sequence generation, detecting negative z... |
19,151 | null | django/django | # Repository Context
Name: django/django
Description:
# Pull Request
## Fixed #36105 -- Dropped support for MariaDB 10.5.
ticket-36105
# Relevant Files Found
## django/db/backends/mysql/features.py
```
import operator
from django.db.backends.base.features import BaseDatabaseFeatures
from django.utils.functional... |
10,800 | null | mne-tools/mne-python | # Repository Context
Name: mne-tools/mne-python
Description:
# Pull Request
## [ENH, MRG] Add intracranial electrode contact location video
Adds video to tutorial.
# Relevant Files Found
## tutorials/clinical/10_ieeg_localize.py
```
# -*- coding: utf-8 -*-
"""
.. _tut-ieeg-localize:
============================... |
3 | null | JakeLaney/cgp-tetris | # Repository Context
Name: JakeLaney/cgp-tetris
Description:
# Pull Request
## Func tests
Debugging function set. Includes some unit tests covering the function set.
# Relevant Files Found
## cgp/functions/comparison.py
```
import numpy as np
import scipy.stats
from cgp.functions.support import is_numpy_array... |
234 | null | openSUSE/salt | # Repository Context
Name: openSUSE/salt
Description:
# Pull Request
## msgpack: support versions >= 1.0.0
A recent change in msgpack >= 1.0.0, update the default value for the
parameter `raw` to False. This change breaks Salt for those versions.
This patch add the parameter `raw=True` to all the unpack operat... |
36 | null | turboderp-org/exllamav3 | # Repository Context
Name: turboderp-org/exllamav3
Description:
# Pull Request
## added max_total_tokens variable to class Generator, fixed type assert…
Today I tried to run TabbyAPI with ExllamaV3, however I encountered an error with the following messages.
```sh
2025-05-11 15:32:43.929 ERROR: f"{self.g... |
313 | null | atmtools/typhon | # Repository Context
Name: atmtools/typhon
Description:
# Pull Request
## Move OEM to retrieval subpackage
This PR moves ``typhon.oem`` to the ``typhon.retrieval`` subpackage.
# Relevant Files Found
## typhon/__init__.py
```
# -*- coding: utf-8 -*-
from .version import __version__
try:
__TYPHON_SETUP__
exc... |
394 | null | PyPSA/PyPSA | # Repository Context
Name: PyPSA/PyPSA
Description:
# Pull Request
## plot: compute boundaries in all case for consistent circle sizes
# Relevant Files Found
## pypsa/plot.py
```
# -*- coding: utf-8 -*-
## Copyright 2015-2021 PyPSA Developers
## You can find the list of PyPSA Developers at
## https://pypsa.re... |
460 | null | chainer/chainer | # Repository Context
Name: chainer/chainer
Description:
# Pull Request
## Fix syntax error in remainder
I fixed syntax error in remainder.
# Relevant Files Found
## cupy/math/arithmetic.py
```
import six
from cupy import elementwise
from cupy.math import ufunc
add = ufunc.create_arithmetic(
'add', '+', '... |
2,236 | null | microsoft/Qcodes | # Repository Context
Name: microsoft/Qcodes
Description:
# Pull Request
## fix typo in test_parameter_context_manager
# Relevant Files Found
## qcodes/tests/parameter/test_parameter_context_manager.py
```
import pytest
from qcodes.tests.instrument_mocks import DummyInstrument
from qcodes.instrument.parameter i... |
1,559 | null | arviz-devs/arviz | # Repository Context
Name: arviz-devs/arviz
Description:
# Pull Request
## Remove varname from legend in plotppc
closes #1540
## Description
<!--
Thank you so much for your PR! To help us review your contribution, please consider the following points:
- The PR title should summarize the changes, for example... |
2,118 | null | angr/angr | # Repository Context
Name: angr/angr
Description:
# Pull Request
## XRefs: Only store objects with concrete destinations.
# Relevant Files Found
## angr/analyses/xrefs.py
```
from collections import defaultdict
import pyvex
from ..knowledge_plugins.xrefs import XRef, XRefType
from ..engines.light import SimE... |
94 | null | chmp/ipytest | # Repository Context
Name: chmp/ipytest
Description:
# Pull Request
## Fix/py311
# Relevant Files Found
## ipytest/_impl.py
```
import ast
import contextlib
import fnmatch
import importlib
import os
import pathlib
import shlex
import sys
import threading
import uuid
from typing import Any, Dict, Mapping, Optio... |
736 | null | alphagov/notifications-admin | # Repository Context
Name: alphagov/notifications-admin
Description:
# Pull Request
## Deploy to live
# Relevant Files Found
## app/main/views/platform_admin.py
```
from datetime import datetime
import pytz
from flask import render_template
from flask_login import login_required
from app import statistics_api... |
17 | null | AnacondaRecipes/repodata-hotfixes | # Repository Context
Name: AnacondaRecipes/repodata-hotfixes
Description:
# Pull Request
## flip mutex track_feature to make anaconda the default R
This switches the default R implementation from MRO to anaconda R for new envs. Old envs created with MRO will need to be migrated. Tool for that created at https://g... |
7,150 | null | keras-team/keras | # Repository Context
Name: keras-team/keras
Description:
# Pull Request
## Improve document
# Relevant Files Found
## keras/constraints.py
```
from __future__ import absolute_import
import six
from . import backend as K
from .utils.generic_utils import serialize_keras_object
from .utils.generic_utils import des... |
16 | null | tomdyson/wagalytics | # Repository Context
Name: tomdyson/wagalytics
Description:
# Pull Request
## Uses ChartJS for rendering and adds date selection
Hi @tomdyson
Thanks for this great plugin.
Apologies if this PR is not the direction you want to take wagalytics; it was just interesting & useful to my own project!
### Changes
B... |
1,203 | null | conan-io/conan | # Repository Context
Name: conan-io/conan
Description:
# Pull Request
## Feaure/build mode requires
# Relevant Files Found
## conans/client/build_requires.py
```
from conans.client.remote_registry import RemoteRegistry
from conans.client.printer import Printer
from conans.client.installer import ConanInstaller
... |
114 | null | hubblestack/hubble-salt | # Repository Context
Name: hubblestack/hubble-salt
Description:
# Pull Request
## Add a couple of missing upstream changes from hubble
# Relevant Files Found
## _beacons/pulsar.py
```
# -*- coding: utf-8 -*-
'''
Watch files and translate the changes into salt events
:depends: - pyinotify Python module >= 0.9... |
8,400 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Redis: Allow kwargs to be passed to create_channel (via synth).
This PR was generated using Autosynth. :rainbow:
Here's the log from Synthtool:
```
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/redis/synth.py.
sy... |
4 | null | kevinkahn/softconsole | # Repository Context
Name: kevinkahn/softconsole
Description:
# Pull Request
## Attempt at adding feedback for SETVAR.
I've been using the SETVAR key for a handful of things, but with no feedback as to whether I pressed it or not felt a bit odd. I quick tried this hack to blink on a keypress. It appears to work.
... |
28 | null | predictive-punter/racing_data | # Repository Context
Name: predictive-punter/racing_data
Description:
# Pull Request
## Implement Query Locks
Wrap the Provider.find_or_create and find_or_create_one methods in contextual locks to prevent duplicate data in multithreaded environments.
(closes #27)
# Relevant Files Found
## racing_data/provider.p... |
6 | null | d6o/TumblrDownloader | # Repository Context
Name: d6o/TumblrDownloader
Description:
# Pull Request
## Handling Ctrl-C cleanly
# Relevant Files Found
## tumblrdownloader.py
```
#!/usr/bin/env python
'''
Diego Martins de Siqueira
download all images from a Tumblr
'''
import urllib2
import re
import os
import sys,getopt
API_URL = "... |
16,195 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## TST: test reset_index with tuple index name and col_level!=0
- [x] tests added / passed
- [x] passes ``git diff master --name-only -- '*.py' | flake8 --diff``
This just completes #16165 as [asked](https://github.com/pandas-dev/pandas/... |
892 | null | XKNX/xknx | # Repository Context
Name: XKNX/xknx
Description:
# Pull Request
## Bump pylint from 2.12.2 to 2.13.0
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.12.2 to 2.13.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/PyCQA/pylint/blob/main/ChangeLog">pylint's changelog</a>... |
845 | null | angr/angr-management | # Repository Context
Name: angr/angr-management
Description:
# Pull Request
## Do not show docker target action in file menu unless archr exists
Fixes: https://github.com/angr/angr-management/issues/835
# Relevant Files Found
## angrmanagement/ui/menus/file_menu.py
```
import os.path
from PySide6.QtGui import Q... |
7,408 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## Add clarifying comment to blacken nox target.
This PR was generated using Autosynth. :rainbow:
Here's the log from Synthtool:
```
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/vision/synth.py.
synthtool > Ensurin... |
2 | null | fmralign/fmralign | # Repository Context
Name: fmralign/fmralign
Description:
# Pull Request
## Installation updates
Updated setup.py and version.py arguments copied too quickly. Library now installs smoothly.
# Relevant Files Found
## fmralign/version.py
```
# *- encoding: utf-8 -*-
"""
fmralign version, required package versions,... |
1,172 | null | learningequality/studio | # Repository Context
Name: learningequality/studio
Description:
# Pull Request
## Fix for Django 1.11 makemessages en language bug.
**Please remove any unused sections**
## Description
Django 1.11 has a bug when it generates an en .po file, but they only fixed the issue in 2.0. This code patches the generated... |
4,882 | null | getredash/redash | # Repository Context
Name: getredash/redash
Description:
# Pull Request
## Oracle: Encoding fix
## What type of PR is this? (check all applicable)
<!-- Please leave only what's applicable -->
- [x] Bug Fix
## Description
## Related Tickets & Documents
## Mobile & Desktop Screenshots/Recordings (if there ... |
160 | null | prophyle/prophyle | # Repository Context
Name: prophyle/prophyle
Description:
# Pull Request
## Major improvement of the main program
* Fix index construction
* Improve parameters
* Improve messages
* Add docstrings
* Cleanup
# Relevant Files Found
## prophyle/prophyle.py
```
#! /usr/bin/env python3
import argparse
import date... |
934 | null | Parcels-code/Parcels | # Repository Context
Name: Parcels-code/Parcels
Description:
# Pull Request
## Change Particle-ID type from int (int32) to int64
The idea in this pull request is to convert the Particle ID from a 32-bit to a 64-bit number (still: signed integer 64, i.e. 'long') to support the user of truely large particle sets.
# ... |
142 | null | icatproject/python-icat | # Repository Context
Name: icatproject/python-icat
Description:
# Pull Request
## Documentation improvements
Improve the following things to improve in the documentation:
- [x] install instruction: explain how to verify the signature in order check the integrity of the source distribution. Point out that the ins... |
601 | null | cta-observatory/ctapipe | # Repository Context
Name: cta-observatory/ctapipe
Description:
# Pull Request
## Restore masked array support for hillas
In a previous commit the hillas parameters were changed to use the “@“ operator to perform dot matrix multiplication.
This does not seem to handle masked arrays correctly, completely ignoring t... |
1,711 | null | ROCm/Tensile | # Repository Context
Name: ROCm/Tensile
Description:
# Pull Request
## Enable MFMA + LocalSplitU + I8
* removed reject condition for MFMA + LocalSplitU + I8
* refactored MFMA + LocalSplitU + I8 test cases
# Relevant Files Found
## Tensile/SolutionStructs.py
```
##################################################... |
16,881 | null | scipy/scipy | # Repository Context
Name: scipy/scipy
Description:
# Pull Request
## MAINT: optimize.milp: fix input validation when three constraints are passed
#### Reference issue
Closes gh-16878
#### What does this implement/fix?
`milp` failed when exactly three constraints were passed. The problem was that `milp` inter... |
5,473 | null | onepercentclub/bluebottle | # Repository Context
Name: onepercentclub/bluebottle
Description:
# Pull Request
## Release/pentest
# Relevant Files Found
## bluebottle/activities/admin.py
```
from django import forms
from django.conf.urls import url
from django.contrib import admin
from django.db import connection
from django.http.response i... |
2,239 | null | Ericsson/codechecker | # Repository Context
Name: Ericsson/codechecker
Description:
# Pull Request
## Fix Clang version regex in tests
The Clang version matching regex didn't handle the case when Clang
version is a two digin number (Clang 10).
# Relevant Files Found
## scripts/test/check_clang.py
```
#!/usr/bin/python
# -------------... |
1,480 | null | vatlab/sos | # Repository Context
Name: vatlab/sos
Description:
# Pull Request
## Fix used before assignment warnings
Fix warnings on used-before-assignment
# Relevant Files Found
## src/sos/actions.py
```
#!/usr/bin/env python3
#
# Copyright (c) Bo Peng and the University of Texas MD Anderson Cancer Center
# Distributed u... |
92 | null | OrkoHunter/keep | # Repository Context
Name: OrkoHunter/keep
Description:
# Pull Request
## add arguments to cmd_new.py to allow no input creation of commands
To test use the new functionality use:
```keep new --cmd hello1 --desc "echo 1" --alias " "```
or the original command to ensure it still works like original
```keep new`... |
99 | null | 4Catalyzer/flask-resty | # Repository Context
Name: 4Catalyzer/flask-resty
Description:
# Pull Request
## Rename CursorPagination to RelayCursorPagination
It's not the more common REST cursor-based pagination strategy.
# Relevant Files Found
## flask_resty/__init__.py
```
# flake8: noqa
from .api import Api
from .authentication import... |
2,016 | null | microsoft/Qcodes | # Repository Context
Name: microsoft/Qcodes
Description:
# Pull Request
## Prevent save config to home in tests
This PR removes redundant and unnecessary execution of `save_to_home` function in tests.
The functionality of the corresponding context managers are not effected and they do not need this command. Altho... |
11,780 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## Do not infer dependencies in some edge cases with ambiguity
There were some times that we did not correctly handle ambiguous models, specifically when one implementation (e.g. Protobuf) had ambiguity so threw out the module, and another impl... |
104 | null | vortex-exoplanet/VIP | # Repository Context
Name: vortex-exoplanet/VIP
Description:
# Pull Request
## Fake companion in 4d
# Relevant Files Found
## vip_hci/phot/fakecomp.py
```
#! /usr/bin/env python
"""
Module with fake companion injection functions.
"""
from __future__ import division
from __future__ import print_function
__aut... |
1,034 | null | pytest-dev/pytest-asyncio | # Repository Context
Name: pytest-dev/pytest-asyncio
Description:
# Pull Request
## Call `loop.shutdown_asyncgens` before closing the event loop
#222 was closed, mentioning the issues being resolved in the yet-to-be-done #235, running with `-W error` in Python 3.13, currently fails when there are unclosed async gen... |
39 | null | uebelack/python-maxcube-api | # Repository Context
Name: uebelack/python-maxcube-api
Description:
# Pull Request
## Add datetime provider to cube constructor
Allow to pass a datetime provider to the constructor of MaxCube to
support HASS, where operating system timezone is always UTC and
the correct timezone is configured in HA core.
# Relev... |
13,747 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Fixing pylint violations
Fixes pylint violations: http://jenkins.saltstack.com/job/salt-pr-lint/5070/violations/
# Relevant Files Found
## tests/integration/shell/call.py
```
# -*- coding: utf-8 -*-
'''
:codeauthor: :email:`Pedro Algar... |
55 | null | abusesa/abusehelper | # Repository Context
Name: abusesa/abusehelper
Description:
# Pull Request
## Implement certificate checks
# Relevant Files Found
## abusehelper/core/imapbot.py
```
from __future__ import absolute_import
import re
import ssl
import socket
import getpass
import imaplib
import email.parser
import email.header
i... |
314 | null | silx-kit/silx | # Repository Context
Name: silx-kit/silx
Description:
# Pull Request
## [Plot] Fix addMarker + change text position if symbol is None
This PR updates and fix plot addMarker method:
- When symbol is None the text is placed at the x,y position, closes #282
- Fix marker text placement incorrect when zooming
- Fix bug ... |
9,110 | null | django/django | # Repository Context
Name: django/django
Description:
# Pull Request
## Fixed #28617 -- Made ogrinspect output pep8 compliant
This PR fixes some E305 and E203 violations in the output of the `ogrinspect` command. It also adds a test for the `--mapping` option.
# Relevant Files Found
## django/contrib/gis/manageme... |
1,535 | null | zarr-developers/zarr-python | # Repository Context
Name: zarr-developers/zarr-python
Description:
# Pull Request
## Add links to numcodecs docs in tutorial
This adds links through to the `numcodecs` docs where classes are mentioned in the tutorial section of the docs.
TODO:
* [ ] Add unit tests and/or doctests in docstrings
* [ ] Add docst... |
469 | null | sanic-org/sanic | # Repository Context
Name: sanic-org/sanic
Description:
# Pull Request
## websocket support
Fixes #12
# Relevant Files Found
## sanic/app.py
```
import logging
import re
import warnings
from asyncio import get_event_loop
from collections import deque, defaultdict
from functools import partial
from inspect impor... |
254 | null | kubernetes-sigs/inference-perf | # Repository Context
Name: kubernetes-sigs/inference-perf
Description:
# Pull Request
## Adding time per output tokens prometheus metrics for sglang server
Fixes #241
# Relevant Files Found
## inference_perf/client/modelserver/sglang_client.py
```
# Copyright 2025 The Kubernetes Authors.
#
# Licensed under the ... |
1 | null | nedbat/byterun | # Repository Context
Name: nedbat/byterun
Description:
# Pull Request
## Fix in-place division
I've added support for the opcodes INPLACE_FLOOR_DIVIDE and INPLACE_TRUE_DIVIDE. As far as I can tell, Python3 should never emit an INPLACE_DIVIDE (the opcode isn't defined in opcodes.py). In pyvm2.py, I've added the fu... |
1,270 | null | gdsfactory/gdsfactory | # Repository Context
Name: gdsfactory/gdsfactory
Description:
# Pull Request
## Gds/oasis write settings
Hi @joamatab , this PR formalizes GDS/OASIS write settings as attributes of the PDK. I think this helps to make these much clearer and better organized, and also consistently available to customization at the PD... |
84 | null | longhorn/longhorn-tests | # Repository Context
Name: longhorn/longhorn-tests
Description:
# Pull Request
## Work
# Relevant Files Found
## manager/integration/tests/common.py
```
import time
import os
import stat
import random
import string
import subprocess
import json
import pytest
import cattle
from kubernetes import client as k8s... |
437 | null | pallets/markupsafe | # Repository Context
Name: pallets/markupsafe
Description:
# Pull Request
## simplify speedups implementation
Only implement the actual string replacement in C. `escape`, `escape_silent`, and `soft_str` are always pure Python. This greatly simplifies the C code, as it no longer needs to do type checks, `__html__` c... |
99 | null | ajkerr0/kappa | # Repository Context
Name: ajkerr0/kappa
Description:
# Pull Request
## Updated MD package
Added .itp file generation for position restraints.
Multiple bug fixes (see commits for more details).
# Relevant Files Found
## kappa/md/generate.py
```
import numpy as np
from ..antechamber.atomtype import atomtype
def... |
66 | null | up42/up42-py | # Repository Context
Name: up42/up42-py
Description:
# Pull Request
## Avoid provider arg catalog quicklook
- Instead of the image `provider` the user selects the `sensor` as argument for download_quicklooks. Much easier as the sensor needs to be specified for catalog search anyway and the user might not know about... |
110 | null | aws-cloudformation/cloudformation-cli | # Repository Context
Name: aws-cloudformation/cloudformation-cli
Description:
# Pull Request
## refactor and improve flattener tests and disallow circular references (#106)(#109)
*Issue #, if available:* #106 #109
*Description of changes:*
The first commit simply improves the unit tests and shows that certain ... |
150 | null | refractionPOINT/python-limacharlie | # Repository Context
Name: refractionPOINT/python-limacharlie
Description:
# Pull Request
## Mark FP and Rules accessors as deprecated.
## Description of the change
Mark FP and Rules endpoints as deprecated to encourage the move to Hive.
## Type of change
- [ ] Bug fix (non-breaking change that fixes an issu... |
33 | null | 4Catalyzer/fourmat | # Repository Context
Name: 4Catalyzer/fourmat
Description:
# Pull Request
## fix: Do not create pyproject.toml/.flake8 when running fourmat in a project subdirectory
# Relevant Files Found
## fourmat/lint.py
```
import shutil
import subprocess
import sys
from contextlib import contextmanager
from pathlib import... |
391 | null | amueller/word_cloud | # Repository Context
Name: amueller/word_cloud
Description:
# Pull Request
## Fixing black coloring error
Fixes #378. the ``.any()`` should have been ``np.all(shape)``
# Relevant Files Found
## test/test_wordcloud.py
```
from wordcloud import WordCloud, get_single_color_func, ImageColorGenerator
import numpy as... |
3,788 | null | mlrun/mlrun | # Repository Context
Name: mlrun/mlrun
Description:
# Pull Request
## [Datastore] Fix time zone error
[ML-4025](https://jira.iguazeng.com/browse/ML-4025)
Fixes PyArrow error
```
Cannot compare timestamp with timezone to timestamp without timezone, got: timestamp[us, tz=UTC] and timestamp[us]
```
similar to t... |
60 | null | ben-cunningham/python-messenger-bot | # Repository Context
Name: ben-cunningham/python-messenger-bot
Description:
# Pull Request
## Compare input with `text` variable
# Relevant Files Found
## example/example.py
```
from flask import Flask
from flask import request
import sys
import os
sys.path.append("..")
from fbmsgbot.bot import Bot
from fbms... |
437 | null | peeringdb/peeringdb | # Repository Context
Name: peeringdb/peeringdb
Description:
# Pull Request
## Pr 419 add last and trans asn
# Relevant Files Found
## peeringdb_server/inet.py
```
import ipaddress
import re
import rdap
from rdap import RdapAsn
from rdap.exceptions import RdapException, RdapHTTPError, RdapNotFoundError
import r... |
53 | null | dgaines2/vasp_manager | # Repository Context
Name: dgaines2/vasp_manager
Description:
# Pull Request
## Fix stopping behavior
# Relevant Files Found
## vasp_manager/vasp_manager.py
```
# Copyright (c) Dale Gaines II
# Distributed under the terms of the MIT LICENSE
import json
import logging
from functools import cached_property
from ... |
97 | null | iterative/dvc-render | # Repository Context
Name: iterative/dvc-render
Description:
# Pull Request
## vega: generate_markdown: Don't raise exception for unsupported templa…
…tes.
So a code like:
```
with Live(dir='dvclive', report='md') as live:
live.log_sklearn_plot("calibration", y_true, y_score)
live.log_sklearn_plot(... |
1,532 | null | AcademySoftwareFoundation/OpenCue | # Repository Context
Name: AcademySoftwareFoundation/OpenCue
Description:
# Pull Request
## [cuegui] Fix issue on opening job comments
CommentListDialog expects a list of jobs and at some point the input got changed to the first job on the list.
Opening the comments dialog on the current version returns:
```
T... |
4 | null | wdr-data/unwetter | # Repository Context
Name: wdr-data/unwetter
Description:
# Pull Request
## UX improvements and bugfixes
# Relevant Files Found
## app.py
```
#!/user/bin/env python3.6
import os
from io import BytesIO
import pytz
from feedgen.feed import FeedGenerator
from flask import Flask, Response, request, json, send_fil... |
335 | null | kivy/buildozer | # Repository Context
Name: kivy/buildozer
Description:
# Pull Request
## improve build directory handling, add values to default.spec
# Relevant Files Found
## buildozer/__init__.py
```
'''
Buildozer
=========
Generic Python packager for Android / iOS. Desktop later.
'''
__version__ = '0.32dev'
import os
im... |
311 | null | helixml/kodit | # Repository Context
Name: helixml/kodit
Description:
# Pull Request
## fix(indexing): pull on every sync
The sync process was scanning repositories without first pulling the latest changes from the remote. This caused the sync to always detect the same stale commits and never index new commits that were pushed to ... |
438 | null | sooperset/mcp-atlassian | # Repository Context
Name: sooperset/mcp-atlassian
Description:
# Pull Request
## fix: Resolve AttributeError by using context for read-only check in Confluence and Jira tools
<!-- Thank you for your contribution! Please provide a brief summary. -->
## Description
This PR addresses an `AttributeError: 'JiraCo... |
116 | null | ClimateImpactLab/dscim | # Repository Context
Name: ClimateImpactLab/dscim
Description:
# Pull Request
## Fix write-to-copy warning in process_rff_sample()
Close #114
I think this avoids the problem. Test covering this passes but I don't think it tested the case if input data has NA/ NaNs so someone please tell me if I missed something... |
300 | null | Scille/umongo | # Repository Context
Name: Scille/umongo
Description:
# Pull Request
## Update examples
# Relevant Files Found
## examples/flask/app.py
```
from datetime import datetime
from flask import Flask, abort, jsonify, request
from flask_babel import Babel, gettext
from bson import ObjectId
from pymongo import MongoCl... |
24 | null | aldjemy/aldjemy | # Repository Context
Name: aldjemy/aldjemy
Description:
# Pull Request
## Initial Django 1.8 support
# Relevant Files Found
## aldjemy/orm.py
```
from sqlalchemy import orm
from django.db.models.fields.related import (ForeignKey, OneToOneField,
ManyToManyField)
from django.db import connections, router
... |
25,886 | null | ccxt/ccxt | # Repository Context
Name: ccxt/ccxt
Description:
# Pull Request
## fix(htx): python base & certificates addition
____
fix #25859
# Relevant Files Found
## python/ccxt/async_support/base/exchange.py
```
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
... |
439 | null | GeoscienceAustralia/dea-config | # Repository Context
Name: GeoscienceAustralia/dea-config
Description:
# Pull Request
## More updates to tmad layer
- Test layer improvements to tmad
# Relevant Files Found
## dev/services/wms/ows/wms_cfg.py
```
# Static config for the wms metadata.
response_cfg = {
"Access-Control-Allow-Origin": "*", # COR... |
9,888 | null | numba/numba | # Repository Context
Name: numba/numba
Description:
# Pull Request
## Prevent bools from if ops being interpreted as user variables
The convention for user variables is that they don't begin with "$". Bools from if ops violate this convention by using the name `bool<X>`.
The result of them being seen as user var... |
507 | null | justquick/django-activity-stream | # Repository Context
Name: justquick/django-activity-stream
Description:
# Pull Request
## Fix django app config default warning
**What does this PR do ?**
It solves the fix warnings default_app_config.
Full error details :
`RemovedInDjango41Warning: 'actstream' defines default_app_config = 'actstream.apps.A... |
466 | null | pepkit/peppy | # Repository Context
Name: pepkit/peppy
Description:
# Pull Request
## Updated initiation object method with class methods
Fixed:
- #443
- #458
- #464
- [X] Add docs how to use new init methods
- [x] Make additional methods from_csv, from_config ... and print deprecation in the old version
- [x] Add better ex... |
9,939 | null | intel/ipex-llm | # Repository Context
Name: intel/ipex-llm
Description:
# Pull Request
## GGUF load memory optimization for Mixtral
## Description
<!-- For small changes (<=3 files and <=50 lines of codes in the source folder), -->
<!-- you may remove Sections 1-4 below and just provide a simple description here -->
### 1. W... |
19,068 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [Bugfix] disable processor cache
Splits out the bugfix from https://github.com/vllm-project/vllm/pull/13754#discussion_r2122660467 to a new PR. Currently passing `disable_mm_preprocessor_cache=True` doesn't do what is expected
# Relevant... |
61 | null | sepandhaghighi/clox | # Repository Context
Name: sepandhaghighi/clox
Description:
# Pull Request
## Minor edits
#### Reference Issues/PRs
#### What does this implement/fix? Explain your changes.
- Minor edits in `print_calendar` function
#### Any other comments?
# Relevant Files Found
## clox/functions.py
```
# -*- coding: u... |
271 | null | bcgov/GDX-Analytics | # Repository Context
Name: bcgov/GDX-Analytics
Description:
# Pull Request
## optimizations on googlesearch and google_pdt
# Relevant Files Found
## microservices/google-api/google_search.py
```
"""Google Search Console API Loader Script"""
###################################################################
# S... |
211 | null | tanghaibao/jcvi | # Repository Context
Name: tanghaibao/jcvi
Description:
# Pull Request
## Test tree
# Relevant Files Found
## jcvi/graphics/base.py
```
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
from __future__ import print_function
import os.path as op
import sys
import logging
logging.getLogger("matplotlib").setLevel(lo... |
375 | null | piccolo-orm/piccolo | # Repository Context
Name: piccolo-orm/piccolo
Description:
# Pull Request
## M2M prototype
An initial prototype for M2M (many to many). It still needs a bunch of testing, but it's a start.
```python
class Band(Table):
name = Varchar()
genres = M2M(
LazyTableReference("GenreToBand", module_pa... |
540 | null | marin-community/levanter | # Repository Context
Name: marin-community/levanter
Description:
# Pull Request
## just use the unpacked FA
can't test it right now (grumble grumble) but I'm pretty sure this fixes for the new TE.
# Relevant Files Found
## src/levanter/models/attention.py
```
import math
import warnings
from typing import Option... |
22,070 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Don't use ajax to fetch export list
Load exports via initial page data instead of an ajax request. The bespoke loading and error logic adds complexity but little benefit - there's no non-ajax content on the page for a user to interact with... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.