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 |
|---|---|---|---|---|---|
525661422 | Add support for Python 3.7 and 3.8, drop 2.6, 3.3 and 3.4
I agree that we can drop support for python 2.6 in Flask-User 1.0. Is there a reason why we are considering dropping Python 3.3 and 3.4?
Of course, I've just created this issue to not loose the idea :)
We had conversation with @lingthio about supported ver... | gharchive/issue | 2019-11-20T08:54:18 | 2025-04-01T06:04:56.507396 | {
"authors": [
"and-semakin",
"lingthio"
],
"repo": "lingthio/Flask-User",
"url": "https://github.com/lingthio/Flask-User/issues/281",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
320129586 | 昨天在谷歌手机上测试发现进度条进度一直是0,总进度也是0,我是用demo运行的,求解
谷歌手机系统版本是7.1.2
链接发来看看
它这个getDuration有问题,超出老臣解决范围。系统api有问题
| gharchive/issue | 2018-05-04T01:21:59 | 2025-04-01T06:04:56.544506 | {
"authors": [
"lipangit",
"ymw2017"
],
"repo": "lipangit/JiaoZiVideoPlayer",
"url": "https://github.com/lipangit/JiaoZiVideoPlayer/issues/1823",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
714381233 | Raises different exception when trying to process timed out message
Codecov Report
Merging #28 into master will decrease coverage by 1.52%.
The diff coverage is 90.90%.
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
- Coverage 82.3... | gharchive/pull-request | 2020-10-04T19:10:12 | 2025-04-01T06:04:56.558363 | {
"authors": [
"GinTR1k",
"codecov-commenter"
],
"repo": "list-family/ansq",
"url": "https://github.com/list-family/ansq/pull/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
652533216 | Fixed a number of typos in docs/FAQ
Thanks!
| gharchive/pull-request | 2020-07-07T18:34:56 | 2025-04-01T06:04:56.667644 | {
"authors": [
"lmcinnes",
"sg-s"
],
"repo": "lmcinnes/umap",
"url": "https://github.com/lmcinnes/umap/pull/463",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
65187409 | Update sample policy as its very confusing.
You are right this is confusing!
Would you mind doing step 2 of the contributing guide? https://github.com/elastic/logstash/blob/master/CONTRIBUTING.md#contribution-steps
Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone wi... | gharchive/pull-request | 2015-03-30T11:01:56 | 2025-04-01T06:04:56.671455 | {
"authors": [
"azdlowry",
"elasticsearch-release",
"ph"
],
"repo": "logstash-plugins/logstash-output-sqs",
"url": "https://github.com/logstash-plugins/logstash-output-sqs/pull/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
197528073 | android7.0的FileUriExposedException,建议解决一下
same problem +1
same problem +2
same problem +3
同样的问题+4
+1
same problem +6
+1
| gharchive/issue | 2016-12-26T03:02:58 | 2025-04-01T06:04:56.676158 | {
"authors": [
"AkkayaEmre",
"KevinUncle",
"Thuantanon",
"bby0856",
"cdukuang",
"hexianqiao3755",
"lindan83",
"xm3366336"
],
"repo": "lovetuzitong/MultiImageSelector",
"url": "https://github.com/lovetuzitong/MultiImageSelector/issues/112",
"license": "mit",
"license_type": "p... |
268202299 | Update main.md
Nice catch.
| gharchive/pull-request | 2017-10-24T22:04:55 | 2025-04-01T06:04:56.676974 | {
"authors": [
"lswith",
"lucacorti"
],
"repo": "lucacorti/lapin",
"url": "https://github.com/lucacorti/lapin/pull/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
316471713 | implement parsing of coalesced packets
The main problem here is the way we use our packet buffers: We get one packet buffer for reading the whole UDP packet, and we put it back after processing a QUIC packet. This worked fine when one UDP packet contained exactly one QUIC packet, but coalesced packets violate that as... | gharchive/issue | 2018-04-21T07:57:49 | 2025-04-01T06:04:56.677899 | {
"authors": [
"marten-seemann"
],
"repo": "lucas-clemente/quic-go",
"url": "https://github.com/lucas-clemente/quic-go/issues/1312",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
527891928 | improve logging of undecryptable packets
Codecov Report
Merging #2247 into master will increase coverage by 0.01%.
The diff coverage is 85.71%.
@@ Coverage Diff @@
## master #2247 +/- ##
=========================================
+ Coverage 86.39% 86.4% +0.01%
===... | gharchive/pull-request | 2019-11-25T07:07:59 | 2025-04-01T06:04:56.685089 | {
"authors": [
"codecov-io",
"marten-seemann"
],
"repo": "lucas-clemente/quic-go",
"url": "https://github.com/lucas-clemente/quic-go/pull/2247",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
837135886 | biggan.py: import numpy as np for line 600
@cclauss ohh that function is never used though
| gharchive/pull-request | 2021-03-21T17:27:49 | 2025-04-01T06:04:56.687485 | {
"authors": [
"cclauss",
"lucidrains"
],
"repo": "lucidrains/big-sleep",
"url": "https://github.com/lucidrains/big-sleep/pull/55",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
740402942 | lens: Add version 3.6.8
/verify
| gharchive/pull-request | 2020-11-11T02:30:07 | 2025-04-01T06:04:56.697293 | {
"authors": [
"Ash258",
"VoX"
],
"repo": "lukesampson/scoop-extras",
"url": "https://github.com/lukesampson/scoop-extras/pull/5089",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
53734657 | Browser support?
Hi!
We'll work on that soon, during our ergonomics and accessibility optimization.
Hey guys, huge big ups for this project! As of today, it looks much better and it's more performing than the Material Design project.
I would have one question speaking of the browser support. Which browsers do you p... | gharchive/issue | 2015-01-08T10:19:01 | 2025-04-01T06:04:56.700358 | {
"authors": [
"badoet",
"janmyler",
"kalicki",
"malexandre",
"matmkian",
"pavlospolianidis"
],
"repo": "lumapps/lumX",
"url": "https://github.com/lumapps/lumX/issues/101",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
624583413 | 希望添加多选功能添加歌曲到列表
使用shift/ctrl可以多选
多谢
| gharchive/issue | 2020-05-26T03:52:49 | 2025-04-01T06:04:56.704590 | {
"authors": [
"Johnliny",
"SionChen"
],
"repo": "lyswhut/lx-music-desktop",
"url": "https://github.com/lyswhut/lx-music-desktop/issues/216",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
225068141 | 获得问题的“评论”/添加评论
@Fity 我在想一个问题,如果用mock的话,我如何保证我的接口是正确的,加入知乎有更新,我也发现不了,所以...
@lzjun567 小伙子妳再想想?你这个是写在测试用例里了,那如果你不跑测试用例呢?你写测试用例的目的到底是为了验证自己代码写的没错还是验证和知乎的交互协议没问题?
@两个都要验证,错了一个都不行
@lzjun567 其实你的测试用例只需要(并且只应该)测试你自己的代码没有问题。协议的问题应该在另外的地方验证。这和你测试玩不完善没什么关系。
你想想你跑测试的时机。你代码写完了,没什么原因的话你是不会去改代码的,然后也就不会去跑测试了。那这段时间内协议如果变了呢?你怎么知... | gharchive/pull-request | 2017-04-28T12:36:54 | 2025-04-01T06:04:56.707407 | {
"authors": [
"Fity",
"chenghengchao",
"lzjun567"
],
"repo": "lzjun567/zhihu-api",
"url": "https://github.com/lzjun567/zhihu-api/pull/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
430171055 | Various bugfixes
Codecov Report
Merging #174 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #174 +/- ##
========================================
Coverage 56.2% 56.2%
Complexity 2719 2719
=... | gharchive/pull-request | 2019-04-07T17:27:46 | 2025-04-01T06:04:56.731865 | {
"authors": [
"codecov-io",
"famoser"
],
"repo": "mangelio/web",
"url": "https://github.com/mangelio/web/pull/174",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
603612458 | update README install instructions with @mapbox namespaced
cc @mattficke
| gharchive/pull-request | 2020-04-21T00:06:44 | 2025-04-01T06:04:56.736298 | {
"authors": [
"andrewharvey"
],
"repo": "mapbox/mbview",
"url": "https://github.com/mapbox/mbview/pull/100",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
508311 | developer manual
The following resources should be enough:
http://marcelog.github.io/PAMI/examples.html
| gharchive/issue | 2011-01-05T16:05:46 | 2025-04-01T06:04:56.742074 | {
"authors": [
"marcelog"
],
"repo": "marcelog/PAMI",
"url": "https://github.com/marcelog/PAMI/issues/8",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
54286007 | Add media type for JSON-LD
Thank you for this contribution!
| gharchive/pull-request | 2015-01-14T05:36:39 | 2025-04-01T06:04:56.759008 | {
"authors": [
"akuckartz",
"martinblech"
],
"repo": "martinblech/mimerender",
"url": "https://github.com/martinblech/mimerender/pull/27",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
229640289 | Add tabs to search results
I'm pretty partial to the mixed results page that's currently there. I can see where it would be convenient if you only care about a specific type of result, but I like being able to see results from all types when you've got a more specific query is more convenient. The current search page... | gharchive/issue | 2017-05-18T11:37:41 | 2025-04-01T06:04:56.762719 | {
"authors": [
"SzymonSporysz",
"marverenic"
],
"repo": "marverenic/Jockey",
"url": "https://github.com/marverenic/Jockey/issues/288",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
159104655 | how to use
Sory,wrong title . How to use the top-right button to dissmiss the keyboard?
Hi ZsIsMe, do you mean the backspace key? Custom layouts are not supported on MMNumberKeyboard but you can customize some of the keys—like the return key and the special key (which does what you intend by default).
To learn mo... | gharchive/issue | 2016-06-08T08:15:43 | 2025-04-01T06:04:56.777999 | {
"authors": [
"ZsIsMe",
"matmartinez"
],
"repo": "matmartinez/MMNumberKeyboard",
"url": "https://github.com/matmartinez/MMNumberKeyboard/issues/18",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
350496112 | Add emoji object to bulk import docs
This might now be covered by https://github.com/mattermost/docs/pull/2219
| gharchive/pull-request | 2018-08-14T16:07:32 | 2025-04-01T06:04:56.780678 | {
"authors": [
"jasonblais",
"jwilander"
],
"repo": "mattermost/docs",
"url": "https://github.com/mattermost/docs/pull/2216",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
166589930 | Updating themes per team documentation
+1
+1
| gharchive/pull-request | 2016-07-20T14:06:22 | 2025-04-01T06:04:56.781460 | {
"authors": [
"esethna",
"jasonblais",
"lfbrock"
],
"repo": "mattermost/docs",
"url": "https://github.com/mattermost/docs/pull/313",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
116643769 | Add Composer & Dotenv option
(for reference) https://mattstauffer.co/blog/environment-specific-configuration-for-craftcms-using-phpdotenv
| gharchive/pull-request | 2015-11-12T21:25:01 | 2025-04-01T06:04:56.783433 | {
"authors": [
"mattstauffer"
],
"repo": "mattstauffer/makeItCraft",
"url": "https://github.com/mattstauffer/makeItCraft/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
738745816 | add doc for 6126 - relative date support in campaigns
@npracht some conflicts to fix here
| gharchive/pull-request | 2020-11-09T06:57:19 | 2025-04-01T06:04:56.785118 | {
"authors": [
"RCheesley",
"npracht"
],
"repo": "mautic/mautic-documentation",
"url": "https://github.com/mautic/mautic-documentation/pull/132",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
119505957 | [DISCO_F746NG] Add support of this target in RTOS config files
We still need to add files to support for M7 or the way to reuse M4 files as it seems they should be compatible thus reusable
| gharchive/pull-request | 2015-11-30T14:43:19 | 2025-04-01T06:04:56.792622 | {
"authors": [
"0xc0170",
"bcostm"
],
"repo": "mbedmicro/mbed",
"url": "https://github.com/mbedmicro/mbed/pull/1461",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
893492548 | CI for Node
Initializes with two players
| gharchive/pull-request | 2021-05-17T16:14:44 | 2025-04-01T06:04:56.802948 | {
"authors": [
"mehrotra-prateek"
],
"repo": "mehrotra-prateek/github-actions-for-ci",
"url": "https://github.com/mehrotra-prateek/github-actions-for-ci/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
876200280 | Adapt release process to push to CocoaPods
bors merge
| gharchive/pull-request | 2021-05-05T08:27:25 | 2025-04-01T06:04:56.803539 | {
"authors": [
"bidoubiwa",
"curquiza"
],
"repo": "meilisearch/meilisearch-swift",
"url": "https://github.com/meilisearch/meilisearch-swift/pull/126",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
837275066 | fix Matrix link
Thanks!
| gharchive/pull-request | 2021-03-22T03:11:53 | 2025-04-01T06:04:56.804118 | {
"authors": [
"cyroxx",
"konstin"
],
"repo": "meine-stadt-transparent/meine-stadt-transparent",
"url": "https://github.com/meine-stadt-transparent/meine-stadt-transparent/pull/573",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
549507657 | Missing Dagster and Ascend
plz create a PR to add them according to contribution guidelines @garrettthomaskth
| gharchive/issue | 2020-01-14T11:32:42 | 2025-04-01T06:04:56.804811 | {
"authors": [
"garrettthomaskth",
"meirwah"
],
"repo": "meirwah/awesome-workflow-engines",
"url": "https://github.com/meirwah/awesome-workflow-engines/issues/47",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
278260901 | Chore: Bump html-minifier version to 3.5.7
👍
| gharchive/pull-request | 2017-11-30T20:35:08 | 2025-04-01T06:04:56.806566 | {
"authors": [
"melonmanchan",
"radum"
],
"repo": "melonmanchan/express-minify-html",
"url": "https://github.com/melonmanchan/express-minify-html/pull/8",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
357763128 | Update metatests to v0.2
Landed in https://github.com/metarhia/globalstorage/commit/a8a4fae8ba04fba33bc58aadef20a2eacd3461c4.
| gharchive/pull-request | 2018-09-06T17:57:36 | 2025-04-01T06:04:56.814478 | {
"authors": [
"belochub"
],
"repo": "metarhia/globalstorage",
"url": "https://github.com/metarhia/globalstorage/pull/210",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
657569798 | resized fig2 cartoon but still need adjust some minor spacing
Codecov Report
Merging #451 into master will increase coverage by 0.11%.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #451 +/- ##
==========================================
+ Coverage 86.83% 86.... | gharchive/pull-request | 2020-07-15T18:42:50 | 2025-04-01T06:04:56.822687 | {
"authors": [
"codecov-commenter",
"jclagarde",
"shak360"
],
"repo": "meyer-lab/tHMM",
"url": "https://github.com/meyer-lab/tHMM/pull/451",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
130143465 | Small fixes to README.md
Thank you @LuxDie !
| gharchive/pull-request | 2016-01-31T16:02:44 | 2025-04-01T06:04:56.824643 | {
"authors": [
"LuxDie",
"NathanWalker"
],
"repo": "mgechev/angular2-seed",
"url": "https://github.com/mgechev/angular2-seed/pull/421",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
891304005 | Shard Connections.json into files to make by-hand changes cleaner
Discussed more offline - our guidance here should be just to delete connections.json. That's akin to "log out" or clear browser cookies.
| gharchive/issue | 2021-05-13T19:19:21 | 2025-04-01T06:04:56.846666 | {
"authors": [
"MikeStall",
"lesaltzm"
],
"repo": "microsoft/PowerApps-Language-Tooling",
"url": "https://github.com/microsoft/PowerApps-Language-Tooling/issues/216",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
619575594 | Adding sqlproj extension to coveralls workflow
Coverage increased (+0.6%) to 34.49% when pulling a48c939e8ba39d59e6d6edd7f2184354d5d0c826 on benjin/addSqlProjToCoveralls into 47687ff6b2000fc28768113e9cef800226c7fec5 on master.
| gharchive/pull-request | 2020-05-16T23:37:08 | 2025-04-01T06:04:56.848647 | {
"authors": [
"Benjin",
"coveralls"
],
"repo": "microsoft/azuredatastudio",
"url": "https://github.com/microsoft/azuredatastudio/pull/10468",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
458383493 | [webportal]group plugin
Coverage remained the same at 50.344% when pulling 37450f24b5ec587aa00bb610a9b81bb9ccc79c7d on group_plugin into a12fc93f505db25461155548d0990af428f89af1 on authndev.
| gharchive/pull-request | 2019-06-20T06:57:03 | 2025-04-01T06:04:56.850158 | {
"authors": [
"coveralls",
"fenghuajia"
],
"repo": "microsoft/pai",
"url": "https://github.com/microsoft/pai/pull/2966",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
730247156 | Update Example
Coverage remained the same at 34.037% when pulling a04b7543829ac1070ea0b42c23322f300b48fff3 on AmberMsy:sy_example into 5467091c462ad51b46133b9e866922e44601f5a4 on microsoft:master.
Some comments:
Please remove cluster-specific config in the yaml file, like:
- plugin: teamwise_storage
pa... | gharchive/pull-request | 2020-10-27T08:54:00 | 2025-04-01T06:04:56.853448 | {
"authors": [
"AmberMsy",
"coveralls",
"hzy46"
],
"repo": "microsoft/pai",
"url": "https://github.com/microsoft/pai/pull/5018",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
517830667 | Dev zelenyy
The build is failing.
| gharchive/pull-request | 2019-11-05T15:06:07 | 2025-04-01T06:04:57.082949 | {
"authors": [
"Zelenyy",
"altavir"
],
"repo": "mipt-npm/dataforge-core",
"url": "https://github.com/mipt-npm/dataforge-core/pull/26",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
167579678 | Update OdeMessages_zh_CN.properties
LGTM
(checked by Natalie)
@GodUseVPN MERGED
| gharchive/pull-request | 2016-07-26T10:58:37 | 2025-04-01T06:04:57.086935 | {
"authors": [
"GodUseVPN",
"halatmit",
"jisqyv"
],
"repo": "mit-cml/appinventor-sources",
"url": "https://github.com/mit-cml/appinventor-sources/pull/824",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
565348028 | There is no password field in parameters of connection
Please check out the documentation in the front page :-)
Short of it - you have two options:
1 - create your own Redis client in any way you wish and pass it via client parameter instead of host/port parameters.
2 - Keep using host/port parameters but also use op... | gharchive/issue | 2020-02-14T14:07:08 | 2025-04-01T06:04:57.101491 | {
"authors": [
"AlexanderKozhevin",
"brnavneet",
"mlasevich"
],
"repo": "mlasevich/PyRSMQ",
"url": "https://github.com/mlasevich/PyRSMQ/issues/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
440969082 | How to run code only once on cold start?
You would need to write your own bootstrap file, either in a layer or straight in your repository.
Is there any example? Where is this bootstrap file in bref?
A little background: I want to use libre-office serverless in aws lamdba and need to extract the zip file on cold st... | gharchive/issue | 2019-05-07T00:17:53 | 2025-04-01T06:04:57.104949 | {
"authors": [
"mnapoli",
"prolic"
],
"repo": "mnapoli/bref",
"url": "https://github.com/mnapoli/bref/issues/326",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
305608290 | updated package.json peerOptionalDependencies to support bson-ext 2.0.0+
Why was this closed?
@veered We renamed the branch 3.0.0 to master, which had the unintentional side-effect of closing active PRs. If someone would like to re-make this PR against master, we can consider it.
Thanks for reopening this, could ... | gharchive/pull-request | 2018-03-15T15:44:31 | 2025-04-01T06:04:57.276017 | {
"authors": [
"AngefloMusic",
"daprahamian",
"mbroadst",
"veered"
],
"repo": "mongodb-js/mongodb-core",
"url": "https://github.com/mongodb-js/mongodb-core/pull/284",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
233639122 | [objc] Update release notes about NSDate support
Build and tests passed.
| gharchive/pull-request | 2017-06-05T16:18:53 | 2025-04-01T06:04:57.281172 | {
"authors": [
"dalexsoto",
"monojenkins"
],
"repo": "mono/Embeddinator-4000",
"url": "https://github.com/mono/Embeddinator-4000/pull/384",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
690626635 | Fix typo causing Agility to no show up properly for Talent Actor
Please PR to the es6 branch
| gharchive/pull-request | 2020-09-02T01:17:11 | 2025-04-01T06:04:57.285817 | {
"authors": [
"DSchmidlin",
"moo-man"
],
"repo": "moo-man/WFRP4e-FoundryVTT",
"url": "https://github.com/moo-man/WFRP4e-FoundryVTT/pull/46",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
495893643 | build: update github.com/moov-io/ach to v1.2.0-rc1
cc @rayjlinden
Codecov Report
Merging #262 into master will increase coverage by 0.04%.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #262 +/- ##
=========================================
+ Coverage 61.15% ... | gharchive/pull-request | 2019-09-19T16:04:14 | 2025-04-01T06:04:57.292805 | {
"authors": [
"adamdecaf",
"codecov-io"
],
"repo": "moov-io/paygate",
"url": "https://github.com/moov-io/paygate/pull/262",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
148776688 | Add google maps component
https://github.com/moxie-leean/ng-patterns/issues/20#issuecomment-210677848
| gharchive/issue | 2016-04-15T21:43:06 | 2025-04-01T06:04:57.296206 | {
"authors": [
"adamf321",
"mitogh"
],
"repo": "moxie-leean/ng-patterns",
"url": "https://github.com/moxie-leean/ng-patterns/issues/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
71104681 | Fixes bug 1149355 - shows Vidyo room info on summary and review page
@peterbe please review this
Excellent!! So good to see you back in the game!
| gharchive/pull-request | 2015-04-26T18:44:44 | 2025-04-01T06:04:57.305526 | {
"authors": [
"lcamacho",
"peterbe"
],
"repo": "mozilla/airmozilla",
"url": "https://github.com/mozilla/airmozilla/pull/287",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
688572539 | Support grayscale images
#40 #35
Outdated due to #47.
| gharchive/pull-request | 2020-08-29T17:26:39 | 2025-04-01T06:04:57.333477 | {
"authors": [
"mseitzer",
"raven38"
],
"repo": "mseitzer/pytorch-fid",
"url": "https://github.com/mseitzer/pytorch-fid/pull/41",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
147337486 | hackathon_stat
Please fix the comment. Only 1 comment need to be resovle
| gharchive/pull-request | 2016-04-11T07:20:45 | 2025-04-01T06:04:57.334293 | {
"authors": [
"frankyao47",
"juniwang"
],
"repo": "msopentechcn/open-hackathon",
"url": "https://github.com/msopentechcn/open-hackathon/pull/568",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
162420743 | Add information about licensing
Thank you for information.
@vbauer thanks for pointing that out 😄
| gharchive/issue | 2016-06-27T10:29:17 | 2025-04-01T06:04:57.337539 | {
"authors": [
"mukeshsolanki",
"vbauer"
],
"repo": "mukeshsolanki/App-Runtime-Permissions-Android",
"url": "https://github.com/mukeshsolanki/App-Runtime-Permissions-Android/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
180720304 | Minor comment fix in router.go
@mmulsow I merged it. Thank you!
| gharchive/pull-request | 2016-10-03T19:07:30 | 2025-04-01T06:04:57.358722 | {
"authors": [
"mmulsow",
"naoina"
],
"repo": "naoina/denco",
"url": "https://github.com/naoina/denco/pull/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
733535553 | Output size for fully convolutional can differ.
Next: add option for padding to ignore in loss function and overlap in classification
Thinking more about it, not going to add either of the things mentioned in the last comment.
| gharchive/pull-request | 2020-10-30T21:46:04 | 2025-04-01T06:04:57.359616 | {
"authors": [
"bcoltin"
],
"repo": "nasa/delta",
"url": "https://github.com/nasa/delta/pull/46",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
515530664 | Create Ordliste.md
Er det en ordliste fra A til Å på begreper i NAV? Er det begrepskatalogen som skal inn i systemet? Eller er dette en forenklet versjon vi ønsker at man skal ta i bruk, som er skrevet på en måte som er mulig å forstå :)
Skal jeg se over teksten eller godkjenne at Ordliste skal skal inn som en fane/t... | gharchive/pull-request | 2019-10-31T15:35:16 | 2025-04-01T06:04:57.362638 | {
"authors": [
"chrisarnesen",
"sergiohaisch"
],
"repo": "navikt/Designsystemet",
"url": "https://github.com/navikt/Designsystemet/pull/91",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
796945434 | Minmarkedsregion
Not needed trying to create new
| gharchive/pull-request | 2021-01-29T14:54:17 | 2025-04-01T06:04:57.363290 | {
"authors": [
"gstenseng"
],
"repo": "navikt/crm-arbeidsgiver-base",
"url": "https://github.com/navikt/crm-arbeidsgiver-base/pull/767",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
708372699 | Modify Contribution Guidelines
Access the file here.
what should be changed?
Hi @lordvins226 Can you make it more descriptive and presentable if possible. And try to add if anything fits.
@lordvins226 you can refer this https://github.com/connorphee/league_app/blob/master/CONTRIBUTING.md
But do see that only re... | gharchive/issue | 2020-09-24T18:06:41 | 2025-04-01T06:04:57.367579 | {
"authors": [
"Anushka-shukla",
"aniketrb-github",
"lordvins226",
"neil-dev"
],
"repo": "neil-dev/YouSafe",
"url": "https://github.com/neil-dev/YouSafe/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
126645835 | disable review
please remove it also from production check (it's commented out currently)
:+1:
| gharchive/pull-request | 2016-01-14T12:32:31 | 2025-04-01T06:04:57.372190 | {
"authors": [
"lubieniebieski",
"mczuchnowski",
"smnkrt"
],
"repo": "netguru/people",
"url": "https://github.com/netguru/people/pull/83",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
434497746 | fixes #474 register light-hybrid-4j services in Server module
Codecov Report
Merging #475 into master will decrease coverage by 0.02%.
The diff coverage is 18.57%.
@@ Coverage Diff @@
## master #475 +/- ##
============================================
- Coverage 4... | gharchive/pull-request | 2019-04-17T21:38:57 | 2025-04-01T06:04:57.385972 | {
"authors": [
"codecov-io",
"santoshaherkar",
"stevehu"
],
"repo": "networknt/light-4j",
"url": "https://github.com/networknt/light-4j/pull/475",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
192335030 | make interface allow for testing without training
this is handled by PR #22
| gharchive/issue | 2016-11-29T16:44:36 | 2025-04-01T06:04:57.387561 | {
"authors": [
"yamins81"
],
"repo": "neuroailab/tfutils",
"url": "https://github.com/neuroailab/tfutils/issues/20",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
158963850 | support for running tests and tests for AddCommas Pipe
We now have the testing infrastructure set up (a583221b2840cb88f57c6e40590aa2a325a530d8). If you would like to submit another PR with the add-commas.spec.ts, I'll get that merged in.
| gharchive/pull-request | 2016-06-07T16:11:45 | 2025-04-01T06:04:57.389767 | {
"authors": [
"krjordan",
"ksachdeva"
],
"repo": "ngrx/example-app",
"url": "https://github.com/ngrx/example-app/pull/14",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
112003020 | Consider replacing leo-reset with the DTR reset used for STK500 boards
I just ran a quick test with this, and lowering DTR closes the port fully (so that we can reconnect at the correct baud rate for programming). Thanks for the suggestion and research on this :grin:
Now if we could only get serialport.close to do th... | gharchive/issue | 2015-10-18T05:54:27 | 2025-04-01T06:04:57.416809 | {
"authors": [
"ArekSredzki",
"noopkat"
],
"repo": "noopkat/avrgirl-arduino",
"url": "https://github.com/noopkat/avrgirl-arduino/issues/29",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
69591003 | Upgraded Dependencies And Changed Target SDK to 22 ( Android 5.1)
Broke the build. Thanks anyway.
| gharchive/pull-request | 2015-04-20T13:49:03 | 2025-04-01T06:04:57.418773 | {
"authors": [
"nostra13",
"vivekkiran"
],
"repo": "nostra13/Android-Universal-Image-Loader",
"url": "https://github.com/nostra13/Android-Universal-Image-Loader/pull/962",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
69678209 | Backspace erase doesn't work in TypeIn
GLFW keys weren't being converted at all. Added a big switch case to convert them to kiUi scancodes (which were copied from OIS)
| gharchive/issue | 2015-04-20T20:55:14 | 2025-04-01T06:04:57.420020 | {
"authors": [
"alexeyknyshev",
"novembermonk"
],
"repo": "novembermonk/kiui",
"url": "https://github.com/novembermonk/kiui/issues/8",
"license": "Zlib",
"license_type": "permissive",
"license_source": "github-api"
} |
694042578 | Release 0.7.0 version
bors r+
| gharchive/pull-request | 2020-09-05T09:14:34 | 2025-04-01T06:04:57.420672 | {
"authors": [
"nox"
],
"repo": "nox/serde_urlencoded",
"url": "https://github.com/nox/serde_urlencoded/pull/84",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
271201181 | Add bambou and json dependencies in nuget spec
Monolithe was updated
| gharchive/issue | 2017-11-04T15:42:39 | 2025-04-01T06:04:57.430491 | {
"authors": [
"nuage-ps",
"pdumais"
],
"repo": "nuagenetworks/vspk-csharp",
"url": "https://github.com/nuagenetworks/vspk-csharp/issues/5",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
594919659 | audit fix
Coverage remained the same at 66.176% when pulling eff4a5bca839258b794b3633006cb3f8a5a7a3fd on pr/audit-fix into 73c3df0d7e97f9a2ae8a2e647938be6ef863843b on master.
| gharchive/pull-request | 2020-04-06T08:45:11 | 2025-04-01T06:04:57.432563 | {
"authors": [
"coveralls",
"is2ei"
],
"repo": "nulab/hubot-typetalk",
"url": "https://github.com/nulab/hubot-typetalk/pull/45",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
175023216 | [T3A5][T13-A3]Ong Qi Yong
Ready for review
Good distribution of responsibilities between the classes. The methods are of reasonable SLAP as well. Good job.
| gharchive/pull-request | 2016-09-05T08:45:28 | 2025-04-01T06:04:57.436068 | {
"authors": [
"oqyxxy",
"zhongwei-z"
],
"repo": "nus-cs2103-AY1617S1/addressbook-level2",
"url": "https://github.com/nus-cs2103-AY1617S1/addressbook-level2/pull/828",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
210829695 | [T6A1][W14-B2]Xu Ruolan
You're missing your StorageStub implementation
Some comments added. Feel free to add more comment if you have any questions. Once you are done, you may close the PR after reading comments.
| gharchive/pull-request | 2017-02-28T16:01:55 | 2025-04-01T06:04:57.437031 | {
"authors": [
"fiomolv",
"mauris"
],
"repo": "nus-cs2103-AY1617S2/addressbook-level3",
"url": "https://github.com/nus-cs2103-AY1617S2/addressbook-level3/pull/430",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
269078179 | Implement pagination, update dependencies; return empty list if no users
Can be merged if https://github.com/o2r-project/o2r-web-api/pull/62 is acknowledged by @jansule
@LukasLohoff since you're currently testing login, please update and test the latest version of bouncer. Thanks!
| gharchive/pull-request | 2017-10-27T11:41:26 | 2025-04-01T06:04:57.452818 | {
"authors": [
"nuest"
],
"repo": "o2r-project/o2r-bouncer",
"url": "https://github.com/o2r-project/o2r-bouncer/pull/12",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
432695250 | Doc: add FAQ entry on ob run
Also can you add comments to the relevant source files to point out that this need to be updated if the implementation is changed?
@kmicklas Do we use some form of standard format for those backlinks, or just -- See also FAQ.md?
Also can you add comments to the relevant source file... | gharchive/pull-request | 2019-04-12T18:40:20 | 2025-04-01T06:04:57.458166 | {
"authors": [
"ali-abrar",
"smondet"
],
"repo": "obsidiansystems/obelisk",
"url": "https://github.com/obsidiansystems/obelisk/pull/407",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
151121894 | fix(npm): Updated to beta 15
Hey! Thanks for the PR!
Looks like I'll have to update the tests as well. If you have the time to do it, otherwise I'll see if I can make it tonight
Ok, asap a new pull request.
| gharchive/pull-request | 2016-04-26T12:34:48 | 2025-04-01T06:04:57.459214 | {
"authors": [
"nsanitate",
"ocombe"
],
"repo": "ocombe/ng2-translate",
"url": "https://github.com/ocombe/ng2-translate/pull/100",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
452937045 | Fix typo
Cheers!
| gharchive/pull-request | 2019-06-06T09:51:05 | 2025-04-01T06:04:57.461292 | {
"authors": [
"codeinthehole",
"rasoolsomji"
],
"repo": "octoenergy/conventions",
"url": "https://github.com/octoenergy/conventions/pull/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
217042900 | improvement on docker
This should make better use of the docker cache
| gharchive/pull-request | 2017-03-26T10:43:07 | 2025-04-01T06:04:57.483020 | {
"authors": [
"yangli1990"
],
"repo": "odota/ui",
"url": "https://github.com/odota/ui/pull/843",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
477892207 | API: implement DistributedContext
Implemented in #18
| gharchive/issue | 2019-08-07T12:15:53 | 2025-04-01T06:04:57.515027 | {
"authors": [
"fbogsany"
],
"repo": "open-telemetry/opentelemetry-ruby",
"url": "https://github.com/open-telemetry/opentelemetry-ruby/issues/28",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
852020481 | Added privacy policy in footer
https://github.com/open-telemetry/opentelemetry.io/issues/175
Fixes the above issue
| gharchive/pull-request | 2021-04-07T05:26:56 | 2025-04-01T06:04:57.515954 | {
"authors": [
"harshita19244"
],
"repo": "open-telemetry/opentelemetry.io",
"url": "https://github.com/open-telemetry/opentelemetry.io/pull/523",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
413670929 | Add: Smallest Range I
Codecov Report
Merging #384 into master will decrease coverage by 0.21%.
The diff coverage is 72.72%.
@@ Coverage Diff @@
## master #384 +/- ##
==========================================
- Coverage 100% 99.78% -0.22%
===================... | gharchive/pull-request | 2019-02-23T08:05:17 | 2025-04-01T06:04:57.536547 | {
"authors": [
"codecov-io",
"openset"
],
"repo": "openset/leetcode",
"url": "https://github.com/openset/leetcode/pull/384",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
415102548 | Update: description
Codecov Report
Merging #416 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #416 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files ... | gharchive/pull-request | 2019-02-27T12:34:06 | 2025-04-01T06:04:57.541570 | {
"authors": [
"codecov-io",
"openset"
],
"repo": "openset/leetcode",
"url": "https://github.com/openset/leetcode/pull/416",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
473722694 | Add: new
Codecov Report
Merging #623 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #623 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 185 1... | gharchive/pull-request | 2019-07-28T09:06:17 | 2025-04-01T06:04:57.546618 | {
"authors": [
"codecov-io",
"openset"
],
"repo": "openset/leetcode",
"url": "https://github.com/openset/leetcode/pull/623",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
935052907 | Bug 1977159: bump aws-sdk-go to v1.38.35
/lgtm
/label qe-approved
| gharchive/pull-request | 2021-07-01T17:12:42 | 2025-04-01T06:04:57.547501 | {
"authors": [
"dmage",
"wzheng1"
],
"repo": "openshift/cluster-image-registry-operator",
"url": "https://github.com/openshift/cluster-image-registry-operator/pull/704",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
829126279 | DefaultServerName extracts only the host portion from the network address
/retest
/assign @mfojtik @sttts
/retest
ref: https://github.com/openshift/kubernetes/pull/603
/retest
/lgtm
/retest
/retest
/lgtm
/approve
| gharchive/pull-request | 2021-03-11T12:55:52 | 2025-04-01T06:04:57.550632 | {
"authors": [
"mfojtik",
"p0lyn0mial",
"sttts"
],
"repo": "openshift/library-go",
"url": "https://github.com/openshift/library-go/pull/1010",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
160765805 | Fixing handlers name section
:+1:
| gharchive/pull-request | 2016-06-16T21:31:08 | 2025-04-01T06:04:57.553173 | {
"authors": [
"robotmaxtron",
"stenwt"
],
"repo": "openshift/openshift-tools",
"url": "https://github.com/openshift/openshift-tools/pull/696",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
736568857 | [posix] forkpty-arg value as a single argument
[posix] url support space in forkpty-arg
Is this PR title accurate?
[posix] url support space in forkpty-arg
Is this PR title accurate?
updated.
| gharchive/pull-request | 2020-11-05T02:57:33 | 2025-04-01T06:04:57.558438 | {
"authors": [
"bukepo",
"jwhui"
],
"repo": "openthread/openthread",
"url": "https://github.com/openthread/openthread/pull/5772",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
123624695 | make_release: 1.8.12
ok.
| gharchive/pull-request | 2015-12-23T09:10:25 | 2025-04-01T06:04:57.562056 | {
"authors": [
"domsj",
"toolslive"
],
"repo": "openvstorage/arakoon",
"url": "https://github.com/openvstorage/arakoon/pull/33",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
227740777 | update refs links to apache links
PG4 245
| gharchive/pull-request | 2017-05-10T16:36:43 | 2025-04-01T06:04:57.563491 | {
"authors": [
"bjustin-ibm",
"csantanapr"
],
"repo": "openwhisk/openwhisk",
"url": "https://github.com/openwhisk/openwhisk/pull/2231",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
665779189 | [admin/minor] User Inlines change form fix
Coverage increased (+0.02%) to 97.218% when pulling d584f5ad2e8e07683d85f24f4ee6c7228a9e8264 on atb00ker:inlines_fix into c6c738b7dcf8c0599e96a7b1a10963b79cf609d2 on openwisp:master.
Coverage increased (+0.02%) to 97.218% when pulling d584f5ad2e8e07683d85f24f4ee6c7228a9e... | gharchive/pull-request | 2020-07-26T13:21:46 | 2025-04-01T06:04:57.569307 | {
"authors": [
"atb00ker",
"coveralls"
],
"repo": "openwisp/openwisp-users",
"url": "https://github.com/openwisp/openwisp-users/pull/155",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2126088 | add link to source code
there is one at the bottom of the page.
I mean source code of the function/text not scalex source code.
When the result appears, you give the the file/package where the function/text has been find, that could be a link to the source code.
Oh, err, sorry :) Yeah that's a good idea.
+1. I... | gharchive/issue | 2011-11-02T20:31:21 | 2025-04-01T06:04:57.592966 | {
"authors": [
"heathermiller",
"ornicar",
"pjean"
],
"repo": "ornicar/scalex",
"url": "https://github.com/ornicar/scalex/issues/24",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
274232828 | Increase docraptor http timeout
This PR was successfully deployed to production by CircleCI build 279 at 2017-11-15 17:35 GMT.
| gharchive/pull-request | 2017-11-15T17:04:57 | 2025-04-01T06:04:57.618895 | {
"authors": [
"laurence-bird",
"ovo-comms-circleci"
],
"repo": "ovotech/comms-composer",
"url": "https://github.com/ovotech/comms-composer/pull/51",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
190276079 | Email progressed event
@fleetwoods Could you rebase this now I've merged in my PR? GitHub seems a bit confused
| gharchive/pull-request | 2016-11-18T09:45:10 | 2025-04-01T06:04:57.619559 | {
"authors": [
"cb372",
"fleetwoods"
],
"repo": "ovotech/comms-kafka-messages",
"url": "https://github.com/ovotech/comms-kafka-messages/pull/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
535355025 | Add user-state article
Added in PR #259.
Closing.
| gharchive/issue | 2019-12-09T21:41:33 | 2025-04-01T06:04:57.628796 | {
"authors": [
"Naji-F-Pride"
],
"repo": "packethost/docs",
"url": "https://github.com/packethost/docs/issues/238",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
426201602 | voter: only primary voter proposes and only once
We discussed this in the original PR and I was against including the VoterId in the voter at all. We haven't done it for any other messages either
Sorry I missed that discussion. What if the local id is exposed from the Environment? I don't really want to spam consen... | gharchive/pull-request | 2019-03-27T21:56:36 | 2025-04-01T06:04:57.637534 | {
"authors": [
"andresilva",
"rphmeier"
],
"repo": "paritytech/finality-grandpa",
"url": "https://github.com/paritytech/finality-grandpa/pull/57",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
506967045 | Add flag : no need sort raw query data
this branch is very good. gorequest can change my query sort.
| gharchive/pull-request | 2019-10-15T02:31:14 | 2025-04-01T06:04:57.639908 | {
"authors": [
"boycpp",
"ymhhh"
],
"repo": "parnurzeal/gorequest",
"url": "https://github.com/parnurzeal/gorequest/pull/238",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
148545284 | Is this library DEPRECATED?
@luomuwen I don't think it is deprecated, still quite popular and functional.
But this should be read -- https://github.com/paularmstrong/swig/issues/628
| gharchive/issue | 2016-04-15T03:25:47 | 2025-04-01T06:04:57.646850 | {
"authors": [
"luomuwen",
"mikeerickson"
],
"repo": "paularmstrong/swig",
"url": "https://github.com/paularmstrong/swig/issues/655",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
535474570 | 哔哩哔哩那个例子可不可以完善?我需要TabBar可以切换的那种,但没找到好的实现方式
这个无法实现的,除非自己写。
No description provided.
兄弟,目前这个无法实现的,除非自己写。你有方法通知我哦,谢谢
它那个是要通过NestedScrollView做,而现在NestedScrollView不完善,很多问题,所以放弃了
如图,RefreshController中这边一个延迟50秒的任务,此时销毁widget的话,headerMode已经被dispose了也就为null了,此时去赋值的话未判空会造成空指针,望修复
| gharchive/issue | 2019-12-10T03:48:23 | 2025-04-01T06:04:57.662366 | {
"authors": [
"Zhayanyu",
"a272312970",
"luddite1989",
"peng8350"
],
"repo": "peng8350/flutter_pulltorefresh",
"url": "https://github.com/peng8350/flutter_pulltorefresh/issues/221",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
449182318 | CLOUD-214 add Jenkinsfile for PR builds
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pending? Let us recheck it.
| gharchive/pull-request | 2019-05-28T10:10:44 | 2025-04-01T06:04:57.669191 | {
"authors": [
"hors",
"it-percona"
],
"repo": "percona/percona-xtradb-cluster-operator",
"url": "https://github.com/percona/percona-xtradb-cluster-operator/pull/180",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
764168446 | Replace prefix ML with AI
Done
Done
| gharchive/issue | 2020-12-12T18:33:12 | 2025-04-01T06:04:57.702441 | {
"authors": [
"hernanmd"
],
"repo": "pharo-ai/metrics",
"url": "https://github.com/pharo-ai/metrics/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
63304816 | Test padded stack errors
Changes Unknown when pulling 9444ce9a93d93965d267c143341d1dab41ac6ef4 on test-padded-stack-errors into ** on master**.
| gharchive/pull-request | 2015-03-20T20:52:25 | 2025-04-01T06:04:57.734707 | {
"authors": [
"coveralls",
"phobson"
],
"repo": "phobson/pygridtools",
"url": "https://github.com/phobson/pygridtools/pull/14",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
279989948 | cmd: pd-recover support tls
LGTM.
| gharchive/pull-request | 2017-12-07T03:38:24 | 2025-04-01T06:04:57.751020 | {
"authors": [
"Connor1996",
"disksing"
],
"repo": "pingcap/pd",
"url": "https://github.com/pingcap/pd/pull/877",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
673006681 | Fix minor typo
Thanks!
| gharchive/pull-request | 2020-08-04T18:59:11 | 2025-04-01T06:04:57.752196 | {
"authors": [
"anishkny",
"pinoceniccola"
],
"repo": "pinoceniccola/what-hn-says-webext",
"url": "https://github.com/pinoceniccola/what-hn-says-webext/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
532434670 | Refactor initializeFeatures to remove from the head of the list
Closing as invalid in favor of #462
| gharchive/issue | 2019-12-04T03:59:45 | 2025-04-01T06:04:57.753413 | {
"authors": [
"manorrock"
],
"repo": "piranhacloud/piranha",
"url": "https://github.com/piranhacloud/piranha/issues/464",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
943107968 | create dataset via frontend
https://www.trell.se/blog/file-uploads-json-apis-django-rest-framework/
| gharchive/issue | 2021-07-13T10:04:17 | 2025-04-01T06:04:57.757703 | {
"authors": [
"martinjrobins"
],
"repo": "pkpdapp-team/pkpdapp",
"url": "https://github.com/pkpdapp-team/pkpdapp/issues/168",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
94176930 | Fix supported images problems
Meant to put Fixed some problems with the supported images list commit in a different pull request. My bad
Don't push branches with commits you don't want. Copy your intended changes out of this branch in your working copy, checkout master, update master from upstream, recreate this f... | gharchive/pull-request | 2015-07-09T23:45:35 | 2025-04-01T06:04:57.767223 | {
"authors": [
"godber",
"pbvarga1"
],
"repo": "planetarypy/planetaryimage",
"url": "https://github.com/planetarypy/planetaryimage/pull/29",
"license": "bsd-3-clause",
"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.