Jens Tröger

Results 121 comments of Jens Tröger

> Actually, vscode is using `ALT + ⬆️` or `ALT + ⬇️` to move text around. Dang, I didn’t know! (Well, I barely use VS Code anyway.) But yes, just...

@marcbachmann, well if you want I can create a PR from my local change and you can take a look. If it’s too invasive and not too useful we can...

I ran into a similar problem where branch names are missing locally (i.e. inside of the action container). However, `git branch -r` shows that all branches are there ``` origin/develop...

@aparna-ravindra oh I see… the `v3` tag is an [annotated tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging#_annotated_tags) which has its own SHA `d065129`, and it refers to whatever commit is the latest of the version 3...

> Can you give an example repository? If you take a look at the [actions/checkout](https://github.com/actions/checkout/) repository you’ll see that there is [no commit `d065129`](https://github.com/actions/checkout/commit/d0651293c4a5a52e711f25b41b05b2212f385d28). However, there is a tag named...

Hm, interesting! The only hint I found on [Wikipedia](https://en.wikipedia.org/wiki/Circumflex#Other_articulatory_features) was: > In the African language [Venda](https://en.wikipedia.org/wiki/Venda_language), a circumflex below d, l, n, and t is used to represent dental consonants:...

> Octavio released a new version, 0.8, fixing a lot of issues and adding some characters. How does [Octavio’s implementation](https://github.com/octaviopardo/EBGaramond12) relate to the work in this repo?

This may be somewhat unrelated, but since we’re talking about exception handling here… Today I encountered the following exception: ``` ... File "/…/lib/python3.7/site-packages/opentok/opentok.py", line 592, in force_disconnect endpoint, headers=self.json_headers(), proxies=self.proxies,...

> We could discuss more if you deem otherwise 🙂 I think we should. The current behavior is probably correct, but maybe the message could be improved. Maybe it makes...

In principle signing commits and verifying their signatures later is a great idea. However, like the [Signing Your Work](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work#_everyone_must_sign) section of the `git` documentation states: > ### Everyone Must Sign...