Marcelo Gimenes de Oliveira

Results 8 comments of Marcelo Gimenes de Oliveira

I'm suspecting of Apple's Silicon, is your CPU Intel-based?

Then, that's it. We don't have a brew formula working for Apple silicon yet 😞

Try changing it to `import { isPossiblePhoneNumber } from 'react-phone-number-input/input'`

> By setting the `pushInsteadOf` option in `git config`, you can automatically redirect `git push` commands that target a specific URL to an alternative URL. This option is particularly useful...

Why isn't this done inside the oil extension?

I don't think we would really need the filename component. AFAIK something like this would work as a custom component inside de oil extension: ```lua function() { -- proper module...

I see. So, we could move this shrinking logic to another place for it to be reusable. What do you think?