Lars Möllendorf
Lars Möllendorf
If you are at it, could you please implement it for multiple messages, so (a part of) the log can be exported to a file? As requested here: https://github.com/matterhorn-chat/matterhorn/issues/686
@isometriq This is a shortened snippet from my code: ``` int main ( int argc, char *argv[] ) { std::map args = docopt::docopt ( USAGE, { argv + 1, argv...
> and lua (not tested yet...) > > ```lua > function FullGetMSImapToken(user) > local status, ms_oauth_token = pipe_from('mutt_oauth2.py $HOME/.ssh/' .. user .. '.token') > if (status ~= 0) then >...
I am having the same issue. For now I removed Simple-Calendar and installed Etar. However, the error persists. I think I have to delete the bad event. But I don't...
See https://github.com/ndevilla/iniparser/issues/125#issuecomment-2016557686
Here it is: https://github.com/ndevilla/iniparser/releases/tag/v4.2
@dobragab wrote > I checked Winapi: `GetPrivateProfileString` ends up with `"hello" world`, and I think that is the desired value. So iniparser's behavior is not consistent to Winapi. > `key...
@dofuuz Please have a look at https://github.com/ndevilla/iniparser/issues/125#issuecomment-2002608649
> In my opinion, returning NULL can be potential problem, so returning "(null)" string is more safe option. Maybe I am missing something, but I do not understand why parsing...
@dofuuz Thank you for the clarification.