xiehuc

Results 38 comments of xiehuc

i don't clear what you are saying

sorry,没遇到过。暂不清楚。 2015-07-07 19:21 GMT+08:00 gsamful [email protected]: > I am also a user of Arch by the way! And the same problem occurs! > @lainme https://github.com/lainme > > — > Reply...

有没有gdb调试信息之类的? 另外后端是用的purple吗? ![2015-07-08 10 26 42](https://cloud.githubusercontent.com/assets/571878/8561718/1c285df0-255c-11e5-87b0-cf82ae5b6421.png)

大概是因为启动时消息太多, 要是能知道具体是什么地方卡住的就好了。 > 在 2015年7月10日,上午10:54,juve [email protected] 写道: > > 后端是用的purple > > — > Reply to this email directly or view it on GitHub https://github.com/xiehuc/pidgin-lwqq/issues/653#issuecomment-120209019.

async retcode:6 Couldn't resolve host name 是说,无法连接到服务器。 要么是网络不好,要么是开了代理。

毕业了。 0.6.1 主要是修正了弹验证码的时候无法登录的情况。 另外dev分支有一个use after free的错误修正,不知道和卡死有没有关系。 在2015年07月21,上午 3:13,rtlix [email protected] 写道: > 学长该是已经毕业了吧 > > — > Reply to this email directly or view it on GitHub.

我已经买了mac本了. 😂 > 在 2015年9月29日,下午5:53,xiaod0510 [email protected] 写道: > > 貌似webQQ的登录变成扫码了.我今天不能上了~_~!!!! > > — > Reply to this email directly or view it on GitHub https://github.com/xiehuc/pidgin-lwqq/issues/667.

☺️公司发的. > 在 2015年9月30日,上午9:14,gshmu [email protected] 写道: > > 腾讯丧尽天良了。。。 > > 我的十一,如约而来! chromeos apk,解决掉崩溃问题应该还能撑一段时间。 > @xiehuc https://github.com/xiehuc 你要是换另一个im,我会跟你走的,可你换MAC,我跟不了了。 > > — > Reply to this email directly or view it...

i rethink the code, found that: ``` class Span { void SetAttribute(nostd::string_view key, const opentelemetry::common::AttributeValue &value) noexcept override; } ``` the AttributeValue is string_view, is totally OK. because Span's underline...

the solution is simple. let ShouldSample can call SetAttribute . 1. put span in ShouldSample Argument 2. or put a callback in ShouldSample Argument 3. delete SampleResult attributes. it really...