Bruce Auyeung

Results 32 issues of Bruce Auyeung

if timeout not set, it will hang for most 1 minute on my machine until `net.Dial` timeout

if `w` is nil, nil error will be throwed out while calling `fmt.Fprintln` and `io.Copy`

os: a customised linux mint distro, i don't know what version exactly is. if you need any information else, please let me know. ~~~ Thread 0 (crashed) 0 libpthread.so.0 +...

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. 设有 sql 文件,有两条语句(table1,table2在otherdb上,table3在thisdb上): ~~~ select b.bill_date, s.service_name...

bug

when we run `ps` without any args, its output includes column header like this: ~~~ # ps PID TTY TIME CMD 22671 pts/0 00:00:00 bash 23572 pts/0 00:00:00 ps ~~~...

when only gops agent.Listen() enabled, but no gops command connects to this agent.

i am writing typescript class style vue component. is there any decorator can mark a member private ? it may looks like: ~~~ export default class Human extends Vue {...

enhancement

readme says: >[Windows Vista / 7 only] requires .NET Framework 4.5.1 (Currently not installed automatically by this package) but actually it requires `.NET Framework 4.6` : ![image](https://user-images.githubusercontent.com/1210201/70308234-bf543b80-1845-11ea-98e4-3cc5ef47928c.png) windows 7 64bit...

for example, if i have a Class TestContext.java ~~~ class TestContext{ private SEOValue[] SEOValueArray; } ~~~ and the corresponding template: ~~~ {{#each SEOValueArray}} {{field1} {{/each}}} ~~~ handlerbars fails to render....

rttr version: master header the problem happens in centos 7 64bit, gcc: 4.8.5. works well in windows 7. for example, i register a type like this: ~~~cpp registration::class_("std::vector") .constructor() (...