Alex Kompaniets
Alex Kompaniets
**Provider Version** version `0.30.0` **Terraform Version** version `v1.1.0` **Describe the bug** Newly added columns are not being placed in the correct order in the snowflake table (corresponding to their place...
According to docs step `. yaml_source inventory/default/config/local/vars.yml` is prior to `export INVENTORY=default ` this leads to `ANSIBLE_CONFIG` env variable being incorrectly set and results to `private/ssh_config` not being used by...
Starting from `^2.0.0` version `ApolloGateway` uses graphql `^16.0.0` version as a dependency. It produces a version conflict error since `federation-subscription-tools` still using `graphql` version `15`. ``` Error: Cannot use GraphQLInputObjectType...
Adds support for http://weibo.com/
add qq support https://ru.wikipedia.org/wiki/Tencent_QQ
closes #98
Current implementation of `MergeRecursive` function works incorrectly when loading a new page with header that already exists, new data completely overwrites old. Consider the following example: ``` const a =...