Daniel Harper

Results 17 comments of Daniel Harper

hey @boombuler thanks, will be picking this up at some point I think!

**Problems** Go doesn't really have a mature GUI library yet, so might need to consider using a different language? GUI frameworks come with the whole headache of cross platform support...

Could maybe think about setting up a small HTTP server and having the GUI built with HTML and javascript?

@scottferg haha at "man up" - yeah, it's probably the safest option, but less pretty and probably more of a headache. although it would negate the need to open a...

Will also have to think about how the user can maintain items in the database too.....

RAM saves are now stored in JSON format (with ram data stored as a compressed base64 string). If I ever consider implementing this, having a JSON string rather than a...

Also it would be nice if you could have multiple "snapshots" of saves per game, so you can keep the last 5-10 saves or whatever and users can rollback to...

Just looking at the state of my google drive now, I might have misrepresented the above, my `taskbook.json` looks like the following ``` { "taskbookDirectory": "/Users/me/google_drive/taskbook", "displayCompleteTasks": true, "displayProgressOverview": true...

I found this works `AWS_PROFILE=myprofile saws`

I am seeing this issue too. As soon as you kill any local java processes (e.g. IntelliJ) this problem goes away - but this is very inconvenient!