Lukas Eipert

Results 71 comments of Lukas Eipert

Addition: I did *not* try `options.charset = 'UTF-8'`, but some messages are ISO encoded and some are UTF-8 encoded. Thank you very much!

I wrote this helper function: ``` magicQ = "=?utf-8?q?=" magicQLength = string.len(magicQ) function qdecode(value) if value == nil then return value end if string.sub(value, 1, magicQLength):lower()==magicQ then return value:sub(magicQLength) :gsub("_",...

the boxed version is a good idea 👍

I wonder where they get their data from, e.g. NRW has much lower numbers: https://www.mags.nrw/coronavirus-fallzahlen-nrw Morgenpost has 4268 for March 18th, while the NRW page shows 3838

I know that this bug report is not super helpful. I am not a go developer, and have no idea how to debug. It is also a little tricky, because...

@calmh Here are the profiles: [syncthing-profiles.zip](https://github.com/syncthing/syncthing/files/8383365/syncthing-profiles.zip) Sorry if this isn't the right place to report this, @AudriusButkevicius

Had a look with pprof. Seems like a lot of memory is related to `quic`. Wonder if https://github.com/lucas-clemente/quic-go/issues/3322 is somehow related 🤔

@imsodin Just created a profile, about 4h later, saw an increase of 100MB since then: [syncthing-heap-darwin-arm64-v1.19.1-003026.pprof.zip](https://github.com/syncthing/syncthing/files/8384571/syncthing-heap-darwin-arm64-v1.19.1-003026.pprof.zip)

@imsodin That URL doesn't work. I assume I need to restart with `STPROFILER` set, as per: https://docs.syncthing.net/branch/untrusted/html/dev/debugging.html

Okay, I will restart with the STPROFILER and report back in a few hours with a profile.