DilLip Chowdary Rayapati
DilLip Chowdary Rayapati
Hi, @jneves @bahoo seems like HTTP API support has not been added till now. Let me know if you've implemented this feature in your forks or also let me know...
In the [Appsync Caching and compression](https://docs.aws.amazon.com/appsync/latest/devguide/enabling-caching.html#:~:text=Compression%20is%20available%20on%20all%20new%20APIs%20created%20after%20June%201st%2C%202020.) page they mentioned below statement. > Compression is available on all new APIs created after June 1st, 2020. But still, we're getting the uncompressed...
Yeah, it could be better if we get that feature @kamilkisiela
Can we use any webhook URLs like discord, mattermost etc? I tried with discord, but it's not working.
@kamilkisiela ### Additional Info **OS**: Ubuntu 20.04.5 LTS (AWS EC2) **Docker Version**: 20.10.18, build b40c2f6 **Docker Compose Version**: v2.11.1 and if it's working for you, can you send the docker...
@kamilkisiela I tried also with [Self Hosting](https://docs.graphql-hive.com/self-hosting/get-started) in Local (Ubuntu 20.04) and AWS EC2 (Ubuntu 20.04), i observed the below logs. ``` hive-testing-zookeeper-1 | ===> User hive-testing-zookeeper-1 | uid=1000(appuser) gid=1000(appuser)...
@mariojmdavid issue still exists, I tried it out in Ubuntu 18.04. ``` udocker create --name=java openjdk:8-jdk-alpine ``` - Mode: F1 ``` udocker setup --execmode=F1 java udocker run java javac -version...
@jorge-lip @mariojmdavid issue was resolved with mode `F3`.
I've tried the format given in [pipenv](https://pipenv-fork.readthedocs.io/en/latest/advanced.html) ```yml [[source]] url = "${CODEARTIFACT_PYPI_ENDPOINT}" verify_ssl = true name = "aws_codeartifact" ``` Getting the below error: ``` [pipenv.exceptions.InstallError]: Looking in indexes: $CODEARTIFACT_PYPI_ENDPOINT, https://pypi.python.org/simple...
Full URL works, I tested in the Docker environment, and I need to check out what went wrong in the local environment.