Results 10 comments of Sander Mol

Has any priority been given to this issue? As a NodeJS company this currently completely blocks us from using Loki through SD. Is `docker_sd` seen as experimental? Should we target...

@jeschkies @MasslessParticle Would it be an idea to backport this to `release-2.7.x`?

I had a quick look at what could cause this, and it seems to be caused by the encoding of the body to JSON of the client. The following struct...

Vote for the following feature request to support this in this plugin: https://jira.atlassian.com/browse/BCLOUD-21703

The API does not seem to support `account_id` (Atlassian ID) as this is not part of the API `account` schema, which is weird considering the reference posted. To support this,...

A small update, contacted Atlassian about this matter: 1. `username` is now officially deprecated from this endpoint, and has been removed from the OpenAPI definition (see https://community.atlassian.com/t5/Bitbucket-questions/Feat-Swagger-V3-Update-account-schema/qaq-p/2694518#U2702105) 2. A request...

@andrueastman Thank you for the fast response. I was able to get the main branch working, and tested this with a modified `launch.json` in VSCode. "Go" still shows the same...

@andrueastman Appreciate the feedback! I re-checked, and there are indeed no double models generated for Java: **BaseCommit.java** ```java package bitbucket/client.models; import com.microsoft.kiota.serialization.Parsable; import com.microsoft.kiota.serialization.ParseNode; import com.microsoft.kiota.serialization.SerializationWriter; import java.util.HashMap; import java.util.Map;...

> It'd be interesting to see whether [this method](https://github.com/microsoft/kiota/blob/cc234643a9fdb1b01546eb27db7e3d0a401573f8/src/Kiota.Builder/Refiners/CommonLanguageRefiner.cs#L1117) is the culprit. Any change you can step through the code @Nkmol ? Thanks for the reply! I was looking at...

Thank you very much @baywet for the detailed response! Excuse my lack of response, there has been quite an abrupt shift of time, so I cannot make any promises in...