Philip Waritschlager

Results 359 comments of Philip Waritschlager

Interesting, thanks. This speaks in favor of the approach taken by your GI Crystal shard 👍 I can't really use Gtk 4 though, as I need cross-distro binaries with as...

you probably need to uncheck the `reflog` option which does this

oh ok in this case I don't know. I'd just guess they aren't really deleted or the fetching process fails, perhaps due to missing authentication... maybe try fetching the remotes...

I think extension localization needs to happen outside of vscode-loc, doesn't it? There's no api or anything to hook into

I feel a bit bad for posting this here, but I made an MIT-licensed alternative called [git log --graph](https://github.com/phil294/git-log--graph) which covers the majority of Git Graph's features and has extra...

> but the last test.use() will just override the previous ones. This is also my observation. I wonder what is the reasoning for the current behavior? We'd like to run...

I somehow wasn't aware of `%msg_preview` (it's broken though, check #50). I think this is good enough and there is no need for an extra `%body`. If you agree, then...

For anyone in need of migrating as the server is down again: ``` https://vsmarketplacebadges.dev/version/USERID.EXTID.svg -> https://img.shields.io/visual-studio-marketplace/v/USERID.EXTID https://vsmarketplacebadges.dev/installs/USERID.EXTID.svg -> https://img.shields.io/visual-studio-marketplace/i/USERID.EXTID https://vsmarketplacebadges.dev/rating/USERID.EXTID.svg -> https://img.shields.io/visual-studio-marketplace/r/USERID.EXTID ``` and for the `-short` version you'll want...

Here's my workaround based on a bit of testing and tweaking - you might have to adjust it to your needs. It works great for my purposes, even feels a...

I think this is not related to permissions or Mac. I am seeing the same problem under Linux Manjaro: ``` Unable to create watcher for path: /tmp/xyz ``` ```js const...