-
Updated
Feb 9, 2021 - TypeScript
Here's what's popular on GitHub today...
-
Updated
Feb 10, 2021 - Python
Not everyone takes a break over the festive season. Some people in the community have been busy shipping releases. So we’re here to bring you the latest and greatest releases for January 2021.
Linux
-
Updated
Feb 10, 2021 - TypeScript
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
POEditor
POEditor is a highly scalable localization management service designed for translating software products, such as apps, sites and games.
Integrated with GitHub, it syncs with your repos automatically. You don't ever need to touch a language file.
Slack and HipChat integrations make it easy to get realtime updates about the localization process and the translation progress.
-
Updated
Feb 8, 2021 - C#
-
Updated
Feb 8, 2021 - C++
-
Updated
Feb 9, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
Problem: I'd like to dynamically import scripts as <script> tags.
Describe the solution you'd like
Proposal:
const useScript = ({ url, id, type = 'text/javascript', async = true }) => {
const [ready, setReady] = React.useState(false);
const [failed, setFailed] = React.useState(false);
R-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Feb 2, 2021 - JavaScript
-
Updated
Feb 9, 2021 - Swift
-
Updated
Feb 10, 2021
-
Updated
Feb 8, 2021 - TypeScript
-
Updated
Feb 10, 2021 - TypeScript
-
Updated
Feb 5, 2021 - Java
-
Updated
Feb 10, 2021
-
Updated
Feb 5, 2021 - Dart
-
Updated
Feb 9, 2021
LGTM
Continuous security analysis
LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.
LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.
Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.
There are multiple benefits to use GraphQL query instead of the RESTful endpoints: