Bernhard Mäder
Bernhard Mäder
Does it make any sense to have `this.state.data` available in those handlers? In my case, it's relevant for implementing an infinite scroller, where each fetch **adds** to the previous data...
The `fallback_keys` parameter to `Signer.__init__` is missing. The complete signature should read as follows: ```python class Signer: def __init__( self, key: Optional[Union[bytes, str]] = ..., sep: str = ..., salt:...
We're using the (awesome) resize_source option to limit user provided images to a reasonable size when uploading. Our options are: `{'size': (1400, 1400), 'crop': False, 'upscale': False, 'quality': 90}`` Now...
I'm trying to upgrade to 1.5.2 from 1.3. In 1.3 (and also 1.4.0), environment variables were joined from the base config to the destination config. *deploy.yml:* ```yaml env: clear: DEBUG:...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** 2.1.0 **What browser are you using?** Chrome, Safari **Reproduction URL** https://playcode.io/1918392 **Describe your...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** 2.1.2 **What browser are you using?** Chrome (mobile devtools), Safari mobile **Reproduction URL**...