Damien Couroussé

Results 16 comments of Damien Couroussé

Managing tags is part of my workflow for processing mails. Currently, TB can assign ten key shortcuts (keys 0..9) to tags, but this strongly limits the number of tags used....

Thank you @harendra-kumar and @adithyaov, @adithyaov. Yes, I was missing the substitution, hence my misunderstanding. I am looking for a way to stream the results of an IO computation into...

Yes, thank you, I completely missed the use of `zip`. As far as I understand, the list accumulation is due to the use of `FL.toList`. Right? One difference in those...

> > Is it possible to use a sort of split/join execution model with streamly? > > It should be possible to do it using some internal functions as of...

On 31/10/2018 17:57, Avi Press wrote: > > Ah so this was actually the intended behavior - I figured that for a > TODO could have multiple lines as part...

IMHO, the issue is that the 'album' metadata entry is not available for track names, but only for folder names. I would also like to use, for example, in ```config.ini```...

I may have the same issue: ssh works fine: ``` [Documents]$ ssh git@ PTY allocation request failed on channel 0 hello , this is git@ running gitolite3 3.6.12-1 (Debian) on...

In case it helps: ssh log on , successful `ssh` connexion with an RSA-based ssh key (created in a-Shell: ssh-keygen -t rsa -b 2048). ``` 2023-09-29T21:41:38.445775+00:00 sshd[103038]: debug1: Forked child...

I found a workaround, on the server side, by enabling back RSA SHA-1: ``` # file /etc/ssh/sshd_config ... HostKeyAlgorithms = +ssh-rsa PubkeyAcceptedAlgorithms = +ssh-rsa ``` However, this setting reduces the...