Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Monero
🚀 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
-
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
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
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
Semaphore
Semaphore lets you test and deploy code at the push of a button with hosted continuous integration and delivery.
After you push code to GitHub, it quickly runs your tests on a platform with first-class Docker support and 100+ tools preinstalled. Semaphore lets you parallelize your builds, get feedback right inside pull requests, and deploy more often in a unified workflow. Already trusted by thousands of businesses around the globe, it can help your team move faster too.
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.: