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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thanks so much for the help, I really appreciate it! Maybe I’m just confused about what the feature really does. I was assuming it was similar to the VSCode functionality where it’ll actually <em>suggest</em> the correct typespec based on the inferred success typings. The docs for <code>lsp-mode</code>’s <code>lsp-elixir</code> made me think that that was the way it worked:</p>
<blockquote>
<p>Suggest <a class="mention" href="/u/spec" rel="nofollow">@spec</a> annotations inline using Dialyzer`s inferred success typings. This requires Dialyzer.</p>
</blockquote>
<p>Maybe I just misunderstood the feature. When I used VSCode I could just write a function and then above it, VSCode would suggest the correct <code>@spec</code> and I could insert it. From your screenshot it looks like maybe <code>lsp-elixir</code> just autocompletes the specs as you type? If that’s the case then I think everything is working fine for me; maybe the <code>elixir-lsp</code> docs just need the wording tweaked.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="228466" 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/emacs-elixir-setup-configuration-wiki/19196/203">Post #202</a>
	                </div>
	            </div>
              <div id="likers-container-228466" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="228466"
                     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 #202"></div>
  </section>
</div>
    <div class="postbit" id="228496" data-post-id="228496">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>This is lenses. Make sure they are enabled in your configuration <code>(setq lsp-lens-enable t)</code> (or how you do it in doom, I am a spacemacs user)</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="228496" 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/emacs-elixir-setup-configuration-wiki/19196/204">Post #203</a>
	                </div>
	            </div>
              <div id="likers-container-228496" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="228496"
                     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 #203"></div>
  </section>
</div>
    <div class="postbit" id="228497" data-post-id="228497">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Oh man, that did it! Thanks so much both of you <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="228497" 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/emacs-elixir-setup-configuration-wiki/19196/205">Post #204</a>
	                </div>
	            </div>
              <div id="likers-container-228497" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="228497"
                     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 #204"></div>
  </section>
</div>
    <div class="postbit" id="229453" data-post-id="229453">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I apologize in advance for the off-topic proselytizing but I haven’t seen this mentioned on this forum and I really feel like people should be aware of it:</p>
<p>There is now a pretty usable emulation of Spacemacs and Magit available in VS Code via the VSpaceCode extension. It adds all the bindings and adds other extensions - the most impressive of which is edamagit that does a very respectable job of emulating magit in VS Code.</p>
<p>I think VS Code has had a better language experience than Emacs for at least a year or two now (for example, go to definition <em>always works</em>, outline, find references, faster loading of large files, better error highlighting), but I was never able to switch to it due to muscle-memory reliance on Spacemacs bindings which are too time-consuming to recreate and particularly on Magit. The only thing I’m still missing is a fuzzy find in files that competes with helm but its now good enough that the benefits outweigh the drawbacks. Also the plugin system is easy to hack on, not quite as self-integrated as Emacs but easy to learn if you know Javascript/NPM. I submitted my first patch to a plugin 4 days after adopting it with less than hour of work.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="229453" 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/emacs-elixir-setup-configuration-wiki/19196/206">Post #205</a>
	                </div>
	            </div>
              <div id="likers-container-229453" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="229453"
                     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 #205"></div>
  </section>
</div>
    <div class="postbit" id="240989" data-post-id="240989">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>This is my first post on Elixir forum, but I think that it is necessary. I’m relatively new to Elixir world and I’ve tried few times to setup elixir-ls with lsp-mode on my vanilla emacs. Eglot worked as it is described in this heading wiki, but lsp-mode was nightmare for me. I’ve already had lsp-mode installed to try it for Java and TypeScript.</p>
<p>Long story short, on <code>use-package lsp-mode</code> and :hook elixir-mode with lsp-mode there was constant annoying error message <code>Symbols function definition is void: -const</code>. I must say that I learned a lot about elisp by trying to solve this, but nothing helped. And then, after a whole day of duckducking I found a comment on some lsp-mode error that suggested to <strong>delete complete <code>.emacsd/elpa</code> folder</strong> and let emacs reload everything.</p>
<p>If someone in the future has lot of troubles with lsp-mode maybe this action could be last desperate resort.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="240989" 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/emacs-elixir-setup-configuration-wiki/19196/207">Post #206</a>
	                </div>
	            </div>
              <div id="likers-container-240989" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="240989"
                     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 #206"></div>
  </section>
</div>
    <div class="postbit" id="242876" data-post-id="242876">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>FYI <code>lsp-mode</code> just merged the <a href="https://github.com/emacs-lsp/lsp-mode/pull/3316" rel="noopener nofollow ugc">PR to add an installer for Elixir-LS</a>, hence from the next release it won’t be required to install it manually anymore (at least for <code>lsp-mode</code> users).</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="242876" 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/emacs-elixir-setup-configuration-wiki/19196/208">Post #207</a>
	                </div>
	            </div>
              <div id="likers-container-242876" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="242876"
                     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 #207"></div>
  </section>
</div>
    <div class="postbit" id="249150" data-post-id="249150">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Up until a few days ago I managed to disable dialyzer in Spacemacs with this snippet:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">  (defvar lsp-elixir--config-options (make-hash-table))
  (puthash "dialyzerEnabled" :json-false lsp-elixir--config-options)
  (add-hook 'lsp-after-initialize-hook
            (lambda ()
              (lsp--set-configuration `(:elixirLS, lsp-elixir--config-options))))
</code></pre>
<p>but it no longer works, any thoughts?</p>
<p>dev branch<br>
backend: lsp</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="249150" 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/emacs-elixir-setup-configuration-wiki/19196/209">Post #208</a>
	                </div>
	            </div>
              <div id="likers-container-249150" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="249150"
                     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 #208"></div>
  </section>
</div>
    <div class="postbit" id="250859" data-post-id="250859">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Finally got around to moving off of Aquamacs (stuck at emacs 24.x) and have landed on Emacs Plus (<a href="https://github.com/d12frosted/homebrew-emacs-plus" class="inline-onebox" rel="noopener nofollow ugc">GitHub - d12frosted/homebrew-emacs-plus: Emacs Plus formulae for the Homebrew package manager · GitHub</a>) vanilla emacs distribution aimed at macOS.</p>
<p>As a part of that I’ve put together a configuration kit that includes all the bits that I need for Elixir in emacs at <a href="https://github.com/walter/emakit" class="inline-onebox" rel="noopener nofollow ugc">GitHub - walter/emakit: emacs editor configuration kit · GitHub</a>.</p>
<p>Fairly minimal, does have a few niceties for Macs, but should be mostly portable. It will install <code>elixir-ls</code>, <code>lsp-mode</code>, etc. (i.e. not <code>eglot</code>). Basically you install your lsp server, grab emacs plus, set this up, and start emacs and things will be installed and configured.</p>
<p>Hope someone finds it helpful.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="250859" 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/emacs-elixir-setup-configuration-wiki/19196/210">Post #209</a>
	                </div>
	            </div>
              <div id="likers-container-250859" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="250859"
                     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 #209"></div>
  </section>
</div>
    <div class="postbit" id="256287" data-post-id="256287">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hey folks, I can’t manage how to make my lsp config works with jump to definition… I don’t know if I’m doing anything wrong… I can jump to definition in the same file, but I can’t jump to other files or even jump to modules on the aliases section.</p>
<p>This is my configuration:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">(use-package elixir-mode
  :hook ((elixir-mode . flycheck-mode))
  :bind (:map elixir-mode-map
              ("C-c i" . elixir-format))
  :config (add-hook 'before-save-hook 'elixir-format))

;; (use-package alchemist
;;   :hook ((elixir-mode . alchemist-mode)
;;          (elixir-mode . flycheck-mode))
;;   :bind (:map elixir-mode-map
;;               ("C-c i" . elixir-format))
;;   :init (setq alchemist-key-command-prefix (kbd "C-c ,"))
;;   :config (add-hook 'before-save-hook 'elixir-format))

(use-package flycheck-credo
  :after (flycheck elixir-mode)

  :custom
  (flycheck-elixir-credo-strict t)

  :hook
  (elixir-mode . flycheck-credo-setup))

(use-package exunit
  :hook (elixir-mode . exunit-mode)

  :bind
  (:map elixir-mode-map
        ("C-c , a" . exunit-verify-all)
        ("C-c , A" . exunit-verify-all-in-umbrella)
        ("C-c , s" . exunit-verify-single)
        ("C-c , v" . exunit-verify)
        ("C-c , r" . exunit-rerun)
        ("C-c , f" . exunit-toggle-file-and-test)))

(use-package lsp-mode
  :hook ((clojure-mode . lsp)
         (elixir-mode . lsp)
         (typescript-mode . lsp)
         (rustic-mode . lsp)
         (lsp-mode . lsp-enable-which-key-integration))
  :bind (("M-." . lsp-find-definition))
  :commands lsp
  :init
  (setq lsp-keymap-prefix "C-c l")
  (setq gc-cons-threshold 100000000)
  (setq read-process-output-max (* 1024 1024)) ;; 1mb
  (setq lsp-file-watch-threshold 1500)
  :config
  (add-to-list 'lsp-language-id-configuration '(nix-mode . "nix"))
  (lsp-register-client
   (make-lsp-client :new-connection (lsp-stdio-connection '("rnix-lsp"))
                    :major-modes '(nix-mode)
                    :server-id 'nix))
  :custom
  (lsp-rust-analyzer-cargo-watch-command "clippy")
  (lsp-rust-analyzer-server-display-inlay-hints t)
  (lsp-eldoc-render-all t))
</code></pre>
<p>There’s a lot of configs here, because I use the lsp-mode to other languages as well</p>
<p>I looked at the <em>lsp-log</em> but didn’t find anything useful <img src="https://forum.elixirforum.com/images/emoji/apple/confused.png?v=15" title=":confused:" class="emoji" alt=":confused:" loading="lazy" width="20" height="20"></p>
<p>Can you folks help me to debug this issue?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="256287" 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/emacs-elixir-setup-configuration-wiki/19196/211">Post #210</a>
	                </div>
	            </div>
              <div id="likers-container-256287" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="256287"
                     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 #210"></div>
  </section>
</div>
    <div class="postbit" id="258933" data-post-id="258933">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I am struggling with the completion in my setup.</p>
<p>I am not suggested any completions. When I ask for them explicitly by calling <code>completion-at-point</code>, emacs hangs for like 10 seconds and then messages <code>completion--some: Timeout while waiting for response.  Method: textDocument/completion</code>.</p>
<p>The versions I am using</p>
<ul>
<li>Emacs 28.1</li>
<li>ElixirLS v0.11.0</li>
<li>Elixir 1.13.4 OTP 25</li>
</ul>
<p>I set <code>lsp-log-ip</code> to <code>t</code> and after the timeout I see:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">[Trace - 11:16:11 ] Sending request 'textDocument/completion - (47)'.
Params: {
  "textDocument": {
    "uri": "file:///&lt;correct file path to the file I am editing&gt;"
  },
  "position": {
    "line": 28,
    "character": 0
  },
  "context": {
    "triggerKind": 1
  }
}


[Trace - 11:16:21 ] Sending notification '$/cancelRequest'.
Params: {
  "id": 47
}
</code></pre>
<p>Any ideas?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="258933" 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/emacs-elixir-setup-configuration-wiki/19196/212">Post #211</a>
	                </div>
	            </div>
              <div id="likers-container-258933" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="258933"
                     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 #211"></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/19196/load_more?page=22">Load more posts (16 remaining)</a>
</div></template></turbo-stream>