-
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.
-
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.
CircleCI
Now supporting GitHub Checks!
You can now see the status of your CircleCI workflows and related jobs all within the GitHub UI. Enable this feature in your CircleCI organization settings for new and existing accounts.
Build faster. Test more. Fail less.
Let CircleCI help your team focus on making a great product. Speed up your test and delivery cycle and improve productivity, without running your own infrastructure.
-
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
BuildPulse
Spend more time shipping and less time re-running flaky tests
BuildPulse automatically detects flaky tests and highlights the most disruptive ones so you know exactly where to focus first for maximum impact.
Integrates with popular test frameworks for JavaScript (Mocha, Cypress), Ruby (minitest, RSpec), Go, Python, and others.
Works with CircleCI, GitHub Actions, Semaphore, Travis CI, Jenkins (beta), and Buildkite (beta). Others are available by request.
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.