https://htmx.org logo
Join Discord
Powered by
# ye-olde-intercoolerjspth
  • m

    mysterious-toddler-20573

    11/30/2021, 2:02 PM
    we could cut a new release (!!!) to make this configurable
  • a

    adamant-exabyte-92636

    11/30/2021, 2:03 PM
    Ha!
  • a

    adamant-exabyte-92636

    11/30/2021, 2:05 PM
    It might be a complete misnomer, but we're having users suddenly getting "localstorage full" errors in Chrome the last 2 months or so... and when we look at it, it looks like that biggest chunk is about 30 (??) ic-hist-elt ... entries
  • a

    adamant-exabyte-92636

    11/30/2021, 2:06 PM
    We're also not far away from replacing that intercooler app with the migrated htmx one, so whatever we can do that's quick and easy as an interim fix, will be great 😅
  • a

    adamant-exabyte-92636

    11/30/2021, 2:07 PM
    @User ☝️
  • m

    mysterious-toddler-20573

    11/30/2021, 2:13 PM
    yeesh
  • m

    mysterious-toddler-20573

    11/30/2021, 2:13 PM
    https://github.com/bigskysoftware/intercooler-js/blob/b60663dc3ae7c04bd74109c4508ed3f4b202f73d/src/intercooler.js#L1903
  • m

    mysterious-toddler-20573

    11/30/2021, 2:13 PM
    have you seen this?
  • m

    mysterious-toddler-20573

    11/30/2021, 2:16 PM
    is this on mobile?
  • m

    mysterious-toddler-20573

    11/30/2021, 2:16 PM
    Would be happy to help troubleshoot
  • a

    adamant-exabyte-92636

    11/30/2021, 2:24 PM
    Oh no I didn't know about that, we just grabbed it manually. It happens so sporadically that we've only managed to grab it once. And no it's on desktop (every time that know of, Mac laptops now that I think of it)
  • a

    adamant-exabyte-92636

    11/30/2021, 2:25 PM
    Like I said.. we've been running intercooler in that app for years, and it only started happening now recently, so I reckon something else is at play... a quick fix might be to limit the history entries to 10 only. But we'll dig a bit more too
  • m

    mysterious-toddler-20573

    11/30/2021, 2:26 PM
    OK, how do you deploy intercooler? Do you have a local copy?
  • a

    adamant-exabyte-92636

    11/30/2021, 2:27 PM
    Yes, "special build" even 🙈 ... not that I can for the life of me remember what we fixed/changed in that special build anymore "intercooler-1.2.3.special-build.js"
  • a

    adamant-exabyte-92636

    11/30/2021, 2:28 PM
    I think it was something you changed way bug when, but it wasn't released yet
  • a

    adamant-exabyte-92636

    11/30/2021, 2:29 PM
    I'll do a diff quick to see what we changed in that
  • a

    adamant-exabyte-92636

    11/30/2021, 2:31 PM
    Oh - this is what we did: "/* COMMSPACE - Early fix release, containing support for calling scoped methods in ic-action */"
  • a

    adamant-exabyte-92636

    11/30/2021, 2:33 PM
    This was the change it seems - to make us be able to call scoped Js functions in ic-action, e.g.
    ic-action="MyScope.doSomething"
  • a

    adamant-exabyte-92636

    11/30/2021, 2:34 PM
    We can just change the
    20
    to a
    10
    I guess in our "special build" ... that would be a very quick fix 🙂, ie.
    Copy code
    function getSlotLimit() {
        return 20; // We could change this to 10
      }
  • m

    mysterious-toddler-20573

    11/30/2021, 2:39 PM
    yep
  • m

    mysterious-toddler-20573

    11/30/2021, 2:39 PM
    that's the line
  • a

    adamant-exabyte-92636

    11/30/2021, 3:11 PM
    🙏
  • m

    mysterious-toddler-20573

    01/31/2022, 12:32 AM
    just popping in to say that intercooler.js is still supported, still awesome, and I'm willing to help anyone who has issues with it
  • j

    jolly-kite-167

    08/06/2022, 1:46 AM
    my new server - https://discord.gg/family-main
  • c

    calm-ice-23682

    08/10/2022, 3:28 PM
    when you spot someone's library used in the wild https://balto.baltorepo.com/legal/
  • m

    mysterious-toddler-20573

    08/10/2022, 4:08 PM
    Ha!
  • g

    gray-oyster-51537

    10/12/2022, 6:27 PM
    I was generating some stats about my codebase as work and counted 1,539
    ic-*
    attributes in our HTML templates. Can anyone beat that? 🙂
  • m

    mysterious-toddler-20573

    10/12/2022, 6:35 PM
    the original app built w/ intercooler: 659 instances
  • m

    mysterious-toddler-20573

    10/12/2022, 6:35 PM
    adam wins
  • s

    swift-translator-13366

    10/31/2022, 12:29 AM
    Just a quick heads-up regarding the PR I made in https://github.com/bigskysoftware/intercooler-js/pull/340, since it's been almost a month with no feedback (no big deal, its a small fix — just making sure it gets seen)