Results 89 comments of Ruben Laguna

It's worth noting that this is not really introduced by create-nuxt-app itself, creating a nuxt project manually also brings all these vulnerabilities ``` node --version v16.15.0 npm --version 8.8.0 cd...

The nuxt project itself says in https://github.com/nuxt/nuxt.js/issues/9284 that those vulnerabilities won't be fixed in 2.x because fixing them will imply breaking changes. Quoting from the other issue > This doesn't...

The current behaviour when `allow_watch_bookmarks=True` and `resource_version=

> /assign @ecerulm @roycaihw , what do you want me to do here?

@roycaihw I'm not familiar with the setup of this project and how contributions are made, this PR is based on master which seems 23.0.1 , but the latest release is...

If I understand right , before with `allow_watch_bookmarks=True' you could have a loop like this ``` for event in watcher.stream(v1.list_namespaced_pod, namespace, allow_watch_bookmarks=True): print(event['object'].metadata.resource_version ``` after the introduction of this PR...

If I understand right , before with `allow_watch_bookmarks=True' you could have a loop like this ``` for event in watcher.stream(v1.list_namespaced_pod, namespace, allow_watch_bookmarks=True): print(event['object'].metadata.resource_version ``` after the introduction of this PR...

I have the same problem with the `eniconfigs.crd.k8s.amazonaws.com` CRDs, terraform complains about `This custom resource does not have an associated OpenAPI schema`, but the CRDs seems to have an `openAPIV3Schema`...

The CRD has a '.spec.versions[0].schema.openAPIV3Schema', is not that the schema? I mean the ``` schema: openAPIV3Schema: type: object x-kubernetes-preserve-unknown-fields: true ``` seems like the one of the examples that they...

> Do you want to create a PR yourself? @ecerulm 😄 It's a pretty beginner friendly change I'd say, I can guide you through it if you're interested. I stopped...