Roosemberth Palacios
Roosemberth Palacios
Hello, I was a vimperator user until Mozilla chose to break its api, back then I used the 'follow hint' command, with `HINTCHARS` variable set to my keyboard middle row...
Hello, If I type `sops updateKeys some-file.yaml` instead of `sops updatekeys some-file.yaml`, I get the following error message: `error loading config: no matching creation rules found`. The problem here is...
Is it possible to support playlists? (And maybe create a station from a playlist after it ends?).
Pulling a nixery shell image with `nodepackages.mermaid-cli` does not contain the `mmdc` executable. I haven't tested with other node packages, but my guess is that they'd have the same issue....
Give the following Vagrantfile: ```ruby Vagrant.configure("2") do |config| config.vm.box = "generic/debian10" config.hostmanager.enabled = true config.hostmanager.manage_guest = true config.hostmanager.include_offline = true config.vm.define "foo" do |node| node.vm.network "private_network", ip: "192.168.0.11" end config.vm.define...
Hi, Is it possible to cache a song so that when we lose the TCP connection (ie. while roaming/unstable network) we can continue listening at least for a couple of...
**Describe the bug** I cannot open any thread from the search view. When I try opening a thread, the thread view is displayed and so are the message headings (incl....
By default `Html.button` is an input of type 'submit'. This may be yield surprising results when using the `onClick` attribute on a button, effectively firing two events (one for the...
Originally motivated by #7007 > User automation can benefit from knowing whether a session is locked. For example, automation can stop a time-tracking software when the screen is locked and...
Signed-off-by: Roosembert Palacios