Stephan Buchert

Results 7 issues of Stephan Buchert

Not really an issue, but I have code in native Julia for the sun position at given geodetic coordinates and time, returning zenith angle and azimuth. We use this to...

``` julia> using NativeFileDialog [ Info: Precompiling NativeFileDialog [e1fe445b-aa65-4df4-81c1-2041507f0fd4] julia> pick_file() xkbcommon: ERROR: failed to add default include path /workspace/destdir/share/X11/xkb xkbcommon: ERROR: failed to add default include path /workspace/destdir/share/X11/xkb signal...

bug

``` julia> g=Group(HeatMap(0:10, -5:5), Hist(0:10), Hist(-5:5)) Group ├─ HeatMap: n=0 | value=(x = 0:10, y = -5:5, z = [0 0 … 0 0; 0 0 … 0 0; …...

Bedrock does not compile on Fedora 26 (and there is no compiled rpm). The problem seems to be that Fedora 26 ships only with g++-7 /c++-17, and the Bedrock code...

A proposal to make Dates accept UTC leap seconds

```julia julia> show_current("Montreal", i_row=4) ERROR: MethodError: no method matching show_current(::String; i_row::Int64) Closest candidates are: show_current(::String, ::Int64) got unsupported keyword argument "i_row" @ WeatherReport ~/.julia/packages/WeatherReport/TBQPY/src/plots_forecast.jl:163 show_current(::String) got unsupported keyword argument "i_row"...

After the standard ``` git clone https://github.com/astroidmail/astroid.git cd astroid cmake -H. -Bbuild -GNinja cmake --build build ``` the build stops ``` /usr/lib64/ccache/cc -DBOOST_LOG_DYN_LINK -DBOOST_LOG_USE_NATIVE_SYSLOG -DDEBUG -DHAVE_NOTMUCH_INDEX_FILE -DSASSCTX_CONTEXT_H -I/usr/include/gtkmm-3.0 -I/usr/lib64/gtkmm-3.0/include -I/usr/include/atkmm-1.6...