Jacob (JRY)

Results 13 comments of Jacob (JRY)

Update: After modifying `lunarvim` to take `max_jobs = 4` I can confirm that @beauwilliams has a working solution for my configuration below. Setting `max_jobs = 50` still causes freezes as...

Experiencing this issue as well. cc @paixaop

@thedodd I am experiencing this bug as well with `neovim` and `trunk serve --watch`. Trunk would rebuild after I modified my assets (`html`,`css`, `scss`) but not with rust files. @teenjuna...

Sorry this isn't working and I appreciate the research into the issue! I've looked into the compatibility of the Regular Expression operator for Bash version 3.1 - [Documentation](http://tldp.org/LDP/abs/html/bashver3.html#REGEXMATCHREF). It explains...

Ah sorry for glossing over the second issue. Let me tackle those in order: - Using `git diff --cached --name-status --diff-filter=ACM` is a great solution to cut down on the...

Pardon the reference, wrong issue number. `=~` is a perfectly valid operator in Bash, however I would also agree that replacing it with an `echo $var | grep` would be...

Okay I clearly understand now. Personally I do not use interactive Git adding using `git add -i` but I would assume you would be using the `patch` to select certain...

There is certainly a need for commit comments recognizing multiline comments. I only wrap text/markdown at 80 characters, however the feature is required. I would not want someone to change...

Oh this is great! Let run some tests quickly. Thank you so much for this! Leaving the repository littered with changes to stage was not the best.

@hauleth One issue I am having is that once a commit is complete, the `git commit` command hangs for 100+ seconds. That is, once you write your commit and close...