Alex Thewsey
Alex Thewsey
My $0.02: Some aspects of best-practice can be language-ecosystem-dependent, and rejecting this would be too opinionated when Python (maybe Pydantic less so...), TypeScript, etc have reasonable support for Union types....
Thanks Ivan, this is certainly helpful but I guess I'm hoping it's possible to do a bit more... First, AFAICT the current implementation of `run_command_with_output` would only return the results...
Hi - thanks for raising this & sorry for the delayed response! It's likely that the sample doesn't quite support [LiLT](https://huggingface.co/docs/transformers/model_doc/lilt) out of the box yet, but the `LiltForTokenClassification.forward()` interface...
Recently, I'm finding that the above no longer works properly with password-protected GPG keys in SMStudio... Trying to `git commit` produces: ``` error: gpg failed to sign the data ```...
Finally found a workaround that seems to solve the pinentry failures (on SageMaker Distribution 1.7)... Run: ``` export GPG_TTY=$(tty) ```
It's been a while since this was raised - can anybody confirm if it's still true now on v1.9?
Just realized there's an additional problem with the setup driving inability to log in when deploying a new fork/branch: The Cognito *roles* have **incorrect trust policies** when first created. Need...
Yeah auto-detection was my first thought & preference too - but then wondered if there might still be some edge cases a naïve implementation could miss... E.g. there could be...
I'm seeing same on 3.0.66 (cdk v2.145.0, Python v3.11.9)... Closest hint I've found so far is [this SO question](https://stackoverflow.com/q/78143353/13352657)? It also looks like there are relevant post-merge comments on #424
In my case, running with environment variable `NO_PREBUILT_LAMBDA=1` seems to avoid this issue - but it's not ideal as: 1. While this works in AWS CodeBuild, the build fails on...