Sven Vowe
Sven Vowe
@bruno- thanks for taking a look. You are of course right, the docs should be more clear about what to do. The autoconfiguration looks good, but this [PR](https://github.com/tmux-plugins/tmux-continuum/pull/106) should be...
@bruno- alright, that should work. I will try to help! Regarding the DISPLAY variable, I am not a 100% sure. I know that my tmux systemd service works fine right...
Does not work for me. ... "dependencies": { "angular": "^1.5.8", ... }, ... $ retire -n -p output is empty! should output angular 1.5.8 at least
Just switched to my Mac and was able to reproduce, here it is a fresh install of Gauge: $ sw_vers ProductName: Mac OS X ProductVersion: 10.15.3 BuildVersion: 19D76 node -v...
Sure, good one, now it worked, I guess, at least on Mac: `package.json`: ```json "dependencies": { "gauge-ts": "0.0.5" }, ``` gauge run specs/ # Specification Heading ## Vowel counts in...
@BugDiver just switched to Ubuntu, the fix is also working there! Great, thanks for your quick help, it seems the gauge-ts template was not updated to reflect the 0.0.5 change...
Do you mean launcher.js (https://github.com/BugDiver/gauge-ts/blob/master/launcher.js#L3)? It seems the version is derived from `ts.json`? I have two ideas here (but only had a short look): * When you release, you could...