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 |
|---|---|---|---|---|---|
801778358 | Finished EntryObject's mutatiors and accessors
Note: since taxRate has not been added to EntryObject yet, the method getEntryTotal() is currently taking in taxRate as an argument. Should be modified later.
To be pulled together with later implementation.
| gharchive/pull-request | 2021-02-05T02:06:56 | 2025-04-01T06:46:32.962050 | {
"authors": [
"GMA5566"
],
"repo": "cs130-w21/8",
"url": "https://github.com/cs130-w21/8/pull/57",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
774339822 | Need support for PHP
See #74
| gharchive/issue | 2020-12-24T11:20:39 | 2025-04-01T06:46:32.970265 | {
"authors": [
"cschlosser",
"magusikrak"
],
"repo": "cschlosser/doxdocgen",
"url": "https://github.com/cschlosser/doxdocgen/issues/196",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
576731370 | updated libs, updated styles to avoid crash of the app
Thanks for this. I'll create a release soon making sure the library is still working as intended.
| gharchive/pull-request | 2020-03-06T06:43:36 | 2025-04-01T06:46:33.010943 | {
"authors": [
"Kolyall",
"daniel-stoneuk"
],
"repo": "daniel-stoneuk/material-about-library",
"url": "https://github.com/daniel-stoneuk/material-about-library/pull/103",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
916191521 | Create Mispronunciation.ipynb
@Plkmoi Are you still planning on this task in this sprint?
Can you share an example of what you are asking?
| gharchive/pull-request | 2021-06-09T13:17:29 | 2025-04-01T06:46:33.013043 | {
"authors": [
"Plkmoi",
"danielinux7"
],
"repo": "danielinux7/Multilingual-Parallel-Corpus",
"url": "https://github.com/danielinux7/Multilingual-Parallel-Corpus/pull/60",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
220156834 | Merge Dev ke UAT 7 April 2017
Coverage decreased (-0.1%) to 64.598% when pulling 99e1424b6dc9b9c09bd131392638040cf3f2cd28 on dev into cc091e22e3524e3485ca88d555c293130b7f1fc5 on uat.
| gharchive/pull-request | 2017-04-07T09:17:24 | 2025-04-01T06:46:33.014609 | {
"authors": [
"coveralls",
"danliris"
],
"repo": "danliris/dl-module",
"url": "https://github.com/danliris/dl-module/pull/658",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
108470456 | Insert nginx configuration in readme file
:beers:
| gharchive/pull-request | 2015-09-26T14:28:00 | 2025-04-01T06:46:33.016829 | {
"authors": [
"endelwar",
"malukenho"
],
"repo": "dannyvankooten/PHP-Router",
"url": "https://github.com/dannyvankooten/PHP-Router/pull/62",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
722822422 | Re-enable beta
TBR: @johnpryan
| gharchive/pull-request | 2020-10-16T02:59:02 | 2025-04-01T06:46:33.134300 | {
"authors": [
"domesticmouse"
],
"repo": "dart-lang/dart-services",
"url": "https://github.com/dart-lang/dart-services/pull/612",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
649188868 | NavierStokes benchmark is ~60% slower with null safety (in AOT mode)
TFA inferred type of List<double>.filled(size, 0.0) as [_List<double>, _GrowableList<double>] because List.filled can actually return both types depending on arguments. Pre-NNBD code was using List<double>(size) which was inferred as _List<double>.
The result of these constructors propagated all the way through fields and parameters up to lin_solve method which performs indexing with [] and []= in the most host loop. In the pre-NNBD version there was a known exact type and those indexing operations inlined, which results in a much better performance.
We probably can specialize List.filled constructor invocations if growable optional argument is not passed and make sure its type is inferred as _List<double>.
| gharchive/issue | 2020-07-01T18:23:52 | 2025-04-01T06:46:33.138021 | {
"authors": [
"alexmarkov"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/42551",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
181887720 | Masternodes should be allowed to annonce ipv4 addresses only from now
Controversial, and my heart is bleeding. But IHMO a quick win for our "heterogenous network connectivity issue" until we have a better solution.
utACK
So about 140 Masternodes need to change providers?
Anyway...I guess this is in preparation to directly connect to nodes for IP verification?
If so, I'd rather have 2 individual Masternodes lists (IPv4 and IPv6. We ignore TOR for now because of lack of nodes), and IPv4 nodes verify IPv4 nodes and IPv6 nodes verify IPv6 nodes.
Each node knows in which network it runs, so if your implementation works for IPv4 it'll work for IPv6 as well.
There's no reason to exclude IPv6.
The reason to exclude IPv6 as masternode is because IPv4 only nodes don't have access to these IPv6 masternodes so IPv4 should be mandatory requirement of masternode service, IMO.
IPv4 only nodes don't have access to these IPv6 masternodes
I know, that's why I wrote
IPv4 nodes verify IPv4 nodes and IPv6 nodes verify IPv6 nodes
Though both is nice, I would think IPv6 only should not be excluded... Ultimately IPv6 only will become the norm and the question will become, "Why even bother with IPv4?"
There is no reason to have ipv6 just to have ipv6, there must be some usefulness of it. The reason to exclude all non-ipv4 is exactly because they do not provide service they are paid for - connectivity and mixing. It's still very rare this days for end users to have ipv6 connectivity, most of them still rely on ipv4 and that's why it's should be a requirement for masternodes, not an option. We can revert this once ipv6 became the norm but that's way too far from being the reality right now imo.
I can accept this, but I do not agree.
It's the same chicken-egg argument ISPs tell you why they don't offer more IPv6 services, because there are not much IPv6 users who would be able to use it.
Removing IPv6 support would also remove the already existing IPv6 users. Welcome back in 2010.
And somewhere suddenly everyone cries because we're running out of IPv4 addresses.
Build the (Dash-) infrastructure and the users will follow.
I'm not happy to implement this too but sadly that
Build the (Dash-) infrastructure and the users will follow.
is not the case. I have full ipv6 connectivity inside my local home network but my ISP doesn't provide it and I can't force them to do so. I bet most of users suffer from the same issue. I think ISPs will only upgrade when they themselves run out of IPs or they have no other choice but to upgrade all their hardware one day because the old one simply doesn't work anymore. I doubt they will invest in new hardware just because ipv6 is nice or because some user think it's nice - they already made huge capital investments building their current infrastructure so they are not going to throw that away that fast imo. We, on the other hand, need network connectivity and masternode layer consistency right now, we can't wait another 5-10 years for them to upgrade and just let our users/infrastructure suffer from this issue all these years.
Also keep in mind that this does NOT remove ipv6 support from node networking, (master)nodes still can advertise itself on network layer as ipv6 nodes, same as before, it's only our custom masternode announce message that requires ipv4 now.
We, on the other hand, need network connectivity and masternode layer consistency right now
I 100% agree.
But your argument against IPv6 was NOT consistency (as I wrote above, when your code works with IPv4 it'll also work with IPv6. You only have to split the check into a IPV4 check executed by IPv4 nodes and a IPV6 check executed by IPv6 nodes. The result is, independently of the IP network, broadcasted to the Dash network ).
Your argument above was that right now IPv6 nodes get paid even they don't provide any services.
And that's simply wrong. They provide exactly the same services as IPv4 nodes, only on a smaller scale (proportional to the percentage of IPv6 nodes/peers in our network).
I would like to know why you think your code for IPv4 won't work for IPv6.
I would like to know why you think your code for IPv4 won't work for IPv6.
I did not see anyone arguing that the code is not working for IPv6 - it is working.
The problem is that we do not enforce dualstack at the moment, which leads to two distinct networks at the moment: IPv4 only nodes/wallets can't connect to IPv6 only masternodes and vice versa.
For me there are three solutions:
enforce dualstack installations, so IF you have a IPv6 masternode you ALSO need a IPv4 entry (common in real life installations, you do not get a IPv6 connection without at least a 6to4 gateway at home)
Prohibit IPv6 masternodes: This is the solution we are discussing here
Select TWO masternodes in each round for mixing: One for IPv6, one for IPv4. Rewards are not affected.
From technical point of view i favor 1) or 3), while 2) is the quick win - still not happy about degrading to IPv4, it is so 2000s
@schinzelh , I think current solution is not totally 2).
This solution just require IPv4 announcement , If you have a IPv6 masternode you need a IPv4 entry for announcement (as mentioned in your 1) ).
@thelazier You are right, actually this PR is enforcing any masternode (IPv4 AND IPv6) to have a IPv4 entry in masternode list, so this is in fact option 1) here :)
I like 3) :-)
As for 1), when you're running 2 Masternodes with 2 IPv6 IPs on one host, do you mean one IPv4 address for all Masternodes (which I think would be difficult to implement), or one IPv4 address for each IPv6 address (which would make the dual-stack unnecessary because we would have a IPv4 IP per node anyway)?
@crowning- Obviously it must be one IPv4 for each IPv6, otherwise: What masternode will bind to the IPv4 address? Node1 or Node2? Given Node1: How do we reach Node2 via IPv4?
Maybe we should drop the port 9999 requirement, too?
Maybe we should drop the port 9999 requirement, too?
This would make the most from the existing IPv4s.
Most services (e.g. HTTP) can be configured to use (almost) any available port, you only have to make sure that the clients KNOW (via the port in the URL) that they have to use a different port to connect. And the clients usually have all ports open for outgoing connections, only the Masternodes itself would have to open a different port for incoming connections.
The port is already part of the Masternode broadcast, so we would have covered this already.
Ok, thanks everyone for participating 👍 (I see we drift to port discussion which is kind of offtopic here ;) )
As I said we can always revert this later if ipv6 become more popular/available option for the majority of end users or maybe we could implement smth more sophisticated but for now I don't really see another solution to quickly fix our infrastructure so I'm going to merge this. Let's see how this plays out on testnet.
quickly fix our infrastructure
That's actually my main concern. Our network's working fine with this for 2 years now, so it certainly would for another month or so.
I vote for fixing it right instead of quick, even when my vote is ignored.
Our network's working fine with this for 2 years now
It has wrong incentives right now imo: ipv6 nodes do not provide service for majority of end users and yet they are paid just like ipv4. I see it more as a "fork" in the infrastructure rather than a valuable feature. ipv6 adoption is simply laughable unless you live in USA, Germany or Greece https://www.google.com/intl/en/ipv6/statistics.html#tab=per-country-ipv6-adoption&tab=per-country-ipv6-adoption
even when my vote is ignored
It's not. I hear you concerns but I see no other solutions so far. If you have one - you know how/where to submit your code :)
http://ipv6-test.com/stats/country/US
http://ipv6-test.com/speedtest/
| gharchive/pull-request | 2016-10-09T13:46:13 | 2025-04-01T06:46:33.155942 | {
"authors": [
"UdjinM6",
"bertlebbert",
"crowning-",
"demodun",
"schinzelh",
"thelazier"
],
"repo": "dashpay/dash",
"url": "https://github.com/dashpay/dash/pull/1065",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
477425873 | Convert README to ReST for PyPI
I just came across this issue, and I believe that Markdown is now supported by PyPI's README renderer.
Source: Making a PyPI-friendly README — Python Packaging User Guide
A good point! I'll revise the ticket.
| gharchive/issue | 2019-08-06T14:47:08 | 2025-04-01T06:46:33.170187 | {
"authors": [
"ghing",
"palewire"
],
"repo": "datadesk/census-data-downloader",
"url": "https://github.com/datadesk/census-data-downloader/issues/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
672915535 | des produits visible dans consolidation lors d'un import avec une base vide
0,5 J
Le bug venait du fait des performances vraiment basse lors d'un import.
Le navigateur n'ayant pas de réponse du serveur pendant 2 minutes reproduit la même requête http provoquant une nouvelle exécution de l'import. Etant donné que des produits ont déjà été importés, l'algorithmie d'import importe les produits sans créer de produit DFC ni de pivots. Ces produits apparaisse donc dans les imports à réconcilier.
Pour empêcher ce comportement non souhaité, j'ai persisté (sur le triplestore) sur le user l'information q'un import est en cours. Une sollicitation d'import alors que un import est déjà en cours renvoie un retour 409 et l'interface affiche le message
En production actuellement, ce message apparaît au bout de 2 minutes car le navigateur continue d'effectuer sa deuxième requêtes après 2 minutes de traitement sans réponses. Le traitement est pourtant toujours en cours et les résultats seront visibles dans le catalogue. Cependant, il n'y aura pas d’incohérence fonctionnelle et l'import n'aura bien eu lieu qu'une fois correctement.
Cette solution n'est pas parfaite mais permet un comportement "sécurisé" a défaut d'être ergonomique. Une solution plus avancé consisterait à changer le protocole de communication entre le navigateur et le serveur pour passer à HTTP2, ou websocket ou websocket over amqp. Ce sont des gros chantiers technique qui 'ont paru surdimensionnés pour un probleme essentiellement du à des défauts de performance du serveur
| gharchive/issue | 2020-08-04T16:18:15 | 2025-04-01T06:46:33.173180 | {
"authors": [
"simonLouvet"
],
"repo": "datafoodconsortium/dfc-prototype-V3",
"url": "https://github.com/datafoodconsortium/dfc-prototype-V3/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
345227960 | Typo fixed in a comment.
Also, I have noticed that the bipolar channels are initialised to a negative values (-4.1) after reset. I think it makes sense to initialise all outputs to zero volts to start with.
| gharchive/pull-request | 2018-07-27T13:33:41 | 2025-04-01T06:46:33.181670 | {
"authors": [
"olliefr"
],
"repo": "dawbarton/rtc",
"url": "https://github.com/dawbarton/rtc/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
738499599 | I think your logo is an elk
It seems you are right, but (according to Wikipedia):
The elk (Cervus canadensis) or wapiti is one of the largest species within the deer family, Cervidae
If someone with more zoology knowledge disagrees, please leave a comment :slightly_smiling_face:
| gharchive/issue | 2020-11-08T16:15:31 | 2025-04-01T06:46:33.183841 | {
"authors": [
"dbrgn",
"nackjicholson"
],
"repo": "dbrgn/tealdeer",
"url": "https://github.com/dbrgn/tealdeer/issues/153",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
196452940 | updates repository URL
Sorry for the delay. I thought dcos-labs/dcos-gce and ajazam/dcos-gce where in separate repos but they aren't, so it hasn't been as painful as I thought.
All requests to ajazam/dcos-dce get redirected to dcos-labs/dcos-gce. But for consistency the PR was worth applying.
Thank you.
| gharchive/pull-request | 2016-12-19T16:12:22 | 2025-04-01T06:46:33.185423 | {
"authors": [
"ae-m",
"ajazam"
],
"repo": "dcos-labs/dcos-gce",
"url": "https://github.com/dcos-labs/dcos-gce/pull/14",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
149346616 | infinitesimal edits
@sascala needs to be rebased
@sascala poke
| gharchive/pull-request | 2016-04-19T04:38:25 | 2025-04-01T06:46:33.186202 | {
"authors": [
"kensipe",
"pyronicide",
"sascala"
],
"repo": "dcos/dcos-docs",
"url": "https://github.com/dcos/dcos-docs/pull/221",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
182414714 | Update the URL
Can one of the admins verify this patch?
mesosphere-ci ok to test
@elopio Thanks a lot for fixing the repository url! Good catch 💯 👍
Thanks to you for reviewing :)
| gharchive/pull-request | 2016-10-12T01:41:29 | 2025-04-01T06:46:33.187527 | {
"authors": [
"elopio",
"mesosphere-ci",
"orlandohohmeier"
],
"repo": "dcos/dcos-ui",
"url": "https://github.com/dcos/dcos-ui/pull/1233",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
172391770 | Correct Typo in parameter $LIBND4J_HOME
Refer to this link for build results (access rights to CI server needed):
/job/libnd4j_PR/14/
| gharchive/pull-request | 2016-08-22T08:10:14 | 2025-04-01T06:46:33.533066 | {
"authors": [
"JamesLuoau",
"SusanBot"
],
"repo": "deeplearning4j/libnd4j",
"url": "https://github.com/deeplearning4j/libnd4j/pull/266",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
147838198 | feat(_scripts/deploy.sh/Makefile): automatically deploy to the k8s-claimer-e2e deis cluster
should we also add business logic to create the app if it does not exist? This won't work on a bare cluster because the app has not been created yet. This logic also assumes that the app name is either in the git remote or the app name is k8s-claimer (or w/e the subdirectory name is)
@bacongobbler :
should we also add business logic to create the app if it does not exist?
IMO no, because I'm considering a bare cluster at deis.k8s-claimer-e2e.deis.com (which I left out, and that's a bug! Fixing shortly) not suitable for this application to be automatically deployed to.
This logic also assumes that the app name is either in the git remote or the app name is k8s-claimer (or w/e the subdirectory name is)
Good catch. Fixing shortly
@bacongobbler app name & login remote set in https://github.com/deis/k8s-claimer/pull/43/commits/5dd3f80cc37420a6749d9106f911f77e3645593d
| gharchive/pull-request | 2016-04-12T18:40:46 | 2025-04-01T06:46:33.536332 | {
"authors": [
"arschles",
"bacongobbler"
],
"repo": "deis/k8s-claimer",
"url": "https://github.com/deis/k8s-claimer/pull/43",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
493707140 | TrackDetailList: move delete all to Settings
Just removed delete all from TrackListActivity without adding it to settings.
This functionality should not be needed that often.
| gharchive/issue | 2019-09-15T07:49:42 | 2025-04-01T06:46:33.539057 | {
"authors": [
"dennisguse"
],
"repo": "dennisguse/OpenTracks",
"url": "https://github.com/dennisguse/OpenTracks/issues/39",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
113777088 | Add Social Media to Team Members Component
:+1:
| gharchive/issue | 2015-10-28T09:29:36 | 2025-04-01T06:46:33.539797 | {
"authors": [
"dennybritz",
"drakmail"
],
"repo": "dennybritz/neal-react",
"url": "https://github.com/dennybritz/neal-react/issues/2",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
387190905 | cat-client更新后没有ClientConfigProvider类了。
我之前一直是通过ClientConfigProvider来初始化Cat的。怎么突然删掉了,什么原因呢?
java客户端是不需要手动初始化的,可以参考客户端集成文档 https://github.com/dianping/cat/blob/master/lib/java/README.zh-CN.md
| gharchive/issue | 2018-12-04T09:24:16 | 2025-04-01T06:46:33.573638 | {
"authors": [
"mr-jinming",
"wangyapu0714"
],
"repo": "dianping/cat",
"url": "https://github.com/dianping/cat/issues/1474",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
915754709 | Reference ID Exchange
DIP-183 needs to be updated with this feedback:
Considering the general direction here, I'd actually propose a bit of rework in DIP-183 in particular with examples and test data.
Examples which could go into the appendix include various different strategies for exchanging a reference id:
Subaddresses
PayString
Other naming services
Leveraging Diem domain identifiers in addition to other services
Then we could avoid introducing a new naming construct that is Diem specific and altogether unnecessary.
In addition, we should have good test cases for verifying correctness of the exchange.
| gharchive/issue | 2021-06-09T04:15:15 | 2025-04-01T06:46:33.576335 | {
"authors": [
"davidiw",
"sunmilee"
],
"repo": "diem/dip",
"url": "https://github.com/diem/dip/issues/183",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
495598230 | 관리자, 개발자, IO는 사용자의 IP가 보인다.
287ea7d
| gharchive/issue | 2019-09-19T06:25:24 | 2025-04-01T06:46:33.579748 | {
"authors": [
"khw7096"
],
"repo": "digital-idea/csi3",
"url": "https://github.com/digital-idea/csi3/issues/193",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
132649400 | Escape single quote if execute in clean env
https://github.com/dmwm/CRABClient/pull/4594
@mmascher @jmarra13 this should solve for users with older release. I tried with 5_3_19, 7_0_6, 7_6_0 and it works ok.
@juztas can you create the "1.0.12_crab version of" this pull request please (like https://github.com/dmwm/WMCore/pull/6478)
Then we will need a WMCore tag if we want to deploy this quickly (depending if the user still has problems)
@mmascher https://github.com/dmwm/WMCore/pull/6571
updated in both pull requests to use r
| gharchive/pull-request | 2016-02-10T09:39:48 | 2025-04-01T06:46:33.593028 | {
"authors": [
"juztas",
"mmascher"
],
"repo": "dmwm/WMCore",
"url": "https://github.com/dmwm/WMCore/pull/6570",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
62482403 | Clarify afterSubmit in docs
Maybe change the API to be clearer.
closed by https://github.com/dobtco/formrenderer-base/pull/118
| gharchive/issue | 2015-03-17T18:47:37 | 2025-04-01T06:46:33.595325 | {
"authors": [
"ajb"
],
"repo": "dobtco/formrenderer-base",
"url": "https://github.com/dobtco/formrenderer-base/issues/43",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
15182425 | failing test for #605
@floriansemm I think if you clone the embedded documents before trying to copy them it should work properly. Can you test that?
No sorry, I can't test it. I have currently no environment with mongoDB.
FWIW using clone works fine. I'd say it's the way to go here :)
| gharchive/pull-request | 2013-06-05T17:20:06 | 2025-04-01T06:46:33.601489 | {
"authors": [
"floriansemm",
"jwage",
"malarzm"
],
"repo": "doctrine/mongodb-odm",
"url": "https://github.com/doctrine/mongodb-odm/pull/606",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
339024304 | Update CI definition for release/uwp6.2 branches
@dotnet-bot test this please
@mmitche does this PR look good?
| gharchive/pull-request | 2018-07-06T17:54:00 | 2025-04-01T06:46:33.675498 | {
"authors": [
"zamont"
],
"repo": "dotnet/dotnet-ci",
"url": "https://github.com/dotnet/dotnet-ci/pull/1025",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
227675147 | fix typo
Thanks @wshirey!
| gharchive/pull-request | 2017-05-10T13:11:45 | 2025-04-01T06:46:33.682746 | {
"authors": [
"thoward",
"wshirey"
],
"repo": "dotnetfringe/dotnetfringe.github.io",
"url": "https://github.com/dotnetfringe/dotnetfringe.github.io/pull/152",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
209498014 | [DROOLS-1446] make BoundIdentifiers to accept a PackageBuildContext
ok to test
ok to test
| gharchive/pull-request | 2017-02-22T16:01:51 | 2025-04-01T06:46:33.695214 | {
"authors": [
"mariofusco"
],
"repo": "droolsjbpm/drools",
"url": "https://github.com/droolsjbpm/drools/pull/1114",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
127966737 | PLANNER-502 + refactored NQueensXStreamXmlPlannerBenchmarkFactoryTest
Thanks, merged, that FileConverter is indeed a good idea!
| gharchive/pull-request | 2016-01-21T16:43:45 | 2025-04-01T06:46:33.698428 | {
"authors": [
"ge0ffrey",
"oskopek"
],
"repo": "droolsjbpm/optaplanner",
"url": "https://github.com/droolsjbpm/optaplanner/pull/175",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
314600676 | List: When changing pages, scroll to top
Closed by 664d4c69370b8945970df76e66d53d900022bc27
| gharchive/issue | 2018-04-16T11:00:26 | 2025-04-01T06:46:33.700894 | {
"authors": [
"drublic"
],
"repo": "drublic/backoffice",
"url": "https://github.com/drublic/backoffice/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
137860319 | Head command, plus fix for cat
You could also expose head as its own package, I think.
@legien just reviewed this and it looks great!
Can you please rebase this really quickly? I merged some other PRs and there's some unrelated conflicts including the latest version of Vorpal. Right after this, I can merge.
Thanks.
@dthree you're welcome.
@legien you're the best! :fire: :star2: :+1:
Head is published in v0.7.0!
https://github.com/dthree/cash/commit/b0be1283615bd1038b1fca46f47c438caafe3491
Added you to the readme as well, and published cash-head as an individual package. Thanks again!
Question: I'm looking for serious collaborators to help push Cash forward. Are you interested in this?
Sure. :+1:
@dthree I can also help out with the simple commands and bash-related things, and reviewing for compatibility with the standard utilities.
Okay,you guys are awesome! :+1:
Added you both as collaborators. Until you get a bit more familiar with the project, please ping me on changes you do. Feel free to make minor patches, obviously on anything breaking consult with me as well.
:star2:
SGTM :+1: I think I'll hold off on merging things for now, and just give LGTM on PRs that look good, and let you (@dthree) handle merging.
Kk
| gharchive/pull-request | 2016-03-02T12:21:18 | 2025-04-01T06:46:33.707028 | {
"authors": [
"dthree",
"legien",
"nfischer"
],
"repo": "dthree/cash",
"url": "https://github.com/dthree/cash/pull/49",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
181810497 | antd改用了TypeScript,dva有没有改用TypeScript的计划?
会通过 index.d.ts 方式做支持,可以在 #44 关注进度更新。
| gharchive/issue | 2016-10-08T07:27:11 | 2025-04-01T06:46:33.732486 | {
"authors": [
"sorrycc",
"wolfkingchuang"
],
"repo": "dvajs/dva",
"url": "https://github.com/dvajs/dva/issues/132",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
266182485 | Small fix for mrr reject
Changes Unknown when pulling 9379744daf5791f1cf07bcb370e38fcfb412f897 on mrr-fix-reject into ** on master**.
| gharchive/pull-request | 2017-10-17T15:55:07 | 2025-04-01T06:46:33.772421 | {
"authors": [
"Troush",
"coveralls"
],
"repo": "edenlabllc/ehealth.api",
"url": "https://github.com/edenlabllc/ehealth.api/pull/1269",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
440610331 | I have some questions about the dataset CUB
In the paper CADA-VAE, the sentences are used in the CUB dataset. I download the dataset "cvpr2016_cub", however I have no idea about how to process the features. Could you share how to use the features?
If you want to use the sentence features, you do not have to download any additional data, apart from the dropbox link that is provided by the readme. To train the model using sentence features, go to single_experiment.py and change line 49 from
'auxiliary_data_source': 'attributes'
to
'auxiliary_data_source': 'sentences'.
We use the same pre-computed sentence features as in "feature generating networks for zero-shot learning" [1], without any extra processing steps.
[1] Xian, Yongqin, et al. "Feature generating networks for zero-shot learning." Proceedings of the IEEE conference on computer vision and pattern recognition. 2018.
Thank you for your reply, which is very helpful to me. And I will quickly verify whether the features are useful to me.
At 2019-05-06 17:52:06, "edgarschnfld" notifications@github.com wrote:
If you want to use the sentence features, you do not have to download any additional data, apart from the dropbox link that is provided by the readme. To train the model using sentence features, go to single_experiment.py and change line 49 from
'auxiliary_data_source': 'attributes'
to
'auxiliary_data_source': 'sentences'.
We use the same pre-computed sentence features as in "feature generating networks for zero-shot learning" [1], without any extra processing steps.
[1] Xian, Yongqin, et al. "Feature generating networks for zero-shot learning." Proceedings of the IEEE conference on computer vision and pattern recognition. 2018.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
| gharchive/issue | 2019-05-06T09:19:03 | 2025-04-01T06:46:33.779280 | {
"authors": [
"Wangjunyue",
"edgarschnfld"
],
"repo": "edgarschnfld/CADA-VAE-PyTorch",
"url": "https://github.com/edgarschnfld/CADA-VAE-PyTorch/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
104647603 | Changed the placement of the icons according to specs
:+1:
| gharchive/pull-request | 2015-09-03T08:38:34 | 2025-04-01T06:46:33.795682 | {
"authors": [
"ehmadzubair",
"mikekatz"
],
"repo": "edx/edx-app-ios",
"url": "https://github.com/edx/edx-app-ios/pull/379",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
892715768 | Support application/x-www-form-urlencoded
To be released in v3.
| gharchive/issue | 2021-05-16T17:16:19 | 2025-04-01T06:46:33.798319 | {
"authors": [
"ehp246"
],
"repo": "ehp246/auf-rest",
"url": "https://github.com/ehp246/auf-rest/issues/71",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
67169155 | Fixed typo in changelog
Ah, thanks for the catch? Can you sign the CLA please so I can merge it (I know it's a tiny change, but it will be valid for any future contributions. Thanks!)
@karmi I've signed it now :+1:
@andrew Thanks!, merged.
| gharchive/pull-request | 2015-04-08T16:34:00 | 2025-04-01T06:46:33.817597 | {
"authors": [
"andrew",
"karmi"
],
"repo": "elastic/elasticsearch-rails",
"url": "https://github.com/elastic/elasticsearch-rails/pull/364",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
208582765 | Add HumbleSpark to commercial users
That section requires some editorial choice, so going forward, I want logos to be paired with a blog post about how the company is using it.
That way people coming to the website get a lot more out of clicking the link. I think it's confusing when it just dumps people on a website, but historically that was the best we could do.
Sounds good! I'll write the post, but I'm not sure how long it will take me to get around to doing it so I'm gonna close this issue and reopen when ready.
| gharchive/pull-request | 2017-02-17T23:14:13 | 2025-04-01T06:46:33.828255 | {
"authors": [
"evancz",
"lukewestby"
],
"repo": "elm-lang/elm-lang.org",
"url": "https://github.com/elm-lang/elm-lang.org/pull/705",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
184392526 | Added organizer
@realmadrid2727 Thanks for the PR!
| gharchive/pull-request | 2016-10-21T03:37:46 | 2025-04-01T06:46:33.856378 | {
"authors": [
"kamal",
"realmadrid2727"
],
"repo": "envoy/eventbrite",
"url": "https://github.com/envoy/eventbrite/pull/18",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
959097796 | add err traceback
pass data between spans without corrupting attributes
add error type and error stacktrace to span
simplified the errorHandler function in exporter.js
| gharchive/pull-request | 2021-08-03T13:06:21 | 2025-04-01T06:46:33.858587 | {
"authors": [
"nemoshlag"
],
"repo": "epsagon/epsagon-browser",
"url": "https://github.com/epsagon/epsagon-browser/pull/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
63717861 | fix val access on docs
Thanks @jaimeagudo .
| gharchive/pull-request | 2015-03-23T12:59:44 | 2025-04-01T06:46:33.859207 | {
"authors": [
"erikvanoosten",
"jaimeagudo"
],
"repo": "erikvanoosten/metrics-scala",
"url": "https://github.com/erikvanoosten/metrics-scala/pull/58",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
220225340 | parser: complete parsing following imports in package
Codecov Report
Merging #16 into master will increase coverage by 1.12%.
The diff coverage is 55.05%.
@@ Coverage Diff @@
## master #16 +/- ##
==========================================
+ Coverage 78.76% 79.89% +1.12%
==========================================
Files 18 17 -1
Lines 1983 2044 +61
==========================================
+ Hits 1562 1633 +71
+ Misses 335 311 -24
- Partials 86 100 +14
Impacted Files
Coverage Δ
package/package.go
76.69% <ø> (ø)
:arrow_up:
operator/table.go
66.66% <ø> (ø)
:arrow_up:
ast/decl.go
63.15% <0%> (-10.32%)
:arrow_down:
parser/decl.go
87.5% <100%> (+2.15%)
:arrow_up:
scanner/scanner.go
74.48% <50%> (ø)
:arrow_up:
parser/parse.go
48.46% <59.45%> (+42.3%)
:arrow_up:
parser/expr.go
88.61% <0%> (+1.23%)
:arrow_up:
parser/parser.go
85.78% <0%> (+1.57%)
:arrow_up:
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93464eb...5fe14d9. Read the comment docs.
| gharchive/pull-request | 2017-04-07T14:10:34 | 2025-04-01T06:46:33.874061 | {
"authors": [
"codecov-io",
"erizocosmico"
],
"repo": "erizocosmico/elmo",
"url": "https://github.com/erizocosmico/elmo/pull/16",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
344796291 | EPCT-5: Not working drug refill action
Coverage increased (+0.1%) to 72.292% when pulling 3ae34837cb5be132efc18a804b1b2cb1581d4ac2 on ynurmahomed:EPCT-5 into 898afe853534d444aff487b56e828a970e006a47 on esaude:master.
Guys, this PR has introduced some issues. When a regimen is selected the respective drugs are not being loaded.
| gharchive/pull-request | 2018-07-26T11:00:14 | 2025-04-01T06:46:33.879881 | {
"authors": [
"Guimino",
"coveralls",
"ynurmahomed"
],
"repo": "esaude/esaude-emr-poc",
"url": "https://github.com/esaude/esaude-emr-poc/pull/704",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
189433108 | asyncronous channel apis
Hey @egimaben @pivovarit - we should definitely try a squash and merge here.
@eugenp I am always doing this :)
| gharchive/pull-request | 2016-11-15T16:05:51 | 2025-04-01T06:46:33.888071 | {
"authors": [
"egimaben",
"eugenp",
"pivovarit"
],
"repo": "eugenp/tutorials",
"url": "https://github.com/eugenp/tutorials/pull/839",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
702836314 | EFRS-760: model headers renaming
I have read the CLA Document and I hereby sign the CLA
| gharchive/pull-request | 2020-09-16T14:54:46 | 2025-04-01T06:46:33.890020 | {
"authors": [
"omorgunova-pl"
],
"repo": "exadel-inc/CompreFace",
"url": "https://github.com/exadel-inc/CompreFace/pull/119",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
124214044 | Added Crypto Square
Looks great :+1:
| gharchive/pull-request | 2015-12-29T13:48:33 | 2025-04-01T06:46:33.891206 | {
"authors": [
"aarti",
"ryanplusplus"
],
"repo": "exercism/xlua",
"url": "https://github.com/exercism/xlua/pull/89",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
368560520 | Info about exit code
@tisnik Your image is available in the registry: docker pull quay.io/openshiftio/rhel-fabric8-analytics-f8a-api-gateway:SNAPSHOT-PR-35
| gharchive/pull-request | 2018-10-10T08:58:28 | 2025-04-01T06:46:33.894581 | {
"authors": [
"centos-ci",
"tisnik"
],
"repo": "fabric8-analytics/fabric8-analytics-api-gateway",
"url": "https://github.com/fabric8-analytics/fabric8-analytics-api-gateway/pull/35",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
171212287 | add fabric8:push goal into release profile
[merge]
| gharchive/pull-request | 2016-08-15T16:55:28 | 2025-04-01T06:46:33.897558 | {
"authors": [
"rawlingsj"
],
"repo": "fabric8io/fabric8-devops",
"url": "https://github.com/fabric8io/fabric8-devops/pull/509",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
379361599 | Update merge request to pull request
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 | 2018-11-09T23:53:40 | 2025-04-01T06:46:33.909224 | {
"authors": [
"CLAassistant",
"Kaneraz"
],
"repo": "factset/labeledpipe",
"url": "https://github.com/factset/labeledpipe/pull/109",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
307888292 | webuploader ie8和ie9下点击选择文件按钮没反应
webuploader对低版本浏览器支持不友好,只支持高版本浏览器。要么换插件,要么换浏览器。
| gharchive/issue | 2018-03-23T03:16:41 | 2025-04-01T06:46:33.921301 | {
"authors": [
"1269085759",
"panyongtao"
],
"repo": "fex-team/webuploader",
"url": "https://github.com/fex-team/webuploader/issues/2778",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
748382546 | Feature - Roulettes
Completed
| gharchive/issue | 2020-11-23T00:01:44 | 2025-04-01T06:46:33.921915 | {
"authors": [
"Allurien"
],
"repo": "ffxiv-tracker/ffxiv-tracker",
"url": "https://github.com/ffxiv-tracker/ffxiv-tracker/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
276105553 | TS24-FixDeploy
O pull request_ será recusado pois o README contém informações erradas sobre o projeto e os integrantes do mesmo.
| gharchive/pull-request | 2017-11-22T15:19:52 | 2025-04-01T06:46:33.927124 | {
"authors": [
"GuiMarques98",
"Ronyell"
],
"repo": "fga-gpp-mds/2017.2-Receituario-Medico",
"url": "https://github.com/fga-gpp-mds/2017.2-Receituario-Medico/pull/181",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
644070241 | storage-resize-images version 0.1.10 release notes
Codecov Report
Merging #362 into next will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## next #362 +/- ##
=======================================
Coverage 39.77% 39.77%
=======================================
Files 19 19
Lines 636 636
Branches 85 85
=======================================
Hits 253 253
Misses 381 381
Partials 2 2
| gharchive/pull-request | 2020-06-23T18:56:08 | 2025-04-01T06:46:33.942720 | {
"authors": [
"codecov-commenter",
"jhuleatt"
],
"repo": "firebase/extensions",
"url": "https://github.com/firebase/extensions/pull/362",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
307800327 | Reload slaves using USR2 process control signal
I was about to ask if you sent this PR to the right fork (this isn't the official one) but... I guess you're using this one? I'm still waiting for the PRs on this repo to be merged.
I'll merge it anyway and cherry-pick this change into my reload PR.
I've made PR to this branch of your fork meaningly. I think my little addition should be a part of your solution within general PR. )
Yes, understood. Thankyou.
| gharchive/pull-request | 2018-03-22T20:21:39 | 2025-04-01T06:46:33.952681 | {
"authors": [
"AntonTyutin",
"fiskie"
],
"repo": "fiskie/php-pm",
"url": "https://github.com/fiskie/php-pm/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
215379586 | README: minor typo fix
thx
First external PR btw :D
| gharchive/pull-request | 2017-03-20T10:30:26 | 2025-04-01T06:46:33.964385 | {
"authors": [
"flomotlik",
"s0enke"
],
"repo": "flomotlik/formica",
"url": "https://github.com/flomotlik/formica/pull/38",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
161334275 | strings in semantics debugger are no longer centered
It looks like only multiline strings are no longer centered.
| gharchive/issue | 2016-06-21T02:01:25 | 2025-04-01T06:46:33.965682 | {
"authors": [
"Hixie",
"goderbauer"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/issues/4647",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
475827067 | Create functions for signed url workflow
Justin is on top of this & I'm headed for a plane, so deferring approval to him
| gharchive/pull-request | 2019-08-01T18:29:38 | 2025-04-01T06:46:33.968242 | {
"authors": [
"hkethi002",
"kofalt"
],
"repo": "flywheel-io/sdk",
"url": "https://github.com/flywheel-io/sdk/pull/109",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
128387685 | The model cannot be downloaded
from https://drive.google.com/open?id=0B-TTdm1WNtybdzdMUHhLc05PSE0&authuser=0. The source cannot be read.
Hum, weird. I just tried it in two different machines, and it worked just fine. Is Google Drive blocked in your country ?
Ok. I managed to download it today. It seems it was a temporal problem. Thanks.
| gharchive/issue | 2016-01-24T10:56:22 | 2025-04-01T06:46:33.969756 | {
"authors": [
"aronfothi",
"fmassa"
],
"repo": "fmassa/object-detection.torch",
"url": "https://github.com/fmassa/object-detection.torch/issues/14",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
272517623 | Build trusted openjdk base images (8/9, build/runtime)
The Java 8 build image fnproject/fn-java-fdk-build:latest is based on maven:3-jdk-8-slim.
The Java 8 runtime image fnproject/fn-jafa-fdk:latest is based on openjdk:8-slim.
The Java 9 build image fnproject/fn-java-fdk-build:jdk9-latest is based on maven:3-jdk-9-slim.
The Java 9 runtime image fnproject/fn-jafa-fdk:jdk9-latest is based on openjdk:9-slim.
| gharchive/issue | 2017-11-09T10:44:02 | 2025-04-01T06:46:33.972536 | {
"authors": [
"msgodf",
"tteggel"
],
"repo": "fnproject/fdk-java",
"url": "https://github.com/fnproject/fdk-java/issues/101",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
621760513 | Move alarming package from nanopay to foam
LGTM
| gharchive/pull-request | 2020-05-20T13:24:47 | 2025-04-01T06:46:33.973369 | {
"authors": [
"jlhughes",
"nanoNeel"
],
"repo": "foam-framework/foam2",
"url": "https://github.com/foam-framework/foam2/pull/3485",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
754453463 | WIP Start scaffolding for JWT to anonymous token exchange
Pull Request Test Coverage Report for Build 394082577
24 of 148 (16.22%) changed or added relevant lines in 14 files are covered.
No unchanged relevant lines lost coverage.
Overall coverage decreased (-5.3%) to 62.162%
Changes Missing Coverage
Covered Lines
Changed/Added Lines
%
Fhi.Smittestopp.Verification.Domain/AnonymousTokens/AnonymousTokensConfig.cs
0
1
0.0%
Fhi.Smittestopp.Verification.Persistence/VerificationDbContext.cs
0
1
0.0%
Fhi.Smittestopp.Verification.Server/Startup.cs
8
9
88.89%
Fhi.Smittestopp.Verification.Persistence/Entities/AnonymousTokenIssueRecordEntity.cs
0
3
0.0%
Fhi.Smittestopp.Verification.Domain/Models/AnonymousTokenIssueRecord.cs
0
7
0.0%
Fhi.Smittestopp.Verification.Domain/AnonymousTokens/IssueAnonymousToken.cs
0
24
0.0%
Fhi.Smittestopp.Verification.Server/AnonymousTokens/AnonymousTokensController.cs
0
24
0.0%
Fhi.Smittestopp.Verification.Persistence/Repositories/AnonymousTokenIssueRecordRepository.cs
0
27
0.0%
Fhi.Smittestopp.Verification.Server/Authentication/IdentityServerSelfAuthScheme.cs
0
36
0.0%
Totals
Change from base Build 393867659:
-5.3%
Covered Lines:
890
Relevant Lines:
1385
💛 - Coveralls
| gharchive/pull-request | 2020-12-01T14:39:58 | 2025-04-01T06:46:33.988685 | {
"authors": [
"coveralls",
"sindremb"
],
"repo": "folkehelseinstituttet/Fhi.Smittestopp.Verification",
"url": "https://github.com/folkehelseinstituttet/Fhi.Smittestopp.Verification/pull/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
206970650 | Add minio-hs package
Thanks!
The test suite failed 12 out of 22 tests when run on the stackage build server. Here's the first failure:
Unit tests against a live server
Basic tests: FAIL (0.02s)
Creating bucket for test - Basic tests
Functional test Basic tests failed => Left (MEHttp (HttpExceptionRequest Request {
host = "localhost"
port = 9000
secure = False
requestHeaders = [("Authorization","AWS4-HMAC-SHA256 Credential=minio/20170212/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d72879328df03d8a763ae426eb584af7018721ecc9d52b9e416eb6a715fac333"),("X-Amz-Date","20170212T184131Z"),("host","localhost"),("x-amz-content-sha256","7f716359b13811d1200eadcf32356b34754af8408c0a00fe3bf409be4256e99f")]
path = "/miniohstest-bceyuoosgg"
queryString = ""
method = "PUT"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
(ConnectionFailure connect: does not exist (Connection refused))))
I think all of the failing tests have the same ConnectionFailure.
I'm disabling the package from the builds for now. We have three courses of action in order to re-enable it:
update the package so that the test suite passes
update something on the build server so that the test suite passes
mark the test suite as an expected failure
@donatello which course of action makes sense to you?
The tests that fail expect an instance of a Minio server to be running.
@DanBurton I am not able to see how the build server is set up - perhaps we can make use of a runtime environment variable to disable just these tests that fail? Or is it possible to mark just a section of the tests as an expected failure for the stackage environment?
perhaps we can make use of a runtime environment variable to disable just these tests that fail?
One thing I've seen that we can do is a cabal package flag, e.g.
https://github.com/fpco/stackage/blob/5fabc61c24fa10c697ea9eeb4dd19de64e9bd91f/build-constraints.yaml#L2852
Or is it possible to mark just a section of the tests as an expected failure for the stackage environment?
This isn't really possible as far as I know. We can just mark the whole package as "expected test failure".
Ping @juhp for follow up.
I'd split the test suite in two and use a cabal flag to toggle one of them
@bergmark @DanBurton Thank you for your inputs. We are going to use the cabal flag approach as suggested here. I will resubmit this package for inclusion in stackage soon.
| gharchive/pull-request | 2017-02-11T09:52:26 | 2025-04-01T06:46:33.999657 | {
"authors": [
"DanBurton",
"bergmark",
"donatello",
"lwm"
],
"repo": "fpco/stackage",
"url": "https://github.com/fpco/stackage/pull/2287",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
928167919 | moved the pad method from Hole into the utility class
Pull Request Test Coverage Report for Build 353
0 of 0 changed or added relevant lines in 0 files are covered.
No unchanged relevant lines lost coverage.
Overall coverage remained the same at 87.106%
Totals
Change from base Build 340:
0.0%
Covered Lines:
410
Relevant Lines:
461
💛 - Coveralls
| gharchive/pull-request | 2021-06-23T11:45:24 | 2025-04-01T06:46:34.029476 | {
"authors": [
"coveralls",
"panjie116"
],
"repo": "fumba/bawo.zone",
"url": "https://github.com/fumba/bawo.zone/pull/83",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
55026553 | completed
nicely done.
| gharchive/pull-request | 2015-01-21T14:38:51 | 2025-04-01T06:46:34.039491 | {
"authors": [
"J-Weeks",
"fishermanswharff"
],
"repo": "ga-wdi-boston/wdi_2_ruby_assessment_rspec",
"url": "https://github.com/ga-wdi-boston/wdi_2_ruby_assessment_rspec/pull/25",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
136887244 | [issues-21]Upgrade gearpump from 0.6.2-SNAPSHOT --> 0.7.5
@darionyaphet thanks for the contribution. Could you verify all the examples are working under 0.7.5 ?
Hi @manuzhang Yep ~ But I found a exception when building gearpump-examples on local system . The exception had reported at here issues-20
| gharchive/pull-request | 2016-02-27T06:47:55 | 2025-04-01T06:46:34.068553 | {
"authors": [
"darionyaphet",
"manuzhang"
],
"repo": "gearpump/gearpump-examples",
"url": "https://github.com/gearpump/gearpump-examples/pull/22",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
602370853 | Python
What's the problem sir ?
No problem
@geekcomputers request to close this issue
Which issue
this one
| gharchive/issue | 2020-04-18T03:54:17 | 2025-04-01T06:46:34.070748 | {
"authors": [
"DhruvDoshi",
"itsvinayak",
"nikhilkumar262",
"raja040204"
],
"repo": "geekcomputers/Python",
"url": "https://github.com/geekcomputers/Python/issues/718",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
758005638 | variable no of categories for efficientnet
nevermind!
| gharchive/pull-request | 2020-12-06T19:44:54 | 2025-04-01T06:46:34.077092 | {
"authors": [
"marcelbischoff"
],
"repo": "geohot/tinygrad",
"url": "https://github.com/geohot/tinygrad/pull/145",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
254290776 | Time component
http://element.eleme.io/#/en-US/component/time-picker
Done as part of the date/time picker component. may need to revisit this, but done for now.
| gharchive/issue | 2017-08-31T10:37:51 | 2025-04-01T06:46:34.078123 | {
"authors": [
"gerbilsinspace"
],
"repo": "gerbilsinspace/cms",
"url": "https://github.com/gerbilsinspace/cms/issues/32",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
877569778 | Add a draft for ITs dataset injection with postgis
Can't understand why CI fails on this PR with no modifications on ITs :thinking:
Can't understand why CI fails on this PR with no modifications on ITs
I've noticed random failure of random components also, which are fixed by restarting the job of the failed components...
| gharchive/pull-request | 2021-05-06T14:38:41 | 2025-04-01T06:46:34.122964 | {
"authors": [
"alainbodiguel",
"sfalquier"
],
"repo": "gisaia/ARLAS-server",
"url": "https://github.com/gisaia/ARLAS-server/pull/705",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
95045217 | Compile-test the produced glib-sys crate
@EPashkin here's a possible way to organize the integration tests and the accompanying toml files.
@homu r+
:pushpin: Commit 8251c75 has been approved by gkoz
:hourglass: Testing commit 8251c75 with merge 2628b32...
:sunny: Test successful - status
| gharchive/pull-request | 2015-07-14T21:24:57 | 2025-04-01T06:46:34.127165 | {
"authors": [
"gkoz",
"homu"
],
"repo": "gkoz/gir",
"url": "https://github.com/gkoz/gir/pull/60",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
278587411 | Make it possible to set the HTTP transport for client connections.
Codecov Report
Merging #60 into master will decrease coverage by 0.08%.
The diff coverage is 0%.
@@ Coverage Diff @@
## master #60 +/- ##
==========================================
- Coverage 97.04% 96.96% -0.09%
==========================================
Files 20 20
Lines 1524 1251 -273
==========================================
- Hits 1479 1213 -266
+ Misses 35 27 -8
- Partials 10 11 +1
Impacted Files
Coverage Δ
auth.go
30.76% <0%> (-69.24%)
:arrow_down:
options.go
100% <0%> (ø)
:arrow_up:
bulk.go
100% <0%> (ø)
:arrow_up:
attachments.go
100% <0%> (ø)
:arrow_up:
version.go
100% <0%> (ø)
:arrow_up:
couchdb.go
100% <0%> (ø)
:arrow_up:
changes.go
100% <0%> (ø)
:arrow_up:
client.go
100% <0%> (ø)
:arrow_up:
session.go
100% <0%> (ø)
:arrow_up:
chttp/errors.go
100% <0%> (ø)
:arrow_up:
... and 8 more
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed4e513...88ae869. Read the comment docs.
| gharchive/pull-request | 2017-12-01T20:30:25 | 2025-04-01T06:46:34.143799 | {
"authors": [
"codecov-io",
"flimzy"
],
"repo": "go-kivik/couchdb",
"url": "https://github.com/go-kivik/couchdb/pull/60",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
404881742 | bytes: check Write error before written length
Overhauled by #29996.
| gharchive/pull-request | 2019-01-30T17:30:48 | 2025-04-01T06:46:34.151864 | {
"authors": [
"leonklingele"
],
"repo": "golang/go",
"url": "https://github.com/golang/go/pull/29994",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
843083208 | Replace README.md with an archival announcement.
cc @hicksjoseph
Thanks for handling this!
Actually, I just realize that I should go through AOSP for this, too. Closing this in favor of https://android-review.googlesource.com/c/platform/build/blueprint/+/1655694/ .
| gharchive/pull-request | 2021-03-29T07:50:09 | 2025-04-01T06:46:34.158079 | {
"authors": [
"jin",
"kaladron",
"lberki"
],
"repo": "google/blueprint",
"url": "https://github.com/google/blueprint/pull/349",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
59693307 | Convert Update{,WithTTL} to use util::Task.
LGTM
| gharchive/pull-request | 2015-03-03T19:36:43 | 2025-04-01T06:46:34.158695 | {
"authors": [
"AlCutter",
"pphaneuf"
],
"repo": "google/certificate-transparency",
"url": "https://github.com/google/certificate-transparency/pull/546",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
160705471 | Hardcode Chrome version to maintain compatibility
Fixes issues like https://travis-ci.org/google/closure-library/builds/137966450 where we've fixed stuff for a newer version of Chrome but the default version is behind.
| gharchive/pull-request | 2016-06-16T16:33:57 | 2025-04-01T06:46:34.159653 | {
"authors": [
"joeltine"
],
"repo": "google/closure-library",
"url": "https://github.com/google/closure-library/pull/718",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
116500608 | Fixed returned toString encoding of OAuth2Client.prototype.decodeBase64 method.
Signed it!
| gharchive/pull-request | 2015-11-12T08:17:50 | 2025-04-01T06:46:34.162649 | {
"authors": [
"yamafaktory"
],
"repo": "google/google-auth-library-nodejs",
"url": "https://github.com/google/google-auth-library-nodejs/pull/66",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
252391722 | Hints pull request
Travis build has failed. Please fix.
Squash "hints: replace uintptr with uint64" into previous commits.
| gharchive/pull-request | 2017-08-23T19:32:25 | 2025-04-01T06:46:34.164948 | {
"authors": [
"dvyukov",
"tch1bo"
],
"repo": "google/syzkaller",
"url": "https://github.com/google/syzkaller/pull/354",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
356146950 | Add LRO to proto annotations in test resources
PTAL
Codecov Report
Merging #2288 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #2288 +/- ##
=========================================
Coverage 86.75% 86.75%
Complexity 5134 5134
=========================================
Files 452 452
Lines 20400 20400
Branches 2190 2190
=========================================
Hits 17699 17699
Misses 1930 1930
Partials 771 771
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c36da68...0005279. Read the comment docs.
Codecov Report
Merging #2288 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #2288 +/- ##
=========================================
Coverage 86.75% 86.75%
Complexity 5134 5134
=========================================
Files 452 452
Lines 20400 20400
Branches 2190 2190
=========================================
Hits 17699 17699
Misses 1930 1930
Partials 771 771
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c36da68...0005279. Read the comment docs.
Codecov Report
Merging #2288 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #2288 +/- ##
=========================================
Coverage 86.75% 86.75%
Complexity 5134 5134
=========================================
Files 452 452
Lines 20400 20400
Branches 2190 2190
=========================================
Hits 17699 17699
Misses 1930 1930
Partials 771 771
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c36da68...0005279. Read the comment docs.
Codecov Report
Merging #2288 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #2288 +/- ##
=========================================
Coverage 86.75% 86.75%
Complexity 5134 5134
=========================================
Files 452 452
Lines 20400 20400
Branches 2190 2190
=========================================
Hits 17699 17699
Misses 1930 1930
Partials 771 771
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c36da68...0005279. Read the comment docs.
| gharchive/pull-request | 2018-08-31T23:10:12 | 2025-04-01T06:46:34.183270 | {
"authors": [
"andreamlin",
"codecov-io"
],
"repo": "googleapis/gapic-generator",
"url": "https://github.com/googleapis/gapic-generator/pull/2288",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
209950162 | Update ch7-14.md
Thx
| gharchive/pull-request | 2017-02-24T03:24:54 | 2025-04-01T06:46:34.189562 | {
"authors": [
"cch123",
"samael65535"
],
"repo": "gopl-zh/gopl-zh.github.com",
"url": "https://github.com/gopl-zh/gopl-zh.github.com/pull/15",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
255958109 | It doesn't seem to work with IE
Can you provide example user agent string?
My bad, this was a terrible case and it's actually working fine
| gharchive/issue | 2017-09-07T14:32:56 | 2025-04-01T06:46:34.191442 | {
"authors": [
"Scipionh",
"gorangajic"
],
"repo": "gorangajic/isbot",
"url": "https://github.com/gorangajic/isbot/issues/12",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
300850573 | Pulled iterator_native from the upcoming v0.9.0 update.
Coverage increased (+1.0%) to 71.674% when pulling c0d2bcf2e1f456960c04dca7581e7c274fe52bbb on nativeiterators into 2ab2564f998fe504b94a1679c1c95277cdedea47 on master.
Coverage increased (+1.0%) to 71.674% when pulling c0d2bcf2e1f456960c04dca7581e7c274fe52bbb on nativeiterators into 2ab2564f998fe504b94a1679c1c95277cdedea47 on master.
| gharchive/pull-request | 2018-02-28T00:54:02 | 2025-04-01T06:46:34.194096 | {
"authors": [
"chewxy",
"coveralls"
],
"repo": "gorgonia/tensor",
"url": "https://github.com/gorgonia/tensor/pull/23",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
484404485 | Add introspection async benchmark
As mentioned in the issue, this is not a meaningful benchmark atm since the schema types skip all the async logic. (See the noasync annotation on the schema types) because we know those types do not contain any nested async resolvers.
We can still merge them to act as something like a regression test, but best with a comment explaining this.
| gharchive/pull-request | 2019-08-23T08:40:10 | 2025-04-01T06:46:34.197609 | {
"authors": [
"LegNeato",
"theduke"
],
"repo": "graphql-rust/juniper",
"url": "https://github.com/graphql-rust/juniper/pull/418",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
54430635 | added some profile changes and a new picture
@johnchase, we actually need to add your office hours in the gregcaporaso/teaching-website-source repo, not here (the html here is built automatically). Can you remove that change from this PR, and I'll add to the other repo? I can show you how I update the teaching website so you can do it in the future (I have a build script that makes it really easy).
@johnchase, note that there is a conflict now that I've updated your office hours using my build script.
@gregcaporaso I changed the file back to what it was originally.
@johnchase, something went wrong with this and you've got all of everyone else's commits included. Can you submit a new pull request with just the updates to your picture and profile? I think that will be easier than trying to fix this one.
| gharchive/pull-request | 2015-01-15T09:57:17 | 2025-04-01T06:46:34.219324 | {
"authors": [
"gregcaporaso",
"johnchase"
],
"repo": "gregcaporaso/gregcaporaso.github.com",
"url": "https://github.com/gregcaporaso/gregcaporaso.github.com/pull/31",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
142113033 | slight improvement to compression levels logic
Some related tests are failing.
Closing. This PR is unnecessary.
| gharchive/pull-request | 2016-03-20T00:03:28 | 2025-04-01T06:46:34.231042 | {
"authors": [
"dgquintas",
"sreecha"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/5852",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
148462903 | Added grpc_call_stats to the call stack
It remains to be seen how to actually populate the stats.
Done. PTAL.
superseded by #5901
| gharchive/pull-request | 2016-04-14T19:45:07 | 2025-04-01T06:46:34.232084 | {
"authors": [
"dgquintas"
],
"repo": "grpc/grpc",
"url": "https://github.com/grpc/grpc/pull/6177",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
234218561 | Update to bitflags 0.9
👍
| gharchive/pull-request | 2017-06-07T13:57:53 | 2025-04-01T06:46:34.237725 | {
"authors": [
"EPashkin",
"sdroege"
],
"repo": "gtk-rs/gtk",
"url": "https://github.com/gtk-rs/gtk/pull/528",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
108811759 | Fix #41
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
http://guh.guru:8080/job/guh-webinterface-pull-request/32/
Test PASSed.
| gharchive/pull-request | 2015-09-29T07:40:35 | 2025-04-01T06:46:34.239897 | {
"authors": [
"rhythm-section",
"t-mon"
],
"repo": "guh/guh-webinterface",
"url": "https://github.com/guh/guh-webinterface/pull/42",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
368185398 | A New Order article pilots
Thanks!
| gharchive/pull-request | 2018-10-09T12:28:17 | 2025-04-01T06:46:34.240475 | {
"authors": [
"guidokessels",
"skitau"
],
"repo": "guidokessels/xwing-data2",
"url": "https://github.com/guidokessels/xwing-data2/pull/78",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
379053416 | open("wifi") doesnt work on IOS
On android works fine but on iOS it brings me to General Settings. Any news?
Same problem here. Testing on ios12
same issue
Hi, has this issue been resolved?
What's another alternative solution that can be used?
The most recent update (v1.5.3) fixed the issue - I can confirm it working for iOS 13.6 and iOS 14.5 (beta 1). @guyromb maybe you can close this issue here?
I tested v1.5.3 on iOS and its returning the following error:
"The old format of this exec call has been removed (deprecated since 2.1). Change to: cordova.exec(null,null......" etc
Either correct your syntax to call the plugin or update your cordova-ios, the exec signature in https://github.com/guyromb/cordova-open-native-settings/blob/master/www/settings.js#L6 is correct. That has nothing to do with this issue though.
Resolved in v1.5.3
| gharchive/issue | 2018-11-09T07:35:43 | 2025-04-01T06:46:34.246093 | {
"authors": [
"andreasalvi",
"angelo-italy",
"angelofan",
"guyromb",
"ifbbprochris",
"timbru31",
"tshepo-choshi"
],
"repo": "guyromb/cordova-open-native-settings",
"url": "https://github.com/guyromb/cordova-open-native-settings/issues/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
312812739 | activity布局有FrameLayout的时候statusBarColor失效
与布局没关系,你可以贴出你的具体需求
@gyf-dev 已解决,谢谢回复!
ok👌
| gharchive/issue | 2018-04-10T08:01:36 | 2025-04-01T06:46:34.250959 | {
"authors": [
"gyf-dev",
"yonglf"
],
"repo": "gyf-dev/ImmersionBar",
"url": "https://github.com/gyf-dev/ImmersionBar/issues/147",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
204701324 | 221 alternate instagram link
This is better because it doesn't have an embedded style tag
| gharchive/pull-request | 2017-02-01T20:51:10 | 2025-04-01T06:46:34.253980 | {
"authors": [
"technicalguy"
],
"repo": "hackcambridge/hack-cambridge-website",
"url": "https://github.com/hackcambridge/hack-cambridge-website/pull/227",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
281373818 | Updated index.html
Your pr has already been merged. Thank You
| gharchive/pull-request | 2017-12-12T12:54:07 | 2025-04-01T06:46:34.255105 | {
"authors": [
"jarvisdev",
"urdarinda"
],
"repo": "hackthepart/AvengersAssemble",
"url": "https://github.com/hackthepart/AvengersAssemble/pull/81",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
501208989 | Improve README.md
Thank you! This is much better.
Just make sure you follow the contribution guide next time :)
Oh, I'm sorry! I missed that...
No worries! Thanks for the improvements anyway :)
| gharchive/pull-request | 2019-10-02T00:20:22 | 2025-04-01T06:46:34.261070 | {
"authors": [
"hankchizljaw",
"imbsky"
],
"repo": "hankchizljaw/modern-css-reset",
"url": "https://github.com/hankchizljaw/modern-css-reset/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
267154206 | Feature/edit and copy enpoint with new upstreams
👍
| gharchive/pull-request | 2017-10-20T12:05:19 | 2025-04-01T06:46:34.311530 | {
"authors": [
"ivanzusko",
"rafaeljesus"
],
"repo": "hellofresh/janus-dashboard",
"url": "https://github.com/hellofresh/janus-dashboard/pull/104",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
164984860 | Feature/reopen window
Excellent, thank you! 💓
| gharchive/pull-request | 2016-07-12T03:08:37 | 2025-04-01T06:46:34.312701 | {
"authors": [
"henryboldi",
"tobycyanide"
],
"repo": "henryboldi/felony",
"url": "https://github.com/henryboldi/felony/pull/61",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
415594835 | Implement property failures
I don't understand why there are these old commits at the beginning...
| gharchive/pull-request | 2019-02-28T12:15:12 | 2025-04-01T06:46:34.320391 | {
"authors": [
"nonninz"
],
"repo": "highmobility/hm-auto-api-elixir",
"url": "https://github.com/highmobility/hm-auto-api-elixir/pull/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
172945350 | PAAC-670: Fixed wrong button name for Edit functionality of AI Input and Pre 2015 Input Pages.
Merged.
| gharchive/pull-request | 2016-08-24T13:01:40 | 2025-04-01T06:46:34.322186 | {
"authors": [
"periklas",
"rambabu-posa"
],
"repo": "hmrc/paac-frontend",
"url": "https://github.com/hmrc/paac-frontend/pull/288",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
158001605 | Is there angular 2 wrapper?
@AlexanderKozhevin PRs are welcome :)
i'm looking for ng2 wrapper too :/
@kodeine PRs are wlecome :)
The next steps IMO are to get this up to speed with https://github.com/jackocnr/intl-tel-input per #61, then get this verified for AngularJS 1.5.x, then look at AngularJS 2.x support.
AngularJS 1.5.x is good to go. PRs are welcome :)
Is there an angular 2 version?
Any update on if this will be supported for Angular 2?
| gharchive/issue | 2016-06-01T20:38:53 | 2025-04-01T06:46:34.325159 | {
"authors": [
"AlexanderKozhevin",
"SyntaxStacks",
"bighappyface",
"kodeine",
"pete-wright",
"raghubala"
],
"repo": "hodgepodgers/ng-intl-tel-input",
"url": "https://github.com/hodgepodgers/ng-intl-tel-input/issues/59",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
637849839 | 使用BASE_DIR取代SITE_ROOT
Codecov Report
:exclamation: No coverage uploaded for pull request base (master@6d6cac0). Click here to learn what that means.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #3 +/- ##
=========================================
Coverage ? 81.63%
=========================================
Files ? 50
Lines ? 2107
Branches ? 0
=========================================
Hits ? 1720
Misses ? 387
Partials ? 0
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d6cac0...fb35070. Read the comment docs.
| gharchive/pull-request | 2020-06-12T15:55:57 | 2025-04-01T06:46:34.338184 | {
"authors": [
"codecov-commenter",
"hongweipeng"
],
"repo": "hongweipeng/DjangoBlog",
"url": "https://github.com/hongweipeng/DjangoBlog/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.