Pete Gonzalez

Results 705 comments of Pete Gonzalez

This happened to me twice in the past week! (Using the desktop app.) ⁉ In what world is it acceptable for an app to simply lose all the customer's data?...

Including your real email address in public Git commits is a great way to invite spam. 🙁 Instead, the best practice is to commit using an anonymized address like `[email protected]`....

> Finally, this method of identifying company carries a large overhead. When implementing this approach, it will be necessary to download information for all users who made push events in...

> This restriction makes it hard to use TypeScript (or any other "preprocessor"). @duailibe Wouldn't these same considerations apply generally to any project that uses any sort of transpiler (Jest,...

Such gymnastics may not really be necessary. Let's say that converting all the unit tests is relatively unimportant, and could be done later, incrementally. The subtree that matters is [prettier/src](https://github.com/prettier/prettier/tree/master/src),...

Executing the source code seems like a strange requirement to impose. Other TypeScript/Babel projects don't worry about this. Building code is a standard part of professional software development. If our...

The original intent of this issue was to decide whether Prettier should join other popular tools that have moved to TypeScript. (How to perform the conversion is a separate topic.)...

Yes, it is a documentation block so you could put an English sentence as well

> First I apologise if this not the right place for this but it seem relevant to me( i getting a little lost with how everything fit together). Can someone...

> For example, https://rushjs.io/pages/configs/version-policies_json/ has 2 objects. At first they seem to be different but after looking closer both start with the same (Required) property. But if I run `rush...