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

autogluon
Trending repository
Storybook logo
Popular topic
Storybook is a UI development environment for your UI components.
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,

newbee-mall
Trending repository

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

  • Updated Jan 15, 2020
  • Java
tonic
Trending repository
daniel5151
daniel5151 commented Oct 31, 2019

Feature Request

Motivation

At the moment, any function that takes a Client as a parameter requires specifying some pretty scary-looking type bounds:

async fn foo<T>(mut client: MyClient<T>)
where
    T: tonic::client::GrpcService<tonic::body::BoxBody>,
    T::ResponseBody: tonic::codegen::Body + tonic::codegen::HttpBody + Send + 'static,
    T::Error: Into<tonic::codeg
You-Dont-Know-JS
Trending repository
oriprice
oriprice commented Jan 17, 2017

In What about &&? section we have the following code.

function foo() {
    console.log( a );
}

var a = 42;

a && foo(); // 42

result in comment should indicate that foo was called. but in fact we would get same result of "42" if first operand had been called (like in || operator). i think results of a and foo() should be different to make the example be clearer.

blazor-workshop
Trending repository
csharpfritz
csharpfritz commented Nov 18, 2019

For workshop participants who copy the 00-Starting-Point folder to another location on their workstation, the Directory.build.props file needs to be copied into the folder next to the solution file in order to ensure that all projects get the appropriate ASP.NET Core and Blazor versions.

react
Trending repository
gf
Trending repository
macnie
macnie commented Dec 11, 2019

环境

GF版本: 1.10.0
Linux:Ubuntu 18.04
Supervisor:3.3.1
Go:1.13.4

项目目录:

A: /var/www/dou/a 端口:8809
B: /var/www/dou/b 端口:8808

A项目的layout路径:/template/layout.html
B项目的layout路径:/template/layout.html

问题复现

使用supervisor来管理两个进程 执行

supervisorctl restart all 

运行结果

  • B项目显示的页面,layout使用了A项目的layout,但maintpl正常。就是网页头部和脚部显示了A项目的头部和脚部。
  • config/app.toml配置文件不能正常加载,
transformers
Trending repository
protobuf
Trending repository
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.