Rodrigo S. Kohl

Results 4 comments of Rodrigo S. Kohl

```javascript const targetUsername = "eminem"; // Get target user ID const targetUser = await retry(() => ig.user.searchExact(targetUsername), { retries: 3 }); if (!targetUser) { throw new Error(`User ${targetUsername} not found`);...

![image](https://github.com/user-attachments/assets/08c35553-9ec6-44b8-bbaf-ce8bdb738810) I tested here and saw that node.js bip39 lib uses Raw Entropy, I returned hexademical entropy and tested it on the website and it returned the same words. ![image](https://github.com/user-attachments/assets/b674c954-7127-4b86-b267-ee49b34fe8d3)

Thanks for the reply @longxiaofei . One last question, using the [GraphicWalker](https://github.com/Kanaries/graphic-walker) frontend package, I would be able to control the componentes render on server side natively?

@brandonrwin My solution was to edit the graphicwalker frontend package and remove the table from the rendering.