Patrycja
Patrycja
it looks like there's quite a lot of them actually... ``` maddy> select count(*) from flags; +--------+ | count | |--------| | 126760 | +--------+ SELECT 1 Time: 0.040s maddy>...
actually, it still doesn't fix the whole issue: ``` * 11295 FETCH (UID 31113 FLAGS ( \Seen nonjunk) BODYSTRUCTURE ("text" "html" ("charset" "UTF-8") NIL NIL "quoted-printable" 35910 779 NIL NIL...
haha, nevermind, this PR somehow makes thunderbird just outright.. not pull messages from the server it doesn't error out or anything EDIT: it's just that last commit, apparently...
fixed it
tested with: - Thunderbird 115.2.0 - aerc 0.15.2 - K-9 Mail 6.602 - alps 652ea9c7 ( go-imap v2 )
oh hm, the 99% CPU usage is something definitely worth investigating.. for what it's worth, i can reproduce subliminal using more CPU than expected, but it's nowhere near 100% for...
> and can also facilitate the creation of a discord room for developers I suppose a Discord server would be more convenient for most users; platforms like Matrix still lack...
it was 4130a485481dfc893cb6dfddd6e96305aa613f00, but it's only on the `develop` branch; you'll have to wait for the new release
> Removed [configparser](https://docs.python.org/3/library/configparser.html#module-configparser) module APIs: the SafeConfigParser class alias, [...], all of which were deprecated since Python 3.2. could we please get a release with this merged soon? :)
fwiw, this (somewhat dirty) patch seems to handle the issue: ```patch diff --git a/main.go b/main.go index 6910a01..f289c5c 100644 --- a/main.go +++ b/main.go @@ -206,6 +206,10 @@ func (doc *vtypeJson) addStruct(structType...