-
| | |
| --- | --- |
| Bugzilla Link | [31606](https://llvm.org/bz31606) |
| Resolution | FIXED |
| Resolved on | Jan 13, 2017 15:48 |
| Version | 3.9 |
| OS | FreeBSD |
| Blocks | llvm/llvm-project#…
-
Python apparently uses f64 internally for floats but norad uses f32. This leads to vanilla Python code and norad to read the odd floating point coordinate differently (the f32 is upconverted to f64 in…
madig updated
3 years ago
-
What is the approach to make the CI bloat check pass? Does this automatically fail on PR's that come in from downstream GH repos?
-
| | |
| --- | --- |
| Bugzilla Link | [20593](https://llvm.org/bz20593) |
| Resolution | INVALID |
| Resolved on | Aug 14, 2014 02:39 |
| Version | 3.4 |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla …
-
The FOX-1A (AO-85) (norad 40967) generate error if tracked (red flashing light)
-
Hello, I am propagating reentered satellites from their latest TLE to their predicted reentry time, and for several satellites I get the error: invalid value encountered in double_scalars lon = (arcta…
-
The [`DataRequest` read configuration builder method approach](https://github.com/linebender/norad/blob/5a069856cf5dacf76b20a883e061d36ccc3822f7/src/data_request.rs#L38-L80) returns mutable struct ref…
-
Support line feed line endings as the cross-platform default across glif, plist, and fea files.
Requires https://github.com/linebender/norad/pull/172 changes in norad
-
Thoughts on how to approach cross-platform line endings? Should norad write consistent line endings on all platforms (limits diff when norad serialization is used x-platform)? Keep line ending forma…
-
Related https://github.com/linebender/norad/issues/145
It might be useful for a user to define the type (tab, space) and length (one, two, four) of space formatting in the file writes. This would …