Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Amp
🚀 Feature
Create the metric MulticlassAUROC to allow for the AUROC metric to be used in multi-class problem settings. Or,
Expand the AUROC metric to support multi-class data, which would also directly solve this AUROC bug that instead gives a random value when used in multi-class problems: https://github.com/PyTorchLightning/
-
Updated
Sep 7, 2020 - TypeScript
OCTO Speaker Series - Simon Peyton-Jones
November 05, 2020 • Virtual
-
Updated
Sep 8, 2020 - Go
Clang Thread Safety Analysis (TSA) is a C++ language extension which warns about potential race conditions in code.
To improve our code base it is desirable to review all cases of Mutex (non-recursive) class/struct member mutexes, add TSA annotations to method declarations (including negative ones), and add corresponding lock assertions
Percy
Percy gives your team confidence in every visual UI change before it's shipped.
Percy adds visual reviews to your GitHub pull requests, helping your team spot UI bugs quickly and review visual changes easily.
-
Updated
Sep 8, 2020 - Python
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Aug 16, 2020 - Jupyter Notebook
-
Updated
Nov 9, 2018 - C++
-
Updated
Sep 7, 2020
-
Updated
Sep 6, 2020
-
Updated
Sep 8, 2020 - Shell
-
Updated
Sep 4, 2020
-
Updated
Sep 8, 2020
-
Updated
Sep 8, 2020
Mod Version
Master
Describe the bug
Engines can be started without engine selector knob in IGNITION mode
-
Updated
Sep 5, 2020 - Dart
-
Updated
Sep 5, 2020 - C#
-
Updated
Sep 8, 2020 - Python
-
Updated
Aug 29, 2020 - Python
-
Updated
Sep 8, 2020 - Go
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
-
Updated
Sep 5, 2020 - JavaScript
Azure Boards
Plan, track, and discuss work across your teams
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
Description
This may be considered a feature request rather than a bug, so change as necessary.
A YouTube video that has restrictions set won't play in a Xamarin.Forms WebView, with YouTube message saying "Video is unavailable." This occurs when the video is embedded in local HTML string, and no base url or an improper base url is provided to the HtmlWebViewSource. e.g.: