-
Updated
Feb 6, 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.
JSON
-
Updated
Feb 6, 2021 - Go
-
Updated
Feb 6, 2021 - Dockerfile
-
Updated
Feb 3, 2021 - Kotlin
-
Updated
Feb 5, 2021 - Clojure
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Codefresh
Build fast, deploy faster
Codefresh is a container-native CI/CD platform running on Kubernetes with embedded caching to provide maximum performance and high scalability.
Assemble pipelines in seconds
In Codefresh, every step in your pipeline is a Docker image, leverage the many out-of-the-box images available already in the codefresh plugins page to assemble your first pipeline or create your own custom steps using any Docker image.
-
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
Moesif API Insights
Understand customer API usage and take action:
SDKs and API Gateway plugins for REST & GraphQL


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.