id stringlengths 4 10 | text stringlengths 4 2.14M | source stringclasses 2
values | created timestamp[s]date 2001-05-16 21:05:09 2025-01-01 03:38:30 | added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | metadata dict |
|---|---|---|---|---|---|
507118024 | fix: add jQuery to the global context
Oops, just saw you merged your PR just now, closing this :)
oh haha, sorry about that. I hope you get your Hacktoberfest shirt ;P
| gharchive/pull-request | 2019-10-15T09:23:24 | 2025-04-01T06:04:53.527989 | {
"authors": [
"Banou26",
"SwiftWinds"
],
"repo": "SwiftWinds/testing-bootstrap-parcel",
"url": "https://github.com/SwiftWinds/testing-bootstrap-parcel/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
415196806 | Update slevomat/coding-standard to version 5.0
I'm sorry, I haven't noticed this PR.
Github doesn't have disable PRs feature, so it's confusing they're here.
You can contribute only to monorepo: https://github.com/symplify/symplify
Thanks! No problem.
Could you make a new release soon?
Sure
I'll get to it
| gharchive/pull-request | 2019-02-27T15:56:50 | 2025-04-01T06:04:53.534218 | {
"authors": [
"TomasVotruba",
"jeroennoten"
],
"repo": "Symplify/EasyCodingStandard",
"url": "https://github.com/Symplify/EasyCodingStandard/pull/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
239866942 | Add ferma-extension API code to main ferma codebase
Codecov Report
Merging #23 into v2.2.x will decrease coverage by 0.19%.
The diff coverage is 0%.
@@ Coverage Diff @@
## v2.2.x #23 +/- ##
===========================================
- Coverage 46.09% 45.89% -... | gharchive/pull-request | 2017-06-30T19:19:51 | 2025-04-01T06:04:53.543629 | {
"authors": [
"Jotschi",
"codecov-io",
"freemo"
],
"repo": "Syncleus/Ferma",
"url": "https://github.com/Syncleus/Ferma/pull/23",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
218446343 | Doesnt work with class assigned in interface builder.
Same here.
| gharchive/issue | 2017-03-31T09:24:45 | 2025-04-01T06:04:53.555339 | {
"authors": [
"EmreSURK",
"kunass2"
],
"repo": "TanguyAladenise/BBBadgeBarButtonItem",
"url": "https://github.com/TanguyAladenise/BBBadgeBarButtonItem/issues/35",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
912108140 | Application 1
hhh
hh
| gharchive/issue | 2021-06-05T05:25:28 | 2025-04-01T06:04:53.556102 | {
"authors": [
"Tariq-kpt"
],
"repo": "Tariq-kpt/github-slideshow",
"url": "https://github.com/Tariq-kpt/github-slideshow/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
906656198 | Fix loading the state from localStorage
Re-implementation of 7052e64 from #1 to avoid conflicts.
Thank you. I will check that.
| gharchive/pull-request | 2021-05-30T06:54:26 | 2025-04-01T06:04:53.573082 | {
"authors": [
"TheEhsanSarshar",
"barbogast"
],
"repo": "TheEhsanSarshar/zustand",
"url": "https://github.com/TheEhsanSarshar/zustand/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
351637892 | angular build updated
ok let me check
| gharchive/pull-request | 2018-08-17T15:25:46 | 2025-04-01T06:04:53.588716 | {
"authors": [
"Tomvictor",
"hydernadeem"
],
"repo": "Tomvictor/save-kerala",
"url": "https://github.com/Tomvictor/save-kerala/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
217405630 | command response not working
program is not getting BytesRead > 0
at line 422 of MARS.ino
// initalize a counter to record how many bytes were read this iteration
int BytesRead = 0;
//// Read message from xbee
// xbee data arrives all at the same time, so its not necessary to remember
// it between iterations... | gharchive/issue | 2017-03-27T23:34:06 | 2025-04-01T06:04:53.600320 | {
"authors": [
"moccafrap",
"zacharyburnett"
],
"repo": "UMDBPP/MARS",
"url": "https://github.com/UMDBPP/MARS/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
92115764 | new: item_get_fields, query_item_in_folder
@lawinslow - added these for my use, probably useful to others. what do you think?
ok, about to push an update. having this problem with R CMD check:
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
sbtools_GET : .....
authentication : .....
... | gharchive/pull-request | 2015-06-30T14:54:00 | 2025-04-01T06:04:53.610870 | {
"authors": [
"aappling-usgs",
"jread-usgs",
"lawinslow"
],
"repo": "USGS-R/sbtools",
"url": "https://github.com/USGS-R/sbtools/pull/83",
"license": "cc0-1.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
311738576 | logging is to /tmp/www.access.log and /tmp/www-error.log rather than stout and stderr
As per this https://serverfault.com/a/738509/216976
error_log = /proc/self/fd/2
...
; if we send this to /proc/self/fd/1, it never appears
access.log = /proc/self/fd/2
We write to fd 2 which is stderr. The access.log is then output... | gharchive/issue | 2018-04-05T19:26:00 | 2025-04-01T06:04:53.615436 | {
"authors": [
"simbo1905"
],
"repo": "UniqKey/s2i-nginx-php7-container",
"url": "https://github.com/UniqKey/s2i-nginx-php7-container/issues/8",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
516324781 | WIP: Model path fix
@MithunArunan I am merging this along with a few other changes. Note that the tag 0.0.1 will be usable with older directory structure. Will release 0.0.2 when we settle on the new directory setup.
| gharchive/pull-request | 2019-11-01T20:16:40 | 2025-04-01T06:04:53.627946 | {
"authors": [
"lepisma"
],
"repo": "Vernacular-ai/kaldi-serve",
"url": "https://github.com/Vernacular-ai/kaldi-serve/pull/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
823269869 | First try
I added a Table
| gharchive/pull-request | 2021-03-05T17:11:14 | 2025-04-01T06:04:53.635262 | {
"authors": [
"Volitire-Fugur"
],
"repo": "Volitire-Fugur/github-slideshow",
"url": "https://github.com/Volitire-Fugur/github-slideshow/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
275315949 | fix(typos): Fixed some typos
Thank you very much for this contribution.
| gharchive/pull-request | 2017-11-20T11:02:54 | 2025-04-01T06:04:53.652986 | {
"authors": [
"andre-becker",
"rschwietzke"
],
"repo": "Xceptance/SiteGenesis-Community-TestSuite",
"url": "https://github.com/Xceptance/SiteGenesis-Community-TestSuite/pull/92",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
955357283 | udev rule for wlan# interfaces added
Unsubscribe... The button on the email doesn't work. Canspam violation.
Get Outlook for Androidhttps://aka.ms/AAb9ysg
From: Graham Schelle @.>
Sent: Thursday, July 29, 2021 4:39:52 AM
To: Xilinx/PYNQ @.>
Cc: Subscribed @.***>
Subject: [Xilinx/PYNQ] udev rule for wlan# interfaces... | gharchive/pull-request | 2021-07-29T01:39:39 | 2025-04-01T06:04:53.661610 | {
"authors": [
"biztechenabler",
"schelleg"
],
"repo": "Xilinx/PYNQ",
"url": "https://github.com/Xilinx/PYNQ/pull/1225",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
104810139 | change host-python requirement to simply virtualenv, any version
fixed.
needs documentation.
done in #106
| gharchive/issue | 2015-09-04T01:04:47 | 2025-04-01T06:04:53.665311 | {
"authors": [
"campaul",
"chriskuehl"
],
"repo": "Yelp/pip-faster",
"url": "https://github.com/Yelp/pip-faster/issues/59",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
238725886 | 请问enqueueAction移除后,有替代方法吗?
现在可以直接执行事务方法了,但是不建议在onCreate(),onCreateView()里执行事务, 建议在onViewCreated()或者onActivityCreated()里执行事务 :)
handler.post(()-> 事务)代替即可 :)
@zichen-jiao 稍后会发布v1.0.1, 经过旧版本support包的测试enqueueAction() 还是需要的...
@zhangluya 已添加回来,v1.0.1 🍺 :)
| gharchive/issue | 2017-06-27T03:10:17 | 2025-04-01T06:04:53.669080 | {
"authors": [
"YoKeyword",
"zichen-jiao"
],
"repo": "YoKeyword/Fragmentation",
"url": "https://github.com/YoKeyword/Fragmentation/issues/377",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
643482336 | correctly trim and download tips
The "request changes" got turned into an ordinary comment because the branch was merged before I hit submit on the comment.
continued in #543
| gharchive/pull-request | 2020-06-23T02:36:25 | 2025-04-01T06:04:53.675453 | {
"authors": [
"hdevalence",
"yaahc"
],
"repo": "ZcashFoundation/zebra",
"url": "https://github.com/ZcashFoundation/zebra/pull/531",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
238331207 | Add Jest and Codecov
Codecov Report
:exclamation: No coverage uploaded for pull request base (master@980dd7d). Click here to learn what that means.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #36 +/- ##
=======================================
Coverage ?... | gharchive/pull-request | 2017-06-24T17:40:01 | 2025-04-01T06:04:53.680199 | {
"authors": [
"codecov-io",
"nlepage"
],
"repo": "Zenika/immutadot",
"url": "https://github.com/Zenika/immutadot/pull/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
328375451 | Remove the arg-overflow rule, with tests
@nventuro the answer to all your questions is that I've just copied the style from solium. So I appreciate a lot your comments, they help me find what's good JS and what's not.
Without calling done it fails. This are the docs I read about it:
https://mochajs.org/#asynchronous-... | gharchive/pull-request | 2018-06-01T04:09:16 | 2025-04-01T06:04:53.681940 | {
"authors": [
"elopio"
],
"repo": "ZeppelinSolutions/code-style",
"url": "https://github.com/ZeppelinSolutions/code-style/pull/8",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
749571567 | [ FS2-915 ] Fixes NOT operators behavior
LGTM
| gharchive/pull-request | 2020-11-24T10:17:41 | 2025-04-01T06:04:53.691005 | {
"authors": [
"Emidomenge",
"Madorakkusu"
],
"repo": "abtasty/flagship-js-sdk",
"url": "https://github.com/abtasty/flagship-js-sdk/pull/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
450878255 | Add auth and ci
nefretiti sheayrheaynheayvha his comandant of flote promherther of districk subsistance whith mme lvanka thrump NoX-PAcT haved changing the lmatriculate of grand mendataire RPRN-139 and the reddick haved changing districk of the ghalery districk NoX-PAcT disturb the slaving galhering by theodar rousve... | gharchive/pull-request | 2019-05-31T16:21:23 | 2025-04-01T06:04:53.709816 | {
"authors": [
"ONFU",
"damccorm"
],
"repo": "actions/setup-node",
"url": "https://github.com/actions/setup-node/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
954987856 | Hotfix/vaccinecer 1170 fix time input
not used
| gharchive/pull-request | 2021-07-28T15:35:04 | 2025-04-01T06:04:53.716376 | {
"authors": [
"mojti8m"
],
"repo": "admin-ch/CovidCertificate-Management-UI",
"url": "https://github.com/admin-ch/CovidCertificate-Management-UI/pull/58",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
473697813 | getBBox() problem after element removed then added back
If I remove and element and then add it back then getBBox() gives me zeroes. I think that this is because el.removed is set to true in el.remove() and remains true after el.appendTo().
index_html.txt
| gharchive/issue | 2019-07-28T02:32:14 | 2025-04-01T06:04:53.717581 | {
"authors": [
"odab"
],
"repo": "adobe-webplatform/Snap.svg",
"url": "https://github.com/adobe-webplatform/Snap.svg/issues/615",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
104012826 | Add Talk descr + bio Sophia D'Antoine
Thx!
| gharchive/pull-request | 2015-08-31T08:53:11 | 2025-04-01T06:04:53.727071 | {
"authors": [
"Rafiot",
"adulau"
],
"repo": "adulau/hack-lu-website",
"url": "https://github.com/adulau/hack-lu-website/pull/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
168448297 | Surface partitions metadata
From: https://github.com/airbnb/caravel/issues/887
PyHive provides a nice API to access the partition metadata.
Inspector get_indexes function that provides the indexes and the partition information.
By the way, displaying the indexes is a nice feature too.
More information can be found he... | gharchive/issue | 2016-07-30T04:21:11 | 2025-04-01T06:04:53.738529 | {
"authors": [
"bkyryliuk",
"jefffeng"
],
"repo": "airbnb/caravel",
"url": "https://github.com/airbnb/caravel/issues/852",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
84230137 | complete collections collection
done. ce86ef7b957aca12388559a87d0de2885f870b07
| gharchive/issue | 2015-06-02T21:56:12 | 2025-04-01T06:04:53.756451 | {
"authors": [
"akileez"
],
"repo": "akileez/toolz",
"url": "https://github.com/akileez/toolz/issues/5",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
170687628 | Fix typo in docs
Thanks!
| gharchive/pull-request | 2016-08-11T16:24:47 | 2025-04-01T06:04:53.770147 | {
"authors": [
"alexcrichton",
"apasel422"
],
"repo": "alexcrichton/futures-rs",
"url": "https://github.com/alexcrichton/futures-rs/pull/31",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
152892778 | A thought on a flexible signature
Very cool man! I like it :)
| gharchive/pull-request | 2016-05-03T22:54:01 | 2025-04-01T06:04:53.770760 | {
"authors": [
"alexk307",
"whytheplatypus"
],
"repo": "alexk307/redis_cache",
"url": "https://github.com/alexk307/redis_cache/pull/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
440437934 | Fixed random index logical for round robin.
ACK, Thanks.
| gharchive/pull-request | 2019-05-05T12:14:42 | 2025-04-01T06:04:53.781606 | {
"authors": [
"chobits",
"wangfakang"
],
"repo": "alibaba/tengine",
"url": "https://github.com/alibaba/tengine/pull/1256",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
728258587 | Add phpstan static analysis
I can work on this. Can you assign this issue to me?
@connerdodge yup 👍
I can't seem to get my environment set up right to add phpstan via composer. I'll let someone else give it a shot.
| gharchive/issue | 2020-10-23T14:19:28 | 2025-04-01T06:04:53.838197 | {
"authors": [
"alsoknownasdrew",
"connerdodge"
],
"repo": "alsoknownasdrew/remote-ok-php",
"url": "https://github.com/alsoknownasdrew/remote-ok-php/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
704513601 | Issue 185 - add EntryStream.withoutKeys() and `EntryStream.withoutValues
Coverage increased (+0.04%) to 99.634% when pulling 64e94f37b30433ba6773be7f1578993136687744 on dma1979:issue/#185-withoutKeys-and-withoutValues into 631cd5ac13a7d9e85d44ecb39d321a4f2687b3f5 on amaembo:master.
The idea of withoutKeys() and wi... | gharchive/pull-request | 2020-09-18T16:40:04 | 2025-04-01T06:04:53.843131 | {
"authors": [
"amaembo",
"coveralls",
"dma1979"
],
"repo": "amaembo/streamex",
"url": "https://github.com/amaembo/streamex/pull/233",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
945621082 | add-support-for-enum-type
Codecov Report
Merging #10 (03d15c5) into main (c471be7) will not change coverage.
The diff coverage is 100.00%.
@@ Coverage Diff @@
## main #10 +/- ##
=========================================
Coverage 100.00% 100.00%
========... | gharchive/pull-request | 2021-07-15T17:50:31 | 2025-04-01T06:04:53.851011 | {
"authors": [
"aminalaee",
"codecov-commenter"
],
"repo": "aminalaee/sqlalchemy-model-builder",
"url": "https://github.com/aminalaee/sqlalchemy-model-builder/pull/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
203299306 | you can set your username to 'bot'
Other things you can set your username to include:
the RTL override character
Literally a thousand rocket emoji
The first stanza of The Raven by Edgar Allen Poe (if you change the text field on the sign-in screen to a textarea)
Can't test, but should be fixed based on a quick re... | gharchive/issue | 2017-01-26T06:14:09 | 2025-04-01T06:04:53.853218 | {
"authors": [
"Ryan-Cooper",
"mrphlip",
"warandpeace"
],
"repo": "amirrajan/nodekick",
"url": "https://github.com/amirrajan/nodekick/issues/40",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
908206105 | Rename NodeTypeFilterModel to NodeFilterLineMode
/cc @PianoRollRepresentation
| gharchive/issue | 2021-06-01T11:45:19 | 2025-04-01T06:04:53.854807 | {
"authors": [
"CatoLeanTruetschel"
],
"repo": "amosproj/amos-ss2021-project2-context-map",
"url": "https://github.com/amosproj/amos-ss2021-project2-context-map/issues/222",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
443816104 | Use customized theme instead of Grommet default one
done in 0.8.0
| gharchive/issue | 2019-05-14T09:45:56 | 2025-04-01T06:04:53.861404 | {
"authors": [
"bhou"
],
"repo": "ananas-analytics/ananas-desktop",
"url": "https://github.com/ananas-analytics/ananas-desktop/issues/24",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
160546522 | chore: update quickstart for rc2
merged and live!
| gharchive/pull-request | 2016-06-15T23:27:51 | 2025-04-01T06:04:53.862720 | {
"authors": [
"Foxandxss",
"naomiblack"
],
"repo": "angular/angular.io",
"url": "https://github.com/angular/angular.io/pull/1674",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
117321078 | docs(dependency-injection.jade): remove word duplicate
LGTM
| gharchive/pull-request | 2015-11-17T10:03:04 | 2025-04-01T06:04:53.863300 | {
"authors": [
"PascalPrecht",
"philipooo"
],
"repo": "angular/angular.io",
"url": "https://github.com/angular/angular.io/pull/382",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
337640698 | build: experimental script to compile cdk & material with ngtsc (ivy)
@DevVersion I don't know how crazy it would be, but do you think it would be possible for us to create a gulp task that builds our dev app using Ivy? gulp serve:devapp-ivy :smile:
It's important to mention that currently executing this script wi... | gharchive/pull-request | 2018-07-02T19:48:16 | 2025-04-01T06:04:53.866050 | {
"authors": [
"DevVersion",
"alxhub",
"josephperrott"
],
"repo": "angular/material2",
"url": "https://github.com/angular/material2/pull/12021",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
299888985 | [BEAM-3744] Add support for Pub/Sub messages with attributes.
R: @charlesccychen
PTAL
Thanks, LGTM.
CC: @chamikaramj for merge please
Can you address the comment above regarding "unencoded"?
Not sure why, but I believe this change broke Python postcommits. If you look at https://builds.apache.org/view/A-D/... | gharchive/pull-request | 2018-02-24T00:11:41 | 2025-04-01T06:04:53.879326 | {
"authors": [
"charlesccychen",
"udim"
],
"repo": "apache/beam",
"url": "https://github.com/apache/beam/pull/4744",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
627910198 | [LANG-1548] split regionMatches for better performance
Coverage decreased (-0.008%) to 95.033% when pulling 52e35c872c7fa0a58afcd8c7738bdbba98ae4e7d on XenoAmess:split_regionMatches_for_better_performance into 3d4ed4a8ac63db1e51601ffc31fed44dccbb276c on apache:master.
also want to split StringUtils.startswith, end... | gharchive/pull-request | 2020-05-31T07:25:44 | 2025-04-01T06:04:53.908004 | {
"authors": [
"XenoAmess",
"coveralls"
],
"repo": "apache/commons-lang",
"url": "https://github.com/apache/commons-lang/pull/534",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
102877024 | added constructor with Double[] argument to DescriptiveStatistics
You should fix javadoc of the new (all?) constructor(s).
/**
* Constructs a {@code DescriptiveStatistics} instance with an infinite window
* and the initial data values in Double[] initialDoubleArray.
* If {@code initialDoubleArray} is null, then th... | gharchive/pull-request | 2015-08-24T19:50:35 | 2025-04-01T06:04:53.915763 | {
"authors": [
"coveralls",
"jolkdarr",
"krichter722"
],
"repo": "apache/commons-math",
"url": "https://github.com/apache/commons-math/pull/12",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
332551963 | Correct git clone URL and changes to https instead of http in Readme
great work thanks @ottlinger
| gharchive/pull-request | 2018-06-14T20:26:16 | 2025-04-01T06:04:53.916707 | {
"authors": [
"chrismattmann",
"ottlinger"
],
"repo": "apache/drat",
"url": "https://github.com/apache/drat/pull/132",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
141128102 | FALCON-1838 : Add Export instances to graphdb for Lineage tracking
@vramachan You have a merge conflict with apache branch.
| gharchive/pull-request | 2016-03-15T23:34:14 | 2025-04-01T06:04:53.919667 | {
"authors": [
"vramachan",
"yzheng-hortonworks"
],
"repo": "apache/falcon",
"url": "https://github.com/apache/falcon/pull/72",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
432838381 | HBASE-22232 Removed deprecated methods in CompareFilter
:broken_heart: -1 overall
Vote
Subsystem
Runtime
Comment
0
reexec
24
Docker mode activated.
_ Prechecks _
+1
hbaseanti
0
Patch does not have any anti-patterns.
+1
@author
0
The patch does not contain any @author tags.
+1
test4tests
0
The patch ... | gharchive/pull-request | 2019-04-13T11:40:22 | 2025-04-01T06:04:54.005958 | {
"authors": [
"Apache-HBase",
"HorizonNet"
],
"repo": "apache/hbase",
"url": "https://github.com/apache/hbase/pull/144",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
748774717 | Backport HBASE-25281 Bulkload split hfile too many times due to unreasonable split point
:broken_heart: -1 overall
Vote
Subsystem
Runtime
Comment
+0 :ok:
reexec
1m 17s
Docker mode activated.
_ Prechecks _
+1 :green_heart:
dupname
0m 0s
No case conflicting files found.
+1 :green_heart:
hbaseanti
0m 0... | gharchive/pull-request | 2020-11-23T12:48:38 | 2025-04-01T06:04:54.164145 | {
"authors": [
"Apache-HBase",
"infraio",
"nyl3532016"
],
"repo": "apache/hbase",
"url": "https://github.com/apache/hbase/pull/2692",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
819561260 | [1.3.6-prepare][Fix-4843] Rename WORKER_GROUP to WORKER_GROUPS #4856
@chengshiwen hi, can you help me review?
@chengshiwen hi, can you help me review?
Done
pr #4856
issue #4843
| gharchive/pull-request | 2021-03-02T03:12:57 | 2025-04-01T06:04:54.167473 | {
"authors": [
"CalvinKirs",
"chengshiwen"
],
"repo": "apache/incubator-dolphinscheduler",
"url": "https://github.com/apache/incubator-dolphinscheduler/pull/4918",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
334315280 | bug fix in route add
@carryxyh I've remove the main method, thanks
👍
| gharchive/pull-request | 2018-06-21T02:31:12 | 2025-04-01T06:04:54.168340 | {
"authors": [
"carryxyh",
"nzomkxia"
],
"repo": "apache/incubator-dubbo-ops",
"url": "https://github.com/apache/incubator-dubbo-ops/pull/42",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
189307797 | [MINOR] Move getHealthCheck from Application to ApplicationProvider
LGTM
| gharchive/pull-request | 2016-11-15T06:09:18 | 2025-04-01T06:04:54.168984 | {
"authors": [
"haoch",
"wujinhu"
],
"repo": "apache/incubator-eagle",
"url": "https://github.com/apache/incubator-eagle/pull/653",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
127932342 | Upgrade to Junit 4.12
LGTM
| gharchive/pull-request | 2016-01-21T14:12:37 | 2025-04-01T06:04:54.170619 | {
"authors": [
"sirsean",
"smarthi"
],
"repo": "apache/incubator-metron",
"url": "https://github.com/apache/incubator-metron/pull/12",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
368258181 | Add alarm message persistent method.
Coverage decreased (-0.02%) to 14.213% when pulling d844a3400a0b0783ad661df681d1ac43efa3add5 on peng-yongsheng:feature/alarm_storage into 1a49f7053c966aecd2271a40017e13f2ed54c6b9 on apache:master.
| gharchive/pull-request | 2018-10-09T15:05:09 | 2025-04-01T06:04:54.172180 | {
"authors": [
"coveralls",
"peng-yongsheng"
],
"repo": "apache/incubator-skywalking",
"url": "https://github.com/apache/incubator-skywalking/pull/1738",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
327915894 | Add TO Go phys_locations/trimmed
Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/incubator-trafficcontrol-PR/1729/
Test PASSed.
| gharchive/pull-request | 2018-05-30T22:04:44 | 2025-04-01T06:04:54.173380 | {
"authors": [
"asfgit",
"rob05c"
],
"repo": "apache/incubator-trafficcontrol",
"url": "https://github.com/apache/incubator-trafficcontrol/pull/2354",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
616712074 | [CI] Fix clang-format error
cc @tmoreau89 @u99127
| gharchive/pull-request | 2020-05-12T14:40:59 | 2025-04-01T06:04:54.174019 | {
"authors": [
"tqchen"
],
"repo": "apache/incubator-tvm",
"url": "https://github.com/apache/incubator-tvm/pull/5577",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
153564375 | HOTFIX: Ensure connector target state changes propagated to worker
cc @ewencp @Ishiihara
This seems a little more involved than a hotfix, so I'm going to reopen under KAFKA-3674.
| gharchive/pull-request | 2016-05-07T01:05:46 | 2025-04-01T06:04:54.174931 | {
"authors": [
"hachikuji"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/1339",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
196895113 | MINOR: KStream JavaDoc fix
@guozhangwang
LGTM and merged to trunk.
| gharchive/pull-request | 2016-12-21T10:17:54 | 2025-04-01T06:04:54.175753 | {
"authors": [
"guozhangwang",
"mjsax"
],
"repo": "apache/kafka",
"url": "https://github.com/apache/kafka/pull/2284",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
145537039 | NIFI-1661 add random() function to expression language.
This looks pretty good, but in testing I came across 2 problems that need to be addressed before it can be merged.
The example in the expression language guide should be ${random():mod(10):plus(1)} since EL uses plus for addition.
Though Math.Random appears ... | gharchive/pull-request | 2016-04-03T20:24:43 | 2025-04-01T06:04:54.179197 | {
"authors": [
"ckmcd",
"jskora"
],
"repo": "apache/nifi",
"url": "https://github.com/apache/nifi/pull/322",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
160421635 | TS-4543: Fix core in HttpSM::tunnel_handler_post.
FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/286/ for details.
Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/178/ for details.
| gharchive/pull-request | 2016-06-15T13:26:26 | 2025-04-01T06:04:54.181279 | {
"authors": [
"atsci",
"shinrich"
],
"repo": "apache/trafficserver",
"url": "https://github.com/apache/trafficserver/pull/718",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
166255631 | Refactor SimpleObjectUnionScalarEvaluator
Please add one test case: when two objects have the same key. Then I think this change is ready to go.
These changes seem to be already in master. Shall I create a new PR with the tests?
Yes, Please.
| gharchive/pull-request | 2016-07-19T06:12:07 | 2025-04-01T06:04:54.182648 | {
"authors": [
"ecarm002",
"riyafa"
],
"repo": "apache/vxquery",
"url": "https://github.com/apache/vxquery/pull/106",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
562715941 | YETUS-863 Fixed quote characters in the RC verification document
Thanks for the fix!
| gharchive/pull-request | 2020-02-10T17:32:46 | 2025-04-01T06:04:54.183302 | {
"authors": [
"HorizonNet",
"busbey"
],
"repo": "apache/yetus",
"url": "https://github.com/apache/yetus/pull/87",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
197236213 | Fix bug with default arguments
@swift-ci Please smoke test
@swift-ci Please smoke test
@swift-ci Please smoke test
| gharchive/pull-request | 2016-12-22T18:22:55 | 2025-04-01T06:04:54.191556 | {
"authors": [
"slavapestov"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/6471",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
325521536 | Add as_blender_areaLight shader
What's the purpose of this shader?
It’s for area lights in blender. Esteban and I had a pretty in depth conversation in the Blender channel about it yesterday
Oh, I put in your suggestions.
| gharchive/pull-request | 2018-05-23T01:56:51 | 2025-04-01T06:04:54.192872 | {
"authors": [
"dictoon",
"jdent02"
],
"repo": "appleseedhq/appleseed",
"url": "https://github.com/appleseedhq/appleseed/pull/2053",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
143986359 | Cloudwall tracking and some more intercom
@mbifulco just wanted to leave a note here. The merge conflict is in gymnasium.js. It looks like you're missing the FB tracking pixel code. It's a bit surprising this is only showing up now because you committed that code back in Dec:
https://github.com/appsembler/edx-theme/c... | gharchive/pull-request | 2016-03-28T14:12:22 | 2025-04-01T06:04:54.198486 | {
"authors": [
"mbifulco",
"tkeemon"
],
"repo": "appsembler/edx-theme",
"url": "https://github.com/appsembler/edx-theme/pull/43",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
445964795 | Bugfix of DFS path uniqueness implementation
Intermediate PR check: https://jenkins.arangodb.biz/view/PR/job/arangodb-matrix-pr/4545/
https://jenkins.arangodb.biz/job/arangodb-matrix-pr-linux/6117/
https://jenkins.arangodb.biz/view/PR/job/arangodb-matrix-pr/4576/
http://jenkins01.arangodb.biz:8080/view/PR/job/a... | gharchive/pull-request | 2019-05-20T07:35:18 | 2025-04-01T06:04:54.209219 | {
"authors": [
"goedderz",
"hkernbach"
],
"repo": "arangodb/arangodb",
"url": "https://github.com/arangodb/arangodb/pull/9041",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
145152566 | rasterize,js: missing var declarations
Already fixed in #13976
| gharchive/pull-request | 2016-04-01T11:16:49 | 2025-04-01T06:04:54.221624 | {
"authors": [
"Vitallium",
"strathausen"
],
"repo": "ariya/phantomjs",
"url": "https://github.com/ariya/phantomjs/pull/14161",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
328720741 | Refactor context
:tada: This PR is included in version 6.0.8 :tada:
The release is available on:
npm package (@latest dist-tag)
GitHub release
Your semantic-release bot :package::rocket:
| gharchive/pull-request | 2018-06-02T07:02:00 | 2025-04-01T06:04:54.223755 | {
"authors": [
"arlac77"
],
"repo": "arlac77/npm-template-sync",
"url": "https://github.com/arlac77/npm-template-sync/pull/315",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
108679205 | Lint changelog in CI
https://github.com/artsy/mobile/issues/31
Awww yeah.
| gharchive/issue | 2015-09-28T15:14:30 | 2025-04-01T06:04:54.228345 | {
"authors": [
"ashfurrow",
"orta"
],
"repo": "artsy/eidolon",
"url": "https://github.com/artsy/eidolon/issues/515",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
309875363 | fix margin not set
Nice catch, I didn't find the issue as I'm using margin 0. Thanks for your contribution. Will merge it and release v1.0.6 in a couple of days as soon as I get some time.
| gharchive/pull-request | 2018-03-29T19:27:04 | 2025-04-01T06:04:54.242059 | {
"authors": [
"ashishpandey001",
"oankarberg"
],
"repo": "ashishpandey001/react-native-flip-toggle-button",
"url": "https://github.com/ashishpandey001/react-native-flip-toggle-button/pull/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
305223208 | Make things build with preview1 SDK without warnings
This makes it so that you can build a blazor project using the preview1 sdk without issues. Using this with a preview2 sdk fails pretty miserably, but we can have a guide to update for users trying this with a newer Sdk.
Thanks @pranavkm!
It looks good to me, but... | gharchive/pull-request | 2018-03-14T16:02:09 | 2025-04-01T06:04:54.247369 | {
"authors": [
"SteveSandersonMS",
"pranavkm",
"rynowak"
],
"repo": "aspnet/Blazor",
"url": "https://github.com/aspnet/Blazor/pull/262",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
159420112 | Rename HttpPlatformHandler to ASP.NET Core Module #1130
@Rick-Anderson review
:shipit:
Merged bf6765907428221d3a7bef370e89be431701699e
| gharchive/pull-request | 2016-06-09T14:21:01 | 2025-04-01T06:04:54.249069 | {
"authors": [
"Rick-Anderson",
"rachelappel"
],
"repo": "aspnet/Docs",
"url": "https://github.com/aspnet/Docs/pull/1365",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
260751290 | EF migration failing
This is happening just using the tutorial I am unable to use EF migrations for 2.0 projects right now. Here's what I receive using the tutorial. My files are same as tutorial. Take a look at the second line being generated "rosoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]", where i... | gharchive/issue | 2017-09-26T20:02:06 | 2025-04-01T06:04:54.253824 | {
"authors": [
"ajcvickers",
"bricelam",
"oneandy",
"pgmolloy"
],
"repo": "aspnet/EntityFrameworkCore",
"url": "https://github.com/aspnet/EntityFrameworkCore/issues/9904",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
213273311 | No mono
@davidfowl,
Thanks for having already signed the Contribution License Agreement. Your agreement was validated by .NET Foundation. We will now review your pull request.
Thanks,
.NET Foundation Pull Request Bot
| gharchive/pull-request | 2017-03-10T08:15:43 | 2025-04-01T06:04:54.256585 | {
"authors": [
"davidfowl",
"dnfclas"
],
"repo": "aspnet/JavaScriptServices",
"url": "https://github.com/aspnet/JavaScriptServices/pull/751",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
207624656 | [Fixes #5801] Move call to validate constructor in ComplexTypeModelBinder into CreateModel
The TryUpdateModel scenario, where the model type is not trivially constructable, but this is not a problem because the model was already instantiated.
For the above, I added a test in my earlier checkin:
https://github.com/a... | gharchive/pull-request | 2017-02-14T20:16:36 | 2025-04-01T06:04:54.264463 | {
"authors": [
"dougbu",
"kichalla",
"rynowak"
],
"repo": "aspnet/Mvc",
"url": "https://github.com/aspnet/Mvc/pull/5805",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
783719381 | add updated github triggers
Force merging because of the mistake in triggering an integration build during a PR validation.
Force merging because of the mistake in triggering an integration build during a PR validation.
| gharchive/pull-request | 2021-01-11T21:30:48 | 2025-04-01T06:04:54.265691 | {
"authors": [
"Psypher9"
],
"repo": "astro-panda/BasicRepos",
"url": "https://github.com/astro-panda/BasicRepos/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
223443588 | Make Marshal use StructTemplate
PTAL
I refactored to not compute the type unless you are doing MarshalType
| gharchive/pull-request | 2017-04-21T17:10:57 | 2025-04-01T06:04:54.283039 | {
"authors": [
"arv"
],
"repo": "attic-labs/noms",
"url": "https://github.com/attic-labs/noms/pull/3413",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
79208427 | Added StruckMetalBar, Vibes, and BowedString presets
This isn't passing travis. Maybe while you're at it, shipHorn is probably more well known as a Foghorn.
Typo, fixing now.
Don't forget that you can run Tests/travis.sh locally to quickly check whether your changes will pass Travis.
Ah yes, of course!
I'm thi... | gharchive/pull-request | 2015-05-21T23:49:42 | 2025-04-01T06:04:54.285688 | {
"authors": [
"aure",
"narner"
],
"repo": "audiokit/AudioKit",
"url": "https://github.com/audiokit/AudioKit/pull/156",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
395574559 | Fixing the network graph
Coverage remained the same at 96.046% when pulling e420fd3ea201402927b2c351d15fa8c2fc541191 on development into a8bf13d3caebeec719b396befedaa3a530f3f71c on master.
| gharchive/pull-request | 2019-01-03T13:34:21 | 2025-04-01T06:04:54.316163 | {
"authors": [
"coveralls",
"fortizpenaloza"
],
"repo": "ba-st/chalten",
"url": "https://github.com/ba-st/chalten/pull/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
201159464 | issue=1169, control page cache size in read
already test in lb
不属于bugfix,不用合到其它分支了,放新版吧
| gharchive/pull-request | 2017-01-17T02:18:49 | 2025-04-01T06:04:54.321024 | {
"authors": [
"00k",
"caijieming-baidu"
],
"repo": "baidu/tera",
"url": "https://github.com/baidu/tera/pull/1172",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
123094590 | Any idea for fix .evaluate
???
No ideas because not fixes needed.
Closing: not concrete
| gharchive/issue | 2015-12-19T16:03:27 | 2025-04-01T06:04:54.339344 | {
"authors": [
"puzrin",
"soyjavi"
],
"repo": "baudehlo/node-phantom-simple",
"url": "https://github.com/baudehlo/node-phantom-simple/issues/103",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
687165770 | Stop iteration on empty report exception
Yes. I tested it and it's suppose to be working.
| gharchive/pull-request | 2020-08-27T11:28:21 | 2025-04-01T06:04:54.349995 | {
"authors": [
"shenek"
],
"repo": "beda42/pycounter",
"url": "https://github.com/beda42/pycounter/pull/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
70216113 | add bower install
maybe publish to bower/npm ?
| gharchive/pull-request | 2015-04-22T19:35:32 | 2025-04-01T06:04:54.354044 | {
"authors": [
"dariubs",
"zhuangya"
],
"repo": "bendc/sprint",
"url": "https://github.com/bendc/sprint/pull/7",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
375592674 | add android build, enables splash screen customization
See also https://stackoverflow.com/questions/43879103/adding-a-splash-screen-to-flutter-apps
This might be a nice place to add the logo :-)
I've updated the branch to reflect the latest insights.
| gharchive/pull-request | 2018-10-30T16:54:39 | 2025-04-01T06:04:54.357442 | {
"authors": [
"rspilker"
],
"repo": "bennorichters/bnoggles",
"url": "https://github.com/bennorichters/bnoggles/pull/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
863916135 | Team workflow
test
| gharchive/pull-request | 2021-04-21T13:51:29 | 2025-04-01T06:04:54.359414 | {
"authors": [
"berryvanesch"
],
"repo": "berryvanesch/github-actions-for-ci",
"url": "https://github.com/berryvanesch/github-actions-for-ci/pull/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
664754336 | Évaluer %chauffage divers / bois (cheminée )
doublon + chauffage bois déjà traité
doublon + chauffage bois déjà traité
| gharchive/issue | 2020-07-23T20:45:37 | 2025-04-01T06:04:54.361776 | {
"authors": [
"Benjamin-Boisserie-ABC",
"publicodes"
],
"repo": "betagouv/ecolab-data",
"url": "https://github.com/betagouv/ecolab-data/issues/85",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
113802796 | Find Resource for TGT release.
Got json from http://hearthstonejson.com/ and images from http://wow.zamimg.com/ as they have tgt cards available.
| gharchive/issue | 2015-10-28T11:50:41 | 2025-04-01T06:04:54.364713 | {
"authors": [
"bhabanism"
],
"repo": "bhabanism/Threatmeter",
"url": "https://github.com/bhabanism/Threatmeter/issues/2",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
246957770 | add some tests for argument errors
Codecov Report
Merging #20 into master will increase coverage by 0.59%.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #20 +/- ##
=========================================
+ Coverage 98.21% 98.8% +0.59%
==============... | gharchive/pull-request | 2017-08-01T05:20:09 | 2025-04-01T06:04:54.371883 | {
"authors": [
"bicycle1885",
"codecov-io"
],
"repo": "bicycle1885/EzXML.jl",
"url": "https://github.com/bicycle1885/EzXML.jl/pull/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
165745289 | Add name key to readthedocs.yml
[Current coverage][cc-pull] is 89.87%
Merging [#459][cc-pull] into [master][cc-base-branch] will not change coverage
@@ master #459 diff @@
==========================================
Files 18 18
Lines 1274 1274 ... | gharchive/pull-request | 2016-07-15T09:22:57 | 2025-04-01T06:04:54.376697 | {
"authors": [
"codecov-io",
"ttmc"
],
"repo": "bigchaindb/bigchaindb",
"url": "https://github.com/bigchaindb/bigchaindb/pull/459",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
94121936 | upgraded adam, added Metrics, efficient track construction
Merged build triggered.
Merged build started.
Merged build finished. Test PASSed.
Merged! Thanks @erictu!
| gharchive/pull-request | 2015-07-09T18:41:27 | 2025-04-01T06:04:54.378103 | {
"authors": [
"AmplabJenkins",
"erictu",
"fnothaft"
],
"repo": "bigdatagenomics/mango",
"url": "https://github.com/bigdatagenomics/mango/pull/39",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
114659174 | Homework for 11/2
Thanks for moving your CLI files too @ndrk.
Good job.
| gharchive/pull-request | 2015-11-02T18:46:00 | 2025-04-01T06:04:54.379079 | {
"authors": [
"eikonomega",
"ndrk"
],
"repo": "bigfatpanda-training/pandas-practical-python-primer",
"url": "https://github.com/bigfatpanda-training/pandas-practical-python-primer/pull/51",
"license": "artistic-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
933269482 | Add consensus level decentralized post pinning mechanism to core.
Is this a global feature or will each node be able to have their own pinned posts? I see this is written to Core so I assume it's global.
Is this a global feature or will each node be able to have their own pinned posts? I see this is written to C... | gharchive/pull-request | 2021-06-30T03:25:27 | 2025-04-01T06:04:54.398622 | {
"authors": [
"KrassensteinBitClout",
"bluepartyhat",
"lazynina"
],
"repo": "bitclout/core",
"url": "https://github.com/bitclout/core/pull/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
337809212 | Merged jonalds english in, resolved conflicts
Included a revision that should allow us to go live with the new english copy without breaking any other langs. When the new translations are added the new templates will be included.
| gharchive/pull-request | 2018-07-03T09:10:21 | 2025-04-01T06:04:54.430053 | {
"authors": [
"maplesyrupsucker"
],
"repo": "bitcoincashorg/bitcoincash.org",
"url": "https://github.com/bitcoincashorg/bitcoincash.org/pull/67",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
865804278 | New topic: BIP152 compact block relay
All previous review comments have been addressed. I have one additional comment (https://github.com/bitcoinops/bitcoinops.github.io/pull/560#discussion_r636797844).
| gharchive/pull-request | 2021-04-23T06:50:38 | 2025-04-01T06:04:54.431163 | {
"authors": [
"harding",
"jnewbery"
],
"repo": "bitcoinops/bitcoinops.github.io",
"url": "https://github.com/bitcoinops/bitcoinops.github.io/pull/560",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
76702332 | Show partial only for awarded applications
Good :+1:
| gharchive/pull-request | 2015-05-15T11:42:55 | 2025-04-01T06:04:54.433019 | {
"authors": [
"RuslanHamidullin",
"jaleszek"
],
"repo": "bitzesty/qae",
"url": "https://github.com/bitzesty/qae/pull/517",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
207370375 | Fix compiler error
@bradleymoovel happy to except patches. please base the python ones on https://github.com/bliksemlabs/rrrr/commits/tdata-cherokee
| gharchive/pull-request | 2017-02-13T23:23:43 | 2025-04-01T06:04:54.449615 | {
"authors": [
"bradleymoovel",
"skinkie"
],
"repo": "bliksemlabs/rrrr",
"url": "https://github.com/bliksemlabs/rrrr/pull/200",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
900875720 | docs: translated stickers.mdx
Aha, Thank you!
| gharchive/pull-request | 2021-05-25T14:15:51 | 2025-04-01T06:04:54.450270 | {
"authors": [
"CGQAQ",
"hylerrix"
],
"repo": "blitz-js/zh-hans.blitzjs.com",
"url": "https://github.com/blitz-js/zh-hans.blitzjs.com/pull/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
742046574 | WIP: Laravel migration
Cool, nice there's a sweet legacy approach
| gharchive/pull-request | 2020-11-13T01:13:20 | 2025-04-01T06:04:54.461900 | {
"authors": [
"pjaudiomv",
"radius314"
],
"repo": "bmlt-enabled/yap",
"url": "https://github.com/bmlt-enabled/yap/pull/494",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
951279966 | Change the output of the hello word sample to say "Hello there or stranger!"
Please provide the details description and sample artficat
Done .
| gharchive/issue | 2021-07-23T06:07:45 | 2025-04-01T06:04:54.463028 | {
"authors": [
"bmnerlekar"
],
"repo": "bmnerlekar/sample-cloud-native-toolchain-tutorial-20210722152508376",
"url": "https://github.com/bmnerlekar/sample-cloud-native-toolchain-tutorial-20210722152508376/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
456439310 | Sarsop cache
So it appears that travis's ancient trusty format has some issues with ghostscript in generating figures etc.
This commit also provides updated cache for checking the appendices.
| gharchive/pull-request | 2019-06-14T21:04:29 | 2025-04-01T06:04:54.464969 | {
"authors": [
"cboettig"
],
"repo": "boettiger-lab/pomdp-intro",
"url": "https://github.com/boettiger-lab/pomdp-intro/pull/2",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
893563145 | Source code license missing
The information can now be listed on the website for individual mapping files:
| gharchive/issue | 2021-05-17T17:50:51 | 2025-04-01T06:04:54.669460 | {
"authors": [
"egonw"
],
"repo": "bridgedb/create-bridgedb-genedb",
"url": "https://github.com/bridgedb/create-bridgedb-genedb/issues/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
538885771 | 求创建数据库语句sql文件
可以发一份建表sql嘛?谢谢大佬 1547353224@qq.com
大佬,你要到sql了吗。如果有麻烦发我一份775134046@qq.com 谢谢
| gharchive/issue | 2019-12-17T07:23:27 | 2025-04-01T06:04:54.687624 | {
"authors": [
"breatpiitt",
"goodBoy-tiger",
"xjtu2015"
],
"repo": "bz51/SpringBoot-Dubbo-Docker-Jenkins",
"url": "https://github.com/bz51/SpringBoot-Dubbo-Docker-Jenkins/issues/29",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
330566393 | docs: update d3 version
Codecov Report
Merging #2387 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #2387 +/- ##
=======================================
Coverage 77.23% 77.23%
======================================... | gharchive/pull-request | 2018-06-08T08:30:17 | 2025-04-01T06:04:54.696488 | {
"authors": [
"codecov-io",
"kt3k"
],
"repo": "c3js/c3",
"url": "https://github.com/c3js/c3/pull/2387",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
142703623 | Section headings for all the little parts of the database tables docs page
Done!
| gharchive/issue | 2016-03-22T16:29:40 | 2025-04-01T06:04:54.717046 | {
"authors": [
"gordonje",
"palewire"
],
"repo": "california-civic-data-coalition/django-calaccess-raw-data",
"url": "https://github.com/california-civic-data-coalition/django-calaccess-raw-data/issues/1319",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.