Search results

  1. fronobulax

    Bug - Fixed December 2024 changes in KoL break lots of stuff

    Created New Content thread and moved post there.
  2. fronobulax

    New Content - Implemented Crimbo 2024

    There hasn't been too much need for this since the (other) devs are on top of things but I created the thread (and moved a post) so things will be easier to track.
  3. fronobulax

    Proposal: Require Java 21

    See https://github.com/kolmafia/kolmafia/pull/2523, primarily the last two tests in the file which are driven by function and not a coverage report. I tried to write a test for setting _faxDataChanged using another test (wiki plurals?) as an example. The example injected an http response. My...
  4. fronobulax

    Bug - Fixed Mafia does not acknowledge Feast of Boris after ascending

    @gausie gets the "blame" for modifying that line on 09/16/2023 but I have not dug deep enough to determine whether that was when the misspelling was introduced or whether a previous misspelling was perpetuated.
  5. fronobulax

    Proposal: Require Java 21

    Darn. The "withResponse" test helpers don't work (for me) when the base code uses a resetting connection. It would be easier for me to just deprecate the resetting connection.
  6. fronobulax

    Bug Zombie Slayer/Master skill relays not working as intended

    None of this may be related to the problem at hand. Almost as long as I have been using mafia (at least a decade) there are times when the relay page doe not load completely. I have always been able to resolve this issue buy using the browser's reload button or rerunning the relay script. I...
  7. fronobulax

    Bug Preferences wiped while mafia running

    OK. I have never had it happen but... I am doing factoid runs so am emptying storage every few days (because some of my item scripts only look at inventory) and have not seen it. But I always initiate emptying from the relay browser and don't do anything with mafia until mafia thinks it is...
  8. fronobulax

    Bug Preferences wiped while mafia running

    Have not digested everything yet. Can you build and run from source? Can you reproduce this consistently? You might try and run https://github.com/kolmafia/kolmafia/pull/1889 and see if you can still reproduce it. The code in the PR fixes a preferences issue but at the cost of sometimes...
  9. fronobulax

    Bug Next Fam in QT On Top of Text

    Thank you.
  10. fronobulax

    Bug Next Fam in QT On Top of Text

    Does this go away (or reappear) as you change the size of the mafia window?
  11. fronobulax

    Some thoughts on faxbots

    I probably had embedded assumptions. Mafia reads a data file, faxbots.txt. That file is under mafia control. It is only changed/edited by commit to the mafia repository or by someone who unpacks and rebuilds the mafia jar file locally. The file contains a short name for a faxbot and a link...
  12. fronobulax

    Some thoughts on faxbots

    Cheesefax has a last login of October 10, 2023. Is it time to retire Cheesefax from the list of available faxbots? Easyfax does not work well via the GUI. (See here.) That is enough for me to suspend it until it works. Does anyone else share my opinion or do I need to let it go? I use the...
  13. 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.
  14. 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...
  15. 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...
  16. 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.
  17. 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...
  18. 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...
  19. 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?
  20. 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...
Back
Top