Paulo Renato
Paulo Renato
> This PR isn't yet mergeable I would like to help but I have a limited knowledge of Elixir, but I am planning to use Mnesia in production. The remaining...
I use this bash script: ```bash #!/bin/bash set -eu Trap_Exit() { ###################################################################################################################### # EXECUTION ###################################################################################################################### local exit_code=$? Undo_Git_Changes exit ${exit_code} } Undo_Git_Changes() { ###################################################################################################################### # EXECUTION ###################################################################################################################### { cd "${script_dir}/${docs_theme_path}"...
Thanks for your quick reply.
Right now I am immersed on learning Elixir but I may give a try to implement this... How hard can it be ;)
I am working in [this fork](https://github.com/Exadra37/ex_tauri) to improve [ex_tauri](https://github.com/filipecabaco/ex_tauri) from @filipecabaco , but the most challenging part is not being able to cross compile from Linux to other platfroms, and...
To download a restricted APK you may ned to first use a compatible device for that country and that is supported by that APK. Go to device.properties and which device...
Nowadays my working setup is to have a dedicated Gmail account for this without 2FA enabled, otherwise authentication with Google will not work, even with app password. This week I...
See my current approach with a Dockerfile https://github.com/NoMore201/googleplay-api/issues/159#issuecomment-1603905077 In a Nutshell you need a dedicated Gmail account without 2FA enabled and to run on Python 3.6 and use a fork...
Is this package not maintained anymore? I would love to see this feature merged :)
Same issue occurred today after running `yum update` in an AWS server, but unfortunately I already started the container, thus I cannot inspect it anymore to see more details. In...