Carlos Hernandez
Carlos Hernandez
@dkgroot I have created an issue with the service:recompress. Unfortunately after analyzing the code I could not find fault with the bash script. [Line 118 of recompress](https://github.com/openSUSE/obs-service-recompress/blob/master/recompress) is suppose to...
@dkgroot Me too, 3 hours.
I have found `vim.env.PATH` a life saver.
I change mine to the following: ``` is_vim="ps -o state=,tty=,comm= | grep -iqE '^[^TXZ ]+ +#{s|/dev/||:pane_tty}\s+(\\S+\\/)?g?(view|n?vim?x?)(diff)?$'" ```
Any fix for this in non beta?
Oh okay I will check my version. It does timeout, it is just the length that is of concern. The timeout use to be nearly 10 seconds about 6 months...
Oh okay, that makes sense On Wed., Aug. 28, 2019, 7:40 a.m. Thomas Beverley, wrote: > Unfortunately that's the length that Google has set, it doesn't surprise > me that...
> @louis-z There are no plans at the moment as to when this would be implemented. > > The Chocolatey Nuspec only supports ``. @pauby I don't think anyone here...
Any update on not flagging icon as an error? I can submit a PR, it is pretty simple edit.
@thiagokokada I got home-manager to work, this is what I ended up doing: 1. Setup nix ```sh mkdir -p ~/.config/nix echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf mkdir -p ~/.local/bin...