Ted
Ted
**Current behavior** Given a node like this: ```python class EventNode(DjangoObjectType): class Meta: model = Event filter_fields = { "event_date": ["exact", "year", "month", "day"], "status": ["exact"], } interfaces = (relay.Node,) ```...
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by...
Fixes #6998 by looking for \`" and "\` patterns. If the first quote character is encountered before the second one, then the second character is treated as quoted and the...
Hi there, I had some pixel art in my _Caddyfile_ in a `respond` directive in `v2.9.1`, that seemed to trigger an issue with `caddy fmt` when updating to `v2.10.0`. I...
I am using a laptop with Niri and sometimes connect it to an external display over HDMI and close the lid. During normal operation in this setup, the external display...
I have the following function that creates crates a new CloudScrape instance: ```python def new_requester(proxy_uri: str = "") -> CloudScraper: params = dict( interpreter="js2py", enable_stealth=True, stealth_options={ "min_delay": 2.0, "max_delay": 6.0,...