devhl-labs

Results 51 comments of devhl-labs

Please check https://github.com/OpenAPITools/openapi-generator/pull/21081 @cavus700 @Ekwav @BartoszUrban

Optional properties should be defined as `Option` so null and omitted can be tracked separately.

This is not a breaking change. It is only fully qualifying a method, a very safe thing to do. I don't see any harm in merging it now.

Thank you for posting this. I also had to add --enable-source-maps to mochaExplorer.nodeArgv to fix the test gutter icons. Otherwise these run buttons were on the wrong lines. ![image](https://github.com/user-attachments/assets/27575bf2-e201-4142-867f-d4808210a1db)

I think I see the issue. It is trying to curl `https://github.com/docker/compose/releases/download/v2.29.2/docker-compose-Linux-x86_64` acording to the releases, that version does not exist, latest is 2.29.1 https://github.com/docker/compose/releases/ https://github.com/devcontainers/features/blob/b2c7d17f0a8320895c3b52df8485c645398854e1/src/docker-outside-of-docker/install.sh#L332 I was able to...

Sorry I don't understand. What is boundary? What spec are you using? Show the actual code vs expected code.

It would be helpful if you could provide the actual c# and the expected c#

This gives me an error `Error response from daemon: ${AZURE_PATH} is not an absolute path.` ``` "mounts": [ "type=bind,source=${localEnv:HOME}/.bash_history,target=${localEnv:HOME}/.bash_history", "type=bind,source=${localEnv:HOME}/.ssh,target=${localEnv:HOME}/.ssh,readonly", "type=bind,source=${localEnv:HOME}/.azure,target=${localEnv:HOME}/.azure", "source=${AZURE_PATH},target=/root/.azure,type=bind,consistency=cached" ], "runArgs": [ "--env-file", ".devcontainer/devcontainer.env" ], "remoteEnv": {...