
zagoli
Programming Phoenix LiveView: All the errata I found
Hi, I just finished reading Programming Phoenix LiveView B10 PDF edition.
I found some typos and errata, and I will report them all in this post.
Note that when I refer to a page number, I’m referring to the PDF page number, and not the number present on the book.
PAGES WHERE THERE IS SOME CODE WITHOUT THE USUAL HEADER (file name with a link)
189, 190, 200, 204, 206, 211, 227, 271, 317, 357, 368, 376, 377, 381, 384, 393, 394 and in almost all the paragraphs relating to tests.
TYPOS
- Page 90: replace
updated_at
with:updated_at
- Page 92: the sentence “[…] and the sku to be unique” does not end with a full stop
- Page 117: replace “once LiveVie” with “once LiveView”
- Page 155: replace “on longer” with “no longer”
- Page 172:
params_with_image
is not highlighted - Page 260: replace “dataset for our chat” with “dataset for our chart”
- Page 285: replace “let’s you render” with “lets you render”
- Page 376: replace “rastor graphics” with “raster graphics”
OTHER ERRATA
- Page 120:
header/0
should beheader/1
- Page 153: says to try the code written so far but it won’t compile because the form is not assigned in the
mount
method - Page 170: there is a missing
<% end %>
in the code - Page 194: queries other than
base
should be removed because they will be added later - Page 195: you don’t use
preload/2
inwith_user_ratings
but in the other function. The book does not even explain what it means to preload something in a query - Page 210:
use Phoenix.HTML
is no longer supported, use should add it to mix.deps and import it - Page 230: there is no handler for the
validate
event - Page 235: remove the call to rating live show
- Page 258:
assign_products_with_average_rating/2
should beassign_products_with_average_rating/1
- In the chart template section, there is the code for the gender filter, but it won’t compile because all the other code should be implemented by the user in the exercises, remove it
- Page 306: the mentioned code is swapped with the code at the next page
- Page 316: remove
:register_and_log_in_user
from the setup - Page 314: in
create_user_attrs
andcreate_user2_attrs
the education field is missing; it should be there if the user followed the exercises. - Page 322: code is not matching description
- Page 326: URL should be
/admin/dashboard
- Page 322: HTML tag is not
title
buttext
so the assert condition should be changed - Page 334: URL should be
/admin/dashboard
- Page 363: alias of
Shape
is missing - Page 375: the subdirectory should not be called
pento
butgame_live
- Page 381: code does not compile because
GameLive.Colors
is not yet defined, so you should not tell the reader to try it - Page 381: svg attribute should be
viewBox
instead ofview_box
- Page 383: no need to create another file called
component.ex
, we already did that - Page 388: factors are 4 and 5, not 3 and 4
- Page 386: code has no header, and it should be called
palette
instead ofdraw
- Page 394: the code should call
Board.to_shapes
instead ofBoard.to_shape
and should not encapsulate the result in another list - Page 397: function should not be called
draw
and does not renderinner_block
correctly - Page 398: function should not be called
draw
- Page 398: No braces encapsulating
rotate
in the code because it is svg function - Page 398: The function is not
triangle/1
buttriangle/4
- Page 398: attribute
fill
cannot be equal to the color of shape because there is no shape here - Page 411: setting a flash inside a live_component does not work! (Phoenix.LiveView — Phoenix LiveView v0.20.14)
- Page 415: Code does not work until now because it does not call
Board.puzzles()
- Page 412: the icon component should be called with
class="mini'
instead of addingmini
directly as a class
OTHER SUGGESTIONS
- Provide solutions to exercises! They are very, very, very useful.
- Do not give an exercise about creating an Ecto migration before explaining what migrations are at page 133
- Explain in more detail the difference between
Conn.struct
andsocket
- Show how to create and authenticate administrators, it’s a common task for which it is useful to have a good practice (or an example at least)
- At page 329, explain what are the “some params” you mention
- At page 415 the capture syntax is explained but it’s used in the book before
These are a lot of errata! I hope you will fix them before the “stable” release of the book.
Cheers
Jacopo
Popular Prag Prog topics

As per the title, thanks.
New

page 37
ANTLRInputStream input = new ANTLRInputStream(is);
as of ANTLR 4 .8 should be:
CharStream stream = CharStreams.fromStream(i...
New

Hello Brian,
I have some problems with running the code in your book. I like the style of the book very much and I have learnt a lot as...
New

The following is cross-posted from the original Ray Tracer Challenge forum, from a post by garfieldnate. I’m cross-posting it so that the...
New

Title: Hands-On Rust (Chap 8 (Adding a Heads Up Display)
It looks like
.with_simple_console_no_bg(SCREEN_WIDTH*2, SCREEN_HEIGHT*2...
New

Title: Intuitive Python: docker run… denied error (page 2)
Attempted to run the docker command in both CLI and Powershell
PS C:\Users\r...
New

I ran this command after installing the sample application:
$ cards add do something --owner Brian
And got a file not found error:
Fil...
New

Hi,
I am getting an error I cannot figure out on my test.
I have what I think is the exact code from the book, other than I changed “us...
New

Title: Agile Web Development with Rails 7: (page 70)
I am running windows 11 pro with rails 7.0.3 and ruby 3.1.2p20 (2022-04-12 revision...
New

I am using Android Studio Chipmunk | 2021.2.1 Patch 2
Build #AI-212.5712.43.2112.8815526, built on July 10, 2022
Runtime version: 11.0....
New
Other popular topics

Please tell us what is your preferred monitor setup for programming(not gaming) and why you have chosen it.
Does your monitor have eye p...
New

No chair. I have a standing desk.
This post was split into a dedicated thread from our thread about chairs :slight_smile:
New

I know that -t flag is used along with -i flag for getting an interactive shell. But I cannot digest what the man page for docker run com...
New

Why, if your answer is yes?
New

Here’s our thread for the Keyboardio Atreus. It is a mechanical keyboard based on and a slight update of the original Atreus (Keyboardio ...
New

Inspired by this post from @Carter, which languages, frameworks or other tech or tools do you think is killing it right now? :upside_down...
New

“A Mystical Experience” Hero’s Journey with Paolo Perrotta @nusco
Ever wonder how authoring books compares to writing articles?...
New

Saw this on TikTok of all places! :lol:
Anyone heard of them before?
Lite:
New

I am trying to crate a game for the Nintendo switch, I wanted to use Java as I am comfortable with that programming language. Can you use...
New

Will Swifties’ war on AI fakes spark a deepfake porn reckoning?
New
Latest in PragProg
Latest (all)
Categories:
Popular Portals
- /elixir
- /rust
- /wasm
- /ruby
- /erlang
- /phoenix
- /keyboards
- /js
- /rails
- /python
- /security
- /go
- /swift
- /vim
- /clojure
- /java
- /haskell
- /emacs
- /svelte
- /onivim
- /typescript
- /crystal
- /c-plus-plus
- /tailwind
- /kotlin
- /gleam
- /react
- /flutter
- /elm
- /ocaml
- /vscode
- /opensuse
- /centos
- /ash
- /php
- /deepseek
- /scala
- /zig
- /html
- /debian
- /nixos
- /lisp
- /agda
- /textmate
- /sublime-text
- /react-native
- /kubuntu
- /arch-linux
- /revery
- /ubuntu
- /manjaro
- /django
- /spring
- /diversity
- /lua
- /nodejs
- /slackware
- /julia
- /c
- /neovim