Weilence

Results 6 comments of Weilence

Restful put api like `/user/:id` with request body `{"name": "tom"}` bind to struct ``` type user struct { ID string `uri:"id"` Name string `json:"name"` ... } ``` The `uri` tag...

> 你的操作系统内部版本是? 版本 Windows 11 专业版 版本 21H2 安装日期 ‎2022-‎07-‎14 操作系统版本 22000.795 体验 Windows 功能体验包 1000.22000.795.0

@bdbai 不行,我试了v0.7.0和v0.8.0的Prerease均不正常 ![image](https://user-images.githubusercontent.com/11787429/203988923-500d52ea-02e6-4dac-8505-1055f9561a8c.png) Edition Windows 11 Pro Version 22H2 Installed on ‎9/‎21/‎2022 OS build 22621.819 Experience Windows Feature Experience Pack 1000.22636.1000.0

Yes, the d.ts file exports this API, but in reality, it cannot be used. For example: ```javascript import { TokenStreamRewriter } from 'antlr4'; ``` Directly using `TokenStreamRewriter` results in it...

I think you can try this https://github.com/pion/stun/issues/96#issuecomment-1208196709 `stun.Dial("udp4", "stun.l.google.com:19302")`