Skip to content
#

Microsoft

microsoft logo

Microsoft Corporation is a technology company. The Company develops and supports a range of software products, services, devices, and solutions. The Company's segments include Productivity and Business Processes, Intelligent Cloud, and More Personal Computing. It also designs, manufactures, and sells devices, including personal computers (PCs), tablets, gaming and entertainment consoles, other intelligent devices, and related accessories.

Here are 2,844 public repositories matching this topic...

ferdnyc
ferdnyc commented May 9, 2022

Issue Type: Bug

Demonstration

  1. Set the editor language to C++
  2. Set editor.guides.bracketPairsHorizontal to true
  3. Set editor.wrappingIndent to same
  4. Type/paste the Sample code below
  5. Resize the editor window so that it is narrower than the line of code provided
  6. Note that the horizontal bracket underline stops at the end of the first line, when the (soft-wrapped) l
bug help wanted good first issue bracket-pair-guides
LightGBM
jameslamb
jameslamb commented Jan 27, 2021

Summary

mypy shows some issues in LightGBM's Python package.

mypy \
    --exclude='python-package/compile/|python-package/build' \
    --ignore-missing-imports \
    python-package/
18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package
dzsquared
dzsquared commented May 3, 2022

Is your feature request related to a problem? Please describe.
Even if I have a folder open, especially in VS Code, and create a new SQL project - I have to reselect that folder as the project location.
image

![image](https://user-images.githubusercontent.com/12227241/166515237-e7ebaf

Enhancement Area - SQL Project Good First Issue
msbuild
danmoseley
danmoseley commented Nov 26, 2021

An interesting one, gotten from hitting Ctrl-C during a build of dotnet/runtime using 6.0.100-rc.2.21505.57

This line
https://github.com/dotnet/msbuild/blob/a59d7a533c9154e8aa99b823625e7eff199ddf1a/src/Tasks/Copy.cs#L588
should perhaps be

                if (!partitionAccepted && !CancellationToken.IsCancellationRequested)
Build FAILED.

C:\git\runtime\.dotnet\sdk\6.0.100
bug up-for-grabs Good First Issue
SynapseML
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?

cbellee
cbellee commented Mar 28, 2022

Description

New-AzPortalDashboard fails to parse a hashtable converted from a JSON dashboard definition downloaded from the portal.
The attached JSON dashboard definition was downloaded from an existing simple dashboard definition created in the portal in order to test creating a new dashboard definition using PowerShell. The commands and output are shown below.

[portal.txt](https://git

Investigate 🔍 bug good first issue Portal

Created by Bill Gates, Paul Allen

Released April 4, 1975

Organization
microsoft
Website
www.microsoft.com
Wikipedia
Wikipedia

Related Topics

windows