microsoft
Here are 2,061 public repositories matching this topic...
-
Updated
Jan 27, 2021
-
Updated
Jan 29, 2021
-
Updated
Jan 29, 2021 - C#
Summary
mypy shows some issues in LightGBM's Python package.
mypy --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/lightgbm/compat.py:17: error: Name 'DataFrame' already defined (possibly by a
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Jan 20, 2021 - TypeScript
-
Updated
Feb 1, 2021 - Python
When I passed NaN and an object with the "valueOf" attribute value as a callable function to the first and second parameters of Math.max, chakra did not execute this function. According to the ES10 standard, the ToNumber operation is performed on each parameter of Math.max, and the "valueOf" attribute value function of the second parameter will be executed.
version
chakra-1_11_22
**co
-
Updated
Jan 21, 2021 - Jupyter Notebook
When launching the Create project from database dialog from the context menu of a database, the server and database dropdown are already populated, but sometimes the database dropdown is blank for a few second while waiting for the list of databases to load.
It would be nice if th
-
Updated
Jan 20, 2021 - C#
-
Updated
Jan 12, 2021 - C#
Description of Change
Hang or crash macOS App scaling a View to zero.
Issues Resolved
- fixes #8981
API Changes
None
Platforms Affected
- macOS
Behavioral/Visual Changes
None
Before/After Screenshots
Before
Hang in the first case and getting a crash in the second case setting the Scale to zero.
Ater
-
Updated
Feb 1, 2021
These are new in .NET 5.0: https://docs.microsoft.com/en-us/dotnet/api/system.operatingsystem?view=net-5.0
They expose methods for all the common operating systems like OperatingSystem.IsWindows() but also still support the API where you pass in a string: OperatingSystem.IsOSPlatform(string platform).
The new APIs are easier to understand so we should consider exposing them.
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 1, 2021 - D
-
Updated
Dec 6, 2020
-
Updated
Jan 26, 2021
-
Updated
Sep 12, 2018
With #4556 we now have localized eventing on subdirectories ("containedValueChanged"). We should consider using these events in our examples where we currently do path inspection on the "valueChanged" event.
Based on a quick search, looks like the following might benefit:
- examples\data-objects\primitives\src\main.tsx
- examples\data-objects\todo\src\TextList\TextListView.tsx
- [
-
Updated
Feb 1, 2021 - 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?
Summary
The Event Hubs client library is instrumented using the .NET EventSource mechanism for logging. When instrumenting or diagnosing issues with applications that consume the library, it is often helpful to have access to the Event Hubs logs.
Though EventSource instrumentation is
-
Updated
Jan 29, 2021 - C
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."

Terminal link tooltips can cover the link
Originally reported: eamodio/vscode-gitlens#1284