Sindre Sorhus

Results 4422 comments of Sindre Sorhus

https://github.com/vadimdemedes/ink/releases/tag/v6.0.1

They are supposed to do that. This is not something the app controls. The "palette organizer" is provided by macOS. Palettes are stored in `~/Library/Colors` and should be available in...

I usually just go to the rule docs and click "history" to find the commit that introduced it. I guess it can be useful on some cases. Should we always...

https://github.com/sindresorhus/css-extras

This is indeed a valid bug. The current PickDeep implementation has a limitation when handling union types with nested property picking. The type uses UnionToIntersection to combine results from multiple...

For `TextFragment`, this is what I had in mind. It would also accept styles, so you could easily use Ink's built-in styles. ```ts export type InlineTextStyle = Pick< TextProps, |...

> 2. Text Context Validation API Can you show a realistic example of how it would be used?

> 1. Styled Text Parser API This is out of scope for Ink.

What problems would it cause to make this the default behavior? Seems like a good change, just not clear how it's a breaking change.