Search results

  1. fronobulax

    Multitool - An implementation and feature discussion.

    Welcome back. We are in phase zero of a three phase approach: Make it work some of the time. Make it work more of the time and do so robustly and more efficiently Make it do more. My first comment is that the entire implementation as it currently exists depends upon the ability of the user to...
  2. fronobulax

    Differing locations between KoL and KolMafia

    OK. The desert will not be "fixed" and you already know about the Camp. Thanks. No action needed on my part :-)
  3. fronobulax

    Differing locations between KoL and KolMafia

    See https://kolmafia.us/threads/r28309-whats-changed-feat-log-unexpected-location-names-when-visiting-autumnaton-by.30247/ which added logging when the list KoL's list of places the autumnaton could go had locations that did not match koLmafia's names. I recently noticed the following. They...
  4. fronobulax

    autoscend - a sl_ascend fork/continuation

    Tangent. HC, Standard Pastamancer just got to the Tower Door and autoscend didn't have keys so it stopped. Don't know why it failed to get the keys but... I figured I had to get the keys manually and that mean I had to eat and drink on my own. KoLmafia says (and displays in the consumption...
  5. fronobulax

    Multitool - An implementation and feature discussion.

    OK. The cat is out of the bag. See https://github.com/kolmafia/multitool In its current iteration, download the latest jar file from GitHub to the directory containing KoLmafia or a clean directory that will be the home for Kolmafia. Open a command line in that directory. Launch multitool...
  6. fronobulax

    autoscend - a sl_ascend fork/continuation

    Nothing that I recall seeing in the gCLI or that got logged. I always figured the script had a list of optimal foods and was trying to cook one of them.
  7. fronobulax

    autoscend - a sl_ascend fork/continuation

    I get that we are somewhat at cross-purposes here because I prize automation over speed. The script stops because I can't cook fancy food without a range. In my automation centric world, that is the wrong thing to do. The script should get a range, stop trying to cook fancy food or use hybrid...
  8. fronobulax

    autoscend - a sl_ascend fork/continuation

    Sorry. I did not plan on spending yesterday in the clutches of the medical establishment. First my SC Pastamancer had the "can't cook" abort about level 9, day 2. I manually pulled the range, manually installed it and continued. My reference to a log parser was just in case there was...
  9. fronobulax

    Multitool - An implementation and feature discussion.

    I'll check. Thanks. You can see at least pieces of the private repository? Now quite what I was expecting but my ability to configure my expectations is suspect so...
  10. fronobulax

    autoscend - a sl_ascend fork/continuation

    Can't cook without range occurred again. The message does not appear in the session log. If that is a KoLmafia message then perhaps there should be a Feature request to log it? As I reconstruct it, autoscend stopped. A message was "[WARNING] Still hungry! Stopping bedtime." I had almost no...
  11. fronobulax

    Multitool - An implementation and feature discussion.

    I can build locally using the compiler and build and bundle classes that are allegedly compatible with Java 8. I cannot do that with the gradle build. The build is copied from mafia and when I change the source target to 8 it wants the toolchain to use Java 8 and then fails to download Java 8...
  12. fronobulax

    Github "last commit" naming confusion.

    I disagree with your premise. "Last Monday" is the closest Monday to today going backwards. If today is Monday then "last Monday" is exactly a 7 days ago. Since this is the internet I could just say "You are wrong" and leave it there :-) I don't know where the value of "last commit" comes...
  13. fronobulax

    Multitool - An implementation and feature discussion.

    When I go to https://api.github.com/repos/kolmafia/kolmafia/releases/latest I get JSON with a lot of info about the state of KoLmafia releases. When I try https://api.github.com/repos/kolmafia/multitool/releases/latest I get JSON that says "Not Found". Both of these checks are in a browser. I...
  14. fronobulax

    Multitool - An implementation and feature discussion.

    I am building releases on GitHub so I think my workflow issues have been resolved. Thanks again. I have a laundry list of things I would like to do before 'going public". Working on that until I get stuck again.
  15. fronobulax

    Multitool - An implementation and feature discussion.

    That worked. I found and tried the first command before but the GitHub Desktop version of the second didn't work. Doing them at the command line did. Thank you.
  16. fronobulax

    Multitool - An implementation and feature discussion.

    OK. Then how do I set it on GitHub? I Googled and got a git command that included chmod but I couldn't figure out how to execute it for the GitHub environment. I tried the command locally and GitHub desktop told me there was a changed file but when I tried to push it to GitHub it said nothing...
  17. fronobulax

    autoscend - a sl_ascend fork/continuation

    Thank you. grep hasn't helped me find a log which means it might only have been in the gCLI where I saw the stop because of no range. I do note that auto_haveoven and haveOven preferences are both being changed. Perhaps the wrong one is being used somewhere? I also noted sometimes there is a...
  18. fronobulax

    Multitool - An implementation and feature discussion.

    Thank you. The good news is I am actually engaged in this project. What I should have made clear was that the permission error occurred on GitHub when trying to run workflows on my currently private repository. I will look at the YML files and see if I can discern something I should have...
  19. fronobulax

    Multitool - An implementation and feature discussion.

    I "installed" gradle by copying files from KoLmafia. I am getting several "./gradlew: Permission denied" failures. What is the correct way to install and configure gradle for use in GitHub workflows.
  20. fronobulax

    Multitool - An implementation and feature discussion.

    I've slept on it and clarified some of my ideas and will be slowly working on them. I think the cleanest thing is separate repository and jar. People who want to use it just opt in by downloading and running Multitool jar. People who don't want to use it do what they do now to acquire and run...
Back
Top