Skip to content

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

MockingBird

Trending repository

ffspig
ffspig commented Aug 26, 2021

本人是一个小白,真的尝试去做了,好在一些安装下载配置别人有出教程,但不同人出的并不连贯,让我产生一种莫名其妙的感觉,很多东西在于细节,也许他所讲授的方法适用于这个特定的问题,但并不适用于项目,拜托了

.NET logo

Popular topic

.NET is a free, cross-platform, open source developer platform.
GitHub South Africa Community Event

Upcoming event recommended by GitHub

Oct
29

GitHub South Africa Community Event

October 29, 2021 • Online

Join us for the new community-led South Africa meetup. The first of its kind meetup is one not to miss, bringing together key industry techies from FinTech to HealthTech, who will impart both knowledge and industry in the fast paced tech industry.
ZenHub screenshot

App recommended by GitHub

ZenHub

ZenHub is the only project management tool that integrates natively within GitHub’s user interface. No lengthy onboarding. No configuration headaches. No separate logins. Developers stay in an environment they love and Project Managers get total visibility into the development process.

Dev teams at companies like NASA, Microsoft, Adobe, Comcast, Docker, VMware, and Leap Motion trust ZenHub's powerful browser extension to help them ship better software.

Trending repository

chenweil
chenweil commented Apr 21, 2021

Apache 部署GVA

部署版本

GVA 2.4.0

具体配置

VirtualHost 配置中加入:

    <Proxy /api>  
         Order deny,allow  
         Allow from all  
     </Proxy>  
     ProxyPass /api http://127.0.0.1:8888      
     ProxyPassReverse /api http://127.0.0.1:8888
此配置目的与 官方 nginx 提供配置类似。

注意

Apache 需要开启 proxy_module

http://127.0.0.1:8888 为后端默认地址,如已更改记得替换

consul

Trending repository

evandam
evandam commented Aug 14, 2021

Feature Description

I'm not sure what the Envoy config would look like, but it would be really helpful if the retry delay and backoff strategy was configurable in a service router.

For example, being able to set an initial delay of 100ms with exponential retries would be nice.

Use Case(s)

Kind = "service-router"
Name = "httpbin"
Routes = [
  {
    Destination {
 

Trending repository

StoneT2000
StoneT2000 commented Jun 30, 2021

Would be nice to have some tutorial docs written up before the official release on Kaggle that take someone step by step on how to make a simple bot that can keep a single city alive, then keep several cities alive and build more units, then suggest some slightly advanced paths one could take

Open to the community to helping build one of these! (just don't include a tutorial on a too advanced o

Trending repository

sunshinejr
sunshinejr commented Oct 22, 2019

Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our Rakefile script to just remove testing dependencies on each release, and keep it in the development process thanks to that.

The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall

App recommended by GitHub

CodeScene

CodeScene is a quality visualization tool for software. Prioritize technical debt, detect delivery risks, and measure organizational aspects. Fully automated.

  • Prioritize development hotspots based on Code Health measure.
  • Integrates with GitHub checks to supervise hotspots in pull requests.
  • Utilize socio-technical analyses to measure off-boarding risks, detect team coordination bottlenecks, etc.