Chingis
Chingis
## Isssue When using `mariadb-init` bind mount for database import Drupal 7 does not build indexes when visit the site first time. I check indexes after the first visit via:...
I have an app integration with DigitalOcean and when a user deletes the integration on my app I want to delete it on DigitalOcean. As I understand this could be...
At https://www.modpagespeed.com/doc/downstream-caching#standard in the varnish example config the following lines added: ```vcl # Mark HTML as uncacheable. If we can't send them purge requests they can't # cache our html....
As was posted at https://github.com/apache/incubator-pagespeed-mod/issues/1856#issuecomment-625454757 currently pagespeed doesn't fully support openssl 1.1 because of apache serf dependency. Serf hasn't been issuing new releases in years but as was recommended by...
``` CC(target) out/Release/obj.target/grpc_core/third_party/grpc/src/src/core/lib/security/credentials/oauth2/oauth2_credentials.o third_party/grpc/src/src/core/lib/security/credentials/jwt/jwt_verifier.c: In function 'pkey_from_jwk': third_party/grpc/src/src/core/lib/security/credentials/jwt/jwt_verifier.c:498:10: error: dereferencing pointer to incomplete type 'RSA' {aka 'struct rsa_st'} rsa->n = ^~ make[1]: *** [third_party/grpc/grpc_core.target.mk:560: out/Release/obj.target/grpc_core/third_party/grpc/src/src/core/lib/security/credentials/jwt/jwt_verifier.o] Error 1 make[1]: *** Waiting...
PHPStorm 2018.2.1 BashSupport 1.6.13.182 How to reproduce: 1. Create a new bash script (with shebang `#!/usr/bin/env bash`) 2. Remove `.sh` from filename 3. Rename the file so it has an...
```yml ... env: matrix: - GIMME_OS=linux GIMME_ARCH=arm - GIMME_OS=linux GIMME_ARCH=arm64 ... ``` `GIMME_ARCH=arm` works fine and sets `GOARCH=arm` unlike `arm64`. I don't know, maybe it's just not supported? Could not...
I'm using https://github.com/99designs/gqlgen in my go project for graphql server, it uses a schema-first approach to generate structures to represent graphql models. Unfortunately, there's no way to represent undefined (when...
We had to disable installation of grpc extension (since 4.25.0) because its cross-compilation (for arm64) takes way too much time (over 6h limit in gh actions)
Issues: - Right now we only test amd64 image - arm64 builds take 4+ hours Solution: - Spin up a self-hosted arm64 runner on aws graviton - Add tests for...