Microsoft
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,995 public repositories matching this topic...
-
Updated
Jun 22, 2022
-
Updated
Aug 9, 2022
-
Updated
Jul 4, 2022 - C#
-
Updated
Aug 10, 2022 - C#
Short Description
I'm opening this RFC to propose the following:
all objects in the Python package which are intended to be internal should have names beginning with
_
The convention "anything starting with _ is internal" is common in Python programming. If LightGBM's Python package followed that convention consistently, it would simplify LightGBM's position on which parts of
-
Updated
Aug 10, 2022 - TypeScript
-
Updated
Aug 8, 2022 - Python
-
Updated
Aug 8, 2022 - JavaScript
-
Updated
Aug 10, 2022 - Go
-
Updated
Jan 13, 2022 - TypeScript
the following poc cause a assertion failure in "debug" build on ubuntu.
function opt(){
const v2 = [-1000000000.0];
v2.length = 4294967295;
const v3 = v2.copyWithin();
return v3;
}
for(let i=0;i<0x200;i++){
opt(false);
}
-
Updated
Aug 2, 2022 - Jupyter Notebook
-
Updated
Aug 9, 2022 - C#
-
Updated
Mar 30, 2022
-
Updated
Aug 6, 2022
Issue Type: Bug
When you have a long list of changes when doing a Schema Compare the list scrolls to the top after check/unchecking a file at the bottom.
- Do a Schema Compare that produces changes longer than the UI can show in one screen.
- Scroll down and uncheck a file.
- The window will scroll to the top.
- Get frustrated when you have to scroll down to uncheck another fil
-
Updated
Aug 9, 2022 - D
Issues Resolved
fixes #8763
Platforms Affected
- iOS
Behavioral/Visual Changes
None
Before/After Screenshots
Not applicable
Testing Procedure
PR Checklist
- [] Targets the correct branch
- [] Tests are passing (or failures are unrelated)
Issue Description
Requesting a binary log (/bl) will print a line to the terminal which isn't printed otherwise (when doing quiet builds).
Steps to Reproduce
$ msbuild test.csproj /bl /verbosity:quiet /nologo
/Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/msbuild/15.0/bin/MSBuild.dll /nologo /bl /verbosity:quiet test.csprojExpected Behavior
-
Updated
Aug 10, 2022 - TypeScript
As part of FHL week we have created simple telemetry-based container debugger that can be used to observe underlining container state and events, while running FF-based web applications. Initial goal of this project was to offer it as a learning tool for new developers joining in, who want to get familiar with what is h
-
Updated
May 13, 2022
Dispose JsonDocument
The following usages of JsonDocument were found where the instance was not being disposed. These should be updated to use the "using" keyword or otherwise call Dispose as needed.
Regex: ^((?!using).)*JsonDocument
Instances (including tests and samples):
azure-sdk-for-net\sdk\agrifood\Azure.Verticals.AgriFood.Farming\README.md
88,1: var responseDocument = JsonDocument.Parse(response.Conte
-
Updated
Aug 2, 2022
-
Updated
Aug 2, 2022 - C++
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior, code snippets encouraged
Expected behavior
A clear and concise description of what you expected to happen.
Info (please complete the following information):
- SynapseML Version: [e.g. v0.17]
- Spark Version [e.g. 2.4.3]
- Spark Platform [e.g. Databric
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
Created by Bill Gates, Paul Allen
Released April 4, 1975
- Organization
- microsoft
- Website
- www.microsoft.com
- Wikipedia
- Wikipedia
I am becoming a power-user of our debugger (yeah, finally). This means that most of my "VS Code time" I have some kind of debuggee running or connected. So, I am seeing the ugly orange debug status bar treatment a lot. I don't like it and for me it's enough to see the activitybar icon decorations. So, pretty please give me an option to disable this