Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The chat tutorial listed for elixir is outdated. It uses a old version of phoenix and could be confusing to new users who would be learning a oudated set of syntax, application structure, commands i.e. mix phoenix.create vs. mix phx.create.
Also it's missing some steps. For one this they never do mix ecto.create without which the postgres database is not initialized so the app doesn't work.
I'm suggesting that the tutorial be removed or flagged to indicate it is outdated
The text was updated successfully, but these errors were encountered:
The chat tutorial listed for elixir is outdated. It uses a old version of phoenix and could be confusing to new users who would be learning a oudated set of syntax, application structure, commands i.e.
mix phoenix.create
vs.mix phx.create
.Also it's missing some steps. For one this they never do
mix ecto.create
without which the postgres database is not initialized so the app doesn't work.I'm suggesting that the tutorial be removed or flagged to indicate it is outdated
The text was updated successfully, but these errors were encountered: