Ville Skyttä

Results 243 issues of Ville Skyttä

Just by looking at the code (untested for now), I suppose it's not possible to configure Chrome to be used in regular non-app mode, because setting `browser_options` to an empty...

question

In a nutshell, my use case is avoiding triggering line too long errors for certain lines in the commit body. I can accomplish that, but not in a way that...

enhancement

Some rules' regular expressions are used with `.search`, some with `.match`, and the only source which one it is appears to be the gitlint source. search: title-match-regex, body-match-regex match: author-valid-email,...

enhancement

I was wondering why I'd need to set `user.name` and `user.email` when running gitlint with pre-commit in CI, and realized it's because of `--staged` in the hook's default config. It...

Great extension! Just one pain point: I'm using the "unread" mode, but I'm only getting one notification per thread and shown only the latest message in that thread in the...

Here's ground work for primitive validation, and maximum+exclusiveMaximum (per draft 4) implemented on top of it. Might not be the cleanest way to implement this, but results in a rather...

```shell $ set -u $ foo=() $ echo ${#foo} bash: foo: unbound variable echo ${#foo[*]} 0 ```

size/XS

Here's a bunch of bash code cleanups I made on the side while working on the performance improvements. See individual commits and messages for details. Some of these are also...

kind/cleanup
size/M

This is an alternate/superseding implementation for #1392. The default completion is useful also in cases where there are no subcommands, for example to provide completion for flags, and custom completions...