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

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

ESLint logo

Popular topic

The pluggable linting utility for JavaScript and JSX.
black

Trending repository

Visual Source screenshot

 
App recommended by GitHub

Visual Source

Mesmerizing Source Code History Visualization.

Create beautiful motivational videos for your team through source code history visualization.
Easy to install, zero configuration & videos can be generated in minutes.

javascript-questions

Trending repository

keaton-codes-tech
keaton-codes-tech commented Aug 6, 2020

Errors:
126. new Intl.NumberFormat is not supposed to get passed a single object as param. The first param must be a string and the second param can be an object.
135. Spelling error ('tis' should be 'this').

Suggestion:
86. Needs to be more explicit by calling the function in the example. Calling getName() with any falsy value would not set hasName to true with your correct answer.

Trending repository

Notify If a selected plane has taken off or landed using OpenSky or ADS-B Exchange data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, and Pushbullet

  • Updated Feb 2, 2022
  • Python
linkedin-skill-assessments-quizzes

Trending repository

Trending repository

cortinico
cortinico commented Jan 31, 2022

Description

I'm opening this public issue if someone from the community wants to pick this up.

We do have several classes that are using the @DoNotStripAny annotation:

$ rg DoNotStripAny

ReactAndroid/src/main/java/com/facebook/react/uimanager/ComponentNameResolver.java
10:import com.facebook.proguard.annotations.DoNotStripAny;
12:@DoNotStripAny

ReactAndroid/src/main/java/

Trending repository

yt-dlp

Trending repository

Trending repository

Trending repository

ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

  • Updated Feb 2, 2022
  • TypeScript