Here's what's popular on GitHub today...
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
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
Scala
Socket support
Hi,
Excellent boilerplate! How about adding support for sockets in this to make a more complete boilerplate?
Also instructions on deployment using Docker/native would be very helpful.
Thanks.
-
Updated
Apr 1, 2021
-
Updated
Apr 6, 2021 - Java
-
Updated
Mar 17, 2021
Made in India
Open source projects built in or receiving significant contributions from India :india:
Imgbot
Imgbot is a friendly robot that optimizes your images and saves you time. Optimized images mean smaller file sizes without sacrificing quality.
Shortly after installing Imgbot, you will receive a pull request with all of your images optimized. Just merge the pull request and you’re done! As you work on your project, Imgbot works alongside you to keep your images optimized.
Imgbot uses lossless compression by default.
-
Updated
Apr 7, 2021 - HTML
-
Updated
Apr 7, 2021 - C#
-
Updated
Apr 8, 2021 - TypeScript
-
Updated
Apr 7, 2021
-
Updated
Apr 7, 2021 - HCL
-
Updated
Apr 7, 2021 - Jupyter Notebook
-
Updated
Mar 2, 2021
-
Updated
Apr 8, 2021 - Java
-
Updated
Apr 5, 2021 - Jupyter Notebook
-
Updated
Apr 7, 2021 - Vue
-
Updated
Apr 8, 2021 - Python
-
Updated
Apr 7, 2021 - C
-
Updated
Apr 8, 2021 - JavaScript
Version
2.6.10
Reproduction link
Steps to reproduce
- compare the AsyncComponentFactory definition with the document
What is expected?
attribute 'componen
-
Updated
Apr 7, 2021 - CSS
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Apr 8, 2021 - C#
To allow a higher api request volume, we should use Binance's websocket APIs instead of the current implementation.
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.
To improve the quality of our end-to-end testing code, we want to create lint checks for common bad practices. If you would like to help with this issue, please leave a comment on this issue with the task you want to work on.
How to Write E2E Lint Checks