Results 637 comments of Antony Lee

To be clear, I was originally only proposing this for `operator[]`, where the following asymmetry is a bit jarring: ```c++ #include namespace py = pybind11; PYBIND11_MODULE(python_example, m) { py::object d...

Kindly bumping. The test failure seems spurious, and the CLA was signed on Jan. 31st.

> Thanks for the PR and the ping, sorry it took so long to get back to you! No worries, thanks for the review. > My stance is that many...

Given that I now know the workaround (thanks for pointing it out :)) I'll leave the new tasks to someone else for now if anyone wants to pick them up,...

As in https://github.com/conda/conda-build/pull/3863, I already have signed the CLA on Jan 31st, 2020.

Ah, cute idea :) Now I only need to do an exegesis of the hgignore and gitignore man pages to check whether there's any subtle difference in semantics...

Looks like the following post-commit hook does the trick (error handling could easily add more messages for the failing cases). I'm personally happy to just copy-paste it as needed, and...

IIRC I was thinking something like "if an hg repo already has a gitignore then the repo owner must be intending it for dual use and so we shouldn't bother...