Joffrey Bienvenu
Joffrey Bienvenu
Just had this issue, using astro `1.3.0` and astro-imagetools `0.6.11`. I fixed it by adding `"find-up": "^6.3.0"` in package.json as dev dependency, and then running `npm install`.
Hello, I have this bug too using `BackgroundPicture` with the `background` prop. Here is how I use it: ```js Fail when I build, work on dev /> ``` I'm using...
A PowerBi / Microsoft Fabric provider would be really nice ! We (Infrabel) started to work on that, via @dabla's MsGraph Operators. @ambika-garg I contacted you on Airflow's Slack. I'd...
A namedtuple uses the field name (`count(1)` in this case) to create attributes. But attributes names can't have special characters, like parenthesis. Two solutions: - Editing the field name to...
I cannot reproduce this error. Could you give me more info about your data ? Maybe a screenshot (like below) of what you have on the databrick's UI ? 
@potiuk What about a more aggressive PR, with most likely a breaking change ? (Sorry for the big chunk of text, here is the important part:) > This PR could...
Thanks for the detailed answer ! I won't go for proxy settings and extra parameters in this PR. Just for info, adding a tool like [forwarder](https://github.com/saucelabs/forwarder) solve globally all proxy...
Makes total sense ! I added a `AIRFLOW__HTTP__EXTRA_AUTH_TYPES` parameter for the Airflow 'Deployment manager' to control which classes can be set as `"auth_type"`. By default, only classes from `requests.auth` and...
Alright, aside from a last issue with the non-DB test, this PR is ready for review. I updated the first post with current status.
Created a new PR #43191, which implements this feature with a fallback to the former behaviour in case of permission issue; and a warning for the user to fix it.