Benjamin Leff
Benjamin Leff
Just my 2 cent - I like how vscode handles this w/ extending one tooltip to the other. It's probably different under the hood for jupyter (two tooltips interacting vs...
@WardF thank you!
FWIW `"-Wno-error=unterminated-string-initialization"` works for clang as well.
I can confirm CodeBuild also works with `"fedora:40@sha256:42ac07cdb7ad84f5c5668db6a2637a56677de9b82fba5300ff9c708f277ec41b"`. There seems to be something broken with Fedora42 and CodeBuild.
I have not (can't use lambda execution env for our use case). This needs to get fixed. Please thumbs up the issue so AWS prioritizes.
CC @leoherran-aws @xinyu-aws
Closing this. For context, I updated the image sha. Maybe dockerhub throttling?
Happy to help! Another potential improvement is allowing the user to specify their own `cxx_std_XX` (instead of hardcoding `cxx_std_17`)
> > Happy to help! Another potential improvement is allowing the user to specify their own `cxx_std_XX` (instead of hardcoding `cxx_std_17`) > > Making that configurable may work, although we'd...