Silas
Silas
Thank you for this, @OmgImAlexis . Could you also submit it as a pull request in case @marlun78 comes back online one of these days? For anyone who stumbles upon...
For anyone who comes here finding that they can't replace their attachment in a changeset: you'll get the previous attachment (you can access it in your changeset via `changeset.data`), delete...
The javascript is inlined and unobfuscated, so it should be relatively easy to create your own version of the site. JS function to validate input before sending the POST request...
Yeah, the react-native-switch NPM package is outdated. At some point, could you bump up the version number and publish the latest updates @shahen94 ?
@vegabook Have you found a viable solution for this? I'll be giving https://github.com/wwww-wwww/phxsocket a whirl this weekend, as I also need a bidirectional Phoenix Channel client.
Any chance of this getting merged and deployed to the store? Just going to run a build from this branch, but I imagine this prevents non-developers from transferring their 2FA...
Does this just need to be updated with master before merging? Moving to a new device once again and had to checkout this branch for a second time, ha.
Just wanted to say that downgrading to 5.1.0 worked for me. #1473 is also occurring in both 5.1.2 and 5.1.0, though I was able to find the select component by...
Ah I just needed to be able to run a Python script, and send/receive messages from it. Elixir's [Port](https://hexdocs.pm/elixir/Port.html) ended up doing the job without needing to modify my scripts...