pr_id
int64
repo_id
null
repo_name
string
text
string
604
null
basetenlabs/truss
# Repository Context Name: basetenlabs/truss Description: # Pull Request ## Bola/fix hf cache secrets # Relevant Files Found ## truss/contexts/image_builder/cache_warmer.py ``` import sys from pathlib import Path from google.cloud import storage from huggingface_hub import hf_hub_download def download_file( ...
189
null
Probe-Particle/ppafm
# Repository Context Name: Probe-Particle/ppafm Description: # Pull Request ## Implement FDBM in the GUI. Fixes #137 Adds the option to use the FDBM model in the GUI with input boxes for the two parameters in the density overlap integral. The file-open dialog is changed to be able to load several input files...
634
null
UnitapApp/unitap-backend
# Repository Context Name: UnitapApp/unitap-backend Description: # Pull Request ## Return only str in score property <!-- Generated by sourcery-ai[bot]: start summary --> ## Summary by Sourcery Modify the score property in the GitcoinPassportConnection class to return 0 when the score is None, ensuring consistent...
2,534
null
dask/dask
# Repository Context Name: dask/dask Description: # Pull Request ## Check metadata in `dd.from_delayed` Previously if you specified the wrong metadata in `dd.from_delayed` you'd get a nonintuitive error message. We fix this by creating a function to check metadata inline, and raise a nice error message when inco...
23
null
anyrun/anyrun-sdk
# Repository Context Name: anyrun/anyrun-sdk Description: # Pull Request ## fix(lookup_connector): fix url query syntax # Relevant Files Found ## anyrun/connectors/threat_intelligence/lookup_connector.py ``` from typing import Optional from datetime import datetime, timedelta import aiohttp from anyrun.connec...
211
null
VingtCinq/python-mailchimp
# Repository Context Name: VingtCinq/python-mailchimp Description: # Pull Request ## Add Landing Pages endpoints (content, actions) This branch adds the landing pages endpoint to the mailchimp client. # Relevant Files Found ## mailchimp3/__init__.py ``` # coding=utf-8 """ Mailchimp v3 Api SDK Documentation at ...
572
null
cubewise-code/tm1py
# Repository Context Name: cubewise-code/tm1py Description: # Pull Request ## Remove linebreaks in values when writing with ti currently, linebreaks followed by the hashmark (`#`) break the `write_through_unbound_process` function. since turbo integrator doesn't write linebreaks to cells anyways, we may as wel...
156
null
cheeseman-lab/brieflow
# Repository Context Name: cheeseman-lab/brieflow Description: # Pull Request ## Classifier and control renaming now made optional <!-- _modified from [EmbeddedArtistry](https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/)_ --> # Description Thank you for your contri...
577
null
silx-kit/silx
# Repository Context Name: silx-kit/silx Description: # Pull Request ## Stackview behavior improvement fixes #560 and #564 # Relevant Files Found ## silx/gui/plot/Profile.py ``` # coding: utf-8 # /*########################################################################## # # Copyright (c) 2004-2017 European Sy...
1,597
null
swirlai/swirl-search
# Repository Context Name: swirlai/swirl-search Description: # Pull Request ## Main Prerelease 4.2.0 <!--- Provide a general summary of your changes in the TITLE above --> ## Branching Reminders - For core code changes, create a branch off `develop` - For product documentation changes, create a branch off `mai...
828
null
diofant/diofant
# Repository Context Name: diofant/diofant Description: # Pull Request ## Misc fixes # Relevant Files Found ## diofant/calculus/euler.py ``` from itertools import combinations_with_replacement from ..core import Derivative, Eq, Function, Symbol, diff, sympify from ..core.compatibility import iterable def eul...