Leonardo Ferreira

Results 21 comments of Leonardo Ferreira

> Interesting. And there are a lot of interpolating handlers, how do you want to animate them? Or maybe by a group of parameters, how to define the configuration? Well,...

It would be nice if this was added to the README. Also adding information about using the `dataset_tool.py` could be useful for people who never used StyleGAN before.

This is failling on my ci pipeline with `npm ci --legacy-peer-deps` on the `nx build` step. Do you guys have any solution? I'm getting the error ``` ./node_modules/@swimlane/ngx-charts/fesm2015/swimlane-ngx-charts.mjs:6:0-71 - Error:...

@miguellira I did, but I was getting a different error from 'npm ci' saying that `package.json` and `package-lock.json` were diverging. In the end I changed `npm ci` to `npm i`,...

How to reproduce: 1 - log in using and save session [example code](https://wwebjs.dev/guide/authentication.html#example-saving-session-data-to-a-file) and assert file is created with keys 2 - add a `client.on("auth_failure", ...)` block 2 - log...

This could be related to business accounts, I tested here on some normal ones, and it was working fine. The business ones are still only finding 500, but I don't...

after talking to @PurpShell on Discord, he suspects it's a serialization limit and we might need to chunk up the chats somehow. Things I've tried before and didn't work: -...

this is a bigger issue related to whatsapp web. I'm not sure there's something we can do. Feel free to test the following and confirm if it's also like this...

> I also got this issue. Then I try using non-headless chromium to figure out what happen. I found that new chat isn't present in chat list. Instead it just...

I see the explanation here why it doesn't work (https://wwebjs.dev/guide/handling-attachments.html#sending-files-from-a-url), but is there a video format I could use that doesn't use AAC nor H.264? Actually even when using Chrome...