-
Updated
Mar 26, 2021 - Go
Here's what's popular on GitHub today...
-
Updated
Mar 27, 2021 - Ruby
Control and monitor every aspect of your 3D printer and your printing jobs right from within your browser.
Gulp
-
Updated
Mar 27, 2021 - SCSS
-
Updated
Mar 27, 2021 - Ruby
TestQuality
TestQuality is the #1 Test Case Creation and Management app for GitHub Workflows. TestQuality extends your Github DevOps workflow to provide powerful and modern GitHub issue powered test case creation and management. TestQuality integrates with GitHub, Jira, Selenium, Jenkins, Cloudbees, Cucumber, JUnit and more to complement your entire DevOps workflow. TestQuality is FREE for GitHub public repo’s and affordable for teams on private repo's.
-
Updated
Mar 20, 2021 - CSS
-
Updated
Mar 23, 2021 - JavaScript
-
Updated
Mar 25, 2021 - C++
-
Updated
Mar 26, 2021 - HLSL
Errors:
126. new Intl.NumberFormat is not supposed to get passed a single object as param. The first param must be a string and the second param can be an object.
135. Spelling error ('tis' should be 'this').
Suggestion:
86. Needs to be more explicit by calling the function in the example. Calling getName() with any falsy value would not set hasName to true with your correct answer.
-
Updated
Mar 26, 2021 - HTML
-
Updated
Mar 15, 2021 - Inno Setup
We want to use caching to speed up Appwrite's Travis CI build process, and we can use the community help here.
Currently our build process time is around ~10 minutes which is OK, but as faster it can be less time maintainers needs to wait for confirmation that there changes are running as expected.
This change should be focused on our Travis CI YAML file. Any suggestions for improving the co
-
Updated
Mar 27, 2021 - Python
-
Updated
Dec 24, 2020 - JavaScript
Here is a list of links that return 404
https://apility.io/apidocs/
https://developers.zomato.com/api
https://developer.betterdoctor.com/
http://developer.linkedin.com/docs/rest-api
https://regulationsgov.github.io/developers/
https://sentim-api.herokuapp.com/
Please feel free to add more broken links when you find them.
Language Settings
Hey DogeHouse Community,
I've loaded the Page, my system language is german and the dropdown showed English. I think, that the Dropdown is defaulted to English, maybe set the dropdown to whatever the users system language is on page load. It's a minor detail i know, but at first i was a bit confused. :)
Bug
In an Angular project Storybook is displaying this console error for a link generated by Compodocs
Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
in a (created by Markdown)
in a (created by Markdown)
in p (created by Markdown)
in Markdown (created by ArgRow)
in div (created by Context.Consumer)
in Styled(div) (created b
-
Updated
Mar 26, 2021
Hi, First of all, I really love this library. Thanks for Your job :)
I am trying to extend Autocomplete type based on https://github.com/mui-org/material-ui/blob/1fd983abd9c26d3d751f99d2efbfa2e5ab063786/packages/material-ui-lab/src/Autocomplete/Autocomplete.spec.tsx
And I have a problem with onChange value type
<img width="754" alt="Screenshot 2021-03-25 at 16 50 20" src="https://user-images.
-
Updated
Mar 26, 2021 - Python
-
Updated
Mar 26, 2021 - CSS
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.
Feature Request
What feature are you suggesting?
Overview:
Currently, the range list implementation performs linear search on the
FindOverlapsmethod. The purpose of this method is finding all ranges that overlaps with the range that is passed as argument. This can be improved with the use of interval trees, a data structure designed for fast insertion, removal and lookup of int