Joseph Garrone

Results 287 comments of Joseph Garrone

Hi @GervinFung, Thanks for the proposal! Yes, I would gladly accept your PR. If you could configure it in a way that reduces the diff with the current state of...

Sure, it would be something like: ```json { "printWidth": 150, "tabWidth": 4, "useTabs": false, "semi": true, "singleQuote": false, "quoteProps": "preserve", "trailingComma": "none", "bracketSpacing": true, "arrowParens": "avoid" } ```

You are right. Path mappings isn't supported and it should be. It seems like an easy to implement feature unfortunately I don't have time to work on this right now....

Hi @KillyMXI, Thank you for pointing out this crucial issue. I don't know if you are aware but Denoify does a lot for auto detecting available deno ports and do...

> But I think it also exposes the issue with documentation. Yeah, that's true 😞 > Understanding the algorithm would be more useful. The problem is that: 1) It is...

> I got an impression it misses the forest behind the trees currently. Like, I see all those special cases in the README and it seems like this is it,...

Thank you for the update. I think about working on this everyday but I am a bit overwhelm at the moment. I will come back to it as soon as...

Hi @wojpawlik, You are right, I should consider support for this. I didn't yet because I am trying to encourage the use of custom replaces that are more versatile and...

Hey, Hold on let me have a look :octocat: