Harry Percival
Harry Percival
first pass thru chapter 18 bringing all the listings up to date for new django. not too bad.
I feel like this code should work but it doesn't. Am I missing something? ``` from typing_extensions import assert_never class Left1: pass class Left2: pass class Right1: pass class Right2:...
- **start on chap 24** - **more on 24**
the problem is that quality doesn't go in the same direction as the other two variables -- you typically wish your project had more quality but took less time and...
config?
ok for my sins i've tried it out. i'd like to be able to configure the rate at which the thing flashes at me and reminds me of the intention....
we were seeing this error when calling `mob next` (base branch is called `register99`): ``` ERROR git --no-pager log register99..mob/register99 --pretty=format:%an --abbrev-commit ERROR fatal: ambiguous argument 'register99..mob/register99': unknown revision or...
`git rev-list --all` is very slow for large repositories (order of 5s on a repo with 500k commits). This alternative version works by checking whether HEAD points at a valid...
On a repo with a significant number of remote branches, fetching all remotes takes a substantial amount of time (literal minutes in our case where there are thousands of remotes)...