Jacob Williams

Results 128 issues of Jacob Williams

I think there are some other examples or test cases here: https://download.hao.ucar.edu/archive/pikaia/examples/ Should also include those (modernized).

examples

Add event finding for multiple functions (stop if any of the events are found). Use same approach from [DDEABM](https://github.com/jacobwilliams/ddeabm).

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** It would be nice to get osgearth builds on `conda-forge`. That way it could...

request

Ford needs a logo!

When using `extra.ford` in `fpm.toml` where/how do I define the contents of the main index page for the docs? What seems to be happening is that it's including the `fpm.toml`...

question

With flang-new (flang version 20.1.3) I get the error: ``` fatal Fortran runtime error(json_value_module.F90:11432): REPEAT has negative NCOPIES=-1 Execution for object " jf_test_01.exe " returned exit code -1073740791 *cmd_run*:stopping due...

add a `get_r` method to the ephemeris class, if only the position vector is needed and not velocity (e.g. `spkgps` in SPICELIB).

The [internal_ipkernel.py](https://github.com/ipython/ipykernel/blob/main/examples/embedding/internal_ipkernel.py) and [ipkernel_qtapp.py](https://github.com/ipython/ipykernel/blob/main/examples/embedding/ipkernel_qtapp.py) are out of date. Some issues: * It is using `PyQt4`, which is very old, and not supported on some platforms (e.g. `osx-arm64`) * Explicit use...