Rachel Powers

Results 125 comments of Rachel Powers

All it does is make the implicit includes explicit. so long as you don't change compilers half way though it won't change the build. This is only correct way to...

Ok. this seems like a really simple solution. With the dependency resolution in place this *should* "just work". I'm not personally sure if we should tackle the ability to select...

we would need to make use of this win32 api function https://learn.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-shaddtorecentdocs and use a `SHARDAPPIDINFOLINK` object

I havn't been able to get a build that MacOS's security will accept. as I have no access to a signing key there is little I can do.

For future reference, here are the steps needed to build the gui app. 1) [install Go](https://go.dev/doc/install) 2) [download the source](https://github.com/Ryex/Dungeondraft-GoPackager/releases/latesst) (ie https://github.com/Ryex/Dungeondraft-GoPackager/archive/refs/tags/v2.0.3.tar.gz) and unpack it to a new directory `$SOURCE`...