an0nfunc

Results 22 comments of an0nfunc

I also got this problem. Fixed by importing `github.com/emersion/go-message/charset` in https://github.com/knadh/listmonk/blob/d42c676503b42232e25620ab17d74f288ddd1109/internal/bounce/mailbox/pop.go#L8 ```go import ( "encoding/json" "regexp" "time" "github.com/emersion/go-message" _ "github.com/emersion/go-message/charset" "github.com/knadh/go-pop3" "github.com/knadh/listmonk/models" ) ``` I tested this and the error...

~~`us_ascii` is a weird encoding, and it's [not supported](https://pkg.go.dev/golang.org/x/text/encoding/charmap#Charmap) by `golang.org/x/text/encoding/charmap`.~~ ([Apparently that is how ASCII should be called now.](https://www.iana.org/assignments/character-sets/character-sets.xhtml)) What server do you use?

Probably coming from a mail witch itself comes from some non-UTF-8-friendly source. I checked upstream (`github.com/emersion/go-message`) and they seem to have setup a [method for handling such quirks](https://github.com/emersion/go-message/blob/e8079699eb3a41bb9f0b807d2661ba43f603361a/charset/charset.go#L25) already. Maybe...

Just a quick update: Currently it seems to work for me, but I have not changed anything afaik.

> I have the same issue with a 7900x+7900XT on Arch and Hyprland. I average about 150 with bad stutters and max around 220. The whole time the game is...

> Try the `-nojoy` launch parameter I have that one already. > In CSGO, adding `LD_PRELOAD="/usr/lib64/libSDL2-2.0.so.0" SDL_VIDEODRIVER=wayland` as a launch option to force it to run as a wayland window...

@alou-S `glxinfo -B`: https://gist.github.com/an0nfunc/5d77bbb5b37d929b52855e45619282e0

> @an0nfunc Do you have a separate dedicated GPU or CS2 run on the iGPU? As you can see in my sys info, the 3800X does not posses an igp.

> Erm my bad so you use a Vega 10 GPU ehehe. Pardon my ignorance. I'll try debugging directly on sway, I don't seem to have any issues on Kwin...

Mesa is compiled quickly enough, just takes a few minutes. I'll report back. *EDIT*: Still happens on mesa `23.3.0_devel.178293.65afc8bebf4.d41d8cd-1`.