Here's what's popular on GitHub today...
Trending repository
-
Updated
Jul 31, 2022 - C++
The Download
On this episode of The Download, Christina returns from some downtime with a random t-shirt and the latest developer and open source project news, including GitHub Copilot, Deno Fresh, GPT-3 code explanation, TensorFlow Lite for Commodore 64s, and more!
Popular topic
Maven
Trending repository
Trending repository
-
Updated
Jul 30, 2022 - HTML
Upcoming event recommended by GitHub
Git Merge 2022
September 14, 2022 - September 15, 2022 • Chicago, IL
Trending repository
Currently the aptos CLI prompts you whenever you're doing something potentially risky. To avoid this you can pass --assume-yes but this gets old very fast for people who are used to CLIs just executing their commands without confirming. It'd be nice to have some way to set something in the config that effectively enables --assume-yes for every command.
Trending repository
Collection recommended by GitHub
Made in Brazil
Open source projects built in or receiving significant contributions from Brazil :brazil:
App recommended by GitHub
Sentry
Sentry provides real-time crash reporting, giving your team insight into errors affecting your customers in production. Sentry supports dozens of languages and frameworks and is trusted by thousands of companies like Pinterest, Uber, Stripe, Dropbox, and Airbnb.
Sentry doesn't just alert you to errors, but integrates into your GitHub development flow by linking errors to the commit and author likely responsible, creating new GitHub Issues, and resolving errors with commit message.
Trending repository
-
Updated
Jul 31, 2022 - Go
Trending repository
-
Updated
Jul 31, 2022
Trending repository
-
Updated
Jul 30, 2022 - Python
Trending repository
-
Updated
Jul 29, 2022
Trending repository
-
Updated
Jul 29, 2022 - C++
Trending repository
-
Updated
Jul 31, 2022 - Jupyter Notebook
Trending repository
-
Updated
Jul 29, 2022 - TypeScript
Trending repository
-
Updated
Jul 30, 2022 - Kotlin
Trending repository
-
Updated
Jul 30, 2022 - C++
Trending repository
-
Updated
Jul 22, 2022 - HTML
Trending repository
-
Updated
Jul 30, 2022 - Swift
Trending repository
Summary
Quotation marks should be used to delineate things and make it clear that things are not prose.
There are other ways to delineate such things, e.g. <tt>text</tt> instead of 'text'.
Motivation
I've watched people try to select the name of the resource in order to delete an object, e.g.:
<img width="1010" alt="image" src="https://user-images.githubusercontent.com/2119212
Trending repository
Website or app
https://developer.chrome.com/blog/mv2-transition/
Repro steps
Use latest React DevTools with Electron (Chromium) (18.2.0 / Chromium 100)
(node:80082) ExtensionLoadWarning: Warnings loading extension at ./node_modules/electron-devtools-vendor/extensions/react-developer-tools:
Manifest version 2 is deprecated, and support will be removed in 2023. See https://
Trending repository
Trending repository
-
Updated
Jul 29, 2022 - Lua
Trending repository
-
Updated
Jul 30, 2022 - C++
Trending repository
-
Updated
Jul 13, 2022 - Python
Trending repository
-
Updated
Jul 9, 2022 - JavaScript
Trending repository
-
Updated
Jul 29, 2022 - HCL
App recommended by GitHub
Restyled.io
Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.
Volunteer help
As a branch of #3274 .
At present, the test coverage of shenyu-common module is not high. Please try to make the test coverage of each class reach more than 80% (in the case of ensuring the stability of the test).
If you would like to help, please leave a message under this issue. BTW, you can use
Run 'Test in 'xxx'' With Coveragein IntelliJ IDEA to see the approxim