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,517 public repositories matching this topic...

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
MartinRyx
MartinRyx commented Jun 23, 2021

In our database projects we have several scmp-files with pre-configured schema compares.
As now I can use the files by opening the Schema Compare from the context-menu on the connection, and then click Open .scmp-file.

If I try to open the file from the file explorer or the project explorer I only get the underlaying XML-file, which mostly often isn't very useful.
It would be great to op

msbuild
MichalPavlik
MichalPavlik commented Nov 9, 2021

PropertyFunctionMSBuildDivide test uses "6.5536" string to represent an expected value. I have Czech regional settings and we are using comma as the decimal symbol, so this test is failing. Local fix is easy - represent the value as number and invoke ToString(). Or we can make the TestPropertyFunction method generic and call ToString() on generic expected parameter.

anthony-murphy
anthony-murphy commented Nov 15, 2021

It is possible for a sequence delta to contain no ranges. a case where this happens in on receiving remote delete for a locally delete range. there is an ask that we just don't even fire the event in these cases. this is in line with the behavior of shared map.

Here is some conversation

While testing, we noticed that when a client is ingesting a remote deletion for a range that client itse

azure-sdk-for-net
jsquire
jsquire commented Aug 23, 2019

Summary

The Event Hubs client library aims to be mockable and fully support testability. To help illustrate usage of the new API for the testing scenarios, a set of samples mocking the various Event Hubs client types and illustrating use of the model factory is needed.

Scope of Work

  • Implement a sample or set of samples demonstrating a basic approach for mocking the high level cli
anwather
anwather commented Nov 10, 2021

Description

Running Get-AzPolicyAlias - error is generated Value cannot be null. (Parameter 'source')

Running with debug seems to return results up to a certain point and then it errors out

Issue script & Debug output

DEBUG: AzureQoSEvent: Module: Az.Resources:4.4.1; CommandName: Get-AzPolicyAlias; PSVersion: 7.2.0; IsSuccess: False; Duration: 00:00:14.0233222; Exceptio

Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, and test code.

  • Updated Nov 3, 2021
  • C

Created by Bill Gates, Paul Allen

Released April 4, 1975

Organization
microsoft
Website
www.microsoft.com
Wikipedia
Wikipedia

Related Topics

windows