Jacob Abel

Results 7 issues of Jacob Abel

### Description One of `LatLon`'s `getCenter()` methods seems to produce the wrong result when the iterable of LatLons/Positions passed in cross over the Prime Meridian. Specific Method: https://github.com/NASAWorldWind/WorldWindJava/blob/develop/src/gov/nasa/worldwind/geom/LatLon.java#L1128 ### Steps...

It'd be nice to have a clean [REUSE](https://reuse.software/) lint on the project (and maybe add a REUSE compliance step to CI) to support adoption for potential downstream users who are...

Does REUSE provide support for AdditionRef files (added in the SPDX 3.0 spec) [1]? I assume they'd just go under `LICENSES/` but they aren't mentioned anywhere so I wasn't sure...

### Description The defaultEditor option sets {env}`EDITOR` however strictly speaking {env}`EDITOR` is intended for editors that are fully compatible with teletype terminals (ex: `ed` or `vi`'s `ex` mode). The {env}`VISUAL...

editors

### Module Name programs/neovim.nix ### Requested Feature The `programs.neovim.defaultEditor` flag should set `$VISUAL` as well as `$EDITOR`. This technically applies to other editor modules with this `defaultEditor` flag as well...

feature request