Ethan
Ethan
After fine-tuning the structure of Token, I tested the `SigningString` method that gains the significant benefit from substituting std json encoder, from std to `bytedance/sonic`, which is likely to improve...
> 我想问一下能发一下你的demo吗 我的为什么没有高亮而且图片也没有显示 You should append `data-src="{{renderInline.src}}"` into the Image element in `wemark.html`
> @mattrobenolt @dcalsky Now that this should be possible with v5 (at least for b64), would any of you be interested in drafting a PR? I'd like to. I'll submit...
This change seems to have been merged into the master branch, but the latest version(1.2.7) from pypi looks like still be the old one. Do you mind publishing a new...
> I'm not sure there is an issue here (a bug in yaegi). It seems to be a question about how integrate the interpreter with the runtime. If you need...
既然是中文社区我就用中文留言吧。 不知道有没有真的去实践过这些代码,我发现作者使用的mobx版本是2.5.1。但是我发现部分代码在这个版本下根本跑不通,甚至在其他版本里也是不行的。 比如person那个例子: ``` var person = mobx.observable({ firstName: 'Matt', lastName: 'Ruby', age: 37, fullName: function () { this.firstName + ' ' + this.lastName; } }); mobx.autorun(function () { console.log('Full...
> Very nice! I will do a review over the next days, but it’s basically the direction I envisioned. Just some general pointers: We want to avoid the inclusion of...
@oxisto Almost forget this PR... I will fine-tune this PR to ensure minimum changes today later or tomorrow.
I have written some example tests using custom decoder and encoder. the new methods are very smooth and easy to use. It's time to merge them into the our main...