Comment on the top level thing and someonw will hopefully comment on yours. Just say like “Test”

    • @cheese_greaterOP
      link
      411 months ago

      Did I actually do something bad? Like are y’all upset at me?

        • @cheese_greaterOP
          link
          111 months ago

          I feel like I’m def more of an IdeasGuy, like I don’t implement stuff but I guess I’m good at finding edge cases/outliers.

      • BlueÆther
        link
        fedilink
        311 months ago

        looks like 128 deep from here, and that number feels very familiar some how. I just cant place where Ive seen it before…

          • BlueÆther
            link
            fedilink
            1111 months ago

            If in doubt look at the code:

            const MAX_COMMENT_DEPTH_LIMIT: usize = 100;

            I Guess that is the answer

            • @Feathercrown
              link
              English
              111 months ago

              Maybe there are branches in the tree of comments?

        • @Feathercrown
          link
          English
          411 months ago

          128 = 2^7; powers of 2 show up a lot in computing. Looks like it’s 100 though per the below comment.