Skip to content
#

microsoft

Here are 1,889 public repositories matching this topic...

connor4312
connor4312 commented Sep 29, 2020

While testing microsoft/vscode#105881 I noticed a case:

  1. Change a file (but do not stage it)
  2. Run Git: Commit Empty
  3. Say that you're sure you want to create an empty commit
  4. You're presented with this screen. There's no way to get past it and create an empty commit without stashing/discarding local changes 🐛

![](https://memes.peet.io/img/20-09-8768b030

LightGBM
jameslamb
jameslamb commented Sep 13, 2020

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

NWU-NISL
NWU-NISL commented Sep 18, 2020

A typeerror occurred in ChakraCore when I passed an undefined parameter in TypedArray.prototype.sort(), but other engines, such as V8 and quickjs, did not throw an error. Therefore, I think there may be a problem here.

version

1.11.19

command

ChakraCore/out/Debug/ch testcase.js

testcase

var NISLFuzzingFunc = function(){
    var a = 
rainersigwald
rainersigwald commented Jul 8, 2020

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:    <
mmlspark
brunocous
brunocous commented Sep 2, 2020

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?

azure-sdk-for-net
jsquire
jsquire commented Sep 30, 2020

Summary

The Event Hubs migration guide was written to be a launching point to guide developers familiar with the legacy client library to the equivalent API and patterns of the modern library. While the content has well received, the format has proven to harm readability and cause difficulty in finding the appropriate content. When developing the Service Bus migration guide, an alternate f

Improve this page

Add a description, image, and links to the microsoft topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the microsoft topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.