-
Updated
Feb 12, 2021 - TypeScript
Here's what's popular on GitHub today...
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.
Vagrant
-
Updated
Feb 12, 2021 - Python
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Code Climate
Collaboratively improve code quality with Code Climate and GitHub
Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Feb 12, 2021 - C#
-
Updated
Feb 12, 2021 - TypeScript
-
Updated
Feb 10, 2021 - C#
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);
RCommunity Note
- Please vote on this issue by adding a
👍 reaction to the original issue to help the community and maintainers prioritize this request - Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do
-
Updated
Feb 8, 2021 - C++
-
Updated
Feb 12, 2021 - JavaScript
scrape_metrics.py needs to be augmented to scrape Discussions as soon as that is available.
-
Updated
Feb 10, 2021
-
Updated
Feb 11, 2021 - Go
-
Updated
Feb 10, 2021 - Python
-
Updated
Feb 11, 2021 - PowerShell
Coveralls
Coveralls.io: Deliver Better Code
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Eliminate Tech Debt
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
I was already in a session and wanted to change my name.