Omar Abdelhafith
Omar Abdelhafith
Any new info about this issue, I really miss using it with vscode :(
Hello @mat-mcloughlin, after upgrading I am getting an error with VSCode. I am suspecting something regarding my PATH settings. Anyways at the moment I had to revert back to 0.5...
Hello @strangeworks as with the other issue, if you would like to take this on that would be great. Do you think you'd be open to handle this too?
@strangeworks Yes, this was an issue with an outdated httpotion. I submitted a pr that fixes it https://github.com/oarrabi/facebook_messenger/pull/5 Looks like httpotion and newer elixirs dont work well together
Closing this issue since its solved
One way of doing it at the moment is like so ``` defmodule HTTPBinSample do use EXRequester @shared_headers [ key1: :value1 ] @get "/status" @headers [Authorization: :auth] ++ @shared_headers defreq...
I think it would be good to have a mix of both of these unit tests. I noticed that having the same frame on different iOS versions might not be...
I am still not sure about how to approach fallback here, as most of the time you would use the stackview from the interface builder. `PSUICollectionView` sounds very promising.
@steipete Thanks for the info, that is very helpful!, Indeed I still have a couple of loose ends to tie in order to be feature complete. I will definitely checkout...
@zedzhou I just merged a pr from @PeterParker which addresses this issue :).