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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I wanted a process to be unique in the cluster, thanks to <code>:global</code> name registration. I also wanted another node to start the child if the node hosting the child died.</p>
<p>First I tried to achieve that with Horde, but I really wanted the child to be in my supervision tree, and no “start the child on that other supervisor” Task under my tree.</p>
<p>Then I found <a href="https://moosecode.nl/blog/highlander_there_can_be_only_one" rel="noopener nofollow ugc">this blog post</a> that said that, indeed, Horde was not meant for that, and that there was a simpler way with <code>:global</code>.  Plus, the author of that blog post <em>is</em> the author of the Horde library, which made me confident that I was on the right path.</p>
<p>The author proposed its own way using global, <a href="https://github.com/derekkraan/highlander" rel="noopener nofollow ugc"><code>Highlander</code></a>, but it seems abandoned.</p>
<p>So I made a similar tool called <a href="https://hex.pm/packages/global_child" rel="nofollow"><code>GlobalChild</code></a> (+ <a href="https://hexdocs.pm/global_child" rel="noopener nofollow ugc">docs</a>), it is simple to use and works pretty well <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="232688" 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/reality-check-your-library-idea/32840/32">Post #31</a>
	                </div>
	            </div>
              <div id="likers-container-232688" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="232688"
                     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="233081" data-post-id="233081">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I propose a “Inspect/Trace Editor Plugin”</p>
<p>So you have this code in your editor</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">     def foo(bar) do
       bar
       |&gt; do
       |&gt; some
       |&gt; stuff
     end
</code></pre>
<p>and want to inspect after <code>some</code>.<br>
You just have to hit a hotkey and tiny loupe-icon appears in the sidebar</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">     def foo(bar) do
       bar
       |&gt; do
🔍     |&gt; some
       |&gt; stuff
     end
</code></pre>
<p>Effectively it appends a hidden <code>|&gt; IO.inspect</code> to the line.<br>
It may also offer a prompt for a label, the default being the line number.<br>
Also coming with a clear-all / clear-all-in-file / disable-all.</p>
<p>Instead of inspect one could also use tracing.</p>
<p>pro: would be nice<br>
con: no idea how to do that <img src="https://forum.elixirforum.com/images/emoji/apple/grin.png?v=15" title=":grin:" class="emoji" alt=":grin:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="233081" data-batch-url="/posts/batch_likers">
                        5
                      </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/reality-check-your-library-idea/32840/33">Post #32</a>
	                </div>
	            </div>
              <div id="likers-container-233081" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="233081"
                     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="233104" data-post-id="233104">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I regularly do IO.inspect everywhere in my files.<br>
I and my friend have our own ColorIO module which does colored printing.</p>
<p>This would be awesome.</p>
<p>Any leads on how to do it?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="233104" 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/reality-check-your-library-idea/32840/34">Post #33</a>
	                </div>
	            </div>
              <div id="likers-container-233104" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="233104"
                     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="233118" data-post-id="233118">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="TwistingTwists" data-post="34" data-topic="32840">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/twistingtwists/48/21564_2.png" class="avatar"> TwistingTwists:</div>
<blockquote>
<p>I and my friend have our own ColorIO module which does colored printing.</p>
</blockquote>
</aside>
<p>Yes I’ve seen that. Would be nice if the plugin could use that with an easy config interface to set coloring-rules.</p>
<aside class="quote no-group" data-username="TwistingTwists" data-post="34" data-topic="32840">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/twistingtwists/48/21564_2.png" class="avatar"> TwistingTwists:</div>
<blockquote>
<p>Any leads on how to do it?</p>
</blockquote>
</aside>
<p>None.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="233118" 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/reality-check-your-library-idea/32840/35">Post #34</a>
	                </div>
	            </div>
              <div id="likers-container-233118" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="233118"
                     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="233119" data-post-id="233119">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>These two modules will help you:</p>
<ul>
<li><a href="https://hexdocs.pm/elixir/Inspect.Algebra.html" rel="noopener nofollow ugc"><code>Inspect.Algebra</code></a></li>
<li><a href="https://hexdocs.pm/elixir/IO.ANSI.html" rel="noopener nofollow ugc"><code>IO.ANSI</code></a></li>
</ul> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="233119" 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/reality-check-your-library-idea/32840/36">Post #35</a>
	                </div>
	            </div>
              <div id="likers-container-233119" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="233119"
                     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="237602" data-post-id="237602">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Update: this project is stalled and will be refactored to use new functionalities of LiveView since initial code was written. One day…one day…</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="237602" 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/reality-check-your-library-idea/32840/37">Post #36</a>
	                </div>
	            </div>
              <div id="likers-container-237602" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="237602"
                     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="243327" data-post-id="243327">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Would it be possible to set a default locale for the naked scope?</p>
<pre data-code-wrap="diff"><code class="lang-diff">  use Phx.AltRoutes,
    routes: %{
      "dutch" =&gt; %{
        path_prefix: "nl",
        bindings: %{locale: "nl_NL"},
      },
      "english" =&gt; %{
+       naked: true,
        path_prefix: "en",
        bindings: %{locale: "en_GB"},
      },
    },
    gettext_module: MyAppWeb.Gettext
</code></pre>
<p>Or perhaps by having the <code>path_prefix</code> set to the empty string for the locale owning the naked scope. Either way, with the result being that it will not generate the <code>scope "/:locale" do</code> block, but simply set the <code>scope "/" do</code> block with the default <code>:locale</code> instead.</p>
<p>When you publish the library I would be interested in taking it for a ride.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="243327" 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/reality-check-your-library-idea/32840/38">Post #37</a>
	                </div>
	            </div>
              <div id="likers-container-243327" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="243327"
                     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="243340" data-post-id="243340">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thanks for the great suggestion, this is already part of the lib. The current config is still being tweaked, but right now looks like:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">defmodule ExampleWeb.AltRoutes do
  defmodule Assigns do
    defstruct [:contact, locale: "en", language: "en"]
  end

  use Phx.AltRoutes,
    root: %{assigns: %Assigns{contact: "root@example.com"}},
    routes: %{
      "europe" =&gt; %{
        short: "eu",
        slug: "europe",
        assigns: %Assigns{language: "en", locale: "en", contact: "europe@example.com"},
        routes: %{
          "netherlands" =&gt; %{
            slug: "nl",
            assigns: %Assigns{language: "nl", locale: "nl", contact: "verkoop@example.nl"}
          },
          "belgium" =&gt; %{
            slug: "be",
            assigns: %Assigns{language: "nl", locale: "be", contact: "handel@example.be"}
          }
        }
      },
      "united-kingdom" =&gt; %{
        slug: "uk",
        assigns: %Assigns{language: "en", locale: "en", contact: "sales@example.com"}
      }
    },
    gettext_module: ExampleWeb.Gettext
end

</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="243340" 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/reality-check-your-library-idea/32840/39">Post #38</a>
	                </div>
	            </div>
              <div id="likers-container-243340" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="243340"
                     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="243898" data-post-id="243898">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Started a pre-release feedback round: <a href="https://forum.elixirforum.com/t/phx-altroutes-pre-release-feedback-discussion/46233" rel="nofollow">Phx AltRoutes: pre release feedback / discussion</a></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="243898" 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/reality-check-your-library-idea/32840/40">Post #39</a>
	                </div>
	            </div>
              <div id="likers-container-243898" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="243898"
                     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="247184" data-post-id="247184">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="wolf4earth" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/wolf4earth/120/40066_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  wolf4earth
                    <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’ve started working on “sum type” package to scratch my own itch and would like to get some feedback on the API I’ve chosen. This is how you’d defined a sum type (often referred to as “union”).</p>
<p>For the example I’m gonna use the probably well known “Maybe” sum type:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">defmodule Maybe do
  import ExUnion

  defunion some(value) | none
end
</code></pre>
<p>(I actually would’ve loved to do <code>defunion Some(value) | None</code> but that’s invalid Elixir syntax. <img src="https://forum.elixirforum.com/images/emoji/apple/cry.png?v=15" title=":cry:" class="emoji" alt=":cry:" loading="lazy" width="20" height="20">)</p>
<p>To ease usage and integration into existing code-bases I’ve decided to transform this as much as possible into existing Elixir structures and patterns. So this snippet above would compile to:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">defmodule Maybe do
  defmodule Some do
    @type t :: %__MODULE__{value: any}
    defstruct [:value]

    def new(value) do
      %__MODULE__{value: value}
    end
  end

  defmodule None do
    @type t :: %__MODULE__{}
    defstruct []

    def new() do
      %__MODULE__{}
    end
  end

  @type t :: Some.t() | None.t()
  
  defdelegate some(value),
    to: Some,
    as: :new

  defdelegate none(),
    to: None,
    as: :new

  defguard is_maybe(value) when is_struct(value, Some) or is_struct(value, None)
end
</code></pre>
<p>Usage then might look like this:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">def some_function(maybe) when is_maybe(maybe) do
  case maybe do
    %Maybe.Some{value: value} -&gt;
      # Do something with value

    %Maybe.None{} -&gt;
      # Do something else
  end
end
</code></pre>
<p>Or building:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">def returning_maybe(value) do
  case value do
    nil -&gt; Maybe.none()
    non_nil -&gt; Maybe.some(non_nil)
  end
end
</code></pre>
<p>Is there anything you’d be missing with this API? I’m also planning to support type annotations in the definition, so things like this would be possible:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">defmodule Shape do
  import ExUnion

  defunion rectangle(height :: float, width :: float) | circle(radius :: float) | triangle(base :: float, height :: float)
end
</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="247184" 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/reality-check-your-library-idea/32840/41">Post #40</a>
	                </div>
	            </div>
              <div id="likers-container-247184" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="247184"
                     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/32840/load_more?page=5">Load more posts (1 remaining)</a>
</div></template></turbo-stream>