21it
21it
fmap alias use Witchcraft Witchcraft.Comonad iex(2)> &(&1+1)
partial application is not working ```elixir Interactive Elixir (1.10.2) - press Ctrl+C to exit (typ iex(1)> use Quark Quark.Pointfree iex(2)> constant(1) ** (CompileError) iex:2: undefined function constant/1 ```
Here last argument of `Lexeme` constructor is always `Just "\""`, but I guess it's supposed to be raw full representation of parsed string https://github.com/simonmar/alex/blob/a2a10a1a58a2a5066e69ecff205a27d5a1ed66c0/examples/tiger.x#L254
Maybe it make sense to apply `replica-disconnected` css class to root component in case of server disconnect? Similar to this https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html#module-loading-state-and-errors Then at least client will be notified about disconnect...
Seems like if I'm able to insert coins fast enough in sequence, impulses for coins are accumulating. For example let's say I do have 3 similar coins, which are mapped...
This markdown ```markdown # Tables | Last Name | First Name | Born | Bacon Number | |----------------|------------|------|--------------| | Bacon | Kevin | 1958 | 0 | | Chan |...