Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Oct 6, 2020 - Elixir
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
LaTeX
-
Updated
Oct 7, 2020 - TypeScript
-
Updated
Sep 24, 2020
-
Updated
Oct 7, 2020 - Dart
-
Updated
Sep 16, 2020 - Python
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
CodeFactor
Ensure that your code meets quality standards
CodeFactor instantly performs Code Review with every GitHub Commit or PR. Zero setup time. Get actionable feedback within seconds. Customize rules, get refactoring tips and ignore irrelevant issues.
Languages
Bash, C, C#, C++, CoffeeScript, CSS, Dockerfile, Go, Groovy, Java, JS, Kotlin, Less, PHP, Python, Ruby, Scala, SCSS, Sugar SS, Swift, TypeScript and YAML.
Autofix
Autofix certain reported issues on-demand or automatically.
-
Updated
Sep 29, 2020 - TypeScript
I would like to add Yelp interview questions.
Please assign me to this.
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Oct 7, 2020 - Python
-
Updated
Oct 7, 2020 - C++
Describe the solution you'd like to see implemented
When adding channels to a new profile, it has been suggested to know which channels are present in another profile. My suggested solution to this is to have a drop down where the user can select which profile they'd like to display and filters / additions would be based off of that instead of the "All Channels" profile.
**Additional cont
-
Updated
Oct 7, 2020 - TypeScript
-
Updated
Oct 5, 2020 - Shell
-
Updated
Oct 7, 2020 - Java
-
Updated
Oct 7, 2020 - Java
Is your feature request related to a problem? Please describe.
When the user clicks a <DeleteButton> in an Edit toolbar, react-admin displays "Element deleted". I would like to customize that message for different resources (e.g. "Post deleted" and "Comment deleted").
Describe the solution you'd like
I would like DeleteButton to behave like SaveButton and accept onSuccess and
Add a new schematic to generate:
A service that extends ComponentStore
A spec file if requested
Maybe an inlined interface for the default type
Describe any alternatives/workarounds you're current
React version:
@types/[email protected]
@types/[email protected]
ts version 4.0.2
Steps To Reproduce
import React from 'react';
interface A {
a: number;
}
function foo(param: React.ComponentClass<A>) {
return param;
}
function foobar<T extends A >(param: React.ComponentClass<T>) {
foo(param);
}The current website, does not have any default Favicon. I can add this, if you'll assign this issue to me.
-
Updated
Oct 7, 2020
-
Updated
Oct 7, 2020 - Go
AppVeyor
Windows developers use AppVeyor to continuously run their tests and deploy apps to cloud or on-premise environments. AppVeyor CI can update the build status on your GitHub pull requests, upload build artifacts to project release and deploy successful builds. AppVeyor is not just a build tool, but it's the place of Windows CI knowledge accumulation - thanks to AppVeyor's vibrant community!


Many algorithms in Project Euler do not follow coding styles as mentioned by @dhruvmanila here, or even the standard coding guidelines.
Notes:
solutionfunctions (a lot of them aren't named as "solution")