Skip to main content
Mark Longair's user avatar
Mark Longair's user avatar
Mark Longair's user avatar
Mark Longair
Head of Development at Kiln Enterprises
  • Member for 14 years, 7 months
  • Last seen this week
75 votes
1 answer
11k views

Why does my git history look like a christmas tree?

35 votes
6 answers
41k views

Keep PostgreSQL from sometimes choosing a bad query plan

26 votes
2 answers
5k views

How can one safely use a shared object database in git?

17 votes
1 answer
11k views

How could one disable new account creation with django-allauth, but still allow existing users to sign in? [duplicate]

13 votes
3 answers
12k views

How can one replace an element with text in lxml?

11 votes
3 answers
6k views

Can I use libjpeg to read JPEGs with an alpha channel?

11 votes
2 answers
3k views

How can one find the Unicode codepoints that a font has glyphs for, on a Debian-based system?

9 votes
2 answers
7k views

How can I see `cy.log` output when using Cypress headlessly?

8 votes
1 answer
5k views

Why doesn't setting GIT_WORK_TREE work in a post-commit hook?

8 votes
5 answers
6k views

How do you use pagination in a Django REST framework ViewSet subclass?

6 votes
2 answers
241 views

Exactly which content-inserting block helpers have changed behaviour in Rails 3?

5 votes
3 answers
3k views

What's the best way to extract a tree from a git repository?

4 votes
3 answers
3k views

Can "git fetch" be told not to use "git upload-pack" for local repositories?

4 votes
1 answer
3k views

Why are POST requests to get a bearer token for application-only auth for Twitter's API returning a 400 Bad request?

3 votes
2 answers
3k views

Why can't the mime-types gem (unpacked in vendor/gems) be found?

3 votes
1 answer
1k views

Why is dragging in Raphaël broken by stopping propagation of mousemove in an enclosing element in the bubble phase?

3 votes
2 answers
2k views

What is the optional version used for in `npm link <pkg>[@<version>]`?

2 votes
2 answers
170 views

In Django, why do I need to add the site name to imports in tests.py?

2 votes
1 answer
2k views

How is one supposed to recover from a failed migration in South?

2 votes
4 answers
498 views

Is the order in which KeyListeners will be called guaranteed?

1 vote
1 answer
1k views

Why are some iOS devices sending OPTIONS requests with Origin: null?

1 vote
1 answer
711 views

How can I restore a database dump from an old version of PostGIS on a system with a newer version?

1 vote
0 answers
55 views

Is using ISO-8601 date strings to compare against a DateField in Django's ORM officially supported and portable?