Tony Han
Tony Han
现在 navbar 挺空的,而且加个简单的页面作为 Wiki,可以引导大家去找到一些资料。以及一些实际的、中国特色的问题,比如中国的 Hex 源、如何找到一些线下组织(比如 Meetup、微信群、Slack 等信息)
比如“线下活动”,“OTP”,“Erlang”,“Phoenix”,“Hex”,甚至是其他的函数式语言或者并发能力强的语言等,具体可以再想想和讨论一下。 另外感觉 “学习资料” 有点宽泛,感觉现在大家更多是当“分享”在用
- [ ] order by first character of PinYin - [ ] links return status code >= 400
I got two problems when using cowboy_stream_h to implement grpc streaming calls: 1. I tried to use `auto` mode, but got an error when calling `cowboy_req:read_body(Req, [{length, auto}])`. I believe...
In Proejct 1, `structopt` is an extension part. But with clap 3.0, structopt is already built-in. See https://github.com/clap-rs/clap#how-does-clap-compare-to-structopt > clap is structopt. With the 3.0 release, clap imported the structopt...
When using semian in puma and enable bulkhead, there will be some errors raised. How about disabling bulkhead by default to avoid this problem?
If my understanding is right, only one reporter is supported in Elixometer at the moment, right? If so, is there anyway to support multiple ones?