Justin DuJardin

Results 8 comments of Justin DuJardin

Interesting report on the Android behavior. While working on #110, I had to fidget with the jump menu, to get it to work on my iOS mobile device. The best...

Thanks for reporting this, I don't think I've really documented the game data spreadsheet anywhere. There's a lot going on here so let me talk about two things: ## Missing...

Yeah, that looks right. 👍 The `enemies` column is a string of 1-n enemies (I think the combat map only has nine slots?) separated by a `|` pipe. So as...

I modified my forks of harp/terraform to support partial LESS files. It works fine for my usage but it breaks some tests and I won't support it, so your mileage...

@bryankreitlow made these changes, I just submitted the request.

Thanks for opening a PR to support this issue. I'm glad you figured out how to update the save files after combat is over. I think we need to add...

I had a similar issue, where some part of my code was trying to load model weights from a file path, and the file was missing. Because wandb doesn't show...