Pietro Coelho

Results 31 comments of Pietro Coelho

I'm having a similar weird behavior on my end: I need to set the alias name with capital letter, but when importing it only works with lowercase. All my webpack...

So what's is being used these days to make an Shoes app turns into an .exe for windows?

That is sad. Shoes is awesome and if the packager were working it would be perfect. Will wait for the next version or for the updates, then. Thanks

You mean that all I need to make shoes work for windows is upload the .exe to an server? That should be pretty easy... I was thinking about wrapping ruby,...

Amazing! Any idea of when you are going to update the website with the installer? :D

A pre-compiled version of shoes 3.2 in the official website would be awesome. I'm excited to announce the news to my friends

I am still having the issue with `--mode staging` with vite 3.0.9. Issue is only fixed running dev in production mode

@pedronauck any updates on this issue?

Trying the same thing. My function to verify the recaptcha must be inside the class so it can update it's state, but it doesn't seem to be working

This library is not needed anymore. You can launch a browser extension in the before launch hook like this: ```js on('before:browser:launch', (browser = {}, launchOptions) => { if (browser.name ===...