Ryan Vanderwerf
Ryan Vanderwerf
So it looks like you can set the property grails.plugin.fields.localizeNumbers = false to fix this but it might not format the number at all.
actually it will still format the view part and not the input area with grails.plugin.fields.localizeNumbers = false so I don't think this is a bug. This should probably be the...
yes it appears the only place that flag is used for that field, so I'm not sure why it's configurable at all if true just makes an invalid input box.
I need to tweak the instructions here. 1) On your checked out repo, zip up /jetson_inference/artifacts/aws.greengrass.JetsonDLRImageClassification/1.0.0/* into image_classification.zip and put that in a bucket your GGv2 can access, and change...
also if you don't want to zip up the image_classification.zip, you can find it here: s3://public-ryan/jetson/models/image_classification.zip
+1 same here. It makes weird noises and control is erratic!
update.. if I use the syntax from your README.md on the /api/hello call, I get the following exception on the walkthrough: 'curl -X POST -d "Azure World" http://127.0.0.1:7071/api/hello' System.Private.CoreLib: Exception...
since I wrote this, anything additional that is requested in the docs that are out there? Happy to help or make changes.
should I break these out into tasks for each one? Alexa - needs RequestEnvelope/ResponseEnvelope signature - moved to micronaut-projects/micronaut-core#268 Kenesis - needs signature with KinesisEvent S3 - needs signature with...
going to break this out into 2 tickets I think I have another for alexa anyways I opened. The issue for the Alexa Lambda stuff is micronaut-projects/micronaut-core#268