Shane Celis
Shane Celis
# Problem When a KDL is loaded, then edits are made, and the user saves the KDL, it is not written to the file that was just loaded. ## Example...
In relation to PR #236, there was snake_casing going on in editor. But we should confirm at component registration that the names do not allow for whitespace. Perhaps a discussion...
# Problem Scroll events will be consumed by all UI elements that the mouse is hovering over. This can upset graphs when the user is scrolling through components names for...
# Problem On the main branch, my `just install` failed because I had a `~/.nix-profile` that was setup like this (not by me personally): ```sh $ ls -ld ~/.nix-profile lrwxr-xr-x...
The public docs are written in a semi-literate programming style. Semi-literate in the sense they aren't written in a Knuth Literate Programming style, which is a complex and comprehensive system...
# Discovery In attempting to fix issue #205 with PR #206, it became clear that the buildkite CI does not download the LFS files ever. # Problem The editor embeds...
# Problem The hardware records a `time_monotonic` that is the actual time of record for many components' recordings. There are visual discrepancies in graphs because it uses "Elodin time". This...
# Need GNC needs to be able to run many hundreds of simulations at a time. # Problem When running Elodin sims as separate processes, only two or four may...
# Need Given a database, resume a simulation instead of re-simulating it from the beginning. # Problem The simulation cannot be given a database, read the last or a chosen...
# Need The users need a manual for the editor that answers at least the following questions: 1. What are the key bindings? 2. What functionality does it offer? 3....