Search results

  1. gausie

    Bug - Fixed Cannot acquire errors during breakfast with r28434

    Fix is waiting approval. This doesn't actually do anything so don't worry about it too much :)
  2. gausie

    Bug - Not A Bug r28432 seems to have made "rng" a reserved word and that breaks BatBrain

    Solution is to fix BatBrain. Here is your new line 427-430 matcher rng_matcher = create_matcher("\\{.+?,(.+?),.+?}",""); string deranged(string sane) { rng_matcher.reset(sane); while (rng_matcher.find()) sane = sane.replace_string(rng_matcher.group(0),rng_matcher.group(1));
  3. gausie

    Feature shop.php support

    @Ryo_Sangnoir submitted a PR to fix it (I think!) which has since been merged
  4. gausie

    Feature shop.php support

    Well here are those HTML files at least. I can take a look at the two problematic shops tomorrow
  5. gausie

    Feature shop.php support

    This is really fantastic work from which everyone will benefit. Thank you Veracity. Is there an easily sliced area we can contribute codewise?
  6. gausie

    Feature - Implemented Add a "Pending change in required Java version" nag message.

    I am very pro a launcher being made
  7. gausie

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

    I ask that we resolve to have a discussion before implementing "policies" in the development of the project, especially ones gatekeeping contribution. I'm not strictly against this one in particular but I am definitely not convinced. I certainly would not follow it for my own feature PRs, so as...
  8. gausie

    Bug NPE caused by JS script

    Had a quick look at this, the choice adventure is run in an infinite loop. Visiting the relay browser triggers the NPE (in the JavascriptRuntime??) somehow but only if you have a relayScript that calls visit_url() in some way, even if that relayScript is ASH. Really weird bug.
  9. gausie

    Bug - Fixed item_fact() no monster NPE

    Haha just realised it will still probably NPE if you give a null path. I'll wait for the bug report, or when I get around to it - whichever is sooner.
  10. gausie

    Bug - Fixed item_fact() no monster NPE

    https://github.com/kolmafia/kolmafia/pull/2436
  11. gausie

    JSON

    Not to be rude but I have to say this: it's not a beta feature, it is a totally unsupported implementation detail that I don't have any remote interest in maintaining.
  12. gausie

    Bug NPE caused by JS script

    Hmmmmm. I wonder what is going on.
  13. gausie

    Discussion: Should we depreciate/remove Jenkins?

    The .dmg is unsigned so it doesn't even work really. I should really fix that...
  14. gausie

    JSON

    I didn't point you towards this API and there was no agreement to its ongoing behaviour. The API I previously indicated - the one that lets you query a particular item - still works as expected.
  15. gausie

    Bug r27908 Jick Jar use is mistaken as use of a Suspicious Jar, preventing Procedurally-Generated Skeleton Tower adventuring

    Did you mess with that HTML source at all? Usually it comes through with no linebreaks to the DEBUG file
  16. gausie

    New Content Mayam Calendar

    Just to note: we also need to track the calendar being reset in The Hidden Temple (some debug HTML of this happening would be appreciated!) and the free rests (for which Ryo has a PR currently)
  17. gausie

    Bug r27908 Jick Jar use is mistaken as use of a Suspicious Jar, preventing Procedurally-Generated Skeleton Tower adventuring

    If you can attach a debug log of an affected campground.php, I can sort
Back
Top