Samuel Cormier-Iijima

Results 11 issues of Samuel Cormier-Iijima

## Description Always wrap specific CSS property values (box-shadow, transition, background-image, text-shadow, background). Fixes #6024 ## Checklist - [ ] I’ve added tests to confirm my change works. - [...

## Description Adds a `@reactQueryKey` directive on `QUERY` which allows customizing the generated key. Related #8113 ## Type of change - [x] New feature (non-breaking change which adds functionality) -...

waiting-for-answer
gql-tag-alternative-candidate

**Is your feature request related to a problem? Please describe.** The react-query key is automatically generated from the query name, but there are situations where you might want to change...

According to the spec, `hasNextPage` and `hasPreviousPage` should be set regardless of the pagination direction if they can be efficiently computed. Fixes #12

### Describe the issue The next release of Poetry will include a breaking change to the lockfile format (https://github.com/python-poetry/poetry/pull/6393). See that PR for full details, but the short version is...

People who are looking to adopt Ruff will invariably have differing needs from their linter. There are currently at least 400 flake8 plugins/linter packages on PyPI, and it is unlikely...

Fairly mechanical. Did a few of the simple cases manually to make sure things were working, and I think the rest will be easily achievable via a quick `fastmod` command....

Suppose you have the following enum: ```rust #[derive(Deserialize)] #[serde(tag = "type", content = "attrs")] enum Node { Doc { #[serde(default)] title: String } } ``` [(playground link)](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=a43d37cebf7c5248393284d171c671f5) The `Doc` variant...

@jleclanche I'd like to propose archiving this repository and updating the README/description to point people to ruff instead. Ruff's formatter is now stable, 99.9% compatible with and faster than Black,...

**Is your feature request related to a problem? Please describe.** The react-query key is automatically generated from the query name, but there are situations where you might want to change...