Zhuojie Zhou

Results 19 issues of Zhuojie Zhou

For safety checks, we may want to block deletion if there are currently ongoing traffic hitting the flag. I can imagine there are multiple ways of doing so, but storing...

help wanted
feature request

Currently in order to reorder segments, one has to drag and drop the segment around. It's not a good UI experience, especially when there are a lot of segments in...

help wanted
good first issue
feature request

**Is your feature request related to a problem? Please describe.** For example: ![image](https://user-images.githubusercontent.com/658840/82715337-7fdca880-9c47-11ea-9572-00d1cfb52aae.png) It's common that some remote services are designed in an async communication pattern: - Webhook workflow: -...

enhancement

This is a really good grpc frontend! I was planning to use it as a debugging/curl style hub for all our grpc backends. The problem I saw is that to...

I think a few functions may need to bubble up the errors so that we can prevent invalid input early on. Incidents like an invalid yaml input could potentially crash...

We should have better logging to help with the better debugging experience.

It works on the loggedIn event. ``` javascript EventHorizon.fireWhenTrue('loggedIn',function(){ return Meteor.userId() !== null; }); EventHorizon.on('loggedIn',function(){ console.log('The user just logged in.'); }); ``` But when I changed it to ``` javascript...

Hi, Wondering if reload can support recursive subdirectory from a directory. https://github.com/Teamwork/reload/blob/ed43622194092571d65b220857b0ea5f814664ea/reload.go#L54-L55