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


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Answering myself</p>
<p>For <code>Full-Stack GraphQL with Absinthe, Phoenix, and React</code></p>
<p>So far we have:</p>
<p><code>      elixir: "~&gt; 1.5",</code></p>
<pre data-code-wrap="elixir"><code class="lang-elixir">  defp deps do
    [
      {:phoenix, "~&gt; 1.4.3"},
      {:phoenix_pubsub, "~&gt; 1.1"},
      {:phoenix_ecto, "~&gt; 4.0"},
      {:ecto_sql, "~&gt; 3.0"},
      {:postgrex, "&gt;= 0.0.0"},
      {:gettext, "~&gt; 0.11"},
      {:jason, "~&gt; 1.0"},
      {:plug_cowboy, "~&gt; 2.0"},
      {:absinthe, "~&gt; 1.4.2"},
      {:absinthe_plug, "~&gt; 1.4.0"},
      {:absinthe_phoenix, "~&gt; 1.4.0"},
      {:pbkdf2_elixir, "~&gt; 1.0"},
      {:cors_plug, "~&gt; 2.0"},
      {:dataloader, "~&gt; 1.0.6"}
    ]
  end
</code></pre>
<p>Meaning you get the following deprecation warnings:</p>
<p><code>warning: :simple_one_for_one strategy is deprecated, please use DynamicSupervisor instead</code></p>
<p>Had the same issue with Dave Thomas’s course</p>
<p>Will update as I progress in the course</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="203175" 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/developing-with-elixir-pragmatic-studio/4429/32">Post #31</a>
	                </div>
	            </div>
              <div id="likers-container-203175" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="203175"
                     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="203182" data-post-id="203182">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Go ahead and ping <a class="mention" href="/u/mikeclark" rel="nofollow">@mikeclark</a>  and <a class="mention" href="/u/nicoleclark" rel="nofollow">@NicoleClark</a> at the studio’s site… they are super nice people.  If they don’t have updates already, they might be happy to take yours and add them to the course notes.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="203182" 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/developing-with-elixir-pragmatic-studio/4429/33">Post #32</a>
	                </div>
	            </div>
              <div id="likers-container-203182" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="203182"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>