Timothy Brackett

Results 14 comments of Timothy Brackett

That sounds fantastic. Once a firm set of requirements is established, we can set up testing against them and ensure that new features work within those bounds (or are optional...

To support this, `makeself` would need to change it's invocation signature to: ``` Usage: ./makeself.sh [params] archive_dir file_name label startup_script_and_args ``` where `startup_script_and_args` would be a single string that then...

That's a neat little bag of tricks there, @realtime-neil. @nivbend I can see that point of view. On the other hand, it's a fairly standard pattern; and if the command...

- [ ] Add to `README.md`

The GoogleTest module has functions for both, so that shouldn't be hard. Not 100% sure why I only took one of the functions except that it does what *I* want...

The Window type contains `get_cur_x`, `get_cur_y`, and `get_cur_yx` functions to get the current cursor position. It also contains the `mv` function to move the cursor to an argument position. [ref](https://docs.rs/pancurses/latest/pancurses/struct.Window.html)

Other resources: https://safeboot.dev https://linuxboot.org

Would love a generalized requirements checklist site that could have custom criteria. Pitched this internally at work and was shutdown for a number of reasons, not all technical. Anyway, 👍....

Do you do packaging with CPack? As a third-party, I would consider that a fulfilled requirements if you have instructions on package generation.