microsoft
Here are 1,877 public repositories matching this topic...
-
Updated
Sep 11, 2020
-
Updated
Aug 25, 2020
-
Updated
Aug 31, 2020 - C#
Summary
Today in the R package, there are a lot of internal function calls which use only positional arguments. Change them to use keyword arguments for extra safety.
I've added this issue to provide a small, focused contribution opportunity for Hacktoberfest 2020 participants. If you are an experienced open source contributor, please leave this
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Sep 14, 2020 - TypeScript
Hello,
I run following code in ch 1.11.19(debug),and it will crash by an assertion.
let b = [1.1, 2.2, 3.3];
b[4294967294] = 3;
Array.prototype.copyWithin.call(b, 0, 1);
Crash output:
ASSERTION 7690: (/.../ChakraCore-1.11.19/lib/Runtime/Library/JavascriptArray.cpp, line 9309) direction == -1 || (fromVal + count < MaxArrayLength && toVal + count < MaxArrayLength)
Failure: (d
-
Updated
Sep 11, 2020 - Python
-
Updated
Aug 31, 2020 - Jupyter Notebook
-
Updated
Sep 11, 2020 - C#
Fixes two issues with ListView scroll event ScrollY value that were making it pretty unreliable and buggy.
Original code was commited in this commit
_I'm not 100% sure if there can't be any other situation when the scroll fails to be tracked (maybe some fast scrol
-
Updated
Sep 14, 2020 - C#
We have several errors/warnings that have a URL in the text of the message. After #5488 (thanks, @jmezac!) we'll have a structured way to represent this that will eventually (dotnet/project-system#6335) be used in the Visual Studio UI.
We should use that!
Likely candidates:
$ rg "fwlink|aka\.ms" -g *resx
src\Tasks\Resources\Strings.resx
683: <-
Updated
Sep 11, 2020
-
Updated
Sep 13, 2020 - TypeScript
-
Updated
Sep 12, 2018
-
Updated
Sep 13, 2020
-
Updated
Aug 15, 2020
-
Updated
Sep 14, 2020 - D
-
Updated
Sep 14, 2020 - C#
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?
Query/Question
Hello, I was reading over the PublishMultipleEventBatches sample for Azure Messaging EventHubs, and noticed what I believe to be a bug. On line 84 when an event is dequeue'd if it fails to add to the batch (eg when the batch is full) i
-
Updated
Sep 5, 2020 - C
The asserts in the method need short messages, and it would be nice to also log the sequence numbers:
-
Updated
Mar 15, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the microsoft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microsoft topic, visit your repo's landing page and select "manage topics."


Issue Type: Bug
git config --global init.defaultBranch main