Skip to main content
sage's user avatar
sage's user avatar
sage's user avatar
sage
  • Member for 13 years, 7 months
  • Last seen this week
16 votes
3 answers
8k views

Can I git svn rebase to a certain svn revision? (Similar to svn up -r ...)

16 votes
6 answers
6k views

Advice for emacs with Dvorak keyboard layout

13 votes
2 answers
29k views

Should I care that the symbol version dump is missing? How do I get one?

4 votes
3 answers
669 views

How should one deal with Mercurial's "nothing changed" error ($? = 1) for scripted commits?

3 votes
2 answers
351 views

Undefined reference - should there be a difference between `a = -b;` and `a = -1*b;` and `a = 0-b` in C++?

1 vote
1 answer
290 views

Why might c++ application evaluate expression incorrectly?

1 vote
0 answers
473 views

With CMake, how can I produce an error during 'make install' and still run later install steps?

1 vote
2 answers
1k views

Unable to run `gh auth login --with-token < token` in a Docker container

0 votes
1 answer
849 views

Encountering 'E:Invalid archive signature' on GitHub workflow ansible execution when same execution succeeds in local Docker container

0 votes
1 answer
358 views

How do I pull a package / deb file from an apt server on a mac?

0 votes
1 answer
655 views

How do I arrange columns with django_tables2?