saviola777
saviola777
The HTML mails generated after an event registration (and possibly other mails) do not contain an `` tag (i.e. they are not valid HTML documents), which increases the risk of...
Hello, thanks for this great library. Here's a (potential) bug I have found: ``` function mwe({ var1 = true } = { var1: false }) { console.log(var1); } ``` Trying...
### Current Behavior When there's a symlink anywhere in the directory hierarchy to the current directory, filename completion will create a relative path to the symlink target, effectively breaking filename...
This fixes an issue in the Cmus widget where the text color would not change to reflect the current playback status unless the song was changed (#4904). The reason for...
### Issue description Due to [this](https://github.com/qtile/qtile/blob/master/libqtile/widget/base.py#L751) code in the TextBox widget's update function ```python if self.text == text: return ``` layout changes (like text color) are not applied unless the...
### Issue description I ran an xrandr command which removed the screen that was focussed. On the one remaining other screen, I then tried to open a ScratchPad (see config...
### Issue description This is a bug which has been annoying me for a while, and it doesn't have its own issue yet, as far as I can see. However,...