Angel Montana
Angel Montana
## Issue There might be several reasons why an interstitial ad doesn't load properly (e.g. ad network error, frequency capping, etc...). When this happens, `show` won't work since the ad...
Axios has a bug when running behind http proxies (https://github.com/axios/axios/issues/3384) which is a very common setup in many organizations. As suggested [here](https://github.com/axios/axios/issues/2072#issuecomment-609650888) I propose using snowflake-sdk's own HttpProxyAgent. This PR...
## What happened? In our company we access the same Confluence instance through different domains depending on the authentication scheme. However, `mark` hardcodes the entire URL (including the `base-url`) whenever...
## What happened? Adding an `Include` header right after a `Title` header doesn't work, e.g: ```text :children: ``` The only way to solve it to add an additional newline between...
### Terraform CLI Version 1.5.6 ### Terraform Provider Version v1.0.3 ### Company Name _No response_ ### Terraform Configuration ```terraform terraform { required_providers { snowflake = { source = "Snowflake-Labs/snowflake" version...