Nicolas Peugnet
Nicolas Peugnet
Hi @jamesmoss i'm so glad you merged my previous PR so fast. I started to implement indexes. but I still don't feel like the job is finished. I make this...
Hi, I use single quotes around a json string that I pass to the cli. I expected that the option `TrimQuotes` would trim them but it seems that currently only...
### DESCRIPTION Open contact page when clicking on a person's name in the conversation view. ### STEPS 1. Open a conversation 2. Click on the person's name at the top...
I often misspell the `/reply` command, resulting in an `Unknown command` error and the loss of the text I wrote, which is highly frustrating. As this kind of error is...
There was no way to see in gomuks that a room became encrypted. Now the placeholder of the input box of the room gets updated when a `StateEncryption` event is...
1. Without any selected row, navigating via keyboard using tab focuses the `ToolbarBatchActions` buttons which are not visible 2. With at least one row selected it focuses the `ToolbarContent` buttons...
### Describe the bug **context** The `only` directive mocked from Sphinx does not work when it contains an `include` directive that includes a file containing Markdown. It works as expected...
When the Basic authentication string contains Unicode special chars (for instance `é`) it is incorrectly base64 encoded. As the [documentation of the used base64 library](https://github.com/mathiasbynens/base64#base64encodeinput) states: > ### `base64.encode(input)` >...
Subject: linkcheck: Check the source URL of raw directives ### Feature or Bugfix - Feature ### Purpose The source URL of `raw` directives that use the `url` option is now...
**Is your feature request related to a problem? Please describe.** When using a [`raw` directive](https://docutils.sourceforge.io/docs/ref/rst/directives.html#raw-data-pass-through) with the `url` option, the `linkcheck` builder does not check this URL. **Describe the solution...