icecapp

Results 5 issues of icecapp

This is most likely known/expected, but un(der?)documented. After investigating why my test suite started sporadically failing, I discovered that `Faker.Phone.EnUs.phone()` often produces invalid numbers. to demonstrate: ```elixir def test_faker_us_phone_numbers() Faker.Phone.EnUs.phone()...

So the official FCM docs state that to configure notification on respective OS you need to provide an object in the request for the respective OS. As of 1.6.1, I...

https://github.com/codedge-llc/scribe#usage ```elixir iex(1)> data = [%{key: "value", another_key: 123}, ...(1)> [%{key: "test", another_key: :key}] ``` extra opening square bracket on second line

I am getting this error on iOS simulator, but have no animation setup elsewhere and minimal external deps ```js return ( ); ``` Any ideas what this could be ?