Search results

  1. fronobulax

    Cargo Shorts GUI

    Happened today. Nothing that I can figure out that changed. Note that since this thread was started GitHub has deprecated the SVN interface so the repository is https://github.com/phulin/shorts-ui and that seems well behaved in my browser.
  2. fronobulax

    Bug UI text sometimes truncated

    Thank you for the specific examples. Years ago I was trying to make KoLmafia work with scaling. There were some things that were addressed but I remember thinking that there was a fundamental problem with how we build and size Swing components. If the ellipses are a concern you might try and...
  3. fronobulax

    Support for Java 21 (new LTS)?

    Any reason why we don't just remove the override for finalize? Perhaps naively it seems to me that if we don't override we are just letting the garbage collector do its job. If for some reason instances of MenuScroller are not garbage collected is there any impact other than increased memory...
  4. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Missed that. Thank you. I'd say if two things appear the same but give different scores then we need to understand why they are not the same or accept that the maximizer is non-deterministic :-) I'll try a log or breakpoint but my runs are not having the problem.
  5. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Case C, combo 21 That appears to be the highest score and does not include a weapon. I do note that it improves combo 20 by about 170 by dropping the broken umbrella offhand. That seems counterintuitive. Thanks for reminding me of statics and caching. I have a vague recollection of trying...
  6. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Well I dreamed about this last night. That may be a good sign - subconscious background processing - or it may need I need to Get A Life. I am writing this before my morning copy and without looking at any code to answer my own speculations. But sometimes asking questions does trigger new...
  7. fronobulax

    Support for Java 21 (new LTS)?

    I guess I should upgrade too. Once upon a time Java was pretty aggressive about telling me there was an update. That hasn't happened for a couple of years. I wonder if I disabled that somehow or it is a difference in Java providers?
  8. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    See https://github.com/kolmafia/kolmafia/pull/2471 That is a passing test. I'd appreciate other eyeballs on it. It may be that the test is not complete or accurate because while the correct requests are emitted when run in a live setting the commands fail and this does not capture that...
  9. fronobulax

    r28087 - What's Changed [*]Create JSON API for relay scripts. by ]@phulin] in

    Thank you. I never seem to know where to start discussions and am often not aware of socialization type discussions that occur "elsewhere". I chose not to mention it on GitHub but when I was developing and deploying code for selected US Government agencies I would not have been allowed to use...
  10. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Running out of time but I have a test that includes most of the equipment that was considered. The test does recommend the cleaver and issues the commands to equip it. My test doesn't match your case because my scores are lower. Of greater interest is the test failed because under one set of...
  11. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Thank you. I don't know what this is trying to tell me yet but I have a lot of questions to ask of the Maximizer code :-) What class is the character and on what path? I think my first step will be to try and write a test that reproduces this. I will report progress on that because, in...
  12. fronobulax

    Bug IO Exception almost daily on manual adventuring.

    Agreed. But there was one place that if I understood what I was reading claimed it could be a client error. The client was calculating a header size as if the protocol were HTTP/1. But things were being sent as HTTP/2. The corresponding portion of the header was compressed and so the sizes...
  13. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    My Holy Grail is a maximizer string that does not equip a weapon and the specific weapon that the user thinks should have been equipped. Add context and be able to explain why the weapon is a better pick than no weapon. A simplistic example - which is not real - is maximizing for myst and...
  14. fronobulax

    BatBrain -- a central nervous system for consult scripts

    Well. I faxed and fought. The display at the beginning of the fight had the minion image. The display at the end had the missing image. The location of the image that could not be displayed was http://127.0.0.1:60082/images/adventureimages/adventureimages/bond_minion1.gif Note the correct...
  15. fronobulax

    BatBrain -- a central nervous system for consult scripts

    And having asserted its expected repeatability it hasn't happened the two most recent times. I fight the faxed monster in the relay browser. When I got the fight page the image was of a man on skis. I used my CCS which is essentially SimpleSmack using BatBrain and at the end of the fight the...
  16. fronobulax

    Bug - Confirmed Maximizer didn't equip a weapon

    Thanks. What will be most useful in motivating me to put serious time back into this (as opposed to thinking about it once in a while) would be data for a specific case. I want a maximizer string, a set of equipment, and a weapon that is clearly better than nothing according to our...
  17. fronobulax

    BatBrain -- a central nervous system for consult scripts

    I can repeatedly get the above message by faxing and then fighting a Villainous Minion. ("repeatedly" means it has happened twice and I expect it to keep happening until I get all the factoids and stop faxing it :-) ) I believe it is generated by Batbrain since I can't find the non-constant...
  18. fronobulax

    JSON

    The JS portion is working as I hope and understand. I think I now have some tools and understanding so that if things stop working I can get farther along than I did this time. My big takeaway is that the name of JSON "fields" has to match the code and the data and I was not using that to...
  19. fronobulax

    JSON

    I understand. I like the feature very much and would like it to be maintained. I am walking a fine line between annoying you so much that you give in and maintain it or annoying you so much that you rip it out completely. The former makes the world a better place because it means I don't have...
  20. fronobulax

    JSON

    I thought I had done @Ryo_Sangnoir's fix because I edited and things worked. I just "fixed" it and got a 403. I will revisit in a couple of hours because I'm almost late for a meeting. I see you answered my print question so thank you.
Back
Top