Erik Tollerud

Results 155 issues of Erik Tollerud

At @clidman's suggestion I'm bringing this idea up here. We're using marz as a redshift/quality-checking tool (fantastic for that, by the way!), but one of the things we care about...

Minimal steps to reproduce (on Ubuntu 21.04, Python 3.9): in terminal ``` % python -m venv aggdrawtest % source aggdrawtest/bin/activate % pip install aggdraw % python ``` in python: ```...

This PR does two things that *might* be considered partial fixes for #74 : 1. Adds a print statement that lets the user know pkgconfig wasn't found and installing it...

The gist of this problem is that the "row limit" feature will cause people who haven't configured their systems to ignore the row limit will only get 50 entries in...

This is part of a larger effort to collect what parameters do different backends take for markers. For ds9 the concept of "markers" is not cleanly separated from "regions" -...

backend: DS9

Right now there's a mix of a stateful and a non-stateful idiom in how you set the style of markers. `self.markers` is settable by the user, but it can also...

enhancement
question
API

This came out of some discussions the CoCo has been having the last few months on whose role it is to do big picture planning. We eventually settled on the...

roles and team

This is a follow on from #573 - in the interest of rolling that out quickly I think we should deal with fixing the script separately from updating the infoormation...

affiliated-packages

Suggested by @pllim at the 2023 coordination meeting: we should update the astropy web page style to respect the OS-level theme for dark vs light mode. This is probably some...

Feature Request

Right now the astropy web site doesn't have much (pretty much nothing) in the way of "look, here's some cool things astropy does" on the web site. We should add...

Feature Request