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
499477128
refactor CC querying Codecov Report Merging #430 into master will decrease coverage by 2.62%. The diff coverage is 56.98%. @@ Coverage Diff @@ ## master #430 +/- ## ========================================== - Coverage 89.2% 86.57% -2.63% ========================================== Files 77 79 +2 Lines 1186 1207 +21 ========================================== - Hits 1058 1045 -13 - Misses 128 162 +34 Impacted Files Coverage Δ ...pps/neoscan_cache/lib/neoscan_cache/application.ex 0% <ø> (ø) :arrow_up: ...eb/lib/neoscan_web/controllers/price_controller.ex 100% <100%> (ø) :arrow_up: apps/neoscan_sync/lib/neoscan_sync/syncer.ex 53.19% <25%> (-7.79%) :arrow_down: ...ps/neoscan_cache/lib/neoscan_cache/price_poller.ex 27.77% <27.77%> (ø) apps/neoscan_cache/lib/neoscan_cache/cache.ex 76.47% <75%> (-16.29%) :arrow_down: apps/neoscan_cache/lib/neoscan_cache/db_poller.ex 80% <80%> (ø) apps/neoscan_cache/lib/neoscan_cache/broadcast.ex 88.46% <88.46%> (ø) 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 118715e...498be2b. Read the comment docs. 400 points adrienmo https://neoscan.io/transaction/44C84C9E7582DC00411BC9D9D075F6993BA7E203FFDDE366E21DFEBD125EA580
gharchive/pull-request
2019-09-27T14:24:47
2025-04-01T06:46:30.080528
{ "authors": [ "adrienmo", "codecov-io", "hal0x2328", "lllwvlvwlll" ], "repo": "CityOfZion/neo-scan", "url": "https://github.com/CityOfZion/neo-scan/pull/430", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
366434071
Update README.md Resolve thr conflicts and then push again.
gharchive/pull-request
2018-10-03T16:55:00
2025-04-01T06:46:30.093417
{ "authors": [ "Man-Jain", "Suvink" ], "repo": "CodeDocsJECRC/hacktoberfest2018", "url": "https://github.com/CodeDocsJECRC/hacktoberfest2018/pull/80", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
940466923
feat: #23 confluence page tree Codecov Report Merging #24 (6774745) into php (880e17a) will decrease coverage by 1.16%. The diff coverage is 81.48%. @@ Coverage Diff @@ ## php #24 +/- ## ============================================ - Coverage 90.83% 89.66% -1.17% - Complexity 59 64 +5 ============================================ Files 6 6 Lines 251 271 +20 ============================================ + Hits 228 243 +15 - Misses 23 28 +5 Impacted Files Coverage Δ app/Commands/WikiImportCommand.php 83.89% <73.68%> (-2.25%) :arrow_down: app/Coding.php 95.23% <100.00%> (ø) app/Commands/WikiUploadCommand.php 100.00% <100.00%> (ø) 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 880e17a...6774745. Read the comment docs.
gharchive/pull-request
2021-07-09T06:39:43
2025-04-01T06:46:30.107988
{ "authors": [ "codecov-commenter", "sinkcup" ], "repo": "Coding/coding-cli", "url": "https://github.com/Coding/coding-cli/pull/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
430653531
Added logging to constructor and enforcer Codecov Report Merging #10 into master will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## master #10 +/- ## ====================================== Coverage 6.04% 6.04% ====================================== Files 8 8 Lines 298 298 ====================================== Hits 18 18 Misses 280 280 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 46dfbcc...1324830. Read the comment docs.
gharchive/pull-request
2019-04-08T20:53:09
2025-04-01T06:46:30.113849
{ "authors": [ "codecov-io", "kristinaspring" ], "repo": "Comcast/comcast-bascule", "url": "https://github.com/Comcast/comcast-bascule/pull/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
353227156
Fix npm download slowness by cache the authentication result retest this please retest this please
gharchive/pull-request
2018-08-23T05:12:11
2025-04-01T06:46:30.114794
{ "authors": [ "ruhan1" ], "repo": "Commonjava/indy", "url": "https://github.com/Commonjava/indy/pull/1057", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
895576673
Create Dashboard component LGTM :+1:
gharchive/pull-request
2021-05-19T15:18:52
2025-04-01T06:46:30.117970
{ "authors": [ "COSMO-VMI", "csm-thu" ], "repo": "Cosmo-Tech/webapp-component-ui", "url": "https://github.com/Cosmo-Tech/webapp-component-ui/pull/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
625090976
Runtime openGL loading You should use the macros probably and as far as I remember split some functions into classes creating them by macro as well. Look at glue directive You should use the macros probably and as far as I remember split some functions into classes creating them by macro as well. Look at glue directive As you may recall from our chat @Hazardu I gave examples of how its done in CCudaHandler and COpenCLHandler in ExtensionHandler, there is a method initExtensions thats being invoked from COpenGLDriver.genericDriverInit. Should i rewrite it and put it inside FunctionTable or OpenGLDriver?
gharchive/pull-request
2020-05-26T18:22:23
2025-04-01T06:46:30.122769
{ "authors": [ "AnastaZIuk", "Hazardu", "devshgraphicsprogramming" ], "repo": "Crisspl/IrrlichtBAW", "url": "https://github.com/Crisspl/IrrlichtBAW/pull/40", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
221978271
Add post 'Jekyll and GitHub Pages Oh My' Merged even though it failed CI because the error is regards not being able to link to the post itself (the link appears in the Creative Commons license details). Effectively a catch 22 situation, the creative commons bit needs to include a link to the future post, but because the post does not yet exist htmlproofer finds an error and so CI rejects it. Will have to think on how to solve this at a later date.
gharchive/pull-request
2017-04-15T23:05:31
2025-04-01T06:46:30.124021
{ "authors": [ "Cruikshanks" ], "repo": "Cruikshanks/cruikshanks.github.io", "url": "https://github.com/Cruikshanks/cruikshanks.github.io/pull/8", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
99021392
Recipe: Blackout curtains recipe crafts malis doors Fixed as of Version:2.2.21-2
gharchive/issue
2015-08-04T17:43:26
2025-04-01T06:46:30.126628
{ "authors": [ "Cuppycake", "TriffidDK" ], "repo": "Cuppycake/Mech-and-Magic", "url": "https://github.com/Cuppycake/Mech-and-Magic/issues/53", "license": "cc0-1.0", "license_type": "permissive", "license_source": "bigquery" }
264382783
Test creation: update_next #252 Codecov Report Merging #293 into master will increase coverage by 1.42%. The diff coverage is 86.66%. @@ Coverage Diff @@ ## master #293 +/- ## ========================================== + Coverage 72.12% 73.54% +1.42% ========================================== Files 22 22 Lines 1087 1100 +13 Branches 91 91 ========================================== + Hits 784 809 +25 + Misses 286 274 -12 Partials 17 17 Impacted Files Coverage Δ poseidon/poseidonMonitor/test_poseidonMonitor.py 96.8% <86.66%> (+0.37%) :arrow_up: poseidon/poseidonMonitor/poseidonMonitor.py 46.61% <0%> (+5.08%) :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 0ea5dff...74557aa. Read the comment docs.
gharchive/pull-request
2017-10-10T21:29:11
2025-04-01T06:46:30.134236
{ "authors": [ "codecov-io", "d-grossman" ], "repo": "CyberReboot/poseidon", "url": "https://github.com/CyberReboot/poseidon/pull/293", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
133884681
added example for the trait getVirtualIndex While it is just an example, it seems questionable to encourage such code to work around @disable by providing an example. I don't know if it's necessarily guaranteed that code marked @disable even gets compiled in to the generated program, let alone its own vtable index, or that this is allowed at all since @disable is supposed to prevent referencing the declaration. Personally I used the trait to implement reflection to allow something like: class Foo { int vmethod() { return 0; } } // Defined elsewhere: class FooBar : Foo { override int vmethod() { return 1; } } void main() { // Get the index of the method using the type we know at compile-time. ptrdiff_t index = __traits(getVirtualIndex, Foo.vmethod); Foo foo = new FooBar; // Set up a delegate using the vtbl int delegate() dg; dg.funcptr = cast(int function()) foo.__vptr[index]; dg.ptr = cast(void*) foo; // Returns the value of FooBar rather than Foo. assert(dg() == 1); } I see what you mean but I don't agree, I think that my example shows well that "traits" are something special. I'm also the author of https://github.com/D-Programming-Language/dmd/pull/5289 Just to say that I think that something is not quite right with traits. Anyway if it's not ok, no problem you can close. Shrug, it's just my own opinion on it. Best to wait for someone else to weigh in.
gharchive/pull-request
2016-02-16T04:49:00
2025-04-01T06:46:30.143825
{ "authors": [ "BBasile", "Kapps" ], "repo": "D-Programming-Language/dlang.org", "url": "https://github.com/D-Programming-Language/dlang.org/pull/1235", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
102635258
src/posix.mak: Link against libstdc++ explicitly Thanks though I'd have waited for Brad's autotester just in case. This should not have been necessary... I don't know why it wasn't automatically added just by using g++ to link. It could be something distro-specific, or it could be some of the hacks I had to do to work around other distro-specific issues (e.g. the libcurl/--no-as-needed one). Oh yeah, I had CC point to gcc not g++. Well, we might as well keep this in case anyone does this too. Is the CC variable commonly used for C/C++ compilers interchangeably, or is there another convention for an environment variable name for C++ compilers? or is there another convention for an environment variable name for C++ compilers? CXX currently, D's makefiles stomp all over environmental variables anyways.
gharchive/pull-request
2015-08-23T16:21:42
2025-04-01T06:46:30.146994
{ "authors": [ "CyberShadow", "rsw0x", "yebblies" ], "repo": "D-Programming-Language/dmd", "url": "https://github.com/D-Programming-Language/dmd/pull/4934", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
440451298
[OPT] Async SQL Write since we updated local cache 2019-05-05 17:31:23,011 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 2019-05-05 17:31:27,047 INFO namenode.NNThroughputBenchmark: Starting benchmark: create 2019-05-05 17:31:27,678 INFO namenode.NNThroughputBenchmark: Generate 100 intputs for create 2019-05-05 17:31:27,679 ERROR namenode.NNThroughputBenchmark: Log level = INFO 2019-05-05 17:31:28,015 INFO namenode.NNThroughputBenchmark: Starting 100 create(s). 2019-05-05 17:31:35,334 INFO namenode.NNThroughputBenchmark: Memory Used: -53192584 2019-05-05 17:31:35,337 INFO namenode.NNThroughputBenchmark: 2019-05-05 17:31:35,337 INFO namenode.NNThroughputBenchmark: --- create inputs --- 2019-05-05 17:31:35,337 INFO namenode.NNThroughputBenchmark: nrFiles = 100 2019-05-05 17:31:35,337 INFO namenode.NNThroughputBenchmark: nrThreads = 1 2019-05-05 17:31:35,338 INFO namenode.NNThroughputBenchmark: nrFilesPerDir = 4 2019-05-05 17:31:35,338 INFO namenode.NNThroughputBenchmark: --- create stats --- 2019-05-05 17:31:35,338 INFO namenode.NNThroughputBenchmark: # operations: 100 2019-05-05 17:31:35,338 INFO namenode.NNThroughputBenchmark: Elapsed Time: 7319 2019-05-05 17:31:35,338 INFO namenode.NNThroughputBenchmark: Ops per sec: 13.663068725235687 2019-05-05 17:31:35,338 INFO namenode.NNThroughputBenchmark: Average Time: 73
gharchive/pull-request
2019-05-05T14:33:13
2025-04-01T06:46:30.155850
{ "authors": [ "gangliao" ], "repo": "DSL-UMD/hadoop", "url": "https://github.com/DSL-UMD/hadoop/pull/114", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
87218404
improve neocomplecache config done
gharchive/issue
2015-06-11T05:33:29
2025-04-01T06:46:30.157090
{ "authors": [ "DaikiMaekawa" ], "repo": "DaikiMaekawa/myenv-setup", "url": "https://github.com/DaikiMaekawa/myenv-setup/issues/22", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
100647591
Update .travis.yml first we would need some examples to test...
gharchive/pull-request
2015-08-12T22:20:45
2025-04-01T06:46:30.191815
{ "authors": [ "John-Colvin" ], "repo": "DlangScience/libcerf", "url": "https://github.com/DlangScience/libcerf/pull/3", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
716528740
Investigate time out issues in PROD Lizzy reported a time out in the Deposition App when creating submission (5f7dbe682b987d0001beccea). It seems that the issue appeared when updating the publication status in SOLR. Resolution: restart SOLR in PROD re-index all publications in PROD
gharchive/issue
2020-10-07T13:25:17
2025-04-01T06:46:30.200891
{ "authors": [ "tudorgroza" ], "repo": "EBISPOT/goci", "url": "https://github.com/EBISPOT/goci/issues/238", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
234976460
Add location to note It may be obvious to you, bu it's not mentioned in the title or body of this issue: locations should be completely optional, and able to be turned off globally. I don't generally include location data in my posts, and don't anticipate doing so any time soon. Excellent feedback! Thanks! I would suggest you use the traditional location icon to indicate you want to add it. If you never push the button...
gharchive/issue
2017-06-10T03:17:09
2025-04-01T06:46:30.218201
{ "authors": [ "EdwardHinkle", "dshanske", "skpy" ], "repo": "EdwardHinkle/indigenous-ios", "url": "https://github.com/EdwardHinkle/indigenous-ios/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
823456621
make getting expiration better https://github.com/rust-lang/rust/pull/80527 #[allow(unknown_lints)] does not work for this change, need to use renamed_and_removed_lints instead. Allows will be weird for some time I think. bors r+
gharchive/pull-request
2021-03-05T22:11:39
2025-04-01T06:46:30.232352
{ "authors": [ "Emilgardis" ], "repo": "Emilgardis/twitch_oauth2", "url": "https://github.com/Emilgardis/twitch_oauth2/pull/40", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
319363136
Router 1.1.0 rc2 @grs is the fix for DISPATCH-962 already in this version? Yes it is. Closing this as have opened https://github.com/EnMasseProject/enmasse/pull/1227 which has proton fix in it.
gharchive/pull-request
2018-05-01T23:36:16
2025-04-01T06:46:30.234930
{ "authors": [ "calohmn", "grs" ], "repo": "EnMasseProject/enmasse", "url": "https://github.com/EnMasseProject/enmasse/pull/1189", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
202754173
Fix CodeChecker cmd sum unrunnable due to mistakenly left out call after #511 Thanks. I missed one of our subcommands in #509
gharchive/pull-request
2017-01-24T08:32:43
2025-04-01T06:46:30.241791
{ "authors": [ "gyorb", "whisperity" ], "repo": "Ericsson/codechecker", "url": "https://github.com/Ericsson/codechecker/pull/529", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
370555835
Amend jenkins token config Team approved
gharchive/pull-request
2018-10-16T11:00:29
2025-04-01T06:46:30.249585
{ "authors": [ "macox" ], "repo": "FINkit/sonarqube-boshrelease", "url": "https://github.com/FINkit/sonarqube-boshrelease/pull/72", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
118441430
Adding customizations for paper Shouldn't this be targeted at release/3.4.0 rather than master?
gharchive/pull-request
2015-11-23T18:24:57
2025-04-01T06:46:30.267298
{ "authors": [ "jasonreisman", "yoojin53" ], "repo": "FiftyThree/GMImagePicker", "url": "https://github.com/FiftyThree/GMImagePicker/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
608266603
Counter out-of-band tx&rx frames Codecov Report Merging #4 into master will decrease coverage by 19.35%. The diff coverage is 40.00%. @@ Coverage Diff @@ ## master #4 +/- ## =========================================== - Coverage 75.43% 56.08% -19.36% =========================================== Files 326 295 -31 Lines 40335 35363 -4972 =========================================== - Hits 30428 19832 -10596 - Misses 9907 15531 +5624 Impacted Files Coverage Δ src/core/mac/mac.cpp 76.29% <25.00%> (-12.17%) :arrow_down: src/core/mac/mac_frame.hpp 92.98% <100.00%> (-0.96%) :arrow_down: src/cli/cli_coap.hpp 0.00% <0.00%> (-100.00%) :arrow_down: src/ncp/ncp_base.hpp 0.00% <0.00%> (-100.00%) :arrow_down: src/cli/cli_console.cpp 0.00% <0.00%> (-100.00%) :arrow_down: include/openthread/coap.h 0.00% <0.00%> (-100.00%) :arrow_down: src/core/common/crc16.cpp 0.00% <0.00%> (-100.00%) :arrow_down: src/core/common/crc16.hpp 0.00% <0.00%> (-100.00%) :arrow_down: src/core/common/timer.cpp 0.00% <0.00%> (-100.00%) :arrow_down: src/core/meshcop/dtls.hpp 0.00% <0.00%> (-100.00%) :arrow_down: ... and 213 more Codecov Report Merging #4 into master will decrease coverage by 0.06%. The diff coverage is 78.94%. @@ Coverage Diff @@ ## master #4 +/- ## ========================================== - Coverage 77.42% 77.35% -0.07% ========================================== Files 330 334 +4 Lines 40765 40790 +25 ========================================== - Hits 31562 31555 -7 - Misses 9203 9235 +32 Impacted Files Coverage Δ src/core/common/instance.hpp 46.80% <0.00%> (ø) src/core/common/message.hpp 72.41% <ø> (ø) src/core/common/random_manager.hpp 100.00% <ø> (ø) src/core/common/settings.hpp 96.22% <ø> (ø) src/core/mac/link_raw.hpp 87.50% <0.00%> (-12.50%) :arrow_down: src/core/mac/mac.cpp 88.27% <0.00%> (+0.13%) :arrow_up: src/posix/platform/netif.cpp 81.39% <ø> (ø) src/core/utils/channel_manager.hpp 88.88% <50.00%> (-11.12%) :arrow_down: src/core/coap/coap.hpp 82.60% <100.00%> (+1.65%) :arrow_up: src/core/common/non_copyable.hpp 100.00% <100.00%> (ø) ... and 34 more
gharchive/pull-request
2020-04-28T12:10:02
2025-04-01T06:46:30.297883
{ "authors": [ "FiveDimensions", "codecov-commenter", "codecov-io" ], "repo": "FiveDimensions/openthread", "url": "https://github.com/FiveDimensions/openthread/pull/4", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
88100402
Fixed a word @kurzninja Thanks!
gharchive/pull-request
2015-06-14T01:55:30
2025-04-01T06:46:30.321775
{ "authors": [ "BerkeleyTrue", "kurzninja" ], "repo": "FreeCodeCamp/freecodecamp", "url": "https://github.com/FreeCodeCamp/freecodecamp/pull/920", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
906491430
Make GameObject baseclass Assuming this is referring to GameItem
gharchive/issue
2021-05-29T15:02:12
2025-04-01T06:46:30.325706
{ "authors": [ "Trimatix" ], "repo": "GOF2BountyBot/GOF2BountyBot", "url": "https://github.com/GOF2BountyBot/GOF2BountyBot/issues/345", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
163304350
fix nav bar jquery issues done
gharchive/issue
2016-07-01T02:01:34
2025-04-01T06:46:30.329798
{ "authors": [ "newcomercurt" ], "repo": "GeoffreyEmerson/301-final-project", "url": "https://github.com/GeoffreyEmerson/301-final-project/issues/109", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
928358026
fix(prepush): fix stdin input single line and new tree scanning Codecov Report Merging #77 (4daafff) into main (c147551) will not change coverage. The diff coverage is 100.00%. @@ Coverage Diff @@ ## main #77 +/- ## ======================================= Coverage 90.22% 90.22% ======================================= Files 27 27 Lines 1351 1351 ======================================= Hits 1219 1219 Misses 132 132 Flag Coverage Δ unittests 90.22% <100.00%> (ø) Flags with carried forward coverage won't be shown. Click here to find out more. Impacted Files Coverage Δ ggshield/hook_cmd.py 100.00% <100.00%> (ø) 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 c147551...4daafff. Read the comment docs.
gharchive/pull-request
2021-06-23T15:03:31
2025-04-01T06:46:30.341541
{ "authors": [ "Jguer", "codecov-commenter" ], "repo": "GitGuardian/gg-shield", "url": "https://github.com/GitGuardian/gg-shield/pull/77", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
65494838
php is not necessary Just wanted to say that I agree with this PR. The php prefix is actually causing problems for me (on OS X), because php refers to /usr/bin/php instead of to /usr/bin/env php (i.e., /usr/local/bin/php). In any case, the leading php being removed leaves this up to the shebang line in php-cs-fixer, which is what should occur IMO :-) Looks good to me. Thanks! Published to v0.23.2
gharchive/pull-request
2015-03-31T16:39:20
2025-04-01T06:46:30.343901
{ "authors": [ "Glavin001", "MGAio", "jaswsinc" ], "repo": "Glavin001/atom-beautify", "url": "https://github.com/Glavin001/atom-beautify/pull/263", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
155406806
Set the configuration environment variable. LGTM (again)
gharchive/pull-request
2016-05-18T03:00:05
2025-04-01T06:46:30.347669
{ "authors": [ "illfelder", "zmarano" ], "repo": "GoogleCloudPlatform/compute-image-packages", "url": "https://github.com/GoogleCloudPlatform/compute-image-packages/pull/239", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
184713412
Fixed return outside from function Coverage remained the same at 88.541% when pulling c136b77d5ada1c597a1c0ed26b0317478a85f529 on nowox:unstable into 8c3327ebbd6d76cd07a48f5ae9c62cee58694090 on Grokzen:unstable. @nowox Thanks :)
gharchive/pull-request
2016-10-23T20:25:25
2025-04-01T06:46:30.350914
{ "authors": [ "Grokzen", "coveralls", "nowox" ], "repo": "Grokzen/pykwalify", "url": "https://github.com/Grokzen/pykwalify/pull/76", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
225899556
如何设置选中字体变大 这个问题你研究出来了吗 @MelvinCen 换库了 用https://github.com/hackware1993/MagicIndicator了,扩展性比较好
gharchive/issue
2017-05-03T07:07:17
2025-04-01T06:46:30.356798
{ "authors": [ "AndSync", "MelvinCen" ], "repo": "H07000223/FlycoTabLayout", "url": "https://github.com/H07000223/FlycoTabLayout/issues/163", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
263307272
Make logging in faster. :( Closing as stale
gharchive/pull-request
2017-10-06T00:41:53
2025-04-01T06:46:30.357588
{ "authors": [ "evan10s", "illegalprime", "petschekr" ], "repo": "HackGT/checkin2", "url": "https://github.com/HackGT/checkin2/pull/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
369798601
Add an MIT Licence to the project See the pull request. @davidconoh has done this. So am taking the liberty of closing it
gharchive/issue
2018-10-13T12:39:19
2025-04-01T06:46:30.360079
{ "authors": [ "OPARA-PROSPER", "islamnurdin", "phavor" ], "repo": "HacktoberfestinAba/HacktoberfestinAba.github.io", "url": "https://github.com/HacktoberfestinAba/HacktoberfestinAba.github.io/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
715914664
Age g I was all proud about opening my first ever issue on a self-owned repo, only to come back the next day and see this... I'm leaving it 😅
gharchive/issue
2020-10-06T18:21:38
2025-04-01T06:46:30.361372
{ "authors": [ "Hawkpath" ], "repo": "Hawkpath/sandpiper", "url": "https://github.com/Hawkpath/sandpiper/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
251470828
Add server pages in test https://github.com/HsuTing/generator-cat/commit/735b184df9a17a8ec49b3308e37f2f79752aacf5
gharchive/issue
2017-08-20T06:51:52
2025-04-01T06:46:30.373794
{ "authors": [ "HsuTing" ], "repo": "HsuTing/generator-cat", "url": "https://github.com/HsuTing/generator-cat/issues/35", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
81080679
Value of cb_agreement (Start page - Informed consent agreement) should be timestamp instead of boolean Done
gharchive/issue
2015-05-26T18:30:28
2025-04-01T06:46:30.374474
{ "authors": [ "DarkSymmetry" ], "repo": "HumanDynamics/MassScaleSocialSystems", "url": "https://github.com/HumanDynamics/MassScaleSocialSystems/issues/44", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
786090934
Custom head component Sorry - I create this PR in wrong repo ;) Sorry - I create this PR in wrong repo ;)
gharchive/pull-request
2021-01-14T15:38:13
2025-04-01T06:46:30.384987
{ "authors": [ "miedzikd" ], "repo": "IBM/carbon-components-svelte", "url": "https://github.com/IBM/carbon-components-svelte/pull/484", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
741836375
This is not running on iOS devices. When would be the next release which supports iOS devices HI, thanks for reaching out. Yes we would love to bring it to devices. We have plans to build for devices but we have been working on some other things in the meantime, and there are a lot of moving parts that need to be integrated and tested. This is currently building on the simulator to show the demos as a first run to see what is possible. Patches and pull requests are welcome! As a follow-up, recently another user asked about native iOS support in the wrong repository (Our Linux repository). https://github.com/IBM/fhe-toolkit-linux/issues/68 I have referred the poster here for follow up and to track the issue in a single place. @boland25 Could you please give us an approximate idea release plan for IOS device support ? We are actually waiting for this to use FHE in our iOS swift project. If we get an idea on when we can expect this, it would help us to plan better
gharchive/issue
2020-11-12T18:42:28
2025-04-01T06:46:30.387108
{ "authors": [ "Anusuya-ponnurangam", "boland25", "dowem", "rekhakm" ], "repo": "IBM/fhe-toolkit-ios", "url": "https://github.com/IBM/fhe-toolkit-ios/issues/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
529282414
Removal of PackFormat should remove references from TrackUIDs Sorry for my late response. Could you be so kind and also add a test for this and add it to the changelog in an again to be added Unreleased section (see https://github.com/IRT-Open-Source/libadm/blob/a6a8f1a93e8ac7e787cbab5fe16b276ad59c9339/CHANGELOG.md). Thanks! As you did not create a separate branch and grant push access to the PR I created a new one.
gharchive/pull-request
2019-11-27T11:18:27
2025-04-01T06:46:30.391653
{ "authors": [ "benjamin-weiss", "firthm01" ], "repo": "IRT-Open-Source/libadm", "url": "https://github.com/IRT-Open-Source/libadm/pull/33", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
745401875
/r/SwitchNSPs banned from reddit I was the creator of this community but after some threads from other groups I've retired and left the /R/ by itself hahha Those were some good times.
gharchive/issue
2020-11-18T07:14:52
2025-04-01T06:46:30.399832
{ "authors": [ "gabrielcachioniclutch", "kageanrage" ], "repo": "Igglybuff/awesome-piracy", "url": "https://github.com/Igglybuff/awesome-piracy/issues/397", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
100871039
Madison/intersections :+1:
gharchive/pull-request
2015-08-13T21:16:37
2025-04-01T06:46:30.407360
{ "authors": [ "madisonmay", "sihrc" ], "repo": "IndicoDataSolutions/IndicoIo-R", "url": "https://github.com/IndicoDataSolutions/IndicoIo-R/pull/45", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
225456909
Scan labels for possible PII Possible fix for #21. @rchayes13 let me know if this works as you'd expect. Yes, this works perfectly. I tested it on data where the varnames are of the form a## but the variable labels are informative (e.g. year of birth, month of birth). It found a lot of potential PII based on the variable labels containing PII strings--but it might work too well. For instance, some of the variable labels take the form: "Does the household have [x,y,x]?" or "Did mother wash child's hand before [a,b,c]?" Because "house" and "child" are both PII strings, a bunch of indicator variables were flagged as PII. So, I'm wondering if we can (or should) be more strict when we are scanning variable labels for PII? But mechanically, it does exactly what I would expect. Thanks! What did you have in mind with being "more strict" when scanning labels? I also just added a --scan-lables option, which is off by default. That way, if people want to scan labels, the can, but it doesn't happen by default. Otherwise, there might be too much noise. @umeditor I don't have a good idea of what "more strict" would mean. My thought was just that in some large datasets the noise from the varlabel scan might overwhelm its benefit. I think your edit is good; if no PII is found on an initial run without the label scan, then one add the label scan option to see if it catches anything new. Okay - I'll merge this PR then, which makes label scanning optional and off by default.
gharchive/pull-request
2017-05-01T15:38:00
2025-04-01T06:46:30.439074
{ "authors": [ "rchayes13", "umeditor" ], "repo": "J-PAL/PII-Scan", "url": "https://github.com/J-PAL/PII-Scan/pull/25", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
904033481
Add ghost points to CubedSphere mesh. Cubed sphere mesh requires ghost points in order to produce sensible gmsh outputs. Code merged into feature/cubed-sphere-base. Issue has been superseded by cell-centroid mesh-generator (Issue #45).
gharchive/issue
2021-05-27T17:50:55
2025-04-01T06:46:30.463039
{ "authors": [ "odlomax" ], "repo": "JCSDA-internal/atlas", "url": "https://github.com/JCSDA-internal/atlas/issues/40", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
188986110
Arreglado readme hito 2 No sabía que tenia que enlazarlo, lo tendre en cuenta para la próxima vez o si quieres que lo enlace lo haré en cuanto llegue a Granada que voy desde mi pueblo. El 13/11/2016 19:43, "Juan Julián Merelo Guervós" notifications@github.com escribió: @JJ requested changes on this pull request. ¿De veras os cuesta tanto trabajo enlazar el issue que os habéis puesto para corregir? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JJ/IV16-17/pull/269#pullrequestreview-8319855, or mute the thread https://github.com/notifications/unsubscribe-auth/AK091TVYUQ57_B2C2id8t2cfWd-Ex256ks5q91pdgaJpZM4Kwwz9 . @cr13 En cuanto lo hagas acepto tus cambios.
gharchive/pull-request
2016-11-13T18:38:13
2025-04-01T06:46:30.466835
{ "authors": [ "cr13", "klyone" ], "repo": "JJ/IV16-17", "url": "https://github.com/JJ/IV16-17/pull/269", "license": "artistic-2.0", "license_type": "permissive", "license_source": "bigquery" }
171555993
课程的图片在哪里 You can get them from here https://github.com/JakeLin/SwiftWeather/releases/tag/V1
gharchive/issue
2016-08-17T01:42:02
2025-04-01T06:46:30.469824
{ "authors": [ "JakeLin", "khs1994" ], "repo": "JakeLin/SwiftWeather", "url": "https://github.com/JakeLin/SwiftWeather/issues/54", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
140987949
Increase DEFAULT_MAX_PORT to 65535 Ok hope to see this on npm) on 1.0.3 Thanks! :smile: Thanks)
gharchive/pull-request
2016-03-15T14:23:36
2025-04-01T06:46:30.471114
{ "authors": [ "mattdesl", "whitecolor" ], "repo": "Jam3/get-ports", "url": "https://github.com/Jam3/get-ports/pull/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
782590761
Tratar problemas de conexão onde a Internet é ruim resolvido resolvido
gharchive/issue
2021-01-09T11:44:13
2025-04-01T06:46:30.476223
{ "authors": [ "Jean1dev" ], "repo": "Jean1dev/open-cloud-erp-front", "url": "https://github.com/Jean1dev/open-cloud-erp-front/issues/14", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
925117230
add ualikhanov university (kgu.kz) @baibesh Pull request merged. Thank you!
gharchive/pull-request
2021-06-18T18:25:37
2025-04-01T06:46:30.483181
{ "authors": [ "baibesh", "philipto" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/11813", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
195520822
Create ulbra.txt @douglasangeli Pull request merged. Thank you!
gharchive/pull-request
2016-12-14T12:40:34
2025-04-01T06:46:30.483809
{ "authors": [ "douglasangeli", "philipto" ], "repo": "JetBrains/swot", "url": "https://github.com/JetBrains/swot/pull/2567", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
369755109
Batch stratification by coverage Not shown to provide noticeable improvements in score.
gharchive/issue
2018-10-13T01:41:46
2025-04-01T06:46:30.518250
{ "authors": [ "svondenstein" ], "repo": "KaggleBuoys/ionic", "url": "https://github.com/KaggleBuoys/ionic/issues/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
208952820
Think about putting small paragraph about me on landing page Decided not to proceed with this feature!
gharchive/issue
2017-02-20T18:20:20
2025-04-01T06:46:30.519895
{ "authors": [ "KatHicks" ], "repo": "KatHicks/personal_website", "url": "https://github.com/KatHicks/personal_website/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
189282161
separate runtime library and code generator done
gharchive/issue
2016-11-15T02:21:48
2025-04-01T06:46:30.527325
{ "authors": [ "KeenS" ], "repo": "KeenS/tokio-thrift", "url": "https://github.com/KeenS/tokio-thrift/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
276468177
Allow derived access chain without uses in access chain conversion Would appreciate @greg-lunarg 's review too Oh, forgot that this function is duplicated at two other places... Will add them too. Rebased, squashed, and pushed into master as b02c9a58 Thanks, @dneto0! :)
gharchive/pull-request
2017-11-23T20:34:41
2025-04-01T06:46:30.530965
{ "authors": [ "antiagainst", "dneto0" ], "repo": "KhronosGroup/SPIRV-Tools", "url": "https://github.com/KhronosGroup/SPIRV-Tools/pull/999", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
139428836
Clickable image Trusting that Eddie actually tested it like he said. -Ray
gharchive/pull-request
2016-03-08T23:43:02
2025-04-01T06:46:30.554143
{ "authors": [ "KlimekM", "alanahanson" ], "repo": "KlimekM/boredgames", "url": "https://github.com/KlimekM/boredgames/pull/29", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
211316100
Support autolayout intrinsicContentSize Hi @fgengine It seems good but I guess sizeThatFits is not fast. I don't want to sacrifice layout performance. Hi @KyoheiG3 Perhaps the performance is not the biggest but the best to have support for automatic calculation of the size of than not to have, but is proud that works fast. I think so. I want to use sizeThatFit only when necessary. For example, to use some flags. It was supported. Please use var intrinsicAutoLayout: Bool and check README about the flag.
gharchive/pull-request
2017-03-02T07:59:35
2025-04-01T06:46:30.556842
{ "authors": [ "KyoheiG3", "fgengine" ], "repo": "KyoheiG3/AttributedLabel", "url": "https://github.com/KyoheiG3/AttributedLabel/pull/12", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
191837995
Select the page of result (pagination) YouTube::Search.new(term: term, page_size: 10, page: 2) ...said Thomas YouTube::Search.new(term: term, page_size: 10, page: 2) search = YouTube::Search.new(word) search.first_page search.next_page search.items # => result of 2nd page search.prev_page search.items # => result of 1st page I think this has been decided at #8. closing for now
gharchive/issue
2016-11-27T02:22:20
2025-04-01T06:46:30.558490
{ "authors": [ "kangkyu", "thomas-jung" ], "repo": "LARailsLearners/youtube-search", "url": "https://github.com/LARailsLearners/youtube-search/issues/3", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
585761230
Merge branch 'master' into SLU000-jupyternotebook hey! :D can you check this issue out please? feel free to close it when it's reolved https://github.com/LDSSA/ds-prep-course/issues/10
gharchive/pull-request
2020-03-22T16:45:16
2025-04-01T06:46:30.560888
{ "authors": [ "buedaswag", "minhhoang1023" ], "repo": "LDSSA/ds-prep-course", "url": "https://github.com/LDSSA/ds-prep-course/pull/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
236210191
Fix typo and duplicate line of code LGTM. I can't tell if this exists upstream (could be a merge artifact) but we should check. @rachel-fenichel Duplicate code isn't in upstream (though the thw typo is). @fsih reminder to merge your PRs once they are LG'd! Oooops thanks!
gharchive/pull-request
2017-06-15T14:27:56
2025-04-01T06:46:30.562505
{ "authors": [ "fsih", "paulkaplan", "picklesrus", "rachel-fenichel" ], "repo": "LLK/scratch-blocks", "url": "https://github.com/LLK/scratch-blocks/pull/951", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
574842780
Kv fix linting config @JamilOmar is adding the small linting changes to his PR @KalleV can I close this PR now that we are using a new configuration for eslint and the dist folder ?
gharchive/pull-request
2020-03-03T17:59:38
2025-04-01T06:46:30.565358
{ "authors": [ "JamilOmar", "KalleV" ], "repo": "LabShare/lsc", "url": "https://github.com/LabShare/lsc/pull/157", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
107994667
Verify is all async functions are mocked all for node.js - not for browser. since right now library is designed for node.js, that's sufficient. Browsers may require faking also functions like postMessage and requestAnimationFrame or MutationObserver object.
gharchive/issue
2015-09-23T19:59:47
2025-04-01T06:46:30.577517
{ "authors": [ "Lewerow" ], "repo": "Lewerow/zurvan", "url": "https://github.com/Lewerow/zurvan/issues/10", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
333630279
add recv timeout,and add multi connect. 格式有问题,需要重新提交下
gharchive/pull-request
2018-06-19T11:28:24
2025-04-01T06:46:30.608676
{ "authors": [ "Supowang08", "zhanzhan2000" ], "repo": "LiteOS/LiteOS", "url": "https://github.com/LiteOS/LiteOS/pull/225", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
630672480
add constants file Still doesn't compile, but now it's the same error that you're facing. Let's merge this first and fix the other one in another PR Still doesn't compile, but now it's the same error that you're facing. Let's merge this first and fix the other one in another PR Yes, we might have to look into babel configs.
gharchive/pull-request
2020-06-04T09:42:06
2025-04-01T06:46:30.629110
{ "authors": [ "manyaagarwal", "taneliang" ], "repo": "MLH-Fellowship/0.4.1-Reader", "url": "https://github.com/MLH-Fellowship/0.4.1-Reader/pull/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
611912181
Unit tests NA
gharchive/pull-request
2020-05-04T14:19:05
2025-04-01T06:46:30.647002
{ "authors": [ "Manrajgill" ], "repo": "Manrajgill/mslearn-tailspin-spacegame-web", "url": "https://github.com/Manrajgill/mslearn-tailspin-spacegame-web/pull/4", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
203026037
added l10n files for 5 components for German translation @k1ngf15h3r They are all merging into master. Please target the german-translation branch in this repo. oh my error did not see the 'german-translation' branch in this repo @k1ngf15h3r Could you please create another pull request targeting the german-translation branch?
gharchive/pull-request
2017-01-25T06:50:43
2025-04-01T06:46:30.655930
{ "authors": [ "k1ngf15h3r", "nshntarora" ], "repo": "Matterwiki/Matterwiki", "url": "https://github.com/Matterwiki/Matterwiki/pull/55", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
916933001
feat: add many toArray methods Could you give me an actual example of what it's for? StringSink is just temporary object which optimize string concatenation. Ideally it should have minimal and transparent API Sometime we need add prefix to the string at late stage or modified some char. It is okay not to provide these, but I think these internal fields should be exposed as @unsafe so that users can optimize based on the API Sometime we need add prefix to the string at late stage or modified some char. Wouldn't it be easier to do this right before concatenation? Otherwise you have to spend time searching the buffer as well, which is much less efficient Some character data may not be stored in string (for example, the encoding is different) It's not very clear. What do you mean? Can I take a real life case? Maybe what I said is not quite right. Many times we need to process strings like arrays, because it is more efficient, but AS seems to be troublesome at present, because it is UTF16 encoded, once I strictly require UTF8, the string type cannot be used or has more performance Overhead, and currently String.UTF8.encode returns an array like ArrayBuffer. I don't have a very precise example. I try my best to give examples of problems that I will encounter (but I haven’t encountered them yet). For example, if I need to store data (basically ASCII or UTF8), then I will definitely not use UTF-16. Then after I get Array, For ASCII I will delete all even-numbered bytes. I think I should close this PR, and I should implement a library that meets my needs by myself I don't want overcomplicate such simple library by adding to it a huge variety of methods that may never be needed in usual cases. In general, I would first accumulate experience and battle-tested feedback before adding anything else. Could you create feature request issue before creating actual PR with new feature? (This does not apply to bug fixes) I closed it.
gharchive/pull-request
2021-06-10T05:54:47
2025-04-01T06:46:30.661264
{ "authors": [ "MaxGraey", "yjhmelody" ], "repo": "MaxGraey/as-string-sink", "url": "https://github.com/MaxGraey/as-string-sink/pull/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
726564213
When using --fifo, move timer start and clarify printout; clarify release process in README Looks good.
gharchive/pull-request
2020-10-21T14:48:05
2025-04-01T06:46:30.662090
{ "authors": [ "ntanganiya", "rotx-maxim" ], "repo": "MaximIntegratedAI/ai8x-synthesis", "url": "https://github.com/MaximIntegratedAI/ai8x-synthesis/pull/73", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
523098310
PAT-1334 : add Autocomplete Text step layout @Gryzor all done
gharchive/pull-request
2019-11-14T20:52:40
2025-04-01T06:46:30.663445
{ "authors": [ "alaa-alshaikh" ], "repo": "Medable/ResearchStack", "url": "https://github.com/Medable/ResearchStack/pull/93", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
169053319
Fixed issues in receipt deposit, group add-members and updated links Coverage increased (+0.02%) to 89.15% when pulling 6bb6d3dcb13b1e21a2331a8eefe888d00a6e1f2b on shirishagaddi:fixing_issues into 69f8887aba43e90315c3d4dd28c830e5c2596dd2 on MicroPyramid:master.
gharchive/pull-request
2016-08-03T05:48:14
2025-04-01T06:46:30.697289
{ "authors": [ "coveralls", "shirishagaddi" ], "repo": "MicroPyramid/micro-finance", "url": "https://github.com/MicroPyramid/micro-finance/pull/78", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
260376766
I os newspacingmodel staging @nesalang, Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA. Thanks, Microsoft Pull Request Bot
gharchive/pull-request
2017-09-25T18:45:33
2025-04-01T06:46:30.698449
{ "authors": [ "msftclas", "nesalang" ], "repo": "Microsoft/AdaptiveCards", "url": "https://github.com/Microsoft/AdaptiveCards/pull/686", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
362361322
#906 - Defaults for resource files and other fixes Pull Request Test Coverage Report for Build 583 33 of 45 (73.33%) changed or added relevant lines in 5 files are covered. 2 unchanged lines in 2 files lost coverage. Overall coverage decreased (-0.9%) to 51.852% Changes Missing Coverage Covered Lines Changed/Added Lines % packages/app/client/src/ui/dialogs/azureLoginPromptDialog/azureLoginPromptDialogContainer.ts 0 2 0.0% packages/app/main/src/watchers/chatWatcher.ts 0 3 0.0% packages/app/main/src/watchers/transcriptsWatcher.ts 0 3 0.0% packages/app/main/src/commands/botCommands.ts 16 20 80.0% Files with Coverage Reduction New Missed Lines % packages/app/main/src/commands/botCommands.ts 1 58.18% packages/app/client/src/data/sagas/resourcesSagas.ts 1 88.14% Totals Change from base Build 578: -0.9% Covered Lines: 4185 Relevant Lines: 6927 💛 - Coveralls
gharchive/pull-request
2018-09-20T20:53:19
2025-04-01T06:46:30.709260
{ "authors": [ "coveralls", "justinwilaby" ], "repo": "Microsoft/BotFramework-Emulator", "url": "https://github.com/Microsoft/BotFramework-Emulator/pull/913", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
193033840
Add make install rules Hi @henry0312, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR. TTYL, MSBOT; @henry0312 can you provide the function about and the reason to do this? @guolinke This PR allows us to install bin, lib and includes where we want, instead of the root directory of LightGBM repository. Some users would like to install lightgbm to a location in $PATH. Example: $ mkdir build; cd build $ cmake -DCMAKE_INSTALL_PREFIX=$HOME/local .. -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /home/tsukasa_omoto/.ghq/github.com/henry0312/LightGBM/build $ make -j install Scanning dependencies of target lightgbm Scanning dependencies of target _lightgbm <snip...> [ 97%] Linking CXX shared library ../../lib_lightgbm.so [ 97%] Built target _lightgbm [100%] Linking CXX executable ../../lightgbm [100%] Built target lightgbm Install the project... -- Install configuration: "" -- Installing: /home/tsukasa_omoto/local/bin/lightgbm -- Installing: /home/tsukasa_omoto/local/lib/lib_lightgbm.so -- Up-to-date: /home/tsukasa_omoto/local/include/LightGBM -- Installing: /home/tsukasa_omoto/local/include/LightGBM/tree.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/tree_learner.h -- Up-to-date: /home/tsukasa_omoto/local/include/LightGBM/utils -- Installing: /home/tsukasa_omoto/local/include/LightGBM/utils/array_args.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/utils/common.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/utils/threading.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/utils/text_reader.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/utils/pipeline_reader.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/utils/random.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/utils/log.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/c_api.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/boosting.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/network.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/dataset.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/metric.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/dataset_loader.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/meta.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/feature.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/config.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/application.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/bin.h -- Installing: /home/tsukasa_omoto/local/include/LightGBM/objective_function.h What will happen if forget to set -DCMAKE_INSTALL_PREFIX=... ? The default value of CMAKE_INSTALL_PREFIX is /usr/local. (Note: bin, lib and include will be installed only when run make install) I see. Thanks very much.
gharchive/pull-request
2016-12-02T04:49:30
2025-04-01T06:46:30.713972
{ "authors": [ "guolinke", "henry0312", "msftclas" ], "repo": "Microsoft/LightGBM", "url": "https://github.com/Microsoft/LightGBM/pull/104", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
164145871
Ability to disable sending logs in feedback Provided by log verbosity as well as admin settings now
gharchive/issue
2016-07-06T18:42:51
2025-04-01T06:46:30.714817
{ "authors": [ "MikhailArkhipov" ], "repo": "Microsoft/RTVS", "url": "https://github.com/Microsoft/RTVS/issues/2048", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
88863709
Scan less during classification. do you have some perf numbers on before and after the change? Yes. This drops syntactic classification to about a 3rd of the original cost. For something like Checker.ts we go from ~300 ms in classification to around ~100ms. Note: this is only the cost of hte classification itself. This does not cover the cost to getChildren on all the nodes we walk. :+1:
gharchive/pull-request
2015-06-16T23:10:53
2025-04-01T06:46:30.716131
{ "authors": [ "CyrusNajmabadi", "DanielRosenwasser", "mhegazy" ], "repo": "Microsoft/TypeScript", "url": "https://github.com/Microsoft/TypeScript/pull/3530", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
228570882
Missing closing brace in code example This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request. Thanks, Microsoft Pull Request Bot @codyborn : Thanks for your contribution to the Azure documentation! The author, @arramac, has been notified to review your proposed change. thanks you @codyborn #sign-off
gharchive/pull-request
2017-05-14T21:17:07
2025-04-01T06:46:30.719015
{ "authors": [ "PRmerger", "arramac", "codyborn", "msftclas" ], "repo": "Microsoft/azure-docs", "url": "https://github.com/Microsoft/azure-docs/pull/1733", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
141709007
Packaging updates There was an error while validating job 0264cfbb-c651-4507-a70c-bee39a7f9cb2 Message:Error clonning repositoryDetails:System.ArgumentException: Error clonning repository ---> System.Exception: Error when trying to initialize shared repository ---> LibGit2Sharp.NotFoundException: Branch 393 not found. Available branches: at Microsoft.DPS.Services.LibGit2SharpSourceControlProvider.GetBranch(Repository repo, String name) at Microsoft.DPS.Services.LibGit2SharpSourceControlProvider.<>c__DisplayClass3e.b__3d() at Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryPolicy.<>c__DisplayClass1.b__0() at Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryPolicy.ExecuteAction[TResult](Func1 func) at Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.RetryPolicy.ExecuteAction(Action action) at Microsoft.DPS.Services.LibGit2SharpSourceControlProvider.InitializeSharedRepository(String url, IDictionary2 branches, String sharedRepoPath) at Microsoft.DPS.Services.LibGit2SharpSourceControlProvider.VerifySharedRepository(String url, IDictionary2 branches, String tempPath) --- End of inner exception stack trace --- at Microsoft.DPS.Services.LibGit2SharpSourceControlProvider.VerifySharedRepository(String url, IDictionary2 branches, String tempPath) at Microsoft.DPS.Services.LibGit2SharpSourceControlProvider.CloneRepository(String url, IDictionary2 branches) --- End of inner exception stack trace --- at Microsoft.DPS.Services.LibGit2SharpSourceControlProvider.CloneRepository(String url, IDictionary2 branches) at Microsoft.DPS.Services.LibGit2SharpSourceControlProvider.CloneRepository() at Microsoft.DPS.Services.LibGit2SharpSourceControlProvider.GetTreeAsync(String path, Boolean includeSubDirectories, String excludePath, IList1 extensionWhiteList) at Microsoft.DPS.Commands.IdentifyDocumentsToPublish.ListSourceControlFilesCommand.Do(IDictionary2 context) at Microsoft.LightweightJobEngine.Core.Language.JobWorkflow1.RunCommands(Guid jobId, IDictionary2 context, CancellationTokenSource cancelSignal)
gharchive/pull-request
2016-03-17T21:16:56
2025-04-01T06:46:30.724631
{ "authors": [ "kirupa", "normesta" ], "repo": "Microsoft/cordova-docs", "url": "https://github.com/Microsoft/cordova-docs/pull/393", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
343245286
Some updates for font-sizing, accessibility, and animation performance Great, thank you!
gharchive/pull-request
2018-07-20T20:57:43
2025-04-01T06:46:30.725439
{ "authors": [ "danielroot", "dvdsgl" ], "repo": "Microsoft/join-dev-design", "url": "https://github.com/Microsoft/join-dev-design/pull/78", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
340741760
Short-circuit more reflection calls DesignTimeBuild Time (ms) (src\msbuild.master vs src\msbuild.mihai) Test Overall Significant δ Value DotnetConsoleProject ::ok_hand: no 37.1118 -> 37.0284 (-0.225%) DotnetWebProject :white_check_mark: yes 235.2594 -> 232.5028 (-1.172%) DotnetMvcProject :ok_hand: no 235.0471 -> 235.1835 (0.058%) Picasso :white_check_mark: yes 1572.8186 -> 1555.9574 (-1.072%) SmallP2POldCsproj :white_check_mark: yes 69.4893 -> 67.8582 (-2.347%) SmallP2PNewCsproj :white_check_mark: yes 664.6385 -> 658.5419 (-0.917%) LargeP2POldCsproj :white_check_mark: yes 11501.4756 -> 11376.1087 (-1.09%) OrchardCore :white_check_mark: yes 48930.9478 -> 47817.0077 (-2.277%) DesignTimeBuild Memory (bytes) (src\msbuild.master vs src\msbuild.mihai) Test Overall Significant δ Value DotnetConsoleProject ::ok_hand: no 6279217 -> 6278979 (-0.004%) DotnetWebProject :red_circle: yes 20230813 -> 22398128 (10.713%) DotnetMvcProject :ok_hand: no 20886443 -> 21925050 (4.973%) Picasso ::ok_hand: no 186588876 -> 185431429 (-0.62%) SmallP2POldCsproj :white_check_mark: yes 8606975 -> 8562468 (-0.517%) SmallP2PNewCsproj ::ok_hand: no 91247792 -> 89802752 (-1.584%) LargeP2POldCsproj :red_circle: yes 1034724720 -> 1147210958 (10.871%) OrchardCore :red_circle: yes 2581842386 -> 2741507150 (6.184%) SerialEvaluationIsolatedContext Time (ms) (src\msbuild.master vs src\msbuild.mihai) Test Overall Significant δ Value DotnetConsoleProject :white_check_mark: yes 35.2617 -> 34.7913 (-1.334%) DotnetWebProject :white_check_mark: yes 48.9882 -> 48.5883 (-0.816%) DotnetMvcProject :white_check_mark: yes 55.0544 -> 54.5799 (-0.862%) Picasso :white_check_mark: yes 308.0885 -> 301.5054 (-2.137%) SmallP2POldCsproj :white_check_mark: yes 52.2886 -> 51.0734 (-2.324%) SmallP2PNewCsproj :white_check_mark: yes 209.8334 -> 206.4325 (-1.621%) LargeP2POldCsproj ::ok_hand: no 900.8613 -> 900.4663 (-0.044%) OrchardCore :white_check_mark: yes 3218.4146 -> 3123.2646 (-2.956%) SerialEvaluationIsolatedContext Memory (bytes) (src\msbuild.master vs src\msbuild.mihai) Test Overall Significant δ Value DotnetConsoleProject :white_check_mark: yes 5702663 -> 5684519 (-0.318%) DotnetWebProject :white_check_mark: yes 7710009 -> 7680896 (-0.378%) DotnetMvcProject :white_check_mark: yes 8363203 -> 8301209 (-0.741%) Picasso ::ok_hand: no 13359602 -> 13215379 (-1.08%) SmallP2POldCsproj :white_check_mark: yes 7036487 -> 7001199 (-0.502%) SmallP2PNewCsproj ::ok_hand: no 15922822 -> 15603138 (-2.008%) LargeP2POldCsproj :white_check_mark: yes 40520262 -> 39211006 (-3.231%) OrchardCore :white_check_mark: yes 70136930 -> 64014473 (-8.729%) SerialEvaluationSharedContextSecondRun Time (ms) (src\msbuild.master vs src\msbuild.mihai) Test Overall Significant δ Value DotnetConsoleProject :white_check_mark: yes 29.8847 -> 29.7108 (-0.582%) DotnetWebProject :white_check_mark: yes 37.9755 -> 37.2946 (-1.793%) DotnetMvcProject :white_check_mark: yes 40.2139 -> 39.8075 (-1.011%) Picasso :red_circle: yes 226.675 -> 234.3648 (3.392%) SmallP2POldCsproj :white_check_mark: yes 42.4423 -> 41.8703 (-1.348%) SmallP2PNewCsproj :white_check_mark: yes 134.8495 -> 131.8089 (-2.255%) LargeP2POldCsproj :white_check_mark: yes 694.3975 -> 669.0949 (-3.644%) Generated_100_100_v150 :white_check_mark: yes 1161.3624 -> 1156.8389 (-0.389%) OrchardCore :white_check_mark: yes 1626.9961 -> 1586.9323 (-2.462%) Roslyn :white_check_mark: yes 2845.2065 -> 2688.0992 (-5.522%) WebLargeCore :white_check_mark: yes 1893.4628 -> 1803.1883 (-4.768%) SerialEvaluationSharedContextSecondRun Memory (bytes) (src\msbuild.master vs src\msbuild.mihai) Test Overall Significant δ Value DotnetConsoleProject :white_check_mark: yes 5567398 -> 5543189 (-0.435%) DotnetWebProject :white_check_mark: yes 6907511 -> 6890424 (-0.247%) DotnetMvcProject :white_check_mark: yes 7374540 -> 7317392 (-0.775%) Picasso :white_check_mark: yes 36645679 -> 11920314 (-67.471%) SmallP2POldCsproj :white_check_mark: yes 6984487 -> 6944347 (-0.575%) SmallP2PNewCsproj :white_check_mark: yes 23265794 -> 23074707 (-0.821%) LargeP2POldCsproj ::ok_hand: no 37038440 -> 36405095 (-1.71%) Generated_100_100_v150 ::ok_hand: no 46123401 -> 45834880 (-0.626%) OrchardCore :white_check_mark: yes 62708212 -> 59094350 (-5.763%) Roslyn :red_circle: yes 89093238 -> 92241843 (3.534%) WebLargeCore :white_check_mark: yes 80517801 -> 70285429 (-12.708%) SerialEvaluationSharedContext Time (ms) (src\msbuild.master vs src\msbuild.mihai) Test Overall Significant δ Value DotnetConsoleProject :white_check_mark: yes 34.221 -> 34.0523 (-0.493%) DotnetWebProject :white_check_mark: yes 48.4864 -> 47.796 (-1.424%) DotnetMvcProject :white_check_mark: yes 54.3964 -> 53.9937 (-0.74%) Picasso :white_check_mark: yes 255.861 -> 231.784 (-9.41%) SmallP2POldCsproj :white_check_mark: yes 46.0774 -> 45.5629 (-1.117%) SmallP2PNewCsproj :white_check_mark: yes 172.136 -> 168.4795 (-2.124%) LargeP2POldCsproj :white_check_mark: yes 742.3241 -> 715.3558 (-3.633%) Generated_100_100_v150 :white_check_mark: yes 1169.6608 -> 1161.3306 (-0.712%) OrchardCore :white_check_mark: yes 2189.3402 -> 2129.8961 (-2.715%) Roslyn :white_check_mark: yes 3365.0734 -> 3202.2046 (-4.84%) WebLargeCore :white_check_mark: yes 2360.2946 -> 2254.3412 (-4.489%) SerialEvaluationSharedContext Memory (bytes) (src\msbuild.master vs src\msbuild.mihai) Test Overall Significant δ Value DotnetConsoleProject :white_check_mark: yes 5771910 -> 5748136 (-0.412%) DotnetWebProject :white_check_mark: yes 7760177 -> 7732938 (-0.351%) DotnetMvcProject :white_check_mark: yes 8403050 -> 8350323 (-0.627%) Picasso :red_circle: yes 13871030 -> 36699319 (164.575%) SmallP2POldCsproj :white_check_mark: yes 7042074 -> 7007661 (-0.489%) SmallP2PNewCsproj :red_circle: yes 13181440 -> 14484758 (9.888%) LargeP2POldCsproj :white_check_mark: yes 38477350 -> 38010180 (-1.214%) Generated_100_100_v150 :white_check_mark: yes 46859250 -> 46535416 (-0.691%) OrchardCore :red_circle: yes 67108262 -> 74457303 (10.951%) Roslyn ::ok_hand: no 90318906 -> 88930282 (-1.537%) WebLargeCore :ok_hand: no 65108334 -> 68359961 (4.994%) @AndyGerlicher My understanding is that nameof() is a compile-time operation that results in an embedded string. For example, https://dotnetfiddle.net/GUmkPz -- go to "view IL" Console.WriteLine(nameof(Main)); compiles to IL_0001: ldstr "Main" IL_0006: call void [mscorlib]System.Console::WriteLine(string) I shamefully bypassed the benchmark and just trusted this educational article: http://www.erikschierboom.com/2015/12/31/csharp6-under-the-hood-nameof/ @dotnet-bot test this please @dotnet-bot test this please
gharchive/pull-request
2018-07-12T18:06:12
2025-04-01T06:46:30.791818
{ "authors": [ "cdmihai", "rainersigwald" ], "repo": "Microsoft/msbuild", "url": "https://github.com/Microsoft/msbuild/pull/3509", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
249416411
combine target and execution still testing... i also changed localrun to return 1 if the job fails. do we want different return code for cancel? probably not. :)
gharchive/pull-request
2017-08-10T17:13:38
2025-04-01T06:46:30.800895
{ "authors": [ "TingluoHuang", "ericsciple" ], "repo": "Microsoft/vsts-agent", "url": "https://github.com/Microsoft/vsts-agent/pull/1131", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
160319818
agent fix looks good
gharchive/pull-request
2016-06-15T01:24:57
2025-04-01T06:46:30.801505
{ "authors": [ "TingluoHuang", "ericsciple" ], "repo": "Microsoft/vsts-agent", "url": "https://github.com/Microsoft/vsts-agent/pull/298", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
323675153
Update test result file default in Gradle task @madhurig thank you!
gharchive/pull-request
2018-05-16T15:34:31
2025-04-01T06:46:30.802142
{ "authors": [ "DavidStaheli", "madhurig" ], "repo": "Microsoft/vsts-tasks", "url": "https://github.com/Microsoft/vsts-tasks/pull/7223", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
359622003
Scottwhi scripts parents :white_check_mark: Validation status: passed File Status Preview URL Details BingAds/scripts/reference/AdGroup.md :white_check_mark:Succeeded BingAds/scripts/reference/AdGroupSelector.md :white_check_mark:Succeeded BingAds/scripts/reference/AdParam.md :white_check_mark:Succeeded BingAds/scripts/reference/AdParamSelector.md :white_check_mark:Succeeded BingAds/scripts/reference/AdSelector.md :white_check_mark:Succeeded BingAds/scripts/reference/BingAdsApp.md :white_check_mark:Succeeded BingAds/scripts/reference/Campaign.md :white_check_mark:Succeeded BingAds/scripts/reference/CampaignSelector.md :white_check_mark:Succeeded BingAds/scripts/reference/Keyword.md :white_check_mark:Succeeded BingAds/scripts/reference/KeywordSelector.md :white_check_mark:Succeeded BingAds/scripts/reference/NegativeKeywordList.md :white_check_mark:Succeeded BingAds/scripts/reference/NegativeKeywordListSelector.md :white_check_mark:Succeeded BingAds/scripts/release-notes.md :white_check_mark:Succeeded For more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.
gharchive/pull-request
2018-09-12T19:35:00
2025-04-01T06:46:30.815191
{ "authors": [ "eric-urban", "swhite-msft" ], "repo": "MicrosoftDocs/BingAds-docs", "url": "https://github.com/MicrosoftDocs/BingAds-docs/pull/378", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
460051582
update my comment
gharchive/pull-request
2019-06-24T19:15:12
2025-04-01T06:46:30.815958
{ "authors": [ "adunndevster", "bharney0" ], "repo": "MicrosoftDocs/CSIDev-Public-Prod", "url": "https://github.com/MicrosoftDocs/CSIDev-Public-Prod/pull/24", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
815313381
Update communicate-with-users-from-other-organizations.md @JohanFreelancer9 Copy editing is needed for this PR. Thanks. @MikePlumleyMSFT PR has been copyedited and is ready for final review, could you please check and merge? Thanks! @scanum this PR has unresolved edits. @RuiPereiraTabares what's the scope of "external communications"? I'm not clear on what feature you're referring to. @MikePlumleyMSFT TeamsFree is not going to provision a cloudsipproxxyadress or either the domain will be online sip enabled, therefore the externalcomunications will not work for it. Teamsfree is different than the exploratory licenses is the completly freemiun subscription https://support.microsoft.com/en-us/office/differences-between-microsoft-teams-and-microsoft-teams-free-0b69cf39-eb52-49af-b255-60d46fdf8a9c we do not mention this, However over my tests in deepsite i could see that is not provisioned, what will make imposible to comunicate externally or make a external search to a TeamsFree license
gharchive/pull-request
2021-02-24T09:55:55
2025-04-01T06:46:30.819360
{ "authors": [ "MikePlumleyMSFT", "RuiPereiraTabares", "scanum" ], "repo": "MicrosoftDocs/OfficeDocs-SkypeForBusiness", "url": "https://github.com/MicrosoftDocs/OfficeDocs-SkypeForBusiness/pull/6715", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
644093654
Removed azps-4.1.0 reference docs Docs Build status updates of commit 7e32819: :clock10: Pending: waiting for processors (5 builds ahead of you) :warning: Docs Build is busy, currently there are 5 builds ahead of this one, for more information you can view the Build queue graph on the Docs Portal. Docs Build status updates of commit 7e32819: :clock10: Full build: the average full build time is 28 min(s), this is based on the last 425 build(s) for this repository. Docs Build status updates of commit 7e32819: :white_check_mark: Validation status: passed File Status Preview URL Details azps-4.1.0/Az.Accounts/Add-AzEnvironment.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Az.Accounts.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Clear-AzContext.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Clear-AzDefault.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Connect-AzAccount.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Disable-AzContextAutosave.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Disable-AzDataCollection.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Disable-AzureRmAlias.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Disconnect-AzAccount.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Enable-AzContextAutosave.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Enable-AzDataCollection.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Enable-AzureRmAlias.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Get-AzContext.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Get-AzContextAutosaveSetting.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Get-AzDefault.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Get-AzEnvironment.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Get-AzProfile.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Get-AzSubscription.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Get-AzTenant.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Import-AzContext.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Register-AzModule.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Remove-AzContext.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Remove-AzEnvironment.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Rename-AzContext.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Resolve-AzError.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Save-AzContext.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Select-AzContext.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Select-AzProfile.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Send-Feedback.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Set-AzContext.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Set-AzDefault.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Set-AzEnvironment.md :white_check_mark:Succeeded azps-4.1.0/Az.Accounts/Uninstall-AzureRm.md :white_check_mark:Succeeded azps-4.1.0/Az.Advisor/Az.Advisor.md :white_check_mark:Succeeded azps-4.1.0/Az.Advisor/Disable-AzAdvisorRecommendation.md :white_check_mark:Succeeded azps-4.1.0/Az.Advisor/Enable-AzAdvisorRecommendation.md :white_check_mark:Succeeded azps-4.1.0/Az.Advisor/Get-AzAdvisorConfiguration.md :white_check_mark:Succeeded azps-4.1.0/Az.Advisor/Get-AzAdvisorRecommendation.md :white_check_mark:Succeeded azps-4.1.0/Az.Advisor/Set-AzAdvisorConfiguration.md :white_check_mark:Succeeded azps-4.1.0/Az.Aks/Az.Aks.md :white_check_mark:Succeeded azps-4.1.0/Az.Aks/Get-AzAks.md :white_check_mark:Succeeded azps-4.1.0/Az.Aks/Get-AzAksNodePool.md :white_check_mark:Succeeded azps-4.1.0/Az.Aks/Get-AzAksVersion.md :white_check_mark:Succeeded azps-4.1.0/Az.Aks/Import-AzAksCredential.md :white_check_mark:Succeeded azps-4.1.0/Az.Aks/Install-AzAksKubectl.md :white_check_mark:Succeeded azps-4.1.0/Az.Aks/New-AzAks.md :white_check_mark:Succeeded azps-4.1.0/Az.Aks/New-AzAksNodePool.md :white_check_mark:Succeeded azps-4.1.0/Az.Aks/Remove-AzAks.md :white_check_mark:Succeeded azps-4.1.0/Az.Aks/Remove-AzAksNodePool.md :white_check_mark:Succeeded azps-4.1.0/Az.Aks/Set-AzAks.md :white_check_mark:Succeeded This comment lists only the first 50 files in the pull request. For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:Try searching in the Docs contributor and Admin GuideSee the frequently asked questionsPost your question in the Docs support channel
gharchive/pull-request
2020-06-23T19:35:12
2025-04-01T06:46:30.864811
{ "authors": [ "mikefrobbins", "opbld30", "opbld31", "opbld33" ], "repo": "MicrosoftDocs/azure-docs-powershell", "url": "https://github.com/MicrosoftDocs/azure-docs-powershell/pull/1443", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
956922000
sync with mater branch Docs Build status updates of commit 8c67533: :white_check_mark: Validation status: passed File Status Preview URL Details .openpublishing.redirection.json :white_check_mark:Succeeded azps-6.2.1/Az.KeyVault/Add-AzKeyVaultKey.md :white_check_mark:Succeeded View (azps-6.2.1) azps-6.2.1/Az.Sql/Get-AzSqlServerAdvancedThreatProtectionSetting.md :white_check_mark:Succeeded View (azps-6.2.1) azps-6.2.1/Az.Sql/Update-AzSqlServerAdvancedThreatProtectionSetting.md :white_check_mark:Succeeded View (azps-6.2.1) azuresmps-4.0.0/Azure.Service/Add-AzureAccount.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureApplicationGatewaySslCertificate.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureCertificate.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureDataDisk.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureDisk.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureDns.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureEndpoint.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureEnvironment.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureHDInsightConfigValues.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureHDInsightMetastore.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureHDInsightScriptAction.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureHDInsightStorage.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureInternalLoadBalancer.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureNetworkInterfaceConfig.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureNodeWebRole.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureNodeWorkerRole.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzurePHPWebRole.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzurePHPWorkerRole.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureProvisioningConfig.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureRemoteAppUser.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureTrafficManagerEndpoint.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureVMImage.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureVhd.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureVirtualIP.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureWebRole.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Add-AzureWorkerRole.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Clear-AzureProfile.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Clear-AzureRemoteAppVmStaleAdObject.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Confirm-AzureStorSimpleLegacyVolumeContainerStatus.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Copy-AzureRemoteAppUserDisk.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Disable-AzureDataCollection.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Disable-AzureServiceProjectRemoteDesktop.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Disable-AzureTrafficManagerProfile.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Disable-AzureWebsiteApplicationDiagnostic.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Disable-AzureWebsiteDebug.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Disconnect-AzureRemoteAppSession.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Enable-AzureDataCollection.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Enable-AzureServiceProjectRemoteDesktop.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Enable-AzureTrafficManagerProfile.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Enable-AzureWebsiteApplicationDiagnostic.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Enable-AzureWebsiteDebug.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Export-AzureRemoteAppTemplateImage.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Export-AzureRemoteAppUserDisk.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Export-AzureVM.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Get-AzureAccount.md :white_check_mark:Succeeded View (azuresmps-4.0.0) azuresmps-4.0.0/Azure.Service/Get-AzureAclConfig.md :white_check_mark:Succeeded View (azuresmps-4.0.0) This comment lists only the first 50 files in the pull request. For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:Try searching the docs.microsoft.com contributor guidesPost your question in the Docs support channel
gharchive/pull-request
2021-07-30T16:58:55
2025-04-01T06:46:30.929769
{ "authors": [ "huypub", "opbld33" ], "repo": "MicrosoftDocs/azure-docs-powershell", "url": "https://github.com/MicrosoftDocs/azure-docs-powershell/pull/1849", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
245222742
7/24 Publish @Taojunshen, Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA. Thanks, Microsoft Pull Request Bot :warning: Validation status: warnings File Status Preview URL Details docs-ref-services/batch.md :warning:Warning Details docs-ref-services/cosmosdb.md :warning:Warning Details docs-ref-services/redis.md :warning:Warning Details docs-ref-services/servicebus.md :warning:Warning Details docs-ref-autogen/azure.batch.models.AllocationState.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.ComputeNode.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.ComputeNodeDeallocationOption.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.ComputeNodeEndpointConfiguration.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.ComputeNodeRebootOption.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.ComputeNodeReimageOption.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.ComputeNodeState.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.DisableComputeNodeSchedulingOption.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.DisableJobOption.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.ErrorCategory.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.InboundEndpoint.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.InboundEndpointProtocol.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.InboundNATPool.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.JobGetTaskCountsOptions.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.JobManagerTask.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.JobPreparationTaskState.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.JobReleaseTaskState.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.JobScheduleState.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.JobState.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.NetworkConfiguration.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.NetworkSecurityGroupRule.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.NetworkSecurityGroupRuleAccess.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.OnAllTasksComplete.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.OnTaskFailure.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.OutputFile.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.PoolAddParameter.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.PoolEndpointConfiguration.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.PoolLifetimeOption.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.PoolSpecification.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.PoolState.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.SchedulingState.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.StartTaskState.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.SubtaskState.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.TaskAddStatus.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.TaskCountValidationStatus.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.TaskCounts.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.TaskExecutionResult.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.TaskState.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.models.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.operations.AccountOperations.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.operations.ApplicationOperations.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.operations.CertificateOperations.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.operations.ComputeNodeOperations.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.operations.FileOperations.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.operations.JobOperations.yml :white_check_mark:Succeeded docs-ref-autogen/azure.batch.operations.JobScheduleOperations.yml :white_check_mark:Succeeded This comment lists only the first 50 files in the pull request. docs-ref-services/batch.md [Warning] Uid(azure.python.sdk.landingPage.services.Batch) has already been defined in docs-ref-autogen/overview/azure/Batch.yml. docs-ref-services/cosmosdb.md [Warning] Uid(azure.python.sdk.landingPage.services.Cosmos.DB./.DocumentDB) has already been defined in docs-ref-autogen/overview/azure/CosmosDB.yml. docs-ref-services/redis.md [Warning] Uid(azure.python.sdk.landingPage.services.Redis) has already been defined in docs-ref-autogen/overview/azure/Redis.yml. docs-ref-services/servicebus.md [Warning] Uid(azure.python.sdk.landingPage.services.Service.Bus) has already been defined in docs-ref-autogen/overview/azure/ServiceBus.yml. For more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.
gharchive/pull-request
2017-07-24T22:01:18
2025-04-01T06:46:30.979517
{ "authors": [ "Taojunshen", "msftclas", "sankethka" ], "repo": "MicrosoftDocs/azure-docs-sdk-python", "url": "https://github.com/MicrosoftDocs/azure-docs-sdk-python/pull/80", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
362771840
Add note for other RP trust @anandyadavMSFT : Thanks for your contribution! The author, @billmath, has been notified to review your proposed change. @billmath - sign off if these changes look good. #sign-off
gharchive/pull-request
2018-09-21T20:56:59
2025-04-01T06:46:30.981401
{ "authors": [ "PRMerger20", "anandyadavMSFT", "billmath", "mtillman" ], "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/pull/15435", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
442954633
fixes small typo @craig-martin : Thanks for your contribution! The author, @, has been notified to review your proposed change. Merging the typo fix. @craig-martin Thanks!
gharchive/pull-request
2019-05-11T05:04:17
2025-04-01T06:46:30.982563
{ "authors": [ "PRMerger6", "craig-martin", "ktoliver" ], "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/pull/31036", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
308491585
List Java as supported language. Add runtimes. #sign-off @brunoborges: I'm sorry - only the author of this article, @naziml, can sign off on your changes. But we do have an exception process - if you are on the Microsoft content or product team for this product area, you can ask the PR review team to review and merge it by sending mail to the techdocprs alias. @brunoborges : Thanks for your contribution! The author, @naziml, has been notified to review your proposed change. @yiliaomsft can you verify this information is correct? Hi @SyntaxC4 @yiliaomsft - can you please merge this change? @rloutlaw can you pls also check if this change is accurate? @SyntaxC4 and @brunoborges this is correct on the Portal as of 4/2 . #sign-off @SyntaxC4: I'm sorry - only the author of this article, @naziml, can sign off on your changes. But we do have an exception process - if you are on the Microsoft content or product team for this product area, you can ask the PR review team to review and merge it by sending mail to the techdocprs alias.
gharchive/pull-request
2018-03-26T09:16:14
2025-04-01T06:46:30.985837
{ "authors": [ "PRMerger13", "PRMerger19", "PRMerger9", "SyntaxC4", "brunoborges", "rloutlaw" ], "repo": "MicrosoftDocs/azure-docs", "url": "https://github.com/MicrosoftDocs/azure-docs/pull/6283", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
927449419
From private repo @huypub : Thanks for your contribution! The author(s) have been notified to review your proposed change.
gharchive/pull-request
2021-06-22T16:56:58
2025-04-01T06:46:30.986650
{ "authors": [ "PRMerger10", "huypub" ], "repo": "MicrosoftDocs/azure-stack-docs", "url": "https://github.com/MicrosoftDocs/azure-stack-docs/pull/1519", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
370918184
typo: Double word "use" :white_check_mark: Validation status: passed File Status Preview URL Details articles/CNTK-Evaluation-Overview.md :white_check_mark:Succeeded View For more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.
gharchive/pull-request
2018-10-17T06:32:59
2025-04-01T06:46:31.018152
{ "authors": [ "nschonni", "opbld32" ], "repo": "MicrosoftDocs/cognitive-toolkit-docs", "url": "https://github.com/MicrosoftDocs/cognitive-toolkit-docs/pull/162", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
367961188
Add files via upload 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.:x: SheikMydheen sign nowYou have signed the CLA already but the status is still pending? Let us recheck it. @SheikMydheen , thank you for your contribution. Our SMEs have reviewed your PDFs and determined that this documentation already exists in our content set. For future contributions, please consider creating the content in markdown. See our Contributor's guide for more information.
gharchive/pull-request
2018-10-08T21:35:08
2025-04-01T06:46:31.028259
{ "authors": [ "SheikMydheen", "ShylaThompson", "msftclas" ], "repo": "MicrosoftDocs/dynamics-365-unified-operations-public", "url": "https://github.com/MicrosoftDocs/dynamics-365-unified-operations-public/pull/482", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
508513612
Trigger Azure Pipelines 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.:x: alvaro212 sign nowYou have signed the CLA already but the status is still pending? Let us recheck it.
gharchive/pull-request
2019-10-17T14:24:59
2025-04-01T06:46:31.031403
{ "authors": [ "alvaro212", "msftclas" ], "repo": "MicrosoftDocs/mslearn-tailspin-spacegame-web", "url": "https://github.com/MicrosoftDocs/mslearn-tailspin-spacegame-web/pull/650", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
328399053
Us 1264679 bug fixing :white_check_mark: Validation status: passed File Status Preview URL Details docs/blocked-contacts-container.md :white_check_mark:Succeeded docs/build-enhanced-access-control-list-enhancedallowlist-sample.md :white_check_mark:Succeeded docs/colleagues-container.md :white_check_mark:Succeeded docs/parsing-endpoint-configuration.md :white_check_mark:Succeeded docs/workgroup-container.md :white_check_mark:Succeeded For more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report.
gharchive/pull-request
2018-06-01T06:40:49
2025-04-01T06:46:31.037949
{ "authors": [ "opbld31", "v-pomanv" ], "repo": "MicrosoftDocs/office-developer-lync-evergreen-docs", "url": "https://github.com/MicrosoftDocs/office-developer-lync-evergreen-docs/pull/9", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
328024015
F# samples for Cosmos DB :white_check_mark: Validation status: passed File Status Preview URL Details sandbox/functions-recipes/includes/cosmos-db-documentdbclient.md :white_check_mark:Succeeded View sandbox/functions-recipes/includes/cosmos-db-id.md :white_check_mark:Succeeded View sandbox/functions-recipes/includes/cosmos-db-livemigration.md :white_check_mark:Succeeded View sandbox/functions-recipes/includes/cosmos-db-outputcollector.md :white_check_mark:Succeeded View sandbox/functions-recipes/includes/cosmos-db-sqlquery.md :white_check_mark:Succeeded View For more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report. @mikhailshilkov Looks good to me. Thank you so much cc @anthonychu
gharchive/pull-request
2018-05-31T07:27:05
2025-04-01T06:46:31.046145
{ "authors": [ "cecilphillip", "mikhailshilkov", "opbld33" ], "repo": "MicrosoftDocs/sandbox", "url": "https://github.com/MicrosoftDocs/sandbox/pull/72", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
607986369
Minor spelling fix @anwather : Thanks for your contribution! The author(s) have been notified to review your proposed change. Looks good. @anwather Thanks for this typo fix.
gharchive/pull-request
2020-04-28T02:59:25
2025-04-01T06:46:31.047227
{ "authors": [ "PRMerger20", "anwather", "ktoliver" ], "repo": "MicrosoftDocs/sql-docs", "url": "https://github.com/MicrosoftDocs/sql-docs/pull/4655", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
913942090
Update screen.c CodeScene Delta Analysis Results View detailed results in CodeScene Recommended Review Level Detailed -- Increased risk for defects: The change is more wide-spread in terms of lines of code than 99% of the historic high-risk change sets. The risk is higher as much of the code in this repo (99% of all commits) is written by other authors. CodeScene Delta Analysis Results View detailed results in CodeScene Recommended Review Level Detailed -- Increased risk for defects: The change is more wide-spread in terms of lines of code than 99% of the historic high-risk change sets. The risk is higher as much of the code in this repo (99% of all commits) is written by other authors. CodeScene Delta Analysis Results View detailed results in CodeScene Recommended Review Level Detailed -- Inspect the code that degrades in code health. Warnings Degrades in Code Health scrcpy/server/src/main/java/com/genymobile/scrcpy/Server.java degrades from a Code Health of 8.33 -> 5.19 Code Health Delta Descriptions Server.java Degradations Excess Number of Function Arguments : the functions: possibleToPlace exceeed the threshold for number of arguments, max 5 arguments. - new issue Deep, Nested Complexity : fullRecalc has a nested complexity depth of 6, searchForPlaceables has a nested complexity depth of 5, recalcNearby has a nested complexity depth of 5, toBreakNearPlayer has a nested complexity depth of 4, possibleToPlace has a nested complexity depth of 4 and 1 more functions. - new issue Primitive Obsession - new issue Complex Method: onTick cyclomatic complexity = 43, assemble cyclomatic complexity = 13, toBreakNearPlayer cyclomatic complexity = 13 - getting worse Bumpy Road Ahead (onTick has 8 logical blocks with deeply nested code. Threshold is one single block per function) - getting worse CodeScene Delta Analysis Results View detailed results in CodeScene Recommended Review Level Detailed -- Inspect the code that degrades in code health. Warnings Degrades in Code Health scrcpy/server/src/main/java/com/genymobile/scrcpy/Server.java degrades from a Code Health of 8.33 -> 5.19 Improvements input_manager.c improves its Code Health from 6.12 -> 7.95 Code Health Delta Descriptions Server.java Degradations Excess Number of Function Arguments : the functions: possibleToPlace exceeed the threshold for number of arguments, max 5 arguments. - new issue Deep, Nested Complexity : fullRecalc has a nested complexity depth of 6, searchForPlaceables has a nested complexity depth of 5, recalcNearby has a nested complexity depth of 5, toBreakNearPlayer has a nested complexity depth of 4, possibleToPlace has a nested complexity depth of 4 and 1 more functions. - new issue Primitive Obsession - new issue Complex Method: onTick cyclomatic complexity = 43, assemble cyclomatic complexity = 13, toBreakNearPlayer cyclomatic complexity = 13 - getting worse Bumpy Road Ahead (onTick has 8 logical blocks with deeply nested code. Threshold is one single block per function) - getting worse
gharchive/pull-request
2021-06-07T20:47:19
2025-04-01T06:46:31.076204
{ "authors": [ "MinjaMiladinovic" ], "repo": "MinjaMiladinovic/scrcpy", "url": "https://github.com/MinjaMiladinovic/scrcpy/pull/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
602174140
Cursor changed back Unfortunately it doesnt work with new files since i used a .html base instead of .js. But here is a link to what it should look like when its working https://matthewmaeda.github.io/2020-04-17-personal-npm-package/
gharchive/pull-request
2020-04-17T19:03:12
2025-04-01T06:46:31.077640
{ "authors": [ "MatthewMaeda" ], "repo": "MintbeanHackathons/2020-04-17-personal-npm-package", "url": "https://github.com/MintbeanHackathons/2020-04-17-personal-npm-package/pull/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
88771146
added favicon [WIP] Waiting on alternate favicon from @rickymetz
gharchive/pull-request
2015-06-16T16:14:34
2025-04-01T06:46:31.079688
{ "authors": [ "mandym-webdev" ], "repo": "MobilityLabs/medellin-heritage", "url": "https://github.com/MobilityLabs/medellin-heritage/pull/29", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
144226952
Increase clickable area of functional btns (add more padding) Please don't propose any PR to my master branch.
gharchive/pull-request
2016-03-29T10:50:50
2025-04-01T06:46:31.083598
{ "authors": [ "Mooophy", "lhmmry" ], "repo": "Mooophy/meetu", "url": "https://github.com/Mooophy/meetu/pull/41", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }