Nicolas Peugnet

Results 92 comments of Nicolas Peugnet

I still have one problem with this approach: Before, it was possible to edit the values of the document from an external source and still have coherent results. This is...

My workaround for this issue is to use `__posh_git_echo` function instead of `__posh_git_ps1` in `$PROMPT_COMMAND` and manually removing the previous git information using sed, based on a delimiter character I...

Here is an example in Vim: ![Peek 2021-08-24 11-23](https://user-images.githubusercontent.com/23519418/130592308-8781b41c-3bd4-480b-b0f9-92874286355d.gif) As in gomuks, autocompletions are triggered by Tab and showed in a row. But additionally it highlights the first entry (which...

I would like to be able to enable E2EE in a room from gomuks. Is this "room settings view" required for this or could we imagine some sort of command...

Just to give my opinion on this problem and summarize a little bit: There are 3 types of line breaks with markdown: 1. one single line break 2. one line...

I assumed that calling `utf8.encode` two times in a row on the string would create an incorrect string too. And that it would break clients that fixed it on their...

After further research, UTF-8 encoding is not the defaut yet according to the [RFC 7617 (Appendix B.3)](https://datatracker.ietf.org/doc/html/rfc7617#appendix-B.3), but all major browsers seem to have switched to use it by default...

Also, if you want to make a clean change about making UTF-8 encoding the default for auth, then it would be a good idea to also change it in Digest...

Sorry I just found out that Sphinx resolves `raw` directives while reading sources so an error will be displayed before the `linkcheck` builder is even used.

On second thought it could still be useful to check for redirections.