devhl-labs
devhl-labs
Please merge this first https://github.com/OpenAPITools/openapi-generator/pull/18408 closes https://github.com/OpenAPITools/openapi-generator/pull/17397 Removes the discriminator because `new Whale("whale")` is redundant. We can just do `new Whale()` ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md)....
After sorting, I get this issue due to wrong indentation. 
Trying to use `PartialEvaluator.PartialEvalBody(where, ExpressionInterpreter.Instance);` to remove the closure from `u => u.UserID.Value > 1` where UserID is a ulong? produces the following error: ```$u.UserID > .Call .Constant(MiaPlaza.ExpressionUtils.Evaluating.DynamicEvaluationException: An error...
Fixes https://github.com/OpenAPITools/openapi-generator/issues/18607 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...
Please add this to the 8.0 milestone. ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ] Pull Request title clearly describes the work in the pull...
I need to connect to a private Azure Devops artifact feed when my devcontainer starts. The command looks like this CARGO_REGISTRIES_MYPROJECT_PUBLICPACKAGES_TOKEN="$(az account get-access-token --query \"join(' ', ['Bearer', accessToken])\" --output tsv)"...
Installing docker-in-docker fails to curl, not sure what url. How can I fix this? > [dev_containers_target_stage 6/6] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=docker-in-docker_1,target=/tmp/build-features-src/docker-in-docker_1 cp -ar /tmp/build-features-src/docker-in-docker_1 /tmp/dev-container-features && chmod -R 0755 /tmp/dev-container-features/docker-in-docker_1 && cd...
Reverts a part of https://github.com/OpenAPITools/openapi-generator/pull/19715 and handles the duplicate operation id better. ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ] Pull Request title clearly describes...
I am trying to mount ~/.azure into my devcontainer. The issue is that this directory is a symlink to my Windows path. I can get the mount to work if...
### Description This is still an issue. https://github.com/docker/for-win/issues/14475 Docker crashed while I was working. I tried to reopen it but searching Docker in Windows no longer returned the app. After...