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...

Popular topic

Material design

Material design is a unified system of theory and tools for creating digital experiences developed by Google.

Git Merge 2020
Upcoming event recommended by GitHub
Mar
4

Git Merge 2020

March 04, 2020 • Los Angeles

Git Merge is a one-day conference dedicated to the version control tool that started it all—and the people who use it every day.
App recommended by GitHub

Review Notebook App

Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.

We provide complete code review workflow for notebooks,

aws-athena-query-federation
Trending repository
mockito
Trending repository
TimvdLippe
TimvdLippe commented Nov 5, 2017

This ticket tries to summarize which features are similar in our public API. The intention is to give an overview of which code we have to maintain, as well as trying to identify inconsistencies and confusion between various API's

Stubbing

There are 9 ways to stub a method:

when(mock.foo()).thenReturn('Bar');
doReturn('Bar').when(mock).foo();

when(mock.foo()).thenThrow(MockEx
SpringCloud
Trending repository

基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中

  • Updated Nov 30, 2019
  • Java
storybook
Trending repository
lancevalour
lancevalour commented Oct 23, 2019

Describe the bug
In the config.js addParameters function, if I set isFullscreen: true and open the webpage, it is fullscreen on startup. But if I set isFullscreen: false and open the webpage again, it is still full-screen on startup.

To Reproduce

  1. Set isFullscreen: true, open the webpage,
  2. Close the webpage or stop the server
  3. Set isFullscreen: false, open the webpa
App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

You can’t perform that action at this time.