OneSeven

Results 13 comments of OneSeven

> @OneSeven I would need to see more of the error message and know more about where it's coming from to diagnose the issue. Can you paste more of the...

> You might want to read this [#692 (comment)](https://github.com/labstack/echo/issues/692#issuecomment-299738295) > > Binder read all data from request reader and default readers do not support reading it twice so you need...

> 感觉很多人遇到了不同的问题,为了更好地交流,越俎代庖创建了一个微信群,有兴趣的小伙伴加~ > > ![a3a5e9625c6fc7f3c6f9e4df208c123](https://user-images.githubusercontent.com/7955133/126423266-de47c430-76b1-42dc-a4c6-b4460f6b2e9c.jpg) 老大,再发一下

> Related: https://github.com/openai/tiktoken Thanks, but I think I need a library that can be called through golang.

> @OneSeven sure, I mean, we either would need to be able to embed this library (via cgo or [otherwise](https://words.filippo.io/rustgo/)) or would need to translate it from Rust to Go....

> There's a go library already: https://github.com/samber/go-gpt-3-encoder This library can only be used for English characters, and the correct results cannot be obtained for other languages

> I have the same problem, and I will solve it as soon as possible. Has there been any progress?

> As a workaround I think invoking exec.CommandContext with context will destroy exec process once the app has been quit, at least that's what I'm doing in my app when...

@leaanthony In Shutdown, it is not only impossible to end the child process, but also to delete a local file. In wails dev, the normal wails build does not work....

> The change on master will call the shutdown callback on the main thread synchronously. If this is not getting called. then let's open up a different ticket. From my...