-
Updated
Feb 7, 2021 - JavaScript
Here's what's popular on GitHub today...
Join the GitHub community for an AMA with Staff Software Engineer, Author, Inventor and Homebrew Maintainer Mike McQuaid. We’ll discuss Open Source, burnout, mentoring, being a hands-on Dad and his Engineering values.
ESLint
-
Updated
Feb 6, 2021 - Go
-
Updated
Feb 6, 2021 - Dockerfile
-
Updated
Feb 3, 2021 - Kotlin
-
Updated
Feb 5, 2021 - Clojure
Octobox
Untangle your GitHub notifications
Octobox helps you manage your notifications in the same way Gmail helps you manage your email. Built for developer workflows centred around GitHub issues, pull requests, comments and commits, Octobox makes sure you never miss another mention or misplace another issue.
-
Updated
Feb 6, 2021 - Ruby
ng update on windows fails when cli version wants to preinstall | loader.js | Cannot find module
FullscreenOptions: https://developer.mozilla.org/en-US/docs/Web/API/FullscreenOptions
NavigationUI
ya need to make the change somewhere around here ;) https://github.com/ruffle-rs/ruffle/blob/master/web/packages/core/src/ruffle-player.ts#L493
May also be worth reading this: jwplayer/jwplayer#3446
wow it had been a while since i looked at the fullscreen apis. i f
Tick-Tack-Toe game is not working for exception part
Description
Else part on line 247 takes you to infinite loop on getting any char value as input for position.
Expected Behavior
-
Updated
May 6, 2020 - Python
-
Updated
Jan 22, 2021 - Jupyter Notebook
-
Updated
Feb 6, 2021
I was testing emmetio/emmet#632 in VS Code and then realized it didn't expand.
For example:
abbreviation: {test}*5
expected: testtesttesttesttest
actual: [no expansion occurs]
This issue is likely due to us rejecting the abbreviation within our own repo, even though it's valid.
-
Updated
Feb 6, 2021 - Shell
-
Updated
Feb 4, 2021
-
Updated
Feb 5, 2021 - JavaScript
As discussed in #3926, the following files do not have .py extensions because TensorFlow does not yet support the current Python.
- dynamic_programming/k_means_clustering_tensorflow.py_tf
- machine_learning/lstm/lstm_prediction.py_tf
- neural_network/gan.py_tf
- neural_network/input_data.py_tf
TODO: Restore the .py file extensions
Homebrew/livecheck provides various automated ways of detecting formulae updates.
Repology provides an API that provides details on whether a Homebrew package is outdated e.g. https://repology.org/metapackage/boost/versions
A separate Ruby application that can be trivially deployed on e
minor channel fixes
-
Updated
Feb 6, 2021 - JavaScript
Codetree
Codetree is a lightweight project management app with terrific support for multi-repo projects. There's nothing to install and it works in every browser.
Agile teams use Codetree to plan sprints and epics, and understand their in-flight work. Two-way sync with GitHub Issues means your team can work in either tool and everything stays up to date.
Teams from SeatGeek, Google, Telerik, MIT, Microsoft and CKSource trust Codetree to help deliver great software.
GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_mainThis targets should also be available when adding gtest with
add_subdirectory(orFetchContent), because this should behave the same way as adding GTest withfind_package. So somewhere, we should add the aliases to these targets, i.e.