-
Updated
Jan 25, 2021 - TypeScript
Here's what's popular on GitHub today...
The theme for this year’s Game Off was ‘moonshot’ and the entries were out of this world! Fork and play some of the top-rated games.
C
-
Updated
Jan 25, 2021 - Rust
-
Updated
Jan 26, 2021 - C
-
Updated
Jan 24, 2021 - C#
Sync by Unito
Build the GitHub workflow you need
Unito goes beyond your typical integration tool, allowing you to build entire workflows across tools, teams, and organizations. All Unito integrations offer two-way sync, meaning essential information can flow back and forth between the tools you love.
Be more productive and ease collaboration between your teams. Unito’s GitHub integration syncs:
- Title
- Description
- Comments
- State
- Milestones
- Issue number
- Labels
- Issue type
- and more
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
Jan 26, 2021 - HTML
-
Updated
Jan 25, 2021 - C
-
Updated
Jan 25, 2021 - C
-
Updated
Jan 25, 2021 - C
-
Updated
Jan 26, 2021 - Python
-
Updated
Jan 25, 2021 - Swift
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
Jan 25, 2021
I should've done this at the very beginning, but this site sorely needs testing, logging, and metrics. Feel free to submit any and all that you think are relevant! More updates to come in comments.
Most functions in scipy.linalg functions (e.g. svd, qr, eig, eigh, pinv, pinv2 ...) have a default kwarg check_finite=True that we typically leave to the default value in scikit-learn.
As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a
-
Updated
Jan 23, 2021 - TypeScript
-
Updated
Jan 25, 2021 - C
-
Updated
Dec 29, 2020 - Go
Displaying the current tool number {after T0/T1/T2/...) on the screen would be helpful with MMU2 or other toolchanger.
The number can be displayed inside the nozzle picture.
-
Updated
Jan 26, 2021 - C++
-
Updated
Jan 10, 2021 - Lua
-
Updated
Jan 26, 2021 - JavaScript
Google Cloud Build
Google Cloud Build
Google Cloud Build lets you create fast, consistent, reliable builds across all languages. Automatically build containers or non-container artifacts on commits to your GitHub repository. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.
Screenshot
Description
The rich tooltip text renders in a table that is inside a parent div that has the max-width set. If the text in the table is too wide, then the text will render outside of the div.
This is being caused by this line