facebook.ex
facebook.ex copied to clipboard
Missing graph video api config
The timeout configuration is missing when upload videos
I don't know why the test is failing
Finished in 4.8 seconds
48 tests, 0 failures
Randomized with seed 62636
The command "mix test" exited with 0.
Done. Your build exited with 1.
Maybe is because it is failing to compile makepu_elixir
==> makeup_elixir
Compiling 6 files (.ex)
== Compilation error in file lib/makeup/lexers/elixir_lexer.ex ==
** (UndefinedFunctionError) function List.ascii_printable?/1 is undefined or private
(elixir) List.ascii_printable?(' ')
lib/nimble_parsec/compiler.ex:1012: NimbleParsec.Compiler.inspect_bin_range/2
(elixir) lib/enum.ex:1375: Enum."-map_reduce/3-lists^mapfoldl/2-0-"/3
lib/nimble_parsec/compiler.ex:908: NimbleParsec.Compiler.label/1
(elixir) lib/enum.ex:1343: anonymous fn/4 in Enum.map_join/3
(elixir) lib/enum.ex:1829: Enum."-map_join/3-lists^foldl/2-0-"/3
(elixir) lib/enum.ex:1829: Enum.map_join/3
(elixir) lib/enum.ex:1343: anonymous fn/4 in Enum.map_join/3
could not compile dependency :makeup_elixir, "mix compile" failed. You can recompile this dependency with "mix deps.compile makeup_elixir", update it with "mix deps.update makeup_elixir" or clean it with "mix deps.clean makeup_elixir"
The command "mix credo --strict" exited with 1.