Bryan Moffatt
Bryan Moffatt
split out the other changes, and will get around later to updating this PR to focus only on `ci/codebuild.yml` and `ci/update-images.sh`
Indeed the root cause of this is a conflicted toolchain. Observations from playing with that Dockerfile 1. `apt-get install -y clang` doesn't bring in `lld` transitively, but the LTO check...
Trying to test this out - I added a CI workflow with an Alpine 3.19 container - which shows as expected that the `crash` test no longer passes on newer...
I believe the issue is the plugin placing the config in `"accessories": [` rather than `"platforms": [`, hinted at by the v2.0.0 release note `Change from Accessory base to Platform...
> @bmoffatt Would you post the relevant section of the config.json that allowed your roomba accessories to connect with version 2.1 of the plugin? ``` { "bridge": { ... },...
Here's an (unreasonable) reproduction of the error :) - https://github.com/bmoffatt/cdk-tree-limit/tree/main - 9001 stacks each with 101 sqs queues! The real-world application I'm working with is several large stacks, some with...
Oh nice! Trying it out briefly, I can see it'll break a workflow used for diff-ing changes during development and code review. I'll have to check with my team to...
So while no-one has complained yet about losing access to cdk diffs, someone on my team recently ran into an issue with an internal platform tool barfing on not being...
Expressing continued interest in this :) A member of my team recently bumped into the limit of what's achievable with my approach of patching nodejs.