Nathaniel Starkman

Results 126 comments of Nathaniel Starkman

Those are compelling counterexamples. SGTM.

I'm happy to do it. I can tackle it quickly this Tuesday evening.

Would it be bad to instead deprecate the logger? One less thing to maintain...

I don't see a specific date on the pytest GitHub in Issues, PRs, and projects. I did find https://github.com/pytest-dev/pytest/issues/3523 which discusses the ``setup.cfg`` deprecation. Also, we can't yet move it...

> p.s. That pytest discussion is like 4 years old. I don't see it happening any time soon. I agree, both that setup.cfg will be around for a while but...

> I just find that `setup.cfg -> tox.ini -> pyproject.toml` introduces an extra and perhaps even unnecessary step when we can wait and just do `setup.cfg -> pyproject.toml` at some...

@astrofrog @WilliamJamieson, is this still a bug?

Yeah 😆 . An effective, if somewhat incompletely-implemented solution.

@adrn @pllim. I think we might want a place in utils to have base classes and mixins that span multiple sub-packages. ``_DisplayFormatAttributeMixin`` is one example. Another is that astropy rolls...