George Pollard
George Pollard
I use a definition like this (in `react-app-env.d.ts` as I am using `create-react-app`): ```js type ResponsiveImageOutput = { src: string , srcSet: string , placeholder: string , images: {path: string,...
Also: `dsq`/`dsQ` don't work.
After looking at the code it seems like `surround.vim` doesn't support this... I could have sworn it used to work! 🙂 Here's the issue on surround: https://github.com/tpope/vim-surround/issues/210
Also somewhat related to #62.
Nearly got something going but it crashes when I try to link it against the node functions and I don't know why yet 😁
Blergh; wasn't setting up the V8 platform abstraction before calling Initialize (why not use a normal class, eh?) But `CreateDefaultPlatform` isn't exported from Node, so this can't link... https://github.com/Porges/registry-js/commit/6caf63fa417dd155a0c0452085507e371cca88d6 Will...
Marking as `alpha-1` since the generated names do not affect CRDs, only the intermediate/internal go code.
`GalleryIdentifier` doesn’t even have a `type` so that is something we can’t generate properly (I assume it is meant to be `string`).
K8s has support for deprecating specific CRD versions: https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#version-deprecation
See: https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/