Guiraud
Guiraud
For this kind of event a copy of a recurred event, a undocumented tag is created : X-MOZ-FAKED-MASTER:1 this behaviour has been identified : https://bugzilla.mozilla.org/show_bug.cgi?id=536796 Some how it's not corrected...
WIth this setup I got the error below. ``` [accounts."imap"] root_mailbox = "INBOX" format = "imap" server_hostname="127.0.0.1" server_password="xxxxxxxxxxxxxxxxxxxxxxxx" server_username="[email protected]" #server_port="1143" # imaps server_port="1143" # STARTTLS use_starttls=true #optional index_style = "Conversations"...
1) there's no arm64 / dmg version of vscodium 2) when I open the universal version I get this message : ``` You are running an emulated version of VSCodium....
Hi I'm trying to use your transformer in one of my program. Saddly I have this error message : ``` Traceback (most recent call last): File "/home/mguiraud/Documents/text-analysis-pipeline/main.py", line 11, in...
Hi IMHO, for Mac OS it would be easier to install with this command : ```BASH sudo curl https://raw.githubusercontent.com/niedzielski/clipboard/main/cb -o /usr/local/bin/cb sudo chamod a+x /usr/local/bin/cb ```
Hi on my Mac OS M2 pro (Silicon) : ```ZSH slipshow -o file.html file.md --watch compile: internal error, uncaught exception: Unix.Unix_error(Unix.EOPNOTSUPP, "inotify_init", "") ``` Here's some more info : ```...