Joseph Booker

Results 6 comments of Joseph Booker

Can confirm this on a new install of gentoo with `LuaTeX, Version beta-0.80.0 (TeX Live 2015) (rev 5238)` and commit caa3387782416bbd98f82968e6db1c60b4cf4d9c. The `providecommand` before `\usetheme` works as well.

> @sargas > > > The second operand missing does not appear as trivial, since Symbol::new causes the operator to be treated as a literal as part of the parsing....

> @sargas ping ? :) > Sorry, busier than expected, still interested in this PR. Whether ` -a` shows an error is different for an arbitrary string and for `!`,...

Have you guys realized that parts of git-radar doesn't pass existing tests under Linux? The first priority should be getting the tests to pass on a GNU userland. As of...

An example of a header where this matters is [sample_fits01.header](https://github.com/astropy/pyregion/blob/master/pyregion/tests/examples/sample_fits01.header) from `pyregion`. Comparing `regions` and `pyregions`: ``` import regions, pyregion from astropy.io.fits import Header print(pyregion.parse('circle(4,2,5)').as_imagecoord(Header.fromtextfile('sample_fits01.header'))[0].coord_list) print(regions.ds9_string_to_objects('physical;circle(4,2,5)')[0]) ``` The first returns...

I kinda think the best approach would be to view pixel coordinates (and shapes using them) as being defined by some header file in some way. I started this approach...