229c9cf0

Results 13 comments of 229c9cf0

I don't really know JS, but with some experimentation it seems that something like ```js String.prototype.rcut = function( ext ) { return this.substr( 0, this.lastIndexOf( ext ) ) || this;...

Could you edit the title of this to something like "Typo: with -> width in settings / Pad cell width using spaces' description"? "Really small QoL" is non-descriptive, you need...

+1, but the format should probably accept all of `-`, `--`, and `–` (an en dash). The hyphen-minus because it's simple / right on the keyboard, the en dash because...

An alternative UI approach would be to have *both* drop-down and custom text field. The drop-down has the current options, plus 'custom'. Whenever any default option is selected, that template...

I looked into this some more and locally edited the code to make it work for me by just ripping out the whole prefix choice thing and hard-coding my variant....

+1, being able to control the relative slope of trend lines is *really* important. (Anything too far away from 45° becomes unreadable.) For a lengthy treatment of this and a...

Since this is getting more an more annoying, I dug into the source a bit... as far as I can tell, for line graphs, all it takes is to change...

But `isGitInstalled` just runs `spawnSync('git', ['--version'], …)` and *doesn't use the indirection*, right? (The code you linked is only reached if `isGitInstalled` returns success, so it can't have been reached...

Progress! After the update, I'm getting `/bin/bash: status: command not found` which is exactly the error message that `wsl status` generates. So it looks like something drops the second part...

(Also I guess @maximberezin97 might want to know that there was indeed a problem and it mostly works now. Oh and thanks for the quick help too, Vinzent!)