-
According to page 133 of ___Concurrency In Go(CiG)___, the context should not be stored on any struct, rather they should always be passed directly into any receiving function.
This means we should…
-
Thanks for the very promising package!
Enzyme fails with an unknown intrinsic when differentiating through a small numerical function, `AstroLib.kepler_solver`.
```
cannot handle (augmented) un…
-
Dev script fails to start.
After git clone from https://github.com/onwidget/astrowind/tree/8db176fe924f50fa84bfc31c09e6150a5dde71de
pnpm install, pnpm run dev
Windows 10.0.22621
node 18.15.0
…
-
Get the basics in place for a healthy SEO baseline:
- [x] page titles
- [x] meta descriptions
- [x] open graph tags
- [x] robots page meta
- [x] canonical URLs
- [x] ability to customize any of t…
-
The word "altitude" is used for denoting an elevation angle (e.g. [here](https://github.com/JuliaAstro/AstroLib.jl/blob/54933951f669b2e47bcd4f64f27cfe0ad90b60e0/src/altaz2hadec.jl#L40)) AND height fro…
-
i added google analytics id, the script its rendered as text on top of the page
![image](https://user-images.githubusercontent.com/34429668/192089991-11961812-0b6e-4a09-81c8-d48fb69a6595.png)
…
-
Adstring outputs the wrong string when dec starts with negative zero (i.e. -0.5), while radec converts correctly.
```
>> adstring(15, -0.5)
" 01 00 00.0 +00 30 00"
>> radec(15, -0.5)
(1.0, 0.0…
-
Most of the problems are fixed regarding dependency resolution in conda-4.0.x and conda-build-1.20.0, however it seems the issue ( #807 ) still effects building metapackages:
```
$ conda build --nump…
-
`sunpos` is intended "either a scalar or a vector" as per consistency with the IDL Astronomy User's Library, however the implementation of it does not take advantage of multiple dispatch, rather it re…
-
I am receiving the following error when using the dim or dims keyword.
Such functionality was working fine this morning before I updated several packages; I haven't yet tracked down which packages …