-
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.
IPFS
-
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.
LGTM
Continuous security analysis
LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.
LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.
Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.
-
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
gitpod.io
Gitpod enables you to be always ready-to-code.
It launches a complete dev environment for any GitHub project, by simply prefixing the GitHub URL with gitpod.io/#.
With Gitpod your team can instantly start coding with fresh, ephemeral and fully-compiled dev environments for each new task - no matter if you are building a new feature, want to fix a bug or do a code review.
Sounds like GitHub Codespaces? https://www.gitpod.io/gitpod-vs-codespaces/
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