Eric T. Johnson

Results 17 issues of Eric T. Johnson

This fixes the bad character warnings seen in #32, #37, and #38.

Results are now listed in descending order of recency, rather than being sorted alphabetically. I don't have a Windows box to play around with clink, but it looks like it...

The arguments for a varargs method/constructor should be the fixed arguments, followed by an array of the variable arguments, rather than a flat array of all the arguments (see [§15.12.4.2](https://docs.oracle.com/javase/specs/jls/se6/html/expressions.html#45449)...

The protocol encoding specified in the X11 documentation differs from the actual XCB protocol that Xorg uses. This makes `query_version()` report the wrong version and `query_info()` fail by trying to...

This updates the `sourceTank` parameter to be 1-based when called from Lua.

I ran into this during a Github Actions run using pytest with `filterwarnings = error` (see https://github.com/pynucastro/pynucastro/actions/runs/6818949071/job/18545482250?pr=689#step:8:446 for an example).

Same reasoning as #190, avoid polluting the input history for interactive frontends.

The old docs at https://pyro2.readthedocs.io/en/latest/ should have a pointer (or redirect, if possible) to https://python-hydro.github.io/pyro2/

Should fix #140. Github code search returns >120 files for "pythonbytescontent" (mostly copies of https://github.com/vim-python/python-syntax), but none for "pythonbytescontents".

test_nse inputs: ``` unit_test.small_temp = 1.e5 unit_test.small_dens = 1.e5 unit_test.density = 2.e8 unit_test.temperature = 3.9999999999999981e9 unit_test.X1 = 1.e-10 unit_test.X2 = 0.99999999839999998 unit_test.X3 = 1.e-10 unit_test.X4 = 1.e-10 unit_test.X5 = 1.e-10...

nse