Val Lorentz

Results 511 comments of Val Lorentz

Where should I document what is reloadable and what isn't? 1. Only in the website (ie. in https://github.com/thelounge/thelounge.github.io/blob/master/_docs/configuration.md) 2. At the beginning or the end of config.js 3. On each...

@MaxLeiter The `_docs/configuration.md` file itself isn't generated. But I also prefer 3, so let's do this.

Done. I didn't check most of the values (only the ones mentioned when opening the PR) because there are many, but the code seemed straightforward enough. I can double-check if...

@fnutt's issue happens when deleting the link after sending the request to the server but before the server sends the `input:preview` event. it can be reproduced with this script, which...

Agreed, thanks! Here is how it looks when `lockNetwork` is false, now ![screenshot-2022-03-05_12-09-42](https://user-images.githubusercontent.com/406946/156880667-466b5d3c-214e-4dfb-bda5-a67bec2105a0.png)

I can't find a way to select the first option. I tried this: ```diff diff --git a/client/components/NetworkForm.vue b/client/components/NetworkForm.vue index 0308b0be..91e8acfa 100644 --- a/client/components/NetworkForm.vue +++ b/client/components/NetworkForm.vue @@ -23,9 +23,10 @@ Preset...

Now I don't understand why it works for other fields... Anyway, done. Do you want to deal with the merge conflicts?

I have this smaller example from https://github.com/matrix-org/synapse/issues/12649 : ```py import jsonschema _OEMBED_PROVIDER_SCHEMA = { "type": "array", "items": { "type": "object", "properties": { "endpoints": { "type": "array", "items": { "type": "object",...

This has been sitting idly for a while, and I don't think I will have time to work on it in the near future; so I am closing this PR....

I see two issues: * The translation for "channel" is inconsistent: 94 occurrences of "salon" and 16 of "canal". Could you use "salon" everywhere (it sounds better IMO) * In...