Thomas Fini Hansen

Results 54 comments of Thomas Fini Hansen

@kabessao I think that's fixed in my version by activating the workspace before refreshing focus: https://github.com/xendk/material-shell/commit/bd3cfd1107659319cb89223ba6d8028bb34532f6#diff-6493a2213dd79237ede9869ba204221b6d693b1979ea503e4a9b86fa70ebadbeR786

:+1: and if you could fix the actor thing, we could turn it into a pull request. :wink:

Without being an expert at either, I'd say that Pronto looks like it grew out of being a local checker while reviewdog started out as a CI tool. They cover...

Talking as just a user, my dream scenario would be for straight to quietly fetch repositories in the background (with a configurable interval), and pop up a notification when packages...

@raxod502 Shouldn't doing `git fetch` be quite safe and not need normalization? It should take the bulk out of the process of updating. Then a `straight-update-packages` could check if there's...

@raxod502 And now I realize that there already is `straight-fetch-all` and `straight-merge-all` functions, which does improve the situation over `straight-pull-all` (at last you can do something else while fetching). Refactoring...

I've never really used git submodules, so I'm not entirely sure what the best approach would be. Would running `git submodule update` after merge if .gitmodules is present in the...

´´´ git submodule update --init --recursive ´´´ :+1: > and you don't have to check if .gitmodules exists (the command is a no-op if it doesn't). Well, I think checking...

Excuse me for butting in, but I was thinking whether the chaining concept is really appropriate. I've been fiddling around with options in the php/drupal space, and things get pretty...

Isn't checkers with buffer local properties a bit of a usability nightmare? I know it took me a bit of time to grok how checkers worked together. Anyone mind explaining...