techmetx11
techmetx11
## Expected Behavior Profanity continues as normal ## Current Behavior Profanity hangs without drawing the message, and soon after, crashes ## Possible Solution Implement a size limit in the `get_mentions`...
Only nicknames, photos, birthdays, addresses, telephone numbers, emails, JIDs, titles, roles, notes, and URLs are supported
The original `call_external` is kept as `call_external_sync` Fixes #1759
Opening a URL or avatar freezes Profanity for as long as the opened executable is currently running
## Expected Behavior Being able to use profanity while the opened executable is running ## Current Behavior Profanity freezes until I kill the opened executable ## Possible Solution Replace `g_spawn_sync`...
The code segfaults when it tries to wait for a futex (related to Tokio) More info: https://github.com/iv-org/inv_sig_helper/issues/12 A coredump of the crash and build is provided at https://github.com/iv-org/inv_sig_helper/issues/12#issuecomment-2289084639 From the...