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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Currently there are two: references which should work faster and more reliablu and test discovery used by vscode extension to power Test UI. In the future I plan to incorporate this database in other providers to enable more consistent experience when working with not compiled source 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="267823" 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/154">Post #153</a>
	                </div>
	            </div>
              <div id="likers-container-267823" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="267823"
                     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 #153"></div>
  </section>
</div>
    <div class="postbit" id="267862" data-post-id="267862">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hi!</p>
<p>First things first - thanks for building ElixirLS!</p>
<p>I’m wondering what it would take to add another diagnostics provider to ElixirLS. We’ve built <a href="https://github.com/esl/gradient" rel="noopener nofollow ugc">Gradient</a>, a static type checker for Elixir. It’s based on <a href="https://github.com/josefs/Gradualizer" rel="noopener nofollow ugc">Gradualizer</a>, a similar tool for Erlang, which can be reused thanks to both languages targeting the same abstract syntax tree. <a href="https://youtu.be/6C3Uy5auGHM?t=2330" rel="noopener nofollow ugc">Gradualizer is integrated with ErlangLS</a> (the link points to a video, the integration is presented from 38:50 to 41:45) so it offers instant feedback in the editor of your choice.</p>
<p><a href="https://github.com/erlang-ls/erlang_ls/blob/8e4dcf839181e5043b978e666aed1a4a5d85670a/apps/els_lsp/src/els_diagnostics.erl#L40-L47" rel="noopener nofollow ugc">ErlangLS comes with a plugin mechanism</a> and <a href="https://erlang-ls.github.io/articles/tutorial-implementing-diagnostics/" rel="noopener nofollow ugc">a tutorial on adding diagnostics backends</a>. I’m wondering if extensions such as new diagnostics are welcome. Is there an API similar to the one in ErlangLS? What would be the best way to add Gradient diagnostics to ElixirLS?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="267862" 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/155">Post #154</a>
	                </div>
	            </div>
              <div id="likers-container-267862" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="267862"
                     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 #154"></div>
  </section>
</div>
    <div class="postbit" id="268089" data-post-id="268089">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>It’s definitely possible, please open an issue. BTW last time I checked (~2 years ago) gradualizer was completely unusable on elixir projects. I think the issues I raised are still open</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="268089" 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/156">Post #155</a>
	                </div>
	            </div>
              <div id="likers-container-268089" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="268089"
                     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 #155"></div>
  </section>
</div>
    <div class="postbit" id="268234" data-post-id="268234">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Awesome, I’ll open an issue.</p>
<blockquote>
<p>last time I checked (~2 years ago) gradualizer was completely unusable on elixir projects</p>
</blockquote>
<p>Two years is a long time <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"> Anyway, Gradualizer itself is targeted for use with Erlang. That’s the rationale for Gradient, which is targeted for use with Elixir.</p>
<blockquote>
<p>I think the issues I raised are still open.</p>
</blockquote>
<p>I see only one of all four of them still being open. I think this last one is actually also solved, but let’s continue in the ticket itself.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="268234" 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/157">Post #156</a>
	                </div>
	            </div>
              <div id="likers-container-268234" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="268234"
                     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 #156"></div>
  </section>
</div>
    <div class="postbit" id="274431" data-post-id="274431">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Version 0.13.0 has been released <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>This release further improves experience with reloading dependencies on branch switching. It also fixes major problems introduced in v0.12.0. Completions auto aliasing experience should now be much improved. The performance issues during build should now fixed as well. Unfortunately we had to remove a code action prefixing unused variables with _ as it broke code in many cases.</p>
<p>I’m also happy to announce that <a href="https://github.com/scohen" rel="noopener nofollow ugc">Steve Cohen</a> nas joined the team. He is focusing on optimisation and refactoring of elixirLS codebase.</p>
<p>See full release notes<br>
ElixirLS <a href="https://github.com/elixir-lsp/elixir-ls/blob/v0.13.0/CHANGELOG.md" rel="noopener nofollow ugc">elixir-ls/CHANGELOG.md at v0.13.0 · elixir-lsp/elixir-ls · GitHub </a><br>
vscode extension <a href="https://github.com/elixir-lsp/vscode-elixir-ls/blob/v0.13.0/CHANGELOG.md" rel="noopener nofollow ugc">vscode-elixir-ls/CHANGELOG.md at v0.13.0 · elixir-lsp/vscode-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="274431" data-batch-url="/posts/batch_likers">
                        21
                      </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/158">Post #157</a>
	                </div>
	            </div>
              <div id="likers-container-274431" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="274431"
                     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 #157"></div>
  </section>
</div>
    <div class="postbit" id="285042" data-post-id="285042">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Version 0.14.0 has been released <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>This release brings significant improvements to variable and alias tracking, which should enhance the quality of completions, references, definitions, and signature providers. We have also improved compatibility with Mix, and the debugger now supports setting <code>MIX_TARGET</code>.</p>
<p>The highlight of this release is the ability to run the debugger on tests directly from the Test UI. Additionally, we have changed the distribution mechanism for the VSCode extension to use <code>Mix.install</code>, which should resolve many subtle issues and ensure that elixir-ls is built for the version of Elixir and OTP used in your project. In the future we plan to make it a default distribution mechanism for ElixirLS</p>
<p>See full release notes<br>
ElixirLS <a href="https://github.com/elixir-lsp/elixir-ls/blob/v0.14.0/CHANGELOG.md" rel="noopener nofollow ugc">elixir-ls/CHANGELOG.md at v0.14.0 · elixir-lsp/elixir-ls · GitHub </a><br>
vscode extension <a href="https://github.com/elixir-lsp/vscode-elixir-ls/blob/v0.14.0/CHANGELOG.md" rel="noopener nofollow ugc">vscode-elixir-ls/CHANGELOG.md at v0.14.0 · elixir-lsp/vscode-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="285042" data-batch-url="/posts/batch_likers">
                        21
                      </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/159">Post #158</a>
	                </div>
	            </div>
              <div id="likers-container-285042" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="285042"
                     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 #158"></div>
  </section>
</div>
    <div class="postbit" id="285046" data-post-id="285046">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Wow. Having <code>elixir-ls</code> built for the project-specific  Elixir / OTP is HUGE. Spent lots of time trying to work around that issue. Looking forward for a test-drive! Thanks a lot!</p> 
	            </div>

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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Great job, <a class="mention" href="/u/lukaszsamson" rel="nofollow">@lukaszsamson</a>!<br>
A little hiccup here, fresh install on Windows, removed &amp; reinstalled, deleted <code>.elixir_ls</code>, still the server doesn’t like the outcome:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">[Error - 7:34:57 AM] Server initialization failed.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Info  - 7:34:57 AM] Connection to server got closed. Server will restart.
true
[Error - 7:34:57 AM] ElixirLS - project_web_upload_demonstration client: couldn't create connection to server.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Error - 7:34:59 AM] Server initialization failed.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Info  - 7:34:59 AM] Connection to server got closed. Server will restart.
true
[Error - 7:34:59 AM] ElixirLS - project_web_upload_demonstration client: couldn't create connection to server.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Error - 7:35:00 AM] Server initialization failed.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Info  - 7:35:00 AM] Connection to server got closed. Server will restart.
true
[Error - 7:35:00 AM] ElixirLS - project_web_upload_demonstration client: couldn't create connection to server.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Error - 7:35:00 AM] Restarting server failed
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Error - 7:35:02 AM] Server initialization failed.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Info  - 7:35:02 AM] Connection to server got closed. Server will restart.
true
[Error - 7:35:02 AM] ElixirLS - project_web_upload_demonstration client: couldn't create connection to server.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Error - 7:35:02 AM] Restarting server failed
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Error - 7:35:04 AM] Server initialization failed.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Error - 7:35:04 AM] The ElixirLS - project_web_upload_demonstration server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.
[Error - 7:35:04 AM] ElixirLS - project_web_upload_demonstration client: couldn't create connection to server.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
[Error - 7:35:04 AM] Restarting server failed
  Message: Pending response rejected since connection got disposed
  Code: -32097 
</code></pre>
<p>It’s a single-root project, nothing fancy.</p>
<p></p><div class="lightbox-wrapper"><a class="lightbox" href="https://forum.elixirforum.com/uploads/default/original/3X/8/b/8b60d2375f7c35bb2d31aac969b2bacd6cfbc655.jpeg" data-download-href="https://forum.elixirforum.com/uploads/default/8b60d2375f7c35bb2d31aac969b2bacd6cfbc655" title="Clipboard 1" rel="nofollow"><img src="https://forum.elixirforum.com/uploads/default/optimized/3X/8/b/8b60d2375f7c35bb2d31aac969b2bacd6cfbc655_2_690x252.jpeg" alt="Clipboard 1" data-base62-sha1="jSZO1cObcVxz3fWocc7CdJuWuxL" width="690" height="252" srcset="https://forum.elixirforum.com/uploads/default/optimized/3X/8/b/8b60d2375f7c35bb2d31aac969b2bacd6cfbc655_2_690x252.jpeg, https://forum.elixirforum.com/uploads/default/optimized/3X/8/b/8b60d2375f7c35bb2d31aac969b2bacd6cfbc655_2_1035x378.jpeg 1.5x, https://forum.elixirforum.com/uploads/default/original/3X/8/b/8b60d2375f7c35bb2d31aac969b2bacd6cfbc655.jpeg 2x" data-dominant-color="282A37"><div class="meta"><svg class="fa d-icon d-icon-far-image svg-icon" aria-hidden="true"><use href="#far-image"></use></svg><span class="filename">Clipboard 1</span><span class="informations">1200×439 45.2 KB</span><svg class="fa d-icon d-icon-discourse-expand svg-icon" aria-hidden="true"><use href="#discourse-expand"></use></svg></div></a></div><p></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="285050" 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/161">Post #160</a>
	                </div>
	            </div>
              <div id="likers-container-285050" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="285050"
                     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 #160"></div>
  </section>
</div>
    <div class="postbit" id="285058" data-post-id="285058">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I’m getting the same problem on Ubuntu 22. Also tried reinstalling the extension and deleting <code>.elixir_ls</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="285058" 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/162">Post #161</a>
	                </div>
	            </div>
              <div id="likers-container-285058" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="285058"
                     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 #161"></div>
  </section>
</div>
    <div class="postbit" id="285164" data-post-id="285164">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>It’s fixed now, yay! Thanks for all the effort you put into this.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="285164" 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/elixirls-the-elixir-language-server/5857/163">Post #162</a>
	                </div>
	            </div>
              <div id="likers-container-285164" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="285164"
                     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 #162"></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=17">Load more posts (85 remaining)</a>
</div></template></turbo-stream>