The Wayback Machine - https://web.archive.org/web/20220422210136/https://github.com/explore
Skip to content

Here's what's popular on GitHub today...

TypeScript logo

Popular topic

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
DevOps Days: Birmingham

Upcoming event recommended by GitHub

May
5

DevOps Days: Birmingham

May 05, 2022 - May 06, 2022 • Birmingham, UK

DevOpsDays is a worldwide series of community run technical conferences covering topics of software development, IT infrastructure operations, and the intersection between them.
DeepSource screenshot

App recommended by GitHub

DeepSource

DeepSource is the fastest and the most reliable way to run static analysis on your code. Our 13+ analyzers help you prevent thousands of security and bug risks, anti-patterns, and other defects before your code is merged.

But wait, we have more!

  • Automatically fix issues with Autofix. One-click, and done!
  • Put your code formatting on complete autopilot with Transformers.
  • Sleek, dark-mode UI that you'd actually enjoy using.
  • Free forever for developers and small teams.

Trending repository

karlicoss
karlicoss commented Apr 22, 2022

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

enhancement good first issue
the-economist-ebooks

Trending repository

经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired magazines, free download and subscription for kindle, mobi、epub、pdf format.

  • Updated Apr 21, 2022
  • CSS

Trending repository

Malvoz
Malvoz commented Apr 18, 2022

The 🇺🇦 flag does currently not scale with font-size changes unlike the rest of the attribution.

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" wid
good first issue accessibility

Trending repository

Trending repository

andreubotella
andreubotella commented Apr 16, 2022

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

bug good first issue web
nginxconfig.io

Trending repository

RebelliousWhiz
RebelliousWhiz commented Dec 29, 2021

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

enhancement help wanted good first issue hacktoberfest

App recommended by GitHub

WakaTime

Productivity metrics, insights, and time tracking automatically generated from your programming activity.

How it Works

  1. Install the open-source plugin for your editor

  2. Write code like you already do

  3. Get a personal or team dashboard with metrics about your programming

Features

  • Fully-automatic project detection
  • Language usage breakdown
  • Private Leaderboards
  • Commit stats
  • Embeddable SVG charts