-
Updated
Mar 27, 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.
ES6
-
Updated
Mar 28, 2021 - SCSS
-
Updated
Mar 28, 2021 - Python
Semaphore
Semaphore lets you test and deploy code at the push of a button with hosted continuous integration and delivery.
After you push code to GitHub, it quickly runs your tests on a platform with first-class Docker support and 100+ tools preinstalled. Semaphore lets you parallelize your builds, get feedback right inside pull requests, and deploy more often in a unified workflow. Already trusted by thousands of businesses around the globe, it can help your team move faster too.
-
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 28, 2021 - Python
-
Updated
Dec 24, 2020 - JavaScript
Here is a list of links that return 404
https://apility.io/apidocs/
http://developer.linkedin.com/docs/rest-api
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 28, 2021
The async Autocomplete examples are currently not working any longer.
Open:
https://next.material-ui.com/components/autocomplete/#load-on-open
The request is not able to be made. Beside that I think from .27 => .28 the async Autocomplete errors but I still investigate.
<img width="414" alt="Screenshot 2021-03-25 at 19 15 44" src="https://user-images.githubusercontent.com/489221/112
-
Updated
Mar 26, 2021 - Python
-
Updated
Mar 28, 2021 - CSS
Crowdin
Crowdin is designed to be the one tool you need to get automated and continuous localization.
Seamlessly integrates into your development process. Files for localization from the branches you chose are transferred into a branch in your Crowdin project. Ready translations get transferred back as a pull request to your repository automatically.
Crowdin is trusted by companies like Kickstarter, Avast, iFixit, Joomla and more. Localize any kind of software using the same tool.


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