bleh
bleh
Looking for new updates/errors!
Bunch of errors for now. More to come.
Gemfile was created without newline characters, and browsersync version updated!
Fix numerous deprecations on compile: ``` Compiling 1 file (.ex) warning: Atom.to_char_list/1 is deprecated. Use Atom.to_charlist/1 instead Found at 2 locations: lib/mix/tasks/dialyze.ex:292 lib/mix/tasks/dialyze.ex:337 warning: Enum.filter_map/3 is deprecated. Use Enum.filter/2 +...
Use `.formatter.exs` to format dialyze.
I use [.formatter](https://hexdocs.pm/mix/master/Mix.Tasks.Format.html) here. I also removed the unused asset_host var. Please ignore if this project doesn't care for formatting :)
Ran into this issue today on new setup: https://github.com/stavro/arc/issues/233 Thought it might be good to update the error message as a result.
Missing default_inventory behaviour, send_receipt, and send_fulfillment: https://shopify.dev/docs/admin-api/rest/reference/orders/order#create-2021-01
ember s --proxy http://localhost:3000 causes error with Puma, using WEBrick gives proper behavior!