Morris X. Yang

Results 14 comments of Morris X. Yang

sorry 我补充描述下. Gridea是可以解析的.只要在前一行添加任何一个字符. 尝试了下其他主题比如simple,只使用前面不加任何东西,效果也正常.没出现这个问题

@elliotchance

I want to add this new functionality into [v2](https://github.com/elliotchance/pie/tree/master/v2). @elliotchance

For code consistency, other uint cast methods are also changed to use strconv.ParseUint. tests look good.

I saw this #140, but seemingly changing `strconv.ParseUInt` to `strconv.ParseInt` in the `ToUint64E` method led to an overflow problem. Or is there something I understand wrong? I’m eager to receive...

> The problem is on our radar, but it's a little bit more complicated than that. > > We will provide a solution. Until then, using a fork should be...

我本来使用typora,然后写博客的时候,都是直接ctrl+v图片. 昨天升级了0.8.3.这个功能的取消严重影响了写博客的速度.总是需要打开目录,手动选择.

Hi, 序列化的结果应该是和 `fmt.Sprintf("%+v", err) `一致的, 反序列化可能比较复杂, 因为包括堆栈的话是难以反序列化回去的, 能描述下你的具体使用场景和期待结果吗?