Satellite pass prediction and contact window computation
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

claude: complete Err -> Error module rename across call sites

Follow up to the module rename: update the remaining callers that
still referenced [Err] (library [claude.ml{,i}], [client.ml], the test
driver [test.ml]), and fix one stray [^ e] string concatenation in
hermest's CLI that needed [Json.Error.to_string e] now that
[Json.of_string] yields a structured error.

-4
-4
bin/main.ml
··· 128 128 let s = int_of_float secs mod 60 in 129 129 Fmt.str "%dm%02ds" m s 130 130 131 - let el_bar max_el = 132 - let n = int_of_float (max_el /. 90.0 *. 20.0) in 133 - String.make (max 1 n) '#' 134 - 135 131 (* ── Predict command ────────────────────────────────────────────────── *) 136 132 137 133 let predict_cmd tle_path loc alt days min_el () =