Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

OpenGL logo
Popular topic
OpenGL is a software interface that allows a programmer to communicate with graphics hardware.
Trending repository

newbee-mall 项目(新蜂商城)是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。

  • Updated Mar 19, 2020
  • Java
GitHub Actions Hackathon
Upcoming event recommended by GitHub
Mar
5

GitHub Actions Hackathon

March 05, 2020 - March 31, 2020 • Online

This four-week hackathon challenges the community to create original GitHub Actions.
Trending repository
kallisti5
kallisti5 commented Oct 31, 2019

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.

Codecov screenshot
App recommended by GitHub

Codecov

Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.

  1. Upload coverage reports from your CI builds.
  2. Codecov merges all builds and languages into one beautiful, coherent report.
  3. See this data overlaid via our browser extension with Sourcegraph.

Are you desiring an on-prem install? Please see https://codecov.io/enterprise

Do you have fewer than 5 users in your org + private repos? You can sign up for free at https://codecov.io/

ionic
Trending repository
asaurer
asaurer commented Mar 13, 2020

Bug Report

Ionic version:
[x] 5.x

Current behavior:

I have an overview page containing a list in which each item is using routerLink to point to a detail page. This detail page uses IonTabs to display tabs. Each tab displays a header toolbar with a back button. When clicking on the back button the overview page is shown again but all links except the one clicked before

Trending repository
ara4n
ara4n commented Nov 11, 2019

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

Trending repository
Trending repository
trycrmr
trycrmr commented Mar 13, 2020

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.

Trending repository

【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识,整合了互联网上的很多优质Java技术文章,力求打造为最完整最实用的Java开发者学习指南,如果对你有帮助,给个star告诉我吧,谢谢!

  • Updated Jan 23, 2020
  • Java
Trending repository
sderrett
sderrett commented Dec 17, 2019

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

App recommended by GitHub

Pull Assistant

Every time you create a pull request Pull Assistant analyses it and provides you all necessary information to perform code reviews faster and with a confidence.

You can’t perform that action at this time.