Faolain
Faolain
I assume it is using RPC in the background, in any case, running the `bin/app migrate` within my application returns ``` /opt/app $ bin/hello migrate {"init terminating in do_boot",{undef,[{'Elixir.Release.Tasks',migrate,[],[]},{i nit,start_em,1,[]},{init,do_boot,3,[]}]}}...
came here to post the same thing and saw the very recent (within the last min) replies 😅 Appreciate it!
@fcostaprojects any updates on this PR? seems like it would solve this issue https://github.com/bamlab/react-native-image-resizer/issues/77
@4ian any suggestions on how fcostaprojects can resolve his typescript/flow conflicts?
@4ian is this something that can be done or is there a reason why this is currently not supported?
@creambyemute any updates here? I came across https://stackoverflow.com/a/53408728/3237964 which seems like it can be possibly used (it references the google library https://github.com/seanooi/iOS-WebP)
Additionally it seems that created fields are also the same values (where in actuality they were created at different times) which leads me to believe the mapping on https://github.com/code-corps/stripity_stripe/blob/2.0/lib/stripe/util.ex#L14 is...
ahh I see he has the following fix: https://github.com/code-corps/stripity_stripe/pull/153/files#diff-5f64bc059f059b08e9a71e72c4e48409R21 which also remedies the situation. Any ideas when his work will be merged? Nested json is somewhat important so I can...
Thank you both!!