<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="314435" data-post-id="314435">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="D4no0" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/D4no0/120/33624_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  D4no0
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Frustrating is a much too good of a word to describe this. This is also applicable to unused modules. Take a look at the workaround:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">package main

import (
    _ "fmt" // no more error
)

func main() {
    i := 1 // no more error
    _ = i
}
</code></pre>
<p>At first I was thinking that this was something they enforced to overcome some limitations in the compiler, but the more I think about it and their other poor decisions introduced in the language, the more I realize that this was most probably the ego of the language designer.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="314435" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-can-i-suppress-warnings-ive-been-looking-for-a-while/60912/32">Post #31</a>
	                </div>
	            </div>
              <div id="likers-container-314435" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="314435"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #31"></div>
  </section>
</div>
    <div class="postbit" id="314438" data-post-id="314438">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sodapopcan" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sodapopcan/120/34668_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sodapopcan
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Ya, super annoying.  Elixir has the nice in between of just having “warnings” as dev warnings.  I wouldn’t have been mad if <code>--warnings-as-errors</code> was set by default when doing <code>MIX_ENV=prod mix compile</code>.  OP likely wouldn’t be in the situation they’re in if that were the case, though of course people could still disable it.  Some good sense does need to be left up to the developer, of course.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="314438" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-can-i-suppress-warnings-ive-been-looking-for-a-while/60912/33">Post #32</a>
	                </div>
	            </div>
              <div id="likers-container-314438" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="314438"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #32"></div>
  </section>
</div>
    <div class="postbit" id="314471" data-post-id="314471">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="matt-savvy" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  matt-savvy
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="D4no0" data-post="32" data-topic="60912">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/d4no0/48/33624_2.png" class="avatar"> D4no0:</div>
<blockquote>
<p>I think about it and their other poor decisions introduced in the language, the more I realize that this was most probably the ego of the language designer.</p>
</blockquote>
</aside>
<p>I’ll be a little more charitable and just say the designers are highly opinionated. Which is a GOOD thing - I’d still rather than compared to a language designed by people who aren’t very opinionated and end up with a language that ends up trying to make everyone happy (and as a result, no one is really happy).</p>
<p>That being said… yeah, I am not in love with that choice. But I will give the creators of Golang a lot more credit.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="314471" data-batch-url="/posts/batch_likers">
                        4
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-can-i-suppress-warnings-ive-been-looking-for-a-while/60912/34">Post #33</a>
	                </div>
	            </div>
              <div id="likers-container-314471" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="314471"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #33"></div>
  </section>
</div>
    <div class="postbit" id="314632" data-post-id="314632">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Onor.io" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Onor.io/120/960_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Onor.io
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Consider the use case of a variable name typo.  For example, let’s say I’ve got code that has someVariable and somevariable (I’m not sure about Go but I do recall that in C variable names are case sensitive).  Now in a small function (which is always a good idea) it may just jump out at you that you’ve typo’d the name.</p>
<p>But having seen some legacy code bases where a 500 line routine would be <em>brief</em>, I can say that having the compiler warn me that I’ve got an unused variable (and hence maybe a typo) is actually a good thing. Should that be carried forward into Go and other newer languages?  I’m not sure.  But I do believe that’s part of the reason the warning exists in the first place.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="314632" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-can-i-suppress-warnings-ive-been-looking-for-a-while/60912/35">Post #34</a>
	                </div>
	            </div>
              <div id="likers-container-314632" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="314632"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #34"></div>
  </section>
</div>
    <div class="postbit" id="316352" data-post-id="316352">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Onor.io" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Onor.io/120/960_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Onor.io
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Is this change in 1.16.1</p>
<blockquote>
<ul>
<li>[Kernel.ParallelCompiler] Always log errors at the end of compilation</li>
</ul>
</blockquote>
<p>going to address this issue for you?  Just wondering since it seemed like it may be a fix for the problem you’ve got?</p>
<p>EDITED to correct version number!  Thanks <a class="mention" href="/u/dimitarvp" rel="nofollow">@dimitarvp</a> for pointing that out!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="316352" data-batch-url="/posts/batch_likers">
                        3
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-can-i-suppress-warnings-ive-been-looking-for-a-while/60912/36">Post #35</a>
	                </div>
	            </div>
              <div id="likers-container-316352" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="316352"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #35"></div>
  </section>
</div>
    <div class="postbit" id="316358" data-post-id="316358">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I was about to post the same reply as <a class="mention" href="/u/onor.io" rel="nofollow">@Onor.io</a> but got drowned in work and forgot.</p>
<p>(Also it’s 1.16.1 btw, not 1.6.1)</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="316358" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-can-i-suppress-warnings-ive-been-looking-for-a-while/60912/37">Post #36</a>
	                </div>
	            </div>
              <div id="likers-container-316358" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="316358"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #36"></div>
  </section>
</div>
    <div class="postbit" id="316359" data-post-id="316359">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="phewitt" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/phewitt/120/33296_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  phewitt
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p><a class="mention" href="/u/onor.io" rel="nofollow">@Onor.io</a> <a class="mention" href="/u/dimitarvp" rel="nofollow">@dimitarvp</a> thx for bumping this. I guess this doesn’t really answer my question “how can I suppress warnings”, but it does at least address my main reason for wanting to suppress warnings in the first place, so i’ll go ahead and mark dimitarvp as solution because he got the correct version <img src="https://forum.elixirforum.com/images/emoji/apple/wink.png?v=15" title=":wink:" class="emoji" alt=":wink:" loading="lazy" width="20" height="20"> .</p>
<p>Too summarize for anyone seeing this thread in future.</p>
<p>TLDR; It seems elixir intentionally does not allow warning suppression by design. So, you cannot suppress warnings within the compiler. There are two “hacky” ways to functionally get the desired behavior.</p>
<ol>
<li>
<p>custom compile elixir yourself removing warning code as proposed by <a class="mention" href="/u/peixian" rel="nofollow">@peixian</a> <a href="https://github.com/peixian/elixir-no-warn/tree/peixian/v1.16-no-warnings" class="inline-onebox" rel="noopener nofollow ugc">GitHub - peixian/elixir-no-warn at peixian/v1.16-no-warnings · GitHub</a></p>
</li>
<li>
<p>Pipe compiler output into a second script/program to remove them. Like my coworkers do or as proposed by <a class="mention" href="/u/cochonours" rel="nofollow">@Cochonours</a> above.</p>
</li>
</ol>
<p>thx for responses everyone!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="316359" data-batch-url="/posts/batch_likers">
                        4
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-can-i-suppress-warnings-ive-been-looking-for-a-while/60912/38">Post #37</a>
	                </div>
	            </div>
              <div id="likers-container-316359" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="316359"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #37"></div>
  </section>
</div>
    <div class="postbit" id="316363" data-post-id="316363">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>If push comes to shove you can always just use your IDE to track errors while completely ignoring the CLI output of the compiler. I use NeoVim’s <code>trouble.nvim</code>, it helps a lot to aggregate all problems into a single pane (warnings included BUT they can be turned off with a setting if memory serves). I am pretty sure VSCode has the same.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="316363" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-can-i-suppress-warnings-ive-been-looking-for-a-while/60912/39">Post #38</a>
	                </div>
	            </div>
              <div id="likers-container-316363" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="316363"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #38"></div>
  </section>
</div>
    <div class="postbit" id="316374" data-post-id="316374">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Onor.io" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Onor.io/120/960_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Onor.io
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>(Deleted my post since it only seems to have hurt rather than helped the discussion)</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="316374" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-can-i-suppress-warnings-ive-been-looking-for-a-while/60912/40">Post #39</a>
	                </div>
	            </div>
              <div id="likers-container-316374" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="316374"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #39"></div>
  </section>
</div>
    <div class="postbit" id="316379" data-post-id="316379">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="phewitt" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/phewitt/120/33296_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  phewitt
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I had no intention of debating importance of warnings or other language design decisions. I simply wanted to know how I can suppress warnings.</p>
<p>These threads can be a great resource to quickly answer specific questions. However now, someone else might wonder how to suppress a warning, but instead of quickly seeing a clear answer, they get to read through paragraphs of your opinions and ideas about warnings and other language design decisions. None of which really even attempt to answer my questions.</p>
<aside class="quote no-group quote-modified" data-username="Onor.io" data-post="40" data-topic="60912">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/onor.io/48/960_2.png" class="avatar"> Onor.io:</div>
<blockquote>
<p>Well since it’s pretty much on record that they’re not going to provide a mechanism to suppress warnings, I think having the errors at the end of the output is likely the best answer you’re going to get.</p>
</blockquote>
</aside>
<p>That “record” didn’t seem so obvious to me otherwise I wouldn’t have even posted this thread to begin with. And yeah I think so too that’s why I initially selected your answer as the solution.</p>
<aside class="quote no-group quote-modified" data-username="Onor.io" data-post="40" data-topic="60912">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/onor.io/48/960_2.png" class="avatar"> Onor.io:</div>
<blockquote>
<p>And, again, flogging that dead equine, it’s a far better approach to figure out what the warnings are telling you and deal with them than to try to find a way to ignore them.</p>
</blockquote>
</aside>
<p>Obviously, it is better to not have warnings than to have warnings and suppress them… Who would think otherwise… If I could flick a magic wand and instantly fix all the thousands of warnings I would.</p>
<aside class="quote no-group quote-modified" data-username="Onor.io" data-post="40" data-topic="60912">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/onor.io/48/960_2.png" class="avatar"> Onor.io:</div>
<blockquote>
<p>My $.02 again but it’s pretty sloppy to leave warnings in code either (ideally) they should be fixed</p>
</blockquote>
</aside>
<p>Again… I’m not defending the suppression of warnings being “sloppy” or the quality of the code itself! I also want them fixed and think they should be fixed, but “should be fixed” is not an answer to my question. I have real problems to solve yesterday and spending the next month fixing warnings is not the main one. I can only chip away at them incrementally. Can you even comprehend what an intermediary step might look like? In real life, you can’t go from thousands of warnings to 0 warnings without taking time substantial time to do so.</p>
<aside class="quote no-group quote-modified" data-username="Onor.io" data-post="40" data-topic="60912">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/onor.io/48/960_2.png" class="avatar"> Onor.io:</div>
<blockquote>
<p>too many developers think all warnings are simply an annoyance to be ignored rather than a useful tool to help us avoid dicey code.</p>
</blockquote>
</aside>
<p>I know very little developers that think this, myself included. Sometimes the time to deal with the warnings isn’t worth the time it takes, so you have to suck it up. Nobody likes warnings.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="316379" data-batch-url="/posts/batch_likers">
                        6
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-can-i-suppress-warnings-ive-been-looking-for-a-while/60912/41">Post #40</a>
	                </div>
	            </div>
              <div id="likers-container-316379" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="316379"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #40"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/60912/load_more?page=5">Load more posts (31 remaining)</a>
</div></template></turbo-stream>