ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

The API for font building is inadequate

Open GrimMaple opened this issue 1 year ago • 3 comments

I've ran into #127 myself. Though the proposed solution does work, I find it inadequate from the API viewpoint

GrimMaple avatar Aug 13 '24 14:08 GrimMaple

@matthewyost Good morning. Thanks for reporting the issue.

If you check here, it executes the changeset. Then based on the value of shouldWait, it might wait if it is true (default it false). If shouldWait is not enabled, it returns immediately with success code.

Could you please share the following:

  • Are you passing flag --stack-wait with value false to dotnet lambda deploy-serverless command?
  • Share minimal reproducible code sample to reproduce the issue.
  • How are you executing dotnet lambda deploy-serverless command? Is it executed via some shell script since per log screenshot, you appear to capture the exit code of bash? If yes,
    • Could you check if your script is returning 0?
    • For testing, could you execute dotnet lambda deploy-serverless command outside the shell script and inspect the output of echo $? command (this should return exit code of last command executed)?

Thanks, Ashish

ashishdhingra avatar Aug 22 '24 17:08 ashishdhingra

Edit: This does work; however, it cannot be the last parameter in the command line or it will not be honored.

That didn’t work for me if it was set to true:

/home/ubuntu/Agent01/_work/_temp/awsshellscript_1123355.sh: line 3: --stack-wait: command not found

matthewyost avatar Aug 23 '24 13:08 matthewyost

@matthewyost Thanks for your reply. Please share the below information:

  • Share minimal reproducible code sample to reproduce the issue.
  • How are you executing dotnet lambda deploy-serverless command? Is it executed via some shell script since per log screenshot, you appear to capture the exit code of bash? (This appears to be the case per your last response)
    • Could you check if your script is returning 0?
    • Share minimal snippet of your shell script.
    • For testing, could you execute dotnet lambda deploy-serverless command outside the shell script and inspect the output of echo $? command (this should return exit code of last command executed)?

Thanks, Ashish

ashishdhingra avatar Aug 23 '24 17:08 ashishdhingra

This issue has not received a response in 5 days. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled.

github-actions[bot] avatar Sep 03 '24 00:09 github-actions[bot]