Simone Romano

Results 6 comments of Simone Romano

@YumiSuki How did you manage to make it work with Nuxt? Can you provide more instructions please? Thanks

I solved this by running: `pm2 start ./grep-discord.sh --name grep-miners-discord` where `grep-discord.sh` is: ``` #!/usr/bin/env bash # This saved my life https://stackoverflow.com/questions/7161821/how-to-grep-a-continuous-stream pm2 log 0 | grep --line-buffered -E ""...

To avoid using `ACCOUNT_CONFIRM_EMAIL_ON_GET` because of the problems above, it is also possible to store a session. Unfortunately this works only if the user used the same browser right after...

I managed to do call the API with a key and a signature adding this: ```python # Add signature if self.key and self.client_secret: params.append(("key", self.key)) path = path + "?"...

Does the image come from CelebA dataset? Could you try to use the same images I used in the blog post so you can double check if it works. Or...

@1Map Have you found a solution for this?