Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Mar 18, 2020 - JavaScript
Kotlin
-
Updated
Mar 18, 2020
-
Updated
Feb 12, 2020 - Java
GitHub Actions Hackathon
March 05, 2020 - March 31, 2020 • Online
This is 100% a enhancement request.
The Kontena Lens tool is AWESOME. One thing that would make it even better is a "map" mode which shows the Ingress -> Service -> Deployment -> Pod configuration graphically per namespace. This would be a huge step forward in visualizing kubernetes deployments and rapidly finding relevant pods,services,etc.
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!
Flaptastic
Manage flaky unit tests with the unit testing framework you already use.
Features
- Checkbox to instantly disable any unhealthy unit test across all branches
- GitHub flaky test warnings on pull requests
- Slack alerting to team channel who's test are flapping
- Metrics and charting to aid you in fixing the biggest disruptions first
Requirements
- CI/CD (CircleCI, TravisCI, Jenkins, etc.)
Flaptastic is designed for organizations with many codebases and teams.
we have configs out there using synctl_cache_factor to set SYNAPSE_CACHE_FACTOR but it's not documented anywhere, which makes it look obsolete or abandoned or deprecated. we should doc it so that when people look to see what it does, they can figure it out
-
Updated
Mar 18, 2020 - TeX
/kind feature
Persona: Infrastructure Engineer
Control Plane Walkthrough:
- Install Kubeflow with (istio) KfDefs
- Install Kubeflow with dex - pending
- Configure / Get Istio IngressGateway endpoint
- Create profiles (w/ kubectl) #4725
- Create notebooks from user-namespace (w/ kubectl)
- Login (port-forward) into notebook as user
- Create TFJob (w/ kubec
-
Updated
Mar 18, 2020
-
Updated
Mar 18, 2020
-
Updated
Feb 11, 2020 - HTML
Today I thought it would be a fun idea to contribute to projects associated with tracking and disseminating information on the current state of COVID-19. However, in this repository it seems only a small subset of the opened PRs are being merged. Adding some contribution guidelines in CONTRIBUTING.md file will allow the broader community to know where they can contribute effectively.
-
Updated
Jan 23, 2020 - Java
I had a question about the slide in the course that mentions the global function. The example was like this:
x = 50
def func(x):
print (f'X is {x}')
# local reassignment!
x = 200
print (f'I just locally changed x to {x}')
func(x)
--> X is 50
I just locally changed x to 200.
print(x)
--> 50
I totally get all of this. What happens next confuses
-
Updated
Mar 2, 2020 - C
-
Updated
Mar 18, 2020 - JavaScript
-
Updated
Dec 16, 2019
-
Updated
Mar 18, 2020 - JavaScript
-
Updated
Mar 18, 2020
-
Updated
Mar 17, 2020
-
Updated
Mar 17, 2020 - Java
GitHub Learning Lab
Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.
Create more example plugins showing typical infrastructure use-cases. Possible examples include:
Please create separate issues if you start working on these