Here's what's popular on GitHub today...
Trending repository
-
Updated
Jul 30, 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
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
Axolo for Slack
Enable your team to merge pull requests faster
Axolo is a bi-directional Slack & GitHub integration.
With Axolo, tech teams collaborate on pull requests seamlessly. Each pull request creates a temporary Slack channel where all information (deployments, GitHub actions, code comments) are shared. Developers can take actions directly within Slack such as requesting a review, updating labels, approving a pull request, and more.
Trending repository
-
Updated
Jul 30, 2022 - Go
Trending repository
-
Updated
Jul 30, 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 30, 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 29, 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
GuardRails
GuardRails scans new code changes as they occur in your repositories. For pull requests, we will post comments whenever security issues are detected. For branches, you will be able to see reports in your dashboard.
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