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
580562813
DSP memory and hardware access General idea achieved, will be improved later.
gharchive/issue
2020-03-13T12:13:36
2025-04-01T06:41:17.272384
{ "authors": [ "ogamespec" ], "repo": "ogamespec/dolwin", "url": "https://github.com/ogamespec/dolwin/issues/27", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
156318947
Detached nsp from svc mgmt grp creation Changes are fine.
gharchive/pull-request
2016-05-23T17:11:53
2025-04-01T06:41:17.283342
{ "authors": [ "dpaks", "njagadish" ], "repo": "oneconvergence/group-based-policy", "url": "https://github.com/oneconvergence/group-based-policy/pull/367", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
791391282
Update cadence language server wasm Done Done
gharchive/issue
2021-01-21T18:23:30
2025-04-01T06:41:17.284121
{ "authors": [ "10thfloor", "turbolent" ], "repo": "onflow/flow-playground", "url": "https://github.com/onflow/flow-playground/issues/102", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
858644384
How to train a custom multi-label dataset? Hi @Kyuuki93 , First, you need to convert your dataset to existing dataset format, e.g. VOC format or implement a new Dataset class inherited from BaseDataset. Pls refer to Tutorial 2: Adding New Dataset for more info. Then, you can write a config as config for VGG. Hi @Kyuuki93 , First, you need to convert your dataset to existing dataset format, e.g. VOC format or implement a new Dataset class inherited from BaseDataset. Pls refer to Tutorial 2: Adding New Dataset for more info. Then, you can write a config as config for VGG. Thanks for ur quick reply, I have prepared a toy FileList dataset , the anno_file looks like 001.jpg 0 002.jpg 1 003.jpg 0 1 And then created a TestDataset which modified from mmcls\datasets\multi_label.py, use mobilenet as backbone, then I got TypeError: ImageClassifier: MultiLabelClsHead: __init__() got an unexpeted keywork argument 'num_classes' TypeError: ImageClassifier: MultiLabelClsHead: __init__() got an unexpeted keywork argument 'in_channels' Does multi-label task only support vgg for now? For your dataset, it seems like imagenet format, which is not supported for multi-label classification task. You might need to convert it to VOC format. For VGG backbone, we put the final fc layer inside the backbone rather than put it in the head. So MultiLabelClsHead does not expect argument num_classes and in_channels. If you want use other backbones, you might need to use MultiLabelLinearClsHead. Thank you.
gharchive/issue
2021-04-15T08:40:40
2025-04-01T06:41:17.318472
{ "authors": [ "Kyuuki93", "LXXXXR" ], "repo": "open-mmlab/mmclassification", "url": "https://github.com/open-mmlab/mmclassification/issues/215", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
749995107
chore: Add active_model_serializers, delayed_job, and mongo to release configs Thanks @dazuma!
gharchive/pull-request
2020-11-24T19:57:04
2025-04-01T06:41:17.320163
{ "authors": [ "dazuma", "fbogsany" ], "repo": "open-telemetry/opentelemetry-ruby", "url": "https://github.com/open-telemetry/opentelemetry-ruby/pull/480", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
261750629
Putting image instead of chart since won't render in RTD @parenthetic just FYI your beautiful chart works in markdown, but not ReadTheDocs. So, I put the raw file of the chart as a file in this folder so we can update if needed, and just stuck an image in that section so people could see it. Bummer. Good catch and fix. On Fri, Sep 29, 2017 at 3:51 PM, Dana Lewis notifications@github.com wrote: @parenthetic https://github.com/parenthetic just FYI your beautiful chart works in markdown, but not ReadTheDocs. So, I put the raw file of the chart as a file in this folder so we can update if needed https://github.com/openaps/docs/pull/1060/commits/72619d15914ab1edb5ffa96c0d221535ee92c4ef, and just stuck an image in that section so people could see it. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/openaps/docs/pull/1060#issuecomment-333222655, or mute the thread https://github.com/notifications/unsubscribe-auth/AUVFUZk2WiT6rodlRMizltbpjjxdzfrBks5snUpIgaJpZM4PpJVA .
gharchive/pull-request
2017-09-29T19:43:41
2025-04-01T06:41:17.330330
{ "authors": [ "danamlewis", "parenthetic" ], "repo": "openaps/docs", "url": "https://github.com/openaps/docs/pull/1060", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
472715623
Fix IPMI Test failure https://github.com/openbmc/openbmc-test-automation/issues/1881, https://github.com/openbmc/openbmc-test-automation/issues/1882, https://github.com/openbmc/openbmc-test-automation/issues/1883 There is #1882 tracking.. 2 are fixed. closing this one.
gharchive/issue
2019-07-25T07:47:26
2025-04-01T06:41:17.332148
{ "authors": [ "adathatri", "gkeishin" ], "repo": "openbmc/openbmc-test-automation", "url": "https://github.com/openbmc/openbmc-test-automation/issues/1900", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
185396371
Rebuilt addresses from matched herts schools Pointless merging this now
gharchive/pull-request
2016-10-26T13:40:05
2025-04-01T06:41:17.352391
{ "authors": [ "psd" ], "repo": "openregister/school-data", "url": "https://github.com/openregister/school-data/pull/16", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
871640461
Add "name" labels so we know what the images are supposed to be tagged as I'm not sure I understand this. Do you build the images locally without a tag then want to verify which registry repo to push it to after the fact? When you do a local build of a multi-image Dockerfile, you can't specify which image to tag as what -- -t only applies to the last image. Then you need to docker tag the other images by hand which means you need to docker inspect the images to find out which hash is which. The label makes it easier to read the inspection -- otherwise you'd have to figure it out from the steps or something.
gharchive/pull-request
2021-04-29T23:02:35
2025-04-01T06:41:17.353880
{ "authors": [ "brianhlin", "matyasselmeci" ], "repo": "opensciencegrid/docker-compute-entrypoint", "url": "https://github.com/opensciencegrid/docker-compute-entrypoint/pull/15", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
273356151
Enables UDF in cassandra and adds a few starter functions merging this, but happy to change it later if anyone wants to. It is a demo image we are affecting.
gharchive/pull-request
2017-11-13T09:09:52
2025-04-01T06:41:17.409958
{ "authors": [ "adriancole" ], "repo": "openzipkin/docker-zipkin", "url": "https://github.com/openzipkin/docker-zipkin/pull/159", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
496020322
WIP OWLS-73891 part3 - add FAQ entry for managing namespaces Ryan, please check if the contents match what is in your mind. Mark, how do you create the timestamp for a doc? I just hand-crafted it, which I am not sure is the right way of doing it. Thanks, Tom, for reviewing the doc. Those are all great comments. I'll add links from the introduction area to the individual sections, and add the section for getting the current value of domainNamespaces. I also feel that the content here fit better in the user guide, instead of the FAQ section. also merged to master in 6624688d4
gharchive/pull-request
2019-09-19T20:51:23
2025-04-01T06:41:17.416237
{ "authors": [ "doxiao", "markxnelson" ], "repo": "oracle/weblogic-kubernetes-operator", "url": "https://github.com/oracle/weblogic-kubernetes-operator/pull/1264", "license": "UPL-1.0", "license_type": "permissive", "license_source": "github-api" }
424043630
Rust user programs cannot run in release mode After reading assembly and some searching, it is fixed in https://github.com/rcore-os/rcore-user/commit/a8497fb692ca9e9ac1717ebeb05f73508d9d6ca3. Reason: syscall clobbers rcx and r11 registers. Tell compiler about this. Ref: https://stackoverflow.com/questions/50571275/why-does-a-syscall-clobber-rcx
gharchive/issue
2019-03-22T04:37:13
2025-04-01T06:41:17.419806
{ "authors": [ "jiegec" ], "repo": "oscourse-tsinghua/rcore_plus", "url": "https://github.com/oscourse-tsinghua/rcore_plus/issues/31", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
440523800
Add support for if Closed by #17
gharchive/issue
2019-05-06T02:55:38
2025-04-01T06:41:17.430238
{ "authors": [ "otaviopace" ], "repo": "otaviopace/hisp", "url": "https://github.com/otaviopace/hisp/issues/8", "license": "WTFPL", "license_type": "permissive", "license_source": "github-api" }
143305857
uploaded planet images for navigation Thanks Brian! I have the start of the ship nav menu happening now. I'll pull these graphics in immediately.
gharchive/pull-request
2016-03-24T17:12:52
2025-04-01T06:41:17.441218
{ "authors": [ "bmccarrie", "owntheweb" ], "repo": "owntheweb/VR-Solar-System-Tour", "url": "https://github.com/owntheweb/VR-Solar-System-Tour/pull/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
691802340
copy only sources defined in specfile I just discovered one issue: rebase-helper.get_source returns also the tarball: " using a temp directory.".format(parent)) > /usr/local/lib/python3.6/site-packages/dist2src/core.py(364)copy_all_sources() 363 import ipdb; ipdb.set_trace() --> 364 for file_ in self.dist_git_spec.get_sources(): 365 file_dest = sg_path / Path(file_).name ipdb> self.dist_git_spec.get_sources() ['/d/dnf/SOURCES/dnf-4.2.23.tar.gz'] I am debating whether this is a problem or not. But since we are not interacting with lookaside cache in source-git, I'd say this is a good thing that we store the tarball alongside.
gharchive/pull-request
2020-09-03T09:25:05
2025-04-01T06:41:17.454205
{ "authors": [ "TomasTomecek", "dhodovsk" ], "repo": "packit/dist-git-to-source-git", "url": "https://github.com/packit/dist-git-to-source-git/pull/44", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
85556076
Complete parser :+1: Nice!
gharchive/pull-request
2015-06-05T15:13:48
2025-04-01T06:41:17.454852
{ "authors": [ "kalebdavis", "nicolasmccurdy" ], "repo": "paircolumbus/ParserChallenge1", "url": "https://github.com/paircolumbus/ParserChallenge1/pull/13", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
160527180
Fix problems with examples and CLI #1902 Please don't use master in your repos for PRs, and if you do rebase instead of doing merge commits. Otherwise you quickly get a mess that'd propagate into the upstream repo if not rebased/squashed before merging.
gharchive/pull-request
2016-06-15T21:23:00
2025-04-01T06:41:17.464099
{ "authors": [ "ArchRoller", "ThiefMaster" ], "repo": "pallets/flask", "url": "https://github.com/pallets/flask/pull/1914", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
183189250
TST: Add sklearn.multioutput Coverage increased (+0.04%) to 94.428% when pulling eebb48ede1ee35c0c995bb675aa0180b8fd9a4a7 on sinhrks:multioutput into 16c7c4d0be4657dbf366476967e6600db1c0e649 on pandas-ml:master. Coverage increased (+0.04%) to 94.428% when pulling 86eb52754cb4ef044327fc7bc1d1d9ba5e87798d on sinhrks:multioutput into 16c7c4d0be4657dbf366476967e6600db1c0e649 on pandas-ml:master. Coverage increased (+0.04%) to 94.428% when pulling 67d0349a67619cfd1becadd9dd37a2f23e7845a2 on sinhrks:multioutput into 16c7c4d0be4657dbf366476967e6600db1c0e649 on pandas-ml:master. Coverage increased (+0.02%) to 94.414% when pulling 24a426952669eb005f37bbb13e3dc82bcabd2d28 on sinhrks:multioutput into 16c7c4d0be4657dbf366476967e6600db1c0e649 on pandas-ml:master. Coverage decreased (-0.06%) to 94.33% when pulling 42344e7bd9b797e304d1339cc90263be33a89e76 on sinhrks:multioutput into 16c7c4d0be4657dbf366476967e6600db1c0e649 on pandas-ml:master. Coverage decreased (-0.09%) to 94.303% when pulling 689891bf1819f0ae6a1e807209797cf3fb84ec71 on sinhrks:multioutput into 16c7c4d0be4657dbf366476967e6600db1c0e649 on pandas-ml:master.
gharchive/pull-request
2016-10-15T05:05:44
2025-04-01T06:41:17.473662
{ "authors": [ "coveralls", "sinhrks" ], "repo": "pandas-ml/pandas-ml", "url": "https://github.com/pandas-ml/pandas-ml/pull/86", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
284775505
Fix boolean handling for SQLite Currently, this causes problems on SQLite: $db->update( 'table', ['col2' => true], ['col2' => false, 'col1' => 'test'] ); SQLite doesn't have TRUE/FALSE, it only has 1/0.
gharchive/pull-request
2017-12-27T18:44:05
2025-04-01T06:41:17.482506
{ "authors": [ "paragonie-scott" ], "repo": "paragonie/easydb", "url": "https://github.com/paragonie/easydb/pull/65", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
274134844
Research possibility of not passing UserError everywhere Closed by #118
gharchive/issue
2017-11-15T12:12:16
2025-04-01T06:41:17.483137
{ "authors": [ "pepyakin" ], "repo": "paritytech/parity-wasm", "url": "https://github.com/paritytech/parity-wasm/issues/115", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
90500772
Personal names should have a one-letter first name Thank you, Strand!
gharchive/pull-request
2015-06-23T21:59:12
2025-04-01T06:41:17.491848
{ "authors": [ "patch", "strand" ], "repo": "patch/i18n-testing", "url": "https://github.com/patch/i18n-testing/pull/1", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
149350381
added first batch step Current coverage is 39.35% Merging #41 into master will increase coverage by +7.34% as of 62277dd @@ master #41 diff @@ ====================================== Files 93 100 +7 Stmts 1062 1108 +46 Branches 73 82 +9 Methods ====================================== + Hit 340 436 +96 - Partial 9 15 +6 + Missed 713 657 -56 Review entire Coverage Diff as of 62277dd Powered by Codecov. Updated on successful CI builds.
gharchive/pull-request
2016-04-19T05:17:26
2025-04-01T06:41:17.503541
{ "authors": [ "codecov-io", "pbremer" ], "repo": "pbremer/ice-cream-manager", "url": "https://github.com/pbremer/ice-cream-manager/pull/41", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
466533856
docs: fix typo @Jason-Cooke Update from master for CI? @serene Sorry for the late reply. I don't quite follow?
gharchive/pull-request
2019-07-10T21:35:42
2025-04-01T06:41:17.504675
{ "authors": [ "Jason-Cooke", "serene" ], "repo": "pdfkit/pdfkit", "url": "https://github.com/pdfkit/pdfkit/pull/444", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
282302948
Add consul Merged in work to remove eureka and spring config in favour of Consul
gharchive/pull-request
2017-12-15T02:38:42
2025-04-01T06:41:17.507213
{ "authors": [ "peavers" ], "repo": "peavers/swordfish-service", "url": "https://github.com/peavers/swordfish-service/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
607037673
Fix go.sum PR generated by Renovate bot sometimes lack package sum entries in go.sum. https://github.com/pion/.goassets/issues/14 This fixes go.sum of the current master branch and also add a GitHub Action to automatically fix future problem. oh, I have to fix to ignore examples/go.mod.
gharchive/pull-request
2020-04-26T15:21:52
2025-04-01T06:41:17.559194
{ "authors": [ "at-wat" ], "repo": "pion/mediadevices", "url": "https://github.com/pion/mediadevices/pull/153", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
214687969
updates dependencies Codecov Report Merging #11 into master will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## master #11 +/- ## ==================================== Coverage 0% 0% ==================================== Files 12 12 Lines 241 241 Branches 6 6 ==================================== Misses 241 241 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 39e98fd...6a22043. Read the comment docs.
gharchive/pull-request
2017-03-16T12:26:39
2025-04-01T06:41:17.565908
{ "authors": [ "codecov-io", "pjan" ], "repo": "pjan/akka-d3", "url": "https://github.com/pjan/akka-d3/pull/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
296867602
Upgrade to node 8 Coverage increased (+0.06%) to 58.272% when pulling 6d04600218b338febc9d5d70f7a5c036126aa3ee on upgrade-node8 into 17e7ff5e1b15a86f2ea9813b1441e785c75cffa9 on master.
gharchive/pull-request
2018-02-13T20:04:20
2025-04-01T06:41:17.572280
{ "authors": [ "coveralls", "robgietema" ], "repo": "plone/plone-react", "url": "https://github.com/plone/plone-react/pull/75", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
193328741
[RTM] remove unnecessary fslroi I have verified that the two files have the same affine matrices. I'll merge it because I'm about to propose some changes that build on top of this one.
gharchive/pull-request
2016-12-04T03:14:13
2025-04-01T06:41:17.581386
{ "authors": [ "chrisfilo" ], "repo": "poldracklab/fmriprep", "url": "https://github.com/poldracklab/fmriprep/pull/210", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
700731644
Deploy poof as a standalone GitHub project Done - new URL: https://github.com/poof-backup
gharchive/issue
2020-09-14T03:32:30
2025-04-01T06:41:17.592766
{ "authors": [ "pr3d4t0r" ], "repo": "poof-backup/poof", "url": "https://github.com/poof-backup/poof/issues/14", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
50220841
InsertOrReplaceAsync Thanks!
gharchive/pull-request
2014-11-26T19:57:49
2025-04-01T06:41:17.603204
{ "authors": [ "Flash3001", "praeclarum" ], "repo": "praeclarum/sqlite-net", "url": "https://github.com/praeclarum/sqlite-net/pull/331", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
846924402
Fix sse2 problem I forgot to run the regression tests before pushing this. Unfortunately, it fails almost all regression tests because it causes linking errors. I will need to revisit this and try again.
gharchive/pull-request
2021-03-31T16:18:17
2025-04-01T06:41:17.646430
{ "authors": [ "alastairreid" ], "repo": "project-oak/rust-verification-tools", "url": "https://github.com/project-oak/rust-verification-tools/pull/125", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
163816253
Updating pack_index_entry from index.h in index.c Ah didn't do a full rebuild!
gharchive/pull-request
2016-07-05T10:12:33
2025-04-01T06:41:17.659617
{ "authors": [ "pschord", "shaql2" ], "repo": "psforever/PSPack", "url": "https://github.com/psforever/PSPack/pull/7", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
100588091
Harness test for JIRA ticket #10021 The test fails for C* version 2.1.6
gharchive/pull-request
2015-08-12T16:59:50
2025-04-01T06:41:17.660347
{ "authors": [ "sylvestor88" ], "repo": "ptnapoleon/cassandra", "url": "https://github.com/ptnapoleon/cassandra/pull/28", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
274918122
Update README.md oh please merge it ASAP @ptshih I've just realised my PR is a duplicate, I'll leave it open for now, so hopefully one of them makes it in 🤔
gharchive/pull-request
2017-11-17T16:19:27
2025-04-01T06:41:17.661720
{ "authors": [ "evgenyrodionov", "peterjwest", "tuckbick" ], "repo": "ptshih/images-require-hook", "url": "https://github.com/ptshih/images-require-hook/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
734390176
Create gentx-e2d961c91379f6a09869a731c8022e0795ba1866.json Thanks for the submission, but Github accounts have to be at least a year old to participate: https://github.com/public-awesome/stakebird-testnets#submit-genesis-transaction. This is to prevent Sybil attacks and ensure a fair and decentralized launch.
gharchive/pull-request
2020-11-02T10:35:32
2025-04-01T06:41:17.662909
{ "authors": [ "battaodineucothe", "shanev" ], "repo": "public-awesome/stakebird-testnets", "url": "https://github.com/public-awesome/stakebird-testnets/pull/17", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
211509092
(PDB-3298) Don't carry fact values as valuemaps Test PASSed CLA signed by all contributors. Test PASSed Test PASSed Test PASSed Test PASSed Test PASSed travis is effectively green, merging.
gharchive/pull-request
2017-03-02T20:33:55
2025-04-01T06:41:17.668636
{ "authors": [ "mullr", "puppetcla", "puppetlabs-jenkins", "rbrw" ], "repo": "puppetlabs/puppetdb", "url": "https://github.com/puppetlabs/puppetdb/pull/2183", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
220041218
(PDB-2959) Document bulk query metrics Test PASSed CLA signed by all contributors.
gharchive/pull-request
2017-04-06T21:38:03
2025-04-01T06:41:17.669454
{ "authors": [ "puppetcla", "puppetlabs-jenkins", "senior" ], "repo": "puppetlabs/puppetdb", "url": "https://github.com/puppetlabs/puppetdb/pull/2233", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
75765655
(PUP-4557) Extend unit testing for 100% coverage This conflicts with the other spec pull. I probably should've merged this one first, since it's bigger. Oh well. This is ready as soon as it gets a rebase, I think Rebased.
gharchive/pull-request
2015-05-12T22:41:09
2025-04-01T06:41:17.670474
{ "authors": [ "MikaelSmith", "branan" ], "repo": "puppetlabs/puppetlabs-agent_upgrade", "url": "https://github.com/puppetlabs/puppetlabs-agent_upgrade/pull/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
261682036
Puppet4 update @bastelfreak closes #278
gharchive/pull-request
2017-09-29T15:37:16
2025-04-01T06:41:17.672090
{ "authors": [ "eputnam", "willmeek" ], "repo": "puppetlabs/puppetlabs-haproxy", "url": "https://github.com/puppetlabs/puppetlabs-haproxy/pull/297", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
462075504
upgrade to v6 for create room with supplied ID Answered offline, but for posterity: just committed to mimir, and yeah let's merge all at the same time.
gharchive/pull-request
2019-06-28T14:57:37
2025-04-01T06:41:17.675797
{ "authors": [ "callum-oakley" ], "repo": "pusher/chatkit-client-js", "url": "https://github.com/pusher/chatkit-client-js/pull/185", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
709211737
Shift modules bors r+ bors r- bors r+
gharchive/pull-request
2020-09-25T18:58:34
2025-04-01T06:41:17.694113
{ "authors": [ "qryxip" ], "repo": "qryxip/cargo-equip", "url": "https://github.com/qryxip/cargo-equip/pull/23", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
83062465
Work on packaging Changes Unknown when pulling adf086e51c49f2897eeb30d3dedc3b13ec7439b6 on emmanuel-keller:master into ** on qwazr:master**.
gharchive/pull-request
2015-05-31T10:54:18
2025-04-01T06:41:17.697736
{ "authors": [ "coveralls", "emmanuel-keller" ], "repo": "qwazr/QWAZR", "url": "https://github.com/qwazr/QWAZR/pull/36", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
650846947
Add python linter Pylama
gharchive/issue
2020-07-04T07:50:40
2025-04-01T06:41:17.699079
{ "authors": [ "r0hi7" ], "repo": "r0hi7/DockerENT", "url": "https://github.com/r0hi7/DockerENT/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
68377588
configurable usage of geowave for tile cache submitting a pull request for an initial level of integration... I made sure that everything is wired as it was, to wire in geowave support, modify line 175 of TileCacheHibernate.groovy to swap bean definitions This initial cut is meant to be 0 impact...the reality is you will get nothing from this the way it is currently being used (what you may get is the ability to use GeoServer for a different usage) - it just introduces slight inefficiency for the current usage... because PostGIS is relied on for all the indexing, and the current spatial query is tied to PostGIS to bring back a series of keys, the "0 impact" way I tied in GeoWave was to take the bounds from PostGIS results and use it to grab the tiles - kinda counter-intuitive, but to do more would probably impact the current query logic Because GeoWave is the spatial index on the raster data, the way it is supposed to be used is to write data with a spatial extent and query the data with a spatial extent. this initial cut will query postGIS, bring back results with the bounds and use each tile's bounds to then get the data. In particular when a user wants to query spatially, postGIS would typically be unnecessary with GeoWave - just go straight to geowave with the query geometry ...so yeah, you could put the data in geowave, add geoserver, and try out geotools' build-in support for geopackage (http://docs.geoserver.org/latest/en/user/community/geopkg/output.html) ...or not...
gharchive/issue
2015-04-14T13:37:06
2025-04-01T06:41:17.717134
{ "authors": [ "rfecher" ], "repo": "radiantbluetechnologies/ossim-geotools", "url": "https://github.com/radiantbluetechnologies/ossim-geotools/issues/86", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
439952862
enable mypy strict mode Try enabling checks one by one: https://github.com/raiden-network/raiden-services/blob/master/setup.cfg#L29 In --strict, all generic types require type parameters. Also mypy --strict requires annotating many classes and functions in Web3.py. The --strict flag is extremely strict (at the moment it's 1150 errors). It's probably not worth making the code adhere to it fully, but we can enable a few more checks in the setup.cfg. We're currently missing # disallow_any_generics = True # disallow_subclassing_any = True # disallow_untyped_calls = True # disallow_incomplete_defs = True # disallow_untyped_decorators = True # no_implicit_optional = True # warn_redundant_casts = True # warn_return_any = True # no_implicit_reexport = True
gharchive/issue
2019-05-03T09:03:33
2025-04-01T06:41:17.720113
{ "authors": [ "karlb", "pirapira" ], "repo": "raiden-network/raiden-contracts", "url": "https://github.com/raiden-network/raiden-contracts/issues/918", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
683176355
Check ruleset Thanks!
gharchive/pull-request
2020-08-21T00:33:50
2025-04-01T06:41:17.725748
{ "authors": [ "ramsey", "szepeviktor" ], "repo": "ramsey/php-library-coding-standard", "url": "https://github.com/ramsey/php-library-coding-standard/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
781533790
Add user 1000 in base image Its good to see image run using NON root user Its good to see image run using NON root user https://github.com/rancher/fleet/issues/216 https://github.com/rancher/fleet/issues/216 This will also need to be added to rancher/gitjob image This will also need to be added to rancher/gitjob image https://github.com/rancher/gitjob/pull/26 https://github.com/rancher/gitjob/pull/26
gharchive/pull-request
2021-01-07T18:56:20
2025-04-01T06:41:17.728933
{ "authors": [ "StrongMonkey", "boxboatmatt", "srbala" ], "repo": "rancher/build-tekton", "url": "https://github.com/rancher/build-tekton/pull/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
160762927
Easier command scheduling [Current coverage][cc-pull] is 84.75% Merging [#228][cc-pull] into [develop][cc-base-branch] will decrease coverage by 0.34% @@ develop #228 diff @@ ========================================== Files 216 217 +1 Lines 4482 4500 +18 Methods 0 0 Messages 0 0 Branches 366 366 ========================================== Hits 3814 3814 - Misses 484 502 +18 Partials 184 184 [][cc-pull] Powered by Codecov. Last updated by [08c231d...1d43ad6][cc-compare] [cc-base-branch]: https://codecov.io/gh/rasmus/EventFlow/branch/develop?src=pr [cc-compare]: https://codecov.io/gh/rasmus/EventFlow/compare/08c231d2b66f793569224a6718f41e2d88163b22...1d43ad69a520883ba56507403b258c71cb714815 [cc-pull]: https://codecov.io/gh/rasmus/EventFlow/pull/228?src=pr
gharchive/pull-request
2016-06-16T21:15:59
2025-04-01T06:41:17.734955
{ "authors": [ "codecov-io", "rasmus" ], "repo": "rasmus/EventFlow", "url": "https://github.com/rasmus/EventFlow/pull/228", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
177401238
How to display $index column in the table @LaravelMonster Use __sequence special field. Please, check the wiki.
gharchive/issue
2016-09-16T11:14:17
2025-04-01T06:41:17.736236
{ "authors": [ "LaravelMonster", "ratiw" ], "repo": "ratiw/vue-table", "url": "https://github.com/ratiw/vue-table/issues/89", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
96397948
Added typescript.definition entry in package.json for tsd #10 Added entry in package.json, I hope this will be usefull @rbuckton are you accepting PRs in this repo? This PR looks tiny but very useful for TypeScript projects. @antonmoiseev I need to clarify with Microsoft Legal as to whether contributors need to sign a CLA (http://cla.microsoft.com) for this repo. We can add this for tsd support. Thanks! Thank you for the merge, but I hope it will be obsolete as soon as possible with the "typings" field !
gharchive/pull-request
2015-07-21T19:24:21
2025-04-01T06:41:17.741063
{ "authors": [ "antonmoiseev", "cybrown", "rbuckton" ], "repo": "rbuckton/ReflectDecorators", "url": "https://github.com/rbuckton/ReflectDecorators/pull/11", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
769997194
RDK-30526: added client_control_extension test app https://jenkins.code.rdkcentral.com/job/github-triggered/5413/ started Copyright scan failure Commit: 9a66dbb6b0bc02f7a4e29ec7ae7f6f8ed3139420 Report detail: https://gist.github.com/cc4d3f23e6c83544f3b1255b225e5c5f https://jenkins.code.rdkcentral.com/job/build-component-rdk-next/24699/ started. Blackduck scan failure details Summary: 0 violations, 0 files pending approval, 2 files pending identification. Protex Server Path: /home/blackduck/github/RDKShell/48/rdkcentral/RDKShell Commit: 9a66dbb6b0bc02f7a4e29ec7ae7f6f8ed3139420 Report detail: gist https://jenkins.cmf.code.rdkcentral.com/job/github-triggered/630/ started https://jenkins.cmf.code.rdkcentral.com/job/build-component-rdk-next-platform/2627/ started. https://jenkins.code.rdkcentral.com/job/github-triggered/5414/ started https://jenkins.code.rdkcentral.com/job/build-component-rdk-next/24700/ started. https://jenkins.cmf.code.rdkcentral.com/job/github-triggered/631/ started Blackduck scan failure details Summary: 0 violations, 0 files pending approval, 1 file pending identification. Protex Server Path: /home/blackduck/github/RDKShell/48/rdkcentral/RDKShell Commit: a621f033b3be3af2a2d5932ff2dd6a283ae291c2 Report detail: gist https://jenkins.cmf.code.rdkcentral.com/job/build-component-rdk-next-platform/2629/ started. Smoke tests for ['build-qemux86-hyb-rdk-next'/'build-qemux86-mc-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/70284/ Smoke tests for ['build-rpi-hybrid-wpe-rdk-next'/'build-rpi-mc-wpe-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/70285/ Smoke tests for ['build-rpi-hybrid-refapp-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/70283/ Smoke tests for ['build-rpi-hybrid-wpe-rdk-next'/'build-rpi-mc-wpe-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/70288/ Smoke tests for ['build-qemux86-hyb-rdk-next'/'build-qemux86-mc-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/70286/ Smoke tests for ['build-rpi-hybrid-refapp-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/70287/ Hi Mateusz, clientcontrolextensiontest.cpp is getting code matches elsewhere i.e. this is not original code. Where did you get the code for setupGL (line 724+) and renderGL (760+), also line 680-696, vert_shader_text and frag_shader_text initialisations? (Depending on your source, this should not be a big amount of extra work.) Hi Martin, clientcontrolextensiontest.cpp is based on westeros-test.cpp from westeros repo, some parts of of the files are identical. Regards, Mateusz Hobgarski I've placed this information in a comment on top of the clientcontrolextensiontest.cpp. Regards, Mateusz Hobgarski Thanks Mateusz. There's a standard RDK way to do this, plus westeros is using some earlier code from wayland/weston. Please will you make the following changes: After the paragraph about westeros, insert: Some code is derived from weston and is: Copyright © 2010 Intel Corporation Copyright © 2011 Benjamin Franzke Copyright © 2012-2013 Collabora, Ltd. Licensed under the MIT License Please append the same block to the end of the NOTICE file at top level. I will clear off the blackduck check when this is sorted. Thanks! https://jenkins.code.rdkcentral.com/job/github-triggered/5429/ started https://jenkins.code.rdkcentral.com/job/build-component-rdk-next/24729/ started. https://jenkins.cmf.code.rdkcentral.com/job/github-triggered/640/ started https://jenkins.cmf.code.rdkcentral.com/job/build-component-rdk-next-platform/2655/ started. Copyright scan failure Commit: a4a3c4089570c0506bf9f2e626fe118f9dff1082 Report detail: https://gist.github.com/e819cfddf4f6912f681aacb268403f44 Blackduck scan failure details Summary: 0 violations, 0 files pending approval, 1 file pending identification. Protex Server Path: /home/blackduck/github/RDKShell/48/rdkcentral/RDKShell Commit: a4a3c4089570c0506bf9f2e626fe118f9dff1082 Report detail: gist Hi Martin, I've added what you said and now the copyright scan is failing :) Something is still wrong? Regards, Mateusz Hobgarski Smoke tests for ['build-rpi-hybrid-wpe-rdk-next'/'build-rpi-mc-wpe-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/70352/ Smoke tests for ['build-qemux86-hyb-rdk-next'/'build-qemux86-mc-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/70350/ Smoke tests for ['build-rpi-hybrid-refapp-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/70351/ Thanks Mateusz. I have to clear findings in our tools to clear the checks. I've done this and everything is clear now - thank you. https://jenkins.code.rdkcentral.com/job/github-triggered/5710/ started https://jenkins.code.rdkcentral.com/job/github-triggered/5710/ started https://jenkins.code.rdkcentral.com/job/build-component-rdk-next/25341/ started. https://jenkins.code.rdkcentral.com/job/build-component-rdk-next/25341/ started. https://jenkins.cmf.code.rdkcentral.com/job/github-triggered/878/ started https://jenkins.cmf.code.rdkcentral.com/job/github-triggered/878/ started https://jenkins.cmf.code.rdkcentral.com/job/build-component-rdk-next-platform/3111/ started. https://jenkins.cmf.code.rdkcentral.com/job/build-component-rdk-next-platform/3111/ started. Smoke tests for ['build-qemux86-hyb-rdk-next'/'build-qemux86-mc-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/71602/ Smoke tests for ['build-qemux86-hyb-rdk-next'/'build-qemux86-mc-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/71602/ Smoke tests for ['build-rpi-hybrid-wpe-rdk-next'/'build-rpi-mc-wpe-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/71604/ Smoke tests for ['build-rpi-hybrid-wpe-rdk-next'/'build-rpi-mc-wpe-rdk-next'] added. https://jenkins.cmf.code.rdkcentral.com/job/test-components-flow/71604/ '['build-rpi-hybrid-wpe-rdk-next'/'build-rpi-hybrid-wpe-rdk-next']' Smoke test FAILURE, investigation pending. Flash MC [SUCCESS] Flash HYB [SUCCESS] MC - Video Test [FAILURE] Video HLS gst-launch [SUCCESS] Video HLS rdkmediaplayer [SUCCESS] Video Streaming using aamp-cli [FAILURE] Video local using gst-play-1.0 [SUCCESS] Video Streaming using rmfApp [SUCCESS] RDKShell CI Tests [FAILURE] checking thunder security Thunder security is disabled getClients : Failed - [clients:[residentapp],success:true] getZOrder : Failed - [clients:[residentapp],success:true] getClients : Failed - [clients:[testapp2,testapp1,testapp,residentapp],success:true] getZOrder : Failed - [clients:[testapp2,testapp1,testapp,residentapp],success:true] add key intercept test failed add key listener test failed getClientsAfterKill : Failed - [clients:[residentapp],success:true] Number of success test - 33 Number of failed test - 7 Video Streaming using aamp-cli [SUCCESS] HYB - Video Test [FAILURE] Video HLS gst-launch [SUCCESS] Video HLS rdkmediaplayer [SUCCESS] Video Streaming using aamp-cli [SUCCESS] Video local using gst-play-1.0 [SUCCESS] RDKShell CI Tests [FAILURE] checking thunder security Thunder security is disabled getClients : Failed - [clients:[residentapp],success:true] getZOrder : Failed - [clients:[residentapp],success:true] getClients : Failed - [clients:[testapp2,testapp1,testapp,residentapp],success:true] getZOrder : Failed - [clients:[testapp2,testapp1,testapp,residentapp],success:true] add key intercept test failed add key listener test failed getClientsAfterKill : Failed - [clients:[residentapp],success:true] Number of success test - 33 Number of failed test - 7 https://jenkins.cmf.code.rdkcentral.com/job/test-rdkv-raspberrypi-flow/21132/ '['build-rpi-hybrid-wpe-rdk-next'/'build-rpi-hybrid-wpe-rdk-next']' Smoke test FAILURE, investigation pending. Flash MC [SUCCESS] Flash HYB [SUCCESS] MC - Video Test [FAILURE] Video HLS gst-launch [SUCCESS] Video HLS rdkmediaplayer [SUCCESS] Video Streaming using aamp-cli [FAILURE] Video local using gst-play-1.0 [SUCCESS] Video Streaming using rmfApp [SUCCESS] RDKShell CI Tests [FAILURE] checking thunder security Thunder security is disabled getClients : Failed - [clients:[residentapp],success:true] getZOrder : Failed - [clients:[residentapp],success:true] getClients : Failed - [clients:[testapp2,testapp1,testapp,residentapp],success:true] getZOrder : Failed - [clients:[testapp2,testapp1,testapp,residentapp],success:true] add key intercept test failed add key listener test failed getClientsAfterKill : Failed - [clients:[residentapp],success:true] Number of success test - 33 Number of failed test - 7 Video Streaming using aamp-cli [SUCCESS] HYB - Video Test [FAILURE] Video HLS gst-launch [SUCCESS] Video HLS rdkmediaplayer [SUCCESS] Video Streaming using aamp-cli [SUCCESS] Video local using gst-play-1.0 [SUCCESS] RDKShell CI Tests [FAILURE] checking thunder security Thunder security is disabled getClients : Failed - [clients:[residentapp],success:true] getZOrder : Failed - [clients:[residentapp],success:true] getClients : Failed - [clients:[testapp2,testapp1,testapp,residentapp],success:true] getZOrder : Failed - [clients:[testapp2,testapp1,testapp,residentapp],success:true] add key intercept test failed add key listener test failed getClientsAfterKill : Failed - [clients:[residentapp],success:true] Number of success test - 33 Number of failed test - 7 https://jenkins.cmf.code.rdkcentral.com/job/test-rdkv-raspberrypi-flow/21132/
gharchive/pull-request
2020-12-17T12:58:47
2025-04-01T06:41:17.796019
{ "authors": [ "mateusz-hobgarski-red", "mhughesacn", "rdkcmf-jenkins" ], "repo": "rdkcentral/RDKShell", "url": "https://github.com/rdkcentral/RDKShell/pull/48", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
483374354
Multiple markers are blinking / flickering @vyasishanatc194 did you find any workaround?
gharchive/issue
2019-08-21T11:53:30
2025-04-01T06:41:17.801965
{ "authors": [ "chris-topher19", "vyasishanatc194" ], "repo": "react-native-community/react-native-maps", "url": "https://github.com/react-native-community/react-native-maps/issues/3029", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
527116364
Sensor accelerometer is not available in ios I find out the solution iOS simulators currently have no support for sensors. In order to retrieve any sensor output, you must develop on a real device I have wasted a lot of time on this. Accelerometer reading on iOS is very wrong compare to Android even when I perform the same action on both I have wasted a lot of time on this. Accelerometer reading on iOS is very wrong compare to Android even when I perform the same action on both what can we do to use accelerometer? in ios
gharchive/issue
2019-11-22T10:33:21
2025-04-01T06:41:17.803564
{ "authors": [ "abhiilash", "deLTreeTech", "nicolekapp" ], "repo": "react-native-sensors/react-native-sensors", "url": "https://github.com/react-native-sensors/react-native-sensors/issues/290", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
168319253
Move inventory around to allow for additional inventory files This will all make more sense in a minute once I open another pull request :) Basically, the purpose of this is to allow the creation of additional inventory files in the hosts/ directory, such as the data for a Jenkins slave. The .gitignore changes makes it so you can locally add your Jenkins slave inventory file, without it polluting the repository.
gharchive/pull-request
2016-07-29T12:59:22
2025-04-01T06:41:17.823674
{ "authors": [ "leifmadsen" ], "repo": "redhat-nfvpe/ansible-cira", "url": "https://github.com/redhat-nfvpe/ansible-cira/pull/13", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
183592044
Add contributions guide Added !! Please have a look.
gharchive/issue
2016-10-18T05:12:33
2025-04-01T06:41:17.824748
{ "authors": [ "rehrumesh", "richa-coder" ], "repo": "rehrumesh/atom-sass", "url": "https://github.com/rehrumesh/atom-sass/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
244267797
Adapt to morty on 1.x @resin-jenkins retest this please Can we have this merged? Merged, @floion . Thanks.
gharchive/pull-request
2017-07-20T07:21:08
2025-04-01T06:41:17.859024
{ "authors": [ "agherzan", "floion", "willnewton" ], "repo": "resin-os/meta-resin", "url": "https://github.com/resin-os/meta-resin/pull/763", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
753798464
[RESTEASY-2710] added new class and test. Hey @rsearls, Note that Andy has made some changes to ServletContainerInitializer in https://github.com/resteasy/Resteasy/pull/2474: https://github.com/resteasy/Resteasy/blob/1bf0e2396d460932b47637a6dd673bf83b2fa8d6/resteasy-servlet-initializer/src/main/java/org/jboss/resteasy/plugins/servlet/ResteasyServletInitializer.java so you should update on top of that. -Ron Ok, I merged https://github.com/resteasy/Resteasy/pull/2474. Thank you for the contribution. We are cleaning up older PR's that seem to be stale. If you feel this is still an issue please feel free to re-open.
gharchive/pull-request
2020-11-30T20:58:02
2025-04-01T06:41:17.862614
{ "authors": [ "jamezp", "ronsigal", "rsearls" ], "repo": "resteasy/resteasy", "url": "https://github.com/resteasy/resteasy/pull/2606", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
686861051
Added is_zero(), is_positive(), is_negative, is_nonpositive(), is_nonnegative(). Should not the last test in is_zero() be is_num(x) ? approx(x,0,eps) : false ? Anyway a call of approx() in is_zero() adds 5 more tests whose outcome are know at that point. Why not just function is_zero(x, eps=EPSILON) = is_list(x)? (x != [] && [for (xx=x) if(!is_zero(xx,eps=eps)) 1] == []) : is_num(x)? abs(x)<eps : false; ? Am I missing something?
gharchive/pull-request
2020-08-27T01:03:45
2025-04-01T06:41:17.865918
{ "authors": [ "RonaldoCMP", "revarbat" ], "repo": "revarbat/BOSL2", "url": "https://github.com/revarbat/BOSL2/pull/246", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
158974872
bump 3.6 to last release, mark 3.7 branch as 3.x indev +1
gharchive/pull-request
2016-06-07T17:04:31
2025-04-01T06:41:17.884176
{ "authors": [ "knifewine", "ptnapoleon" ], "repo": "riptano/cassandra-dtest", "url": "https://github.com/riptano/cassandra-dtest/pull/1024", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
685681414
Patch pytube from KeyError adaptiveFormats Forgot a bunch of logs in the code
gharchive/pull-request
2020-08-25T17:59:15
2025-04-01T06:41:17.884843
{ "authors": [ "gordominossi" ], "repo": "ritiek/spotify-downloader", "url": "https://github.com/ritiek/spotify-downloader/pull/827", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
119008825
Readme - basic usage @tegud use the wiki.... may be? It is normal to have a basic usage in the readme and then go into more detail in the API docs/wiki. It usually goes, Installation, Getting Started, Doc links Maybe an /Examples dir too this package is very simple i think steve has done some examples already
gharchive/issue
2015-11-26T09:56:10
2025-04-01T06:41:17.887053
{ "authors": [ "dmportella", "karlatkinson", "tegud" ], "repo": "river-styx/river-styx.core", "url": "https://github.com/river-styx/river-styx.core/issues/9", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
730233707
miks 2d ja 3d kaardistamised kasutavad erinevaid sügavuspildi rubriike. kas saaks ühega hakkama? @mmaao please describe the situation as a issue in details. ping!
gharchive/issue
2020-10-27T08:34:30
2025-04-01T06:41:17.895267
{ "authors": [ "kruusamae" ], "repo": "robotont/robotont_demos", "url": "https://github.com/robotont/robotont_demos/issues/12", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
830881268
add nonzero real type, update readme @gbiggs Do you know what might be causing the build failure?
gharchive/pull-request
2021-03-13T11:44:02
2025-04-01T06:41:17.917209
{ "authors": [ "togaen" ], "repo": "ros-safety/contracts_lite", "url": "https://github.com/ros-safety/contracts_lite/pull/15", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
344844658
Fix for issue #4092: Remove unused field from Project model @stsewd @safwanrahman I'll look into it. @stsewd @safwanrahman I've looked into it to the best of my ability. Would you like to take a look into it? Looks good. r+ Bumped the migration name, and will merge this :+1:
gharchive/pull-request
2018-07-26T13:29:57
2025-04-01T06:41:17.926516
{ "authors": [ "Alig1493", "ericholscher", "safwanrahman" ], "repo": "rtfd/readthedocs.org", "url": "https://github.com/rtfd/readthedocs.org/pull/4431", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
301765674
On the fly member registration in API by using JWT payload Bittrex sourcecode: https://github.com/stannak7/bittrex-source-code @yivo this is the highest priority for us to continue testing on workbench the integration https://github.com/rubykube/barong/commit/3196b9ca0ff749be7158c6dbbf6b8c13a6ca9999 We will also try to change the login flow on cryptobase @calj Closed via #657.
gharchive/issue
2018-03-02T13:27:21
2025-04-01T06:41:17.935047
{ "authors": [ "mod", "stannak7", "yivo" ], "repo": "rubykube/peatio", "url": "https://github.com/rubykube/peatio/issues/623", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
362911172
Fix for #245 - Redundant information in dont-add-unneeded-context @toddmantell https://github.com/ryanmcdermott/clean-code-javascript/issues/245 is open for discussion, I just left the PR open in case it's needed to close it. I think that this is more a philosophical precept than a technicalism. Let's see the following example. suppose we have 3 objects. (table, car and house). Now in real life I have a paint gun that works for all 3 things. I can paint any of the objects with the same tool. but in this case the clean code tells me that I must necessarily have a paint gun for each object even if they are the same. I can or use a single function for everything, passing the parameter (object, color). or I can use one for each and internally each function has the color. I believe that the clean code is not focused on simplifying the code but on clarifying it. so that if we follow the rules of clearCode. we must predispose our senses to write things that we do not think are good practices. because 1 single function is more effective, scalable and maintainable. that "n" functions. then at this point it becomes counter-productive and you have to choose between something readable. and something productive. `const table = { color : 'light', size : '90x180' }; const home = { bedrooms : 3, bathrooms : 1, garage : 'Yes', color : 'turquoise' }; const Car = { make : 'Honda', model : 'Accord', color : 'Blue' }; function paintCar(car) { car.color = 'Red'; } function paintHome(home) { home.color = 'Red'; } function paintTable(table) { table.color = 'Red'; } paintCar(Car) paintHome(home) paintTable(table) console.log(Car) console.log(home) console.log(table)` @jasp402 I feel I didn't entirely address your point. I totally agree that if you have a more general function that paints multiple different kinds of objects (like paint(something)), it would be excess duplication to have paintHouse, paintCar, etc. and I think you would want a general paint function to avoid unnecessary duplication. What I was merely objecting to was the idea that one should mix the function name with the parameter name, like paint(car) in the function signature instead of paintCar.
gharchive/pull-request
2018-09-23T03:53:07
2025-04-01T06:41:17.946911
{ "authors": [ "GMaiolo", "jasp402", "toddmantell" ], "repo": "ryanmcdermott/clean-code-javascript", "url": "https://github.com/ryanmcdermott/clean-code-javascript/pull/246", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
171968549
SAK-31692 - Upgrade Sakai to Spring 4.2 (4.2.7 currently available) LGTM Build failure looks related. Thanks Matthew, looks like there's this one test that's still using a deprecated class I missed, I'll update it. Okay, two tests, but it's all passing locally now, lets see what travis thinks! Right on. Thanks @jonespm
gharchive/pull-request
2016-08-18T18:28:30
2025-04-01T06:41:17.955101
{ "authors": [ "buckett", "ern", "jonespm", "ottenhoff" ], "repo": "sakaiproject/sakai", "url": "https://github.com/sakaiproject/sakai/pull/3219", "license": "ECL-2.0", "license_type": "permissive", "license_source": "github-api" }
539080156
Check Run comments Need to check with Craig. Runs 1,3 and 4 seem to have the standard comments. Runs 2 and 3 have no comments. Run 6 seems to have a different style of comment? using the trac barcodes.
gharchive/issue
2019-12-17T13:53:52
2025-04-01T06:41:17.976892
{ "authors": [ "harrietc52", "stevieing" ], "repo": "sanger/traction-ui", "url": "https://github.com/sanger/traction-ui/issues/252", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
923997536
Assets > provide an API Endpoint for pushing Asset consumptions @LucasBrazi06 Just to be sure. I would introduce the new Routing Framework and Validation for assets with this issue. So the AssetRouter and AssetValidator would be implemented containing the new endpoint. @OliveGerste Yes, exactly! If you need help, @Ninjeneer can help you :-)
gharchive/issue
2021-06-17T14:32:38
2025-04-01T06:41:17.980029
{ "authors": [ "LucasBrazi06", "OliveGerste" ], "repo": "sap-labs-france/ev-server", "url": "https://github.com/sap-labs-france/ev-server/issues/2570", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
141894426
Add DOMJSEnv based on 'jsdom' in Node.js. Review by @sjrd. Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2941/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3807/ Test FAILed. Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2943/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3812/ Test FAILed. This PR will have merge conflicts with #2289 due to the changes in the CI matrix. Rebased. Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2949/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3825/ Test FAILed. Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2952/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3828/ Test FAILed. Oops, forgot to check if Jenkins had jsdom installed... it does not. Jenkins, please retest this. Jenkins, retest this please. Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2954/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3831/ Test FAILed. Note that I had to add some binary incompatibilities on the on the Node.js jsEnvs. Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2955/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3832/ Test PASSed. Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2956/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3833/ Test PASSed. That's all. Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2977/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3863/ Test PASSed. Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2981/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3870/ Test PASSed. Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2982/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3871/ Test PASSed. Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2984/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3874/ Test PASSed. LGTM Refer to this link for build results (access rights to CI server needed): https://scala-webapps.epfl.ch/jenkins/job/scalajs-pr/2986/ https://scala-webapps.epfl.ch/jenkins/job/scalajs-matrix-build/3876/ Test PASSed. :tada:
gharchive/pull-request
2016-03-18T15:13:38
2025-04-01T06:41:17.997836
{ "authors": [ "nicolasstucki", "scala-jenkins", "sjrd" ], "repo": "scala-js/scala-js", "url": "https://github.com/scala-js/scala-js/pull/2303", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
517793845
Added configuration of max labels/attributes sizes PTAL
gharchive/pull-request
2019-11-05T14:05:58
2025-04-01T06:41:18.020479
{ "authors": [ "hbs" ], "repo": "senx/warp10-platform", "url": "https://github.com/senx/warp10-platform/pull/586", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
577339215
Added support for listing and aborting WarpScript executions First implementation done in VScode extension. As discussed, it could be great to have a "session info" function that returns information about user scripts for one session, without knowing the server stackps.secret. For better security, session name could also have a minimum length. PTAL PTAL
gharchive/pull-request
2020-03-07T14:05:08
2025-04-01T06:41:18.021776
{ "authors": [ "hbs", "pi-r-p" ], "repo": "senx/warp10-platform", "url": "https://github.com/senx/warp10-platform/pull/686", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
325102503
Sprint01 Alteração nos nomes dos integrantes dos grupos no About e Contato.
gharchive/pull-request
2018-05-22T00:33:07
2025-04-01T06:41:18.022791
{ "authors": [ "SoueuPaulo" ], "repo": "sergiodisantoro/devops-ac06", "url": "https://github.com/sergiodisantoro/devops-ac06/pull/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
110781985
fixes example in readme Seems to be fixed in a different commit
gharchive/pull-request
2015-10-10T08:45:58
2025-04-01T06:41:18.030256
{ "authors": [ "samsonasik", "shabbyrobe" ], "repo": "shabbyrobe/cachet", "url": "https://github.com/shabbyrobe/cachet/pull/7", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
655196544
undefined error on Check availability fixed @sharkbit how can I archive this if I can't check it? What was the fix? I liked the reference to the fixed code in a previous Issue
gharchive/issue
2020-07-11T12:04:04
2025-04-01T06:41:18.033009
{ "authors": [ "sharkbit", "tdasto" ], "repo": "sharkbit/BadgeApp", "url": "https://github.com/sharkbit/BadgeApp/issues/49", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
713454824
Added two pyhton files. Nice! Please edit and give some details about your scripts. Snake game is a pure python-based game which uses pygame module, It is working in Linux and windows operating system.
gharchive/pull-request
2020-10-02T08:44:31
2025-04-01T06:41:18.043735
{ "authors": [ "manpreet2000", "shivangdubey" ], "repo": "shivangdubey/HacktoberFest2020", "url": "https://github.com/shivangdubey/HacktoberFest2020/pull/57", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
659521616
Add codecov Codecov Report :exclamation: No coverage uploaded for pull request base (master@a2732ee). Click here to learn what that means. The diff coverage is n/a. @@ Coverage Diff @@ ## master #79 +/- ## ========================================== Coverage ? 100.00% ========================================== Files ? 1 Lines ? 53 Branches ? 0 ========================================== Hits ? 53 Misses ? 0 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 a2732ee...ad265c4. Read the comment docs.
gharchive/pull-request
2020-07-17T18:43:43
2025-04-01T06:41:18.048326
{ "authors": [ "codecov-commenter", "shkumagai" ], "repo": "shkumagai/drf_renderer_svgheatmap", "url": "https://github.com/shkumagai/drf_renderer_svgheatmap/pull/79", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
481235736
Detect crash into wall and ceiling Should check for beam hits on six cardinal directions from sphere. Anything should count as a hit. Then zero-out velocities in all three directions (not just Z).
gharchive/issue
2019-08-15T16:38:52
2025-04-01T06:41:18.084086
{ "authors": [ "simondlevy" ], "repo": "simondlevy/MulticopterSim", "url": "https://github.com/simondlevy/MulticopterSim/issues/73", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
125493161
Added the Java 8-specific Awesome list Oops, didn't follow all the directions, will re-do this.
gharchive/pull-request
2016-01-07T21:53:26
2025-04-01T06:41:18.084742
{ "authors": [ "tedyoung" ], "repo": "sindresorhus/awesome", "url": "https://github.com/sindresorhus/awesome/pull/471", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
257669949
how is the p[assword of docker image? osexp2000/build-nodejs-for-android how is the password of docker image? Sorry i did not mention that because i think that is a convension about docker image usage. You do not need use password to access my private docker hub page. Please run "docker run osexp2000/build-nodejs-for-android" Then you will will be automatically dowliad the image for the first time. Sorry i did not mention that because i think that is a convension about docker image usage. You do not need use password to access my private docker hub page. Please run "docker run osexp2000/build-nodejs-for-android" Then you will will be automatically dowliad the image for the first time. not work
gharchive/issue
2017-09-14T10:27:08
2025-04-01T06:41:18.094113
{ "authors": [ "DerGoogler", "huge818", "jjqq2013" ], "repo": "sjitech/build-nodejs-for-android", "url": "https://github.com/sjitech/build-nodejs-for-android/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
807765596
Add more functionality like symbols and math function Adding math function would make it way more complicated for now. However, you can proceed with adding greek symbols like lambda, alpha, beta, gamma @shristi99 What's the update?
gharchive/issue
2021-02-13T15:06:57
2025-04-01T06:41:18.111718
{ "authors": [ "shristi99", "smaranjitghose" ], "repo": "smaranjitghose/doc2pen", "url": "https://github.com/smaranjitghose/doc2pen/issues/491", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
99665297
Moa performance Moa? War das nicht ein ausgestorbener Vogel?
gharchive/issue
2015-08-07T15:03:18
2025-04-01T06:41:18.120794
{ "authors": [ "Dgame", "snowiow" ], "repo": "snowiow/SIFT", "url": "https://github.com/snowiow/SIFT/issues/13", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
719210457
Moving from Travis CI to Github Actions Done!
gharchive/issue
2020-10-12T09:10:48
2025-04-01T06:41:18.121382
{ "authors": [ "k0t3n", "sobolevn" ], "repo": "sobolevn/django-split-settings", "url": "https://github.com/sobolevn/django-split-settings/issues/234", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
275101939
WIP: adds failing test, refs #21 Coverage increased (+1.4%) to 87.5% when pulling e91cb53c2f3fcdacb5b9e810b22e0af7f6a83ba9 on hotfix-21 into bd8386adc10e2b1aee5cbfd5aea52f8baabebc5c on master. Coverage increased (+1.4%) to 87.5% when pulling e91cb53c2f3fcdacb5b9e810b22e0af7f6a83ba9 on hotfix-21 into bd8386adc10e2b1aee5cbfd5aea52f8baabebc5c on master. Coverage increased (+1.4%) to 87.5% when pulling e91cb53c2f3fcdacb5b9e810b22e0af7f6a83ba9 on hotfix-21 into bd8386adc10e2b1aee5cbfd5aea52f8baabebc5c on master. @Virviil @JustMikey waiting your review, guys! Coverage increased (+2.3%) to 88.421% when pulling 1a4b88b6bd9fa322ac33b9a6d4c7052b0f8b60ba on hotfix-21 into bd8386adc10e2b1aee5cbfd5aea52f8baabebc5c on master. Coverage increased (+0.2%) to 86.301% when pulling 1a699520b723afd2bd4c73e09e15b4aa57543e61 on hotfix-21 into bd8386adc10e2b1aee5cbfd5aea52f8baabebc5c on master.
gharchive/pull-request
2017-11-18T19:05:47
2025-04-01T06:41:18.127470
{ "authors": [ "coveralls", "sobolevn" ], "repo": "sobolevn/ueberauth_vk", "url": "https://github.com/sobolevn/ueberauth_vk/pull/22", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
179029304
[chore] release 1.1.0 A bit too late, but as #109 is clearly a breaking change, this should have been published as 2.0.0. In our project, we had the bad surprise of getting duplicate data everywhere and a sudden extra load because we had already implemented this feature on our own, extending RedisAdapter. It clearly breaks the old behavior of RedisAdapter#clients, in a fortunate and expected way, but still breaking ;) @naholyr fair point! Nonetheless, please consider pinning your dependencies or using npm shrinkwrap in production, to prevent such breakage. And finally, out of curiosity, would you be able to share your implementation of the #clients() method? About our implementation, it was simply the one in #109, as I grabbed it from here :)
gharchive/pull-request
2016-09-24T13:03:20
2025-04-01T06:41:18.131699
{ "authors": [ "darrachequesne", "naholyr" ], "repo": "socketio/socket.io-redis", "url": "https://github.com/socketio/socket.io-redis/pull/126", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
259209824
Implement delete package API Closed by PR #898
gharchive/issue
2017-09-20T15:39:17
2025-04-01T06:41:18.135386
{ "authors": [ "jbonnet" ], "repo": "sonata-nfv/son-gkeeper", "url": "https://github.com/sonata-nfv/son-gkeeper/issues/896", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
244378147
755 add time stamps to all kp is test this please test this please Leave a comment test this please test this please
gharchive/pull-request
2017-07-20T14:14:52
2025-04-01T06:41:18.136718
{ "authors": [ "dang03", "jbonnet" ], "repo": "sonata-nfv/son-gkeeper", "url": "https://github.com/sonata-nfv/son-gkeeper/pull/781", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
213035111
Make the govendor more visible in the contrib docs /cc @rdwatters I think a /cc to @moorereason might be more appropriate. He rewamped the make file to handle govendor and should add some bold sentences in the "building Hugo" section. I cc'ed Ryan because it should also be included in the reworked docs. Yes, contrib guide needs to be rewritten. I'll work on that. The rule is generally that go get is useless since it ignores vendoring. You must use govendor get or git clone+make . Since we support two minor Go releases, this story will get less complicated with the next two Go releases: With Go 1.9, we can drop Go 1.7 and no longer have to talk about GOPATH. With Go 1.10 we can drop Go 1.8 and hopefully have dep in the standard Go tool chain in Go 1.9. Bye bye, govendor. Actually, all of this would be simpler if we committed the vendored packages. @bep, what do you think about doing that? go get would work as expected in that case. @bep, what do you think about doing that? A big and mighty NO. For the record, the dep tool is planned for inclusion in Go 1.10, so the timeline I mentioned above would be pushed out one additional Go release. I would say that, if dep makes life much easier for us, we could adjust the "two Go version" promise for that particular case. I would think that even if we went with dep in Go 1.10, it should still be technically possible to build with Go 1.9 with some workarounds.
gharchive/issue
2017-03-09T13:21:32
2025-04-01T06:41:18.150724
{ "authors": [ "bep", "digitalcraftsman", "moorereason" ], "repo": "spf13/hugo", "url": "https://github.com/spf13/hugo/issues/3153", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
223156705
Added notes about some output format behaviour 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. Hello @jpatters thank you for submitting this addition. Cheers, Digitalcraftsman
gharchive/pull-request
2017-04-20T18:25:20
2025-04-01T06:41:18.153464
{ "authors": [ "CLAassistant", "digitalcraftsman", "jpatters" ], "repo": "spf13/hugo", "url": "https://github.com/spf13/hugo/pull/3371", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
235956803
docs(community): deprecate 1.0.0 changelog entry LGTM.
gharchive/pull-request
2017-06-14T17:41:26
2025-04-01T06:41:18.155880
{ "authors": [ "jtk54", "skim1420" ], "repo": "spinnaker/spinnaker.github.io", "url": "https://github.com/spinnaker/spinnaker.github.io/pull/231", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
953201830
fix: splunktaucclib update Codecov Report Merging #295 (cf3dc17) into main (ac3bc17) will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## main #295 +/- ## ======================================= Coverage 75.25% 75.25% ======================================= Files 27 27 Lines 1944 1944 ======================================= Hits 1463 1463 Misses 481 481 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 ac3bc17...cf3dc17. Read the comment docs. :tada: This PR is included in version 5.5.8 :tada: The release is available on: v5.5.8 GitHub release Your semantic-release bot :package::rocket:
gharchive/pull-request
2021-07-26T19:08:27
2025-04-01T06:41:18.167157
{ "authors": [ "arys-splunk", "codecov-commenter", "rfaircloth-splunk" ], "repo": "splunk/addonfactory-ucc-generator", "url": "https://github.com/splunk/addonfactory-ucc-generator/pull/295", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
224104591
Fix rails 5 reload issue, fixed #193 sorry for the same commit, the previous one I haven't seen
gharchive/pull-request
2017-04-25T11:22:49
2025-04-01T06:41:18.167929
{ "authors": [ "eniwito" ], "repo": "spree-contrib/spree_social", "url": "https://github.com/spree-contrib/spree_social/pull/197", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
185028012
Implement Broadcast feature Current coverage is 81.12% (diff: 0.00%) Merging #16 into master will decrease coverage by 2.47% @@ master #16 diff @@ ========================================== Files 14 14 Lines 1049 1081 +32 Methods 0 0 Messages 0 0 Branches 0 0 ========================================== Hits 877 877 - Misses 118 150 +32 Partials 54 54 Powered by Codecov. Last update b46e62d...d4c5b0a
gharchive/pull-request
2016-10-25T06:16:27
2025-04-01T06:41:18.173633
{ "authors": [ "codecov-io", "dpordomingo" ], "repo": "src-d/flamingo", "url": "https://github.com/src-d/flamingo/pull/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
394246379
Fix b0rked word thank you for submitting a PR
gharchive/pull-request
2018-12-26T21:44:15
2025-04-01T06:41:18.177483
{ "authors": [ "mogul", "ramonskie" ], "repo": "starkandwayne/bucc", "url": "https://github.com/starkandwayne/bucc/pull/170", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
80547863
zerowanie egga
gharchive/pull-request
2015-05-25T14:06:55
2025-04-01T06:41:18.178838
{ "authors": [ "stasm", "ziolek666" ], "repo": "stasm/warszawski.ninja", "url": "https://github.com/stasm/warszawski.ninja/pull/15", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
361476828
Fixes bugs in creating hourly and weekly tasks + 3 is a magic number and not acceptable to ship
gharchive/pull-request
2018-09-18T20:45:53
2025-04-01T06:41:18.180898
{ "authors": [ "jacoblee93", "keithwhor" ], "repo": "stdlib/lib", "url": "https://github.com/stdlib/lib/pull/168", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
172780776
Add some cargo metadata Applied, thanks. However, I must tell, that version uploaded to crates.io is just a stub.
gharchive/pull-request
2016-08-23T19:05:48
2025-04-01T06:41:18.183211
{ "authors": [ "erickt", "stepancheg" ], "repo": "stepancheg/grpc-rust", "url": "https://github.com/stepancheg/grpc-rust/pull/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
113064460
ICE 28189 Ah ha! our first success! Travis failed because this has been fixed in the meantime. So that you get credit, I'm going to merge this anyway, and then remove it in another commit. Thanks so much! :confetti_ball: :tada: :100: Ah! I was wondering why it was actually failing travis but I got the ICE locally but then it makes sense :) But wait aren't you going to keep it in a separate category called regressions(which are supposed to never fail) ? What if it comes back? :) That's why the tracking bug is moved to E-needs test. That is what should keep it from coming back, the bug isn't fixed until there's a regression test in place. Though a category might be fun... Got it. But I mean, you could make another dir into which you just move the ones that pass, and test.sh will (also) fail if any of those fail, this way work is not lost is commit history. Or something like that.
gharchive/pull-request
2015-10-23T17:30:59
2025-04-01T06:41:18.186423
{ "authors": [ "emoon", "steveklabnik", "zazdxscf" ], "repo": "steveklabnik/glacier", "url": "https://github.com/steveklabnik/glacier/pull/11", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
104184871
Fix typo Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test." I'm sure I have signed the CLA because before I have contributed to loopback project itself Thanks for the contribution.
gharchive/pull-request
2015-09-01T04:34:33
2025-04-01T06:41:18.192874
{ "authors": [ "alFReD-NSH", "slnode", "superkhau" ], "repo": "strongloop/loopback-faq-user-management", "url": "https://github.com/strongloop/loopback-faq-user-management/pull/15", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
110041610
When opening the cite panel, jump to first selected target Done.
gharchive/issue
2015-10-06T15:57:32
2025-04-01T06:41:18.203503
{ "authors": [ "michael" ], "repo": "substance/lens-writer", "url": "https://github.com/substance/lens-writer/issues/37", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }