-
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.
-
Updated
Mar 27, 2021 - SCSS
-
Updated
Mar 27, 2021 - Ruby
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Slack + GitHub
Bring your code to the conversations you care about with the GitHub and Slack app. A separate Slack subscription is required. With two of your most important workspaces connected, you’ll get updates about what’s happening on GitHub—without leaving Slack.
-
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
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 26, 2021 - CSS
Issue-Label Bot
Issue Label Bot automatically labels issues as either a feature request, bug or question, using machine learning. You can alias these labels so that the labels are personalized for your repo (for example if you prefer enhancement vs. feature_request).
Instructions on how to alias the labels can be viewed on the app's website.
This app only works on public repositories.
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