Alexander

Results 22 comments of Alexander

> I'm curious what performance issues there are without `chg`? (I don't even know what it is.) `hg` is Python so invocations are fairly expensive; the solution to this is...

We do have this exact case - we want to match `anything.and.everything.yourmachine` as well as `yourmachine` but we don't want to match `notyourmachine`. So what we really need is `/^(.+\.)?yourmachine$/`,...