Nathan Sowatskey

Results 31 comments of Nathan Sowatskey

See https://github.com/ansible-collections/ansible.posix/issues/107.

Apologies for the delay. This is part of a project to which I am unable to dedicate time now. We plan to have a person full time on this project...

More details: ``` $multipass start [2022-06-21T08:55:55.188] [error] [primary] process error occurred Crashed program: qemu-system-aarch64; error: Process crashed [2022-06-21T08:55:55.202] [error] [primary] error: program: qemu-system-aarch64; error: Process crashed start failed: cannot connect...

$ "/Library/Application Support/com.canonical.multipass/bin/qemu-system-aarch64" qemu-system-aarch64: No machine specified, and there is no default Use -machine help to list supported machines > On 21 Jun 2022, at 14:20, Luis Peñaranda ***@***.***> wrote:...

Thank you for following up @townsend2010. I shall try to see what might work.

I have just tried ``` infer -- ./gradlew build ``` On an MBP M1 with a build of infer from the repo, and it worked fine.

I tried this: ``` cd DroneStatus/dotnet/DroneStatusFunctionApp/ func azure functionapp publish ${DRONE_STATUS_FUNCTION_APP_NAME} --csharp --force cd ../../.. Setting 'FUNCTIONS_WORKER_RUNTIME' to 'dotnet' because --force was passed Microsoft (R) Build Engine version 17.2.0+41abc5629 for...

After upgrading .NET to v8 from here: https://www.microsoft.com/net/download This worked: ``` cd DroneStatus/dotnet/DroneStatusFunctionApp/ func azure functionapp publish ${DRONE_STATUS_FUNCTION_APP_NAME} --csharp --force cd ../../.. Setting 'FUNCTIONS_WORKER_RUNTIME' to 'dotnet' because --force was passed...

I am not sure that this does work, as the function is not appearing under "Functions" in the Function App itself. See attached.

I have just built Infer on an M1 MBP from a clone of the repo: Darwin XXX 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:27:24 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_T6000 arm64...