Chloé Vulquin
Chloé Vulquin
One way to achieve this is what most terminal emulators do on linux - your configuration file determines the *default* shell, but you can specify one on the command line,...
@srkunze Possibly also have ctrl+(shift)+tab (people tend to be more used to that overall), for switching tabs only.
@srkunze (shift) is a modifier. It can have different meanings with ctrl+tab and ctrl+pgup/down Most browsers (with only a few exceptions) use ctrl-tab for next-tab and ctrl-shift-tab for previous-tab, which...
This is reproducible on my system (and in my project). Further, it is reproducible with the `app_skeleton` example (even terminating almost immediately after launch) (I haven't tried any other ones,...
I'm experiencing this with vibe-d's provided entrypoint, which *should* just run `runApplication` (https://github.com/vibe-d/vibe.d/blob/master/core/vibe/appmain.d), so there may be more to it than that.
Exit code is still 0 in my experience. However, it results in the port not being bindable for a short period of time afterwards, which is very annoying for server...
> Here's a test repository to use (or any other git repo for Alpine) for testing cgit over https. > https://git.alpinelinux.org/cgit/docs/docs.a.o/ This gives out an error stating `Error: Remote does...
> just pointing out that it's not universal. That's fair, ultimately both of us have anecdotes at best - I doubt anyone's done any serious stats on the matter. Regarding...
> The `git://` has zero password protection... The git protocol is *primarily* intended to be read-only. It is possible to make it `r/w`, as I've seen done behind company firewalls,...
For github, I highly suspect it's 0%, but there *are* other git hosts out there besides github/gitlab :) For my repo, it doesn't make a significant difference (based on below...