Skip to main content
RobM's user avatar
RobM's user avatar
RobM's user avatar
RobM
  • Member for 15 years, 4 months
  • Last seen this week
50 votes
8 answers
10k views

How to identify conflicting commits by hash during git rebase?

25 votes
6 answers
11k views

Python doctest: Skip entire block?

16 votes
2 answers
3k views

How does git-diff generate hunk descriptions?

8 votes
3 answers
1k views

Why can't Python decorators be chained across definitions?

7 votes
4 answers
3k views

Git: Add part of (changed) file to index *by line numbers*

5 votes
2 answers
4k views

List commits made by others (i.e. not me)?

5 votes
2 answers
7k views

Change MySQL innodb_buffer_pool_size at runtime?

5 votes
1 answer
3k views

SQL Alchemy and generating ALTER TABLE statements

3 votes
1 answer
1k views

Does Python's main thread get garbage collected when it stops?

3 votes
2 answers
200 views

Why is this regex acting greedy, when I've told it not to be?

2 votes
2 answers
770 views

Fix history of a remote git-svn branch that is missing its branch point

2 votes
1 answer
493 views

Most efficient way to add a (generated) header to many files?

2 votes
1 answer
658 views

Is a socket in an error state ready for reading according to select()?

2 votes
1 answer
267 views

Merge two identical git-svn branch HEADs without losing link with git-svn remote branch?

2 votes
2 answers
731 views

Python: Why can't I modify the current scope within a function using locals()?

2 votes
2 answers
822 views

Descriptors in global scope?

1 vote
1 answer
497 views

How to select the MIN() of an ORM attribute and a literal datetime?

0 votes
1 answer
35 views

Where are the docs for the `normalize` function that appears in Traefik docs?

0 votes
2 answers
280 views

Descriptor that auto-detects the name of another attribute passed to it?