Matt Ma

Results 10 issues of Matt Ma

这个还是很好用的

目前已经用在业务上,希望能增加分布式

enhancement

在集成echo的发现的问题,最后单独实现了一个validate接口给echo,内部调用struct,最终给前端的时候,是error接口,强行转回validate.Errors类型,但是这个时候已经没办法重新格式化语种

help wanted
suggestion

搞个flutter版本啊

后台变量保存,未受权限约束

I saw in Snapshot.sol file, which the variable onUniswap.mul(200).div(totalSupply()) calculates double liquidation of wise token, can't we simplified to onUniswap.mul(100).div(totalSupply()) and compare with ratio< 30 or ratio>20 instead? Are there...

question

可以给router加个named函数嘛,类似 Router::new().path("edit/").post(edit).named("user_edit") 这样,在后续的handler中可以获取到,并且做uri赋值的时候,方便生成uri