Axetroy

Results 99 comments of Axetroy

就很神奇,低分辨率比高分辨率文件还大

I'm not familiar with Winget. It would be great if you could help us publish it.

![1](https://user-images.githubusercontent.com/9758711/30510756-933c4efc-9afc-11e7-944a-630ff309ffd6.png) ![1](https://user-images.githubusercontent.com/9758711/30510771-e0eac14c-9afc-11e7-8cfc-f0d96854ccda.png) I think I have meet same proble with you. Possible memory leak

> So, it looks like in some cases event.error is null and it makes sense to create a new error from event.message instead? Yes, I think this is in line...

问一下,组织的贡献信息,这个完工了吗。 还是我没有开启组织的共享信息?我没记错应该是开了的,但是没有抓取数据?

好的。 能不能写个contribute guide,让更多的人参与贡献

加个 HOC 吧,好像没有更好的办法

here is my solution, works fine for me. ```go { app.OnErrorCode(http.StatusNotFound, func(c *irisContext.Context) { req := c.Request() req.URL.Path = "/frontend/dist" + req.URL.Path println(req.URL.Path) fs := http.FileServer(http.FS(EmbedWeb)) fs.ServeHTTP(c.ResponseWriter(), req) }) }...

It is precisely because there is no such constraint that some novices can write a vue file to 2000+ lines of code, which is really terrible.

Personally, I don’t like `homebrew`. so, there is no "plan" If anyone is interested, check the documentation about how to release to homebrew https://goreleaser.com/customization/homebrew/