Leo Toikka

Results 6 issues of Leo Toikka

The actual meaning of the option is currently to expose the Vagrant box on OS X to the local network via bridge interface: https://github.com/Seravo/wordpress/blob/54b867da64991451487fee23fbef0f41d6ffbd19/Vagrantfile#L89-L99 As we currently already always use...

### Description In the SageMaker CreateImageVersion API docs (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateImageVersion.html), there are more arguments available to be set in the API request than in Terraform currently: ``` { "Aliases": [ "string"...

enhancement
service/sagemaker
needs-triage

### Describe the bug In the `ModelPackageSummary` structure located https://github.com/boto/botocore/blob/develop/botocore/data/sagemaker/2017-07-24/service-2.json#L25291-L25334, the `ModelPackageName` is marked as a required member, however this is not the case for the SageMaker API response for...

bug
service-api

**What did you find confusing? Please describe.** I was trying to investigate how I could load the model already when the inference endpoint starts, so that there wouldn't be any...

Numpy is pinned to version 1.19.2 in https://github.com/aws/sagemaker-xgboost-container/blob/master/requirements.txt#LL13C1-L13C14. This version doesn't yet include type hints in numpy.typing (https://numpy.org/devdocs/reference/typing.html), so it would be great to be able to use version >=1.20...

When having the setting "Forms to protect" => "Comment Form" applied and sending a blog post comment without ReCaptcha checked, returning a WP_Error from the function `recaptcha_check_or_die` added as a...