fregante

Results 633 issues of fregante

It seems to me that CSS selectors are not formatted at all. Is this a bug or a feature request? **Prettier 3.0.3** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEA6AhgHSgAj-gwnTGVAEwEsAzKgWngA8Zaw4AbN7I7-Enc6nUYxsXQgHoAVDwIBRSjBwAHdAHM4AGmUAnCACN0etgE8cAVyWQAthSiqcAEQDyAWRxwAbnG3GA7gAtvOGIoSXExAiQkPTgqCG1g4FFFbg8KAGcKPQo2ChhjJBCZQn8KMjIEAG5sAF9sEA0QCCUYCmh05FB0bV1fAAVuhA6UdDZfdGMOxr1tdDAAazgYAGV0KzgAGVs4ZCpR9M0QGbnFlZUwW1VkGG0zQ4Oba9v7y7Y4AEUzCHhd-cOAK3SDGWrw+Xx+SD2bAOjQAjuC4H1dEphiB0OlaFA4HAKmQGiAbugcpcAMIQKxWdDINEcfGZOxvACCMBuWTM8D63i2WN+0MO-hgVjYAHVSvB0uc4MshnkKGl8tSwOkpiAPHcAJJQCqwZZgbQUFqMrXLfJvXkwkBKXQHYWzJTUq1wA7aLz42zOmBItSU82HFTaZ2K5X4q22GDCsowfzIAAcAAZGgl4RQEl7VD7IX9GjBDBGyFHkAAmRpmA4AFUMwyhFrgVhi5RxG3QdjMajgADF4pSWZdqeh2RAQDUakA) ```sh --parser css ``` **Input:** ```css...

type:bug
lang:css/scss/less

I think the default breaking for JavaScript parens looks like: ```js if ( longCondition ) { } ``` But with `:is()` in CSS I'm seeing consistently: ```css :is( selector /*...

type:bug
lang:css/scss/less

### Prerequisites - [X] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/) ### What theme are you using? bootstrap-4 ### Is your feature request related to a problem? Please describe. The issue is...

help wanted
feature

I labelled all the unlabelled issues just now. These template would make it easier to triage new issues - will close #428

TypeScript is too loose when accepting functions: ```ts type Fn = (a: string) => string; const fn: Fn = () => '🥲' // This is fine. ``` https://www.typescriptlang.org/play?#code/C4TwDgpgBAYgdlAvFAFAQwFxQM7AE4CWcA5gJRIB8O+RxA3AFAMDGA9nLlAGZxbxKpyiKgHJAfBuAnXZFA Do you...

type addition

For https://github.com/refined-github/refined-github/issues/7763 I always clean up and extend the release notes before sending out a new release, so it's better to hold it before sending out notification emails.

meta

These changes would let us rename features without _too much_ worry. ## Include renames in searches `rgh-feature-descriptions` On https://github.com/refined-github/refined-github/blob/main/source/features/actionable-pr-view-file.tsx for example the "Related issues" link should be: - ["actionable-pr-view-file" OR...

enhancement
help wanted
meta
under discussion

### Description Continuing from: - https://github.com/refined-github/refined-github/pull/7689 We should apply two further improvements to the PR title: - [ ] use monospace font - [ ] limit width of the field...

enhancement
help wanted

### Description They're not using a monospace font. Also we should extract this back into its own .css file: https://github.com/refined-github/refined-github/blob/bc4ce0fec6adef4a8fa8095d58a228c67227cc47/source/features/github-bugs.css#L11-L19 ### Example URLs - https://github.com/refined-github/refined-github/releases/new - https://github.com/refined-github/refined-github/releases/edit/24.8.3

enhancement
help wanted
small
Please! ♥︎

I just want to use raw ESLint for better integration with everything. This config also has a lot built in and is actively developed. https://github.com/antfu/eslint-config Tasks: - [x] Tweak config...

meta