SebKranz

Results 9 issues of SebKranz

Methods that access a query by its `queryKey` can bypass `find` to avoid performance issues in large caches. Fixes #6783

### Describe the bug `setQueryData` iterates over all entries in the cache to find matches. This leads to performance issues when priming large datasets. ### Your minimal, reproducible example https://codesandbox.io/p/sandbox/react-query-setquerydata-complexity-xl4d3t...

package: query-core
perf

Ghost buttons are currently optimized for being displayed inline in text, with reduced padding and inverted margins. However, I often find myself wishing for buttons that appear without borders while...

request

## Description Borderless variants combine all color properties from ghost-buttons, but retain the padding, margin, alignment and text-style of the other variants. This variant is available for Button, IconButton and...

Reproducing example: https://codesandbox.io/p/sandbox/gallant-noether-kzwx4h?file=%2Fsrc%2FApp.tsx%3A6%2C12 It looks like this is due to the `white-space` property of `rt-reset`. As a workaround, adding the following line to the global css, fixes the issue. ```css...

I presume that the following line duplicates non-textual elements in order to move `w:Pr` tags over to the inserted, and the right run. https://github.com/dolanmiu/docx/blob/962795743c4f21d84c52e47e4f82dcf4ca536dc3/src/patcher/replacer.ts#L68-L82 However, the function for filtering non-textual...

This PR demonstrates the issue described in https://github.com/dolanmiu/docx/issues/2716 and a possible fix. I'm marking this as draft, because I would like check a few more details: - are other tags...

### Describe the bug `fetchQuery` may throw an `CancelledError { silent: true, revalidate: undefined }` under the following conditions: - the query is stale (otherwise the fetch won't run). -...

package: react-query

## Description Adding some keywords to the containers, so that they may be searched by their image name. This helps to find containers that weren't explicitly named. ## Screencast ##...

extension fix / improvement
extension: docker