Here's what's popular on GitHub today...
Trending repository
-
Updated
Apr 22, 2022 - TypeScript
GitHub Skyline
View, print, and share a 3D model of your GitHub contributions.
Popular topic
Trending repository
-
Updated
Apr 22, 2022 - Go
Trending repository
-
Updated
Apr 21, 2022 - Java
Upcoming event recommended by GitHub
Linux Foundation's Open Source Summit
June 21, 2022 - June 24, 2022 • Austin, TX
Trending repository
Trending repository
-
Updated
Apr 22, 2022 - Go
Collection recommended by GitHub
App recommended by GitHub
AccessLint
AccessLint brings automated web accessibility testing into your development workflow. When a pull request is opened, AccessLint reviews the changes and comments with any new accessibility issues, giving you quick, timely, and targeted feedback, before code goes live.
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
Analytics & Reports
The Analytics & Reports by Screenful is a Business Intelligence solution for GitHub which makes it easy to create charts and reports of your GitHub issues and projects. Create interactive charts, track cycle times, measure team velocity, and share with others using share links or scheduled emails.