Illia Ovchynnikov

Results 26 comments of Illia Ovchynnikov

@seankimdev perhaps you could suggest a doc page I can look into to publish such a plugin myself in the meantime? Like a Dockerfile you use for `protocolbuffers/plugins/java`?

Here is a comparison of how AWS ES response differs from a normal ES deployment: https://github.com/elastic/elasticsearch-js/issues/1178#issuecomment-621918104 One way to mitigate this might be a custom sniffer that does `nslookup` instead...

@liuderchi Thank you for a prompt reply. Ukrainian in Ukrainian is "_Українська_" but I want to make you aware that I'm personally will translate into older 1927 Ukrainian, it's "_Українська...

Now we are getting: ``` ❯ buf generate Failure: internal error, contact support, reference code: 556938 ``` The page https://buf.build/googleapis/googleapis fails with > An error occurred: unexpected server response, missing...

This feature would be really nice to have. I think having `skipPublishIfExists` on the `HelmPublish` task would be a great first step.

I'd like to second the issue with my use case which is similar to the author's. In my setup, this change is a regression and I'd need to stuck with...

While looking for a stop-gap solution for this in GitHub, I found [this](https://github.com/eclipse-tractusx/bpdm/blob/15b6fbdcdce513374cf7718e704ec33976157382/bpdm-common/src/main/kotlin/org/eclipse/tractusx/bpdm/common/service/DataClassUnwrappedJsonDeserializer.kt#L39) ([usage](https://github.com/eclipse-tractusx/bpdm/blob/15b6fbdcdce513374cf7718e704ec33976157382/bpdm-gate-api/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/api/model/response/SiteGateOutputResponse.kt#L30)) rather straightforward solution for `@JsonUnwrapped` support in Kotlin data classes. Perhaps this might be helpful for...

I am having the same issue with a dependency defined as: ``` tensorflow = [ {version = "2.16.1", platform="linux", extras=["and-cuda"]}, {version = "2.16.1", platform="darwin"}, ] ``` which is to my...