Luca Ban

Results 494 comments of Luca Ban

@nicklockwood how about adding a text input to the app where we can paste a public url to the config (eg on a public git repo) and then each time...

This is something I can try building and PR? Doesn't seem too difficult. Or does the sandbox also prevent https get calls?

@nicklockwood thanks a lot for your reply. The first rule I would love to start and contribute is this one: https://github.com/nicklockwood/SwiftFormat/issues/1564 I have added some extra questions for you in...

+1 for when working with lerna projects that don't allow yarn in scoped packages!

Cool @Kelin2025 Good work!! I haven't gotten around to actually integrating it into my project, I hope I can find some time for that this week! Keep it up! Big...

I need this as well. I read somewhere that you can add this to your global VSCode settings: ``` "prettier.requireConfig": true, ``` which is what we want, but this doesn't...

@alfnielsen Yes, a Vue file has a `.vue` extension and has 3 tags: ```vue ``` The `script` in a Vue file can be either `lang="js"` or `lang="ts"` and that's where...

Does it work in relation between two vue components? Eg. passing the wrong type of prop from one to the other. I haven't been able to get that to work...

Will "type safety in templates during compile time" be a feature of the Vue 3 SFC compiler? I saw on the roadmap that it's being worked on now. Eg. being...

@octref this is pretty cool. Can we make sure this is triggered via an npm script to make sure we cannot eg. commit things with errors. eg. `npm run vti...