Rubens Mariuzzo

Results 166 comments of Rubens Mariuzzo

I tried to install this module as a dependency of wails and it was flagged as a malware.

I'm gonna take a look at this today, in a couple of hours.

The direction is just a string to determine the "course of the navigation" like: `top`, `right`, `bottom` and `left`. :)

@jgdev I think for some methods this is unnecessary, particularly for the `init` method, but for the others you listed that's perfect. :)

@jblandino Do you think it is common to provide an ID on creation? If that's the case I'm open to consider allowing users to provide id on creation. As you...

@jblandino in that case I'm willing to allow user to provide their id. The flow will be: 1. user post data. 2. if the posted data contains id use it,...

Checking on this issue I have noticed that the popup seems to open twice which trigger the `unload` function. ![](https://user-images.githubusercontent.com/439839/204096946-8cdc8bd9-b4c9-4dd4-bd7e-f135676a57dc.gif) Looking at this closely, it seems the first popup tried...

It is worth mentioning that happened to me in Chrome with a few extensions and in Chrome using incognito mode.

Checking a little more deeper, the popup opening twice seems to be related on how the component renders. To me it looks like the component is rendering twice, this is...