hbc

Results 23 comments of hbc

@emmanuelbenson did you try putting: ``` r.Use(cors.Default()) ``` to the last (before return): ``` r.Use(cors.Default()) return r ``` This is likely due to no `OPTIONS` routes defined for the router,...

@earl When will you merge this pr?

@erikbern I think you can fork & rebase this patch in your sub stream, install it via editable mode.

I suggest `sys.json` should use a more modular system. Maybe something like this: - plugin: which is OS depedent, contributor can collect stats data with their own way - plugin...

Yep, it would be great to have a Wait method with returning error. This can allow us to write in one line: ```go if err := script.Exec("sleep 10").WaitError(); err !=...

@rzimmerman looks good to me, but it just **looks like** created another block, would it be confusing?

@Pomax This is the same problem about `wait for`. IMO, using ascii symbol should be better.

@Pomax 's `wait for x, y` looks much better, but there are also some different contexts I am concerning: - `safe wait for` What if `taskA` may use `safe wait...

err, the list form still looks too tweaky (and too much to type when coding), can we write in `wait for taskList` but actually generate the code like `for parallel`...

@rzimmerman how about this form? ``` run in parallel x from taskA foo y from basedOn(x) ``` I didn't find it in the test case.