Here's what's popular on GitHub today...
Trending repository
-
Updated
Apr 22, 2022 - TypeScript
GitHub Skyline
Enter your username and annotate some of the “towers” to share your GitHub story in 3D, VR, and IRL.
Popular topic
Ajax
Trending repository
-
Updated
Apr 21, 2022 - Go
Trending repository
-
Updated
Apr 21, 2022 - Java
Upcoming event recommended by GitHub
All Things Open 2022
October 30, 2022 - November 02, 2022 • Raleigh, NC
Trending repository
Trending repository
-
Updated
Apr 22, 2022 - Go
Collection recommended by GitHub
App recommended by GitHub
Flaptastic
Manage flaky unit tests with the unit testing framework you already use.
Features
- Checkbox to instantly disable any unhealthy unit test across all branches
- GitHub flaky test warnings on pull requests
- Slack alerting to team channel who's test are flapping
- Metrics and charting to aid you in fixing the biggest disruptions first
Requirements
- CI/CD (CircleCI, TravisCI, Jenkins, etc.)
Flaptastic is designed for organizations with many codebases and teams.
Trending repository
-
Updated
Apr 22, 2022 - Python
Trending repository
Feature Request
python3 has -c option which allows passing an arbitrary program string. This is useful for quick ad-hoc experiments in the shell (especially with --live mode).
E.g. python3 -c 'print(len([str(i) for i in range(1000000000)]))'
Would be nice if memray run had a similar mode?
Describe the solution you'd like
memray run -c could have the same logic as
Trending repository
-
Updated
Apr 22, 2022
Trending repository
-
Updated
Apr 19, 2022
Trending repository
-
Updated
Apr 22, 2022 - C++
Trending repository
-
Updated
Apr 13, 2022 - JavaScript
Trending repository
Trending repository
-
Updated
Apr 21, 2022 - CSS
Trending repository
Trending repository
-
Updated
Apr 6, 2022 - Jupyter Notebook
Trending repository
-
Updated
Apr 20, 2022 - Python
Trending repository
-
Updated
Apr 21, 2022 - Rust
Trending repository
-
Updated
Mar 28, 2022 - Python
Trending repository
The
width: 1em and height: auto should be sufficient in allowing the flag to resize with font-size changes.
Though em is not supported in IE 6-9, so perhaps something like the following is required:
var ukrainianFlag = '<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" widTrending repository
CMake Warning at <hidden>/Catch2/v2.13.7/Catch2_Release/lib/cmake/Catch2/CatchAddTests.cmake:46 (message):
Test executable
'<hidden>'
contains no tests!
Adding another test makes the error go away.
Trending repository
-
Updated
Apr 22, 2022 - Kotlin
Trending repository
Deno's implementation of the structured clone algorithm is divided into a JS part, and a native part which doesn't have access to DOMException. Since serialization errors must be represented by throwing a DataCloneError DOMException, the native part throws a TypeError with the required message, and the JS part [rethrows an
Trending repository
Sorry for not following the template. It's a straightforward question.
By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:
# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
deny all;
}
However, this disables xmlrpc feature, which disa
Trending repository
-
Updated
Apr 22, 2022 - TypeScript
App recommended by GitHub
GitLocalize
GitLocalize is a continuous localization tool built for communities and teams that want to simplify their workflow when translating their content.
GitLocalize automatically keeps translations up to date by syncing with your repository.