Results 637 comments of Antony Lee

In theory I think we could emit something along the lines of `\everymath\expandafter{\the\everymath\sf}` in the TeX preamble in such cases, which would have the effect of defaulting TeX math to...

@story645 I took the responsibility of merging the PR despite disagreement (shared by @jenshnielsen) about that specific example because I considered that the rest of the improvements were good, and...

It should be validated, yes. I don't really mind if we do, but if we don't, we should remove the claimed version bound in pytest.ini.

FWIW I have been used the implementation at https://gist.github.com/anntzer/96f27c0b88634dbc61862d08bff46d10 to get "pythonic" enums with pybind11 (i.e., enums that actually inherit from `enum.Enum`). More usefully, this also allows enums to inherit...

- My implementation relies on macros because it was not written with integration into pybind11 itself in my mind. I guess introducing the right C++ base class could make a...

I'll allow myself to suggest once again having a way to bind stdlib enums (e.g. with some variant of my gist above, but I'm not wedded to the implementation), as...

Does `--makepkg=--nobuild --no-install` do what you want?

My Arch machine is temporarily unavailable, so you'll have to fix that by yourself for now, sorry. (I think a PR that special-cases `--makepkg=--nobuild` to support that use case could...

Closing as not actionable, but feel free to comment if you have more suggestions.