Nikolaus Wittenstein
Nikolaus Wittenstein
@quark-zju thanks for the detailed explanation. It sounds like `sl`'s internal .git folder really isn't suitable for this purpose. I do like your idea of a replacement `git` tool, though,...
I am trying out making a git wrapper script that calls into `sl`, and I'm not sure it's a reliable approach unless there's a whole lot of engineering investment into...
@goertzenator: that one-liner is what I came here to find. It's super nice to be able to have tup delete everything that tup has created without deleting all of the...
I just ran into this problem as well. I'll try building from source, but it would be fantastic if there were 32-bit binaries on the website as well. Thanks!
Bazel puts each Python dependency in its own directory for sandboxing reasons. Our extraPaths is 601 lines long, and we have to manually update it when our Python dependency tree...
1. Yes, everyone has this same list. We check in the `pyproject.toml` file. 2. Yes, Bazel builds a PYTHONPATH for each binary based on its declared dependencies. So you will...
Note to anybody trying this at home: if you see an error like this: ``` no such package '@[unknown repo 'googleapis' requested from @gazelle~0.34.0~go_deps~com_github_grpc_ecosystem_grpc_gateway]//google/api' ``` then you need to patch...
Sadly cmd+9 goes to the ninth tab, not the last tab.
cmd+0 is used to reset the zoom level, so they probably won't do that. I have an applescript that goes to the last tab and I've bound it to cmd+9,...
Just discovered this gem: Go to your System Preferences>Keyboard>Shortcuts tab and pick App Shortcuts in the list on the left. Add a new shortcut for Safari.app, and for the Menu...