thecooldrop

Results 11 comments of thecooldrop

I would like to take this issue as first contribution to Diesel. May I ask you @weiznich to assign it to me?

@weiznich Your comment is really confusing me since according to my analysis, given that `MySql` does not implement `SupportsReturningClause` we should not be able to have get_results for any of...

@sgrif It seems like the `get_result` method should not be implemented for update or delete statements for MySQL, or by extension of my argumentation above, for any backend other than...

I am affected as well. HI am trying to use kustomize to patch a Deployment, but it keeps saying that there is no resource matching that : ``` error: no...

I am seeing this issue with following resources as well: kustomization.yaml with patches: ``` apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: argocd resources: - https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.15/manifests/install.yaml configMapGenerator: - name: argocd-cm behavior: merge literals:...

> In my case the issue is that `patches` stanza is not processing Json6902 patches as expected, and behaves differently from `patchesJson6902` stanza, while documentation is saying that Json6902 patches...

Same here with Minikube. It seems like the guide is incomplete.

I am having the same ideas. Basically I would like to specify the application wave in the config.json file and use that in combination with git file generator. That way...

I was able to reproduce this bug. Namely any repository which has **plugins** directory is checked for CMP support, and in those cases it aborts the search and does not...

Hello @jessesuen @alexmt , is there anything I can add to this PR that would ease the review process?