Thomas Moerkerken

Results 11 comments of Thomas Moerkerken

This functionality has changed since the original report. The `work-item update` command now correctly adds the tag, not removing any existing tags on the workitem. This would still be made...

I have created a PR for my implementation of this feature. Feel free to add feedback on this or even to suggest a different approach.

This fixed the error, yes. However I've since learned that Microsoft.VisualStudio.Services.Client was used because the WitClientWrapper.cs was not using the configured PAT. So I'm closing this in favor of issue...

@Alexander-Hjelm just a question regarding your comment. The latest release is 2 years old at this time. Will I miss a lot of functionality\bugfixes when I go with this release...

> Good find! Did your PR solve the issue? Yes, works for me

@jeffwidman , I attempted this last year but failed to get the codebase to build (both local and devcontainer). We have since moved on to other projects. It would be...

Looks like the updated start9/rust-arm-cross:aarch64 (which is an amd64 image with a aarch64 tag) currently has the aarch64 cargo-nextest binary installed. That's why the build fails. Running `curl -LsSf https://get.nexte.st/latest/linux...

Oh I see, hadn't noticed it started doing that. I expect it's rebuilding because an embassy bin "backend/target/aarch64-unknown-linux-gnu/release/avahi-alias" has been added since pipeline 340 that is not caught by the...

Thanks for the feedback! I am aware I have not mapped all fields in the config and I agree this is the cause of the empty revisions. However I do...

Thanks for the clarification! Appreciate the perspective. Having the json between the export and import makes it easy to script changes for situations like this. I can see that is...