Josh Cooper

Results 22 issues of Josh Cooper

``` ============================================== KeepNote 0.7.8: Mon Oct 25 11:51:27 2021 Traceback (most recent call last): File "/usr/bin/keepnote", line 437, in main(sys.argv) File "/usr/bin/keepnote", line 423, in main start_gui(argv, options, args, cmd_exec)...

The FAQ could use some massaging [suggestions/change-requests welcome] resolves #2205 ?

Looking to rewrite via: - @myk002 and the one following.

This adds code for saving event data for future ticks, and the updated callbacks sending the appropriate saved data. edited: undo of formatting and force pushed, description changed accordingly

So [take a look](https://docs.dfhack.org/en/stable/docs/Compile.html#windows), that's the beginning of the windows build documentation section. Wouldn't it be nice if we had a table of contents? Perhaps a FAQ section and other...

Automating DF save backups on configurable intervals would be a very desirable feature. Personally, I'd like to have the ability to: 1. rotate N saves with quicksave like @myk002 suggested...

idea
new tool

It is fairly clear, I think, from the reddit question [here](https://www.reddit.com/r/dwarffortress/comments/uipacv/dfhack_04705r5_released/i7g12w7?utm_medium=android_app&utm_source=share&context=3) that users need better documentation of what to expect from the plugin. Improving the help command, and the plugin.rst...

documentation

Just tried 3 different package installations of `gumbo-parser` (Archlinux) ```bash pacman -Sy gumbo-parser yay -Sy gumbo-parser yay -Sy gumbo-git ``` However, none provides a static library to find.. not even...

Using DF AI code as an example I implemented an auto-unpause feature. I tested against a siege event's pause. resolves https://github.com/DFHack/dfhack/issues/2129