Georgi Koemdzhiev
Georgi Koemdzhiev
> flutter_svg: ^0.13.1 > > ``` > Warning: Flutter SVG only supports the following formats for `width` and `height` on the SVG root: > width="100%" > width="100px" > width="100" (where...
I am still getting this error: ``` PS D:\_Code> ApiPort.exe analyze -r DGML -f .\Intranet\ Microsoft (R) API Portability Analyzer v2.8.10-alpha+3a1016693b Copyright (C) Microsoft Corporation. All rights reserved. This tool...
The produced YAML code causes issues when the sorting of the terraform code is not kept the same. For example, here is a `aws_imagebuilder_component` which uses `S3Download` action which fails...
Hello, thank you for addressing my comment. > Do you know which software is ultimately parsing and decoding that YAML document? I believe the software that parses the YAML is...
I can confirm that the app does not work correctly. The following exception is thrown after the line "text = await client.RecognizeTextAsync(photoStream);" "ERROR: Exception of type 'Microsoft.ProjectOxford.Vision.ClientException' was thrown." string"...
> Just read the current job definition from the API using `get_job()`, change the fields you want to change, and post it back. 🤷♂️ Thank you for your suggestion. I...
> Just read the current job definition from the API using `get_job()`, change the fields you want to change, and post it back. 🤷♂️ I tried your suggestion but the...
Thank you for your suggestion. I changed my existing logic so that I am passing `new_settings` (see below) but I am getting the same error - `Invalid JSON given in...
I am in new territory here but would any of this work allow us to use a more recent API version? For example, the "latest"? I think it is impossible...