Andrew Wason
Andrew Wason
I am having this issue with the AWS fluentbit fork - I filed a bug with them that has a full reproducible example with all configs here https://github.com/aws/aws-for-fluent-bit/issues/568 I also...
I tried with `Replace_Dots On` in the opensearch output but with the same results. 2 of the messages make it to opensearch (like before, but now with dots replaced) and...
@leonardo-albertovich see https://github.com/aws/aws-for-fluent-bit/issues/568 - it has all the config files and the docker command to run to reproduce. You just need to change the `-e OPENSEARCH_FQDN=search.play-test.internal.aws.cureatr.com` on that docker command...
I'm writing a DocManager and noticed test failures during a simulated rollback. We do have tables that use non-ObjectId for _id - they use a SON containing various keys as...
In our case that would need to be configured per-collection, most collections use ObjectId but one uses a bson.SON(). But maybe a per-collection configurable id_encoder/id_decoder would work. And the default...
This can be tested in an arm64 docker container running on GHA amd64 runner, it's just slower. https://docs.docker.com/build/ci/github-actions/multi-platform/
Well, I got this working on amd64 and arm64 https://github.com/miurahr/aqtinstall/compare/master...rectalogic:aqtinstall:arm64 But then I realized it broke all versions before 6.7.0. They changed the arch name for both amd and arm...
Hmm, so src/doc/examples are in `qtsdkrepository/linux_x64/desktop/` - so will they be replicating those under `qtsdkrepository/linux_arm64/desktop/` - so then we would need an arch to install src? I think your original...
I updated the patch to use `linux_arm64` host: https://github.com/miurahr/aqtinstall/compare/master...rectalogic:aqtinstall:arm64 It seems OK, except when installing on arm64 it's missing a library. ```sh-session root@4305faf2cd32:~# aqt install-qt linux_arm64 desktop 6.7.0 -O Qt...
PR #765 is another attempt at supporting this, without changing the `linux` host type.