Andrea Peruffo
Andrea Peruffo
@Mandeep56Singh this is the expectation: https://github.com/fabric8io/kubernetes-client/issues/5285#issuecomment-1667581394 Let us know if you have further questions.
https://github.com/fabric8io/kubernetes-client/issues/5285#issuecomment-1669384642
Would you like to discuss about the open points? If you can elaborate a list of open points to be solved for porting to Scala.Js I think I can help.
The macro implementation should be trivial to fix, macro-time is at compile time and you can have access to any jar or reflection based stuff you like, it will just...
yes to keep sbt build right can take a while .... I know ... you can look at what I did to start crosscompiling scalameta here: https://github.com/andreaTP/minimeta/blob/master/build.sbt they had the...
Any chance to get this reviewed/merged?
Hi @ckadner thanks a lot for getting back, much appreciated! Let me go through your comment. > A model (and it's version) is uniquely identified by the storage key and...
Hi @tjohnson31415 and thanks for reverting back! I'm referring to `versionId` as the S3 feature, you are correct. Tl;DR: To enable basic reproducible deployments we need a way to let...
Hi @baloo42 and thanks a lot for this proposal. This intersects with the discussion around CEL and validation, I would prefer to have a(shared) understanding of the final target from...
> OpenAPI validation constraints right, thanks for pointing this out, in this case we would need to support more constructs, e.g.: `multipleOf`, `uniqueItems`, `exclusiveMaximum` etc. do you mind crafting a...