<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="217630" data-post-id="217630">
  <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>Seems like I don’t have to do anything extra, only restart my Emacs because it didn’t pick up the changes in ElixirLS upon reloading a buffer. But after that it did build the project with Erlang 24 / Elixir 1.12.</p>
<p>Thanks!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="217630" 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/elixirls-the-elixir-language-server/5857/134">Post #133</a>
	                </div>
	            </div>
              <div id="likers-container-217630" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="217630"
                     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 #133"></div>
  </section>
</div>
    <div class="postbit" id="217811" data-post-id="217811">
  <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>OK, here’s another question (or a request):</p>
<p><strong>Can ElixirLS have several different releases compiled for different OTP versions and switch between them depending on which OTP version the project uses?</strong></p>
<p>I have several projects that aren’t moving away to OTP 24 anytime soon and when I compile ElixirLS for it those projects’ LSP startup fails (I guess unsurprisingly). So I recompiled ElixirLS for OTP 23 but that will crash it when starting it inside OTP 24 projects.</p>
<p>After visiting an OTP 23 projects while ElixirLS is compiled for OTP 24 I get an error on the lane of “can’t find ElixirLS CLI module” or some such (can dig the error if you like).</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="217811" 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/elixirls-the-elixir-language-server/5857/135">Post #134</a>
	                </div>
	            </div>
              <div id="likers-container-217811" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="217811"
                     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 #134"></div>
  </section>
</div>
    <div class="postbit" id="222785" data-post-id="222785">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="axelson" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/axelson/120/26351_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  axelson
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Scenic Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Version 0.8.0 was released today! <img src="https://forum.elixirforum.com/images/emoji/apple/rocket.png?v=15" title=":rocket:" class="emoji" alt=":rocket:" loading="lazy" width="20" height="20"></p>
<p>Note that there are some deprecations in this release:</p>
<ul>
<li>Minimum version of Elixir is now 1.10</li>
<li>Minimum version of Erlang/OTP is now 22<br>
These are keeping in line with our Version Support Guidelines: <a href="https://github.com/elixir-lsp/elixir-ls/blob/master/DEVELOPMENT.md#version-support-guidelines" class="inline-onebox" rel="nofollow">elixir-ls/DEVELOPMENT.md at master · elixir-lsp/elixir-ls · GitHub</a></li>
</ul>
<p>This release adds HEEx and Surface file support to ElixirLS, but for syntactical support VSCode users will want to wait for <a href="https://github.com/phoenixframework/vscode-phoenix" class="inline-onebox" rel="nofollow">GitHub - phoenixframework/vscode-phoenix: Syntax highlighting support for Phoenix templates in Visual Studio Code. · GitHub</a> which is still under development (ElixirLS itself doesn’t contain syntax support, that’s generally provided by an editor-specific extension).</p>
<p>Improvements:</p>
<ul>
<li>Watch HEEx and Surface files (thanks <a href="https://github.com/msaraiva" rel="nofollow">Marlus Saraiva</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/583" rel="nofollow">#583</a></li>
<li>Basic single-file (e.g. <code>.exs</code>) support (thanks <a href="https://github.com/lukaszsamson" rel="nofollow">Łukasz Samson</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/562" rel="nofollow">#562</a> (and VSCode <a href="https://github.com/elixir-lsp/vscode-elixir-ls/pull/195" rel="nofollow">#195</a>)</li>
<li>Smarter spec suggestions in protocols and implementations (thanks <a href="https://github.com/lukaszsamson" rel="nofollow">Łukasz Samson</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/549" rel="nofollow">#549</a></li>
<li>Trigger signature_help on comma (thanks <a href="https://github.com/jared-mackey" rel="nofollow">Jared Mackey</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/564" rel="nofollow">#564</a></li>
<li>ElixirSense: Add more fuzzy matching (thanks <a href="https://github.com/maciej-szlosarczyk" rel="nofollow">Maciej Szlosarczyk</a>) <a href="https://github.com/elixir-lsp/elixir_sense/pull/131" rel="nofollow">#131</a></li>
<li>ElixirSense: Add inference when using dependency injection with module attributes (<a href="https://github.com/gugahoa" rel="nofollow">Gustavo Aguiar</a>) <a href="https://github.com/elixir-lsp/elixir_sense/pull/133" rel="nofollow">#133</a></li>
<li>ElixirSense: Add support for EEP-48 (updated documentation storage format) (thanks <a href="https://github.com/lukaszsamson" rel="nofollow">Łukasz Samson</a>) <a href="https://github.com/elixir-lsp/elixir_sense/pull/132" rel="nofollow">#132</a>
<ul>
<li><a href="http://erlang.org/doc/apps/kernel/eep48_chapter.html" class="inline-onebox" rel="nofollow">EEP-48: Documentation storage and format — OTP 29.0.2 (kernel 11.0.2)</a></li>
</ul>
</li>
</ul>
<p>Bug Fixes:</p>
<ul>
<li>Fix suggest contracts windows regression (thanks <a href="https://github.com/lukaszsamson" rel="nofollow">Łukasz Samson</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/531" rel="nofollow">#531</a></li>
<li>Support exunit describe and test calls with unevaluated names (thanks <a href="https://github.com/J3RN" rel="nofollow">Jonathan Arnett</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/537" rel="nofollow">#537</a></li>
<li>Improve test runner to use exunit testPaths and testPattern (thanks <a href="https://github.com/Blond11516" rel="nofollow">Étienne Lévesque</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/500" rel="nofollow">#500</a></li>
<li>Fix race-condition in suggest contracts (thanks <a href="https://github.com/lukaszsamson" rel="nofollow">Łukasz Samson</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/544" rel="nofollow">#544</a></li>
<li>Fix <code>@doc false</code> and <code>@moduledoc false</code> for folding ranges (thanks <a href="https://github.com/axelson/" rel="nofollow">Jason Axelson</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/580" rel="nofollow">#580</a></li>
<li>Guard against sending -1 line or column locations in LSP messages (thanks <a href="https://github.com/rktjmp" rel="nofollow">Oliver Marriott</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/558" rel="nofollow">#558</a></li>
<li>Handle Nova long form paths in rootURI (thanks <a href="https://github.com/raulchedrese" rel="nofollow">Raul Chedrese</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/579" rel="nofollow">#579</a></li>
</ul>
<p>Housekeeping:</p>
<ul>
<li>Minor iteration/performance improvements (thanks <a href="https://github.com/asummers" rel="nofollow">Andrew Summers</a>) <a href="https://github.com/elixir-lsp/elixir-ls/pull/527" rel="nofollow">#527</a></li>
</ul>
<p>VSCode:</p>
<ul>
<li>Support HEEx and Surface files (thanks <a href="https://github.com/msaraiva" rel="nofollow">Marlus Saraiva</a>) <a href="https://github.com/elixir-lsp/vscode-elixir-ls/pull/204" rel="nofollow">#204</a></li>
<li>Support optional <code>~S</code> sigil at start of doc folding region (thanks <a href="https://github.com/thepeoplesbourgeois" rel="nofollow">thepeoplesbourgeois</a>) <a href="https://github.com/elixir-lsp/vscode-elixir-ls/pull/179" rel="nofollow">#179</a></li>
<li>Fix run test command to save document before running tests (thanks <a href="https://github.com/Blond11516" rel="nofollow">Étienne Lévesque</a>) <a href="https://github.com/elixir-lsp/vscode-elixir-ls/pull/165" rel="nofollow">#165</a></li>
</ul>
<p>Note: There is beta support for a pipe/unpipe command (which I am very excited about), but it is not fully exposed in vscode-elixir-ls</p>
<p>As always, I want to give a huge thanks to all the contributors to this release!</p>
<p><a href="https://github.com/elixir-lsp/elixir-ls/blob/v0.8.0/CHANGELOG.md" rel="nofollow">Full Changelog</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="222785" data-batch-url="/posts/batch_likers">
                        32
                      </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/elixirls-the-elixir-language-server/5857/136">Post #135</a>
	                </div>
	            </div>
              <div id="likers-container-222785" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="222785"
                     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 #135"></div>
  </section>
</div>
    <div class="postbit" id="222786" data-post-id="222786">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="axelson" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/axelson/120/26351_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  axelson
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Scenic Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I believe it could, but someone would have to put in the work to make that work (and there was an emacs extension that supported that previously, although it was not automatic). Here’s the main packaging issue for reference: <a href="https://github.com/elixir-lsp/elixir-ls/issues/115" class="inline-onebox" rel="nofollow">Discussion: Change packaging approach · Issue #115 · elixir-lsp/elixir-ls · GitHub</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="222786" 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/elixirls-the-elixir-language-server/5857/137">Post #136</a>
	                </div>
	            </div>
              <div id="likers-container-222786" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="222786"
                     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 #136"></div>
  </section>
</div>
    <div class="postbit" id="222799" data-post-id="222799">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thanks to you &amp; the other contributors for all your work. It makes the experience of learning &amp; using Elixir far more pleasant than it would otherwise be. I for one am appreciative and hope to be able to give back in kind at some point <img src="https://forum.elixirforum.com/images/emoji/apple/vulcan_salute.png?v=15" title=":vulcan_salute:" class="emoji" alt=":vulcan_salute:" 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="222799" 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/elixirls-the-elixir-language-server/5857/138">Post #137</a>
	                </div>
	            </div>
              <div id="likers-container-222799" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="222799"
                     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 #137"></div>
  </section>
</div>
    <div class="postbit" id="222895" data-post-id="222895">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi <a class="mention" href="/u/axelson" rel="nofollow">@axelson</a> <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"> What are those pipe/unpipe commands you’re referring to please?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="222895" 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/elixirls-the-elixir-language-server/5857/139">Post #138</a>
	                </div>
	            </div>
              <div id="likers-container-222895" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="222895"
                     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 #138"></div>
  </section>
</div>
    <div class="postbit" id="222909" data-post-id="222909">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I’m just guessing here, but could be a refactor command to remove pipes or create pipes from function calls.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="222909" 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/elixirls-the-elixir-language-server/5857/140">Post #139</a>
	                </div>
	            </div>
              <div id="likers-container-222909" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="222909"
                     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 #139"></div>
  </section>
</div>
    <div class="postbit" id="223004" data-post-id="223004">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="axelson" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/axelson/120/26351_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  axelson
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Scenic Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p><a class="mention" href="/u/cpgo" rel="nofollow">@cpgo</a> is correct! And that feature will hopefully be ready for the next release <img src="https://forum.elixirforum.com/images/emoji/apple/+1.png?v=15" title=":+1:" class="emoji" alt=":+1:" 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="223004" 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/elixirls-the-elixir-language-server/5857/141">Post #140</a>
	                </div>
	            </div>
              <div id="likers-container-223004" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="223004"
                     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 #140"></div>
  </section>
</div>
    <div class="postbit" id="234127" data-post-id="234127">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi there. <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"> For elixir-ls to work in VSCode and Elixir 1.13 should I wait for a new release of elixir-ls or should it be already working? I am getting <code>(CaseClauseError)</code> at <code>(elixir_sense 2.0.0) lib/elixir_sense/core/normalized/tokenizer.ex:16</code></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="234127" 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/elixirls-the-elixir-language-server/5857/142">Post #141</a>
	                </div>
	            </div>
              <div id="likers-container-234127" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="234127"
                     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 #141"></div>
  </section>
</div>
    <div class="postbit" id="234132" data-post-id="234132">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="axelson" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/axelson/120/26351_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  axelson
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Scenic Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Yes a new release is necessary. I plan to cut one later today:</p>
<p><a href="https://github.com/elixir-lsp/elixir-ls/pull/634" class="onebox" target="_blank" rel="noopener nofollow">https://github.com/elixir-lsp/elixir-ls/pull/634</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="234132" 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/elixirls-the-elixir-language-server/5857/143">Post #142</a>
	                </div>
	            </div>
              <div id="likers-container-234132" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="234132"
                     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 #142"></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/5857/load_more?page=15">Load more posts (105 remaining)</a>
</div></template></turbo-stream>