Spencer Tuft

Results 22 comments of Spencer Tuft

As an alternative to coding this directly into nvm, you can add it to the shell script [located in the README](https://github.com/nvm-sh/nvm#deeper-shell-integration) > NOTE: This does not handle semantic versions in...

Is there a reason that some public members of the Vue class are not included in the type definition? This is getting really messy for me as I'm having to...

+1 I think this [bug report](https://github.com/nuxt-community/dotenv-module/issues/25#issuecomment-452183244) and this "feature-request" are talking about the same issue. The problem is that when deploying an application, the environment variables are ignored since there...

Additionally, I would just like to point out that under the compatibility section it has this warning: > Warning: do not reference main since that is the latest code and...

I'm seeing the same issue when using @pathParams and using a reference to a typescript interface/type that I've defined elsewhere.

Another related issue: Cannot use intersection types. Is there a reason why intersection types are not parsed? The [parseType function](https://github.com/airtasker/spot/blob/590a19005ee549854f09a100300add4fcefc7828/lib/src/parsers/type-parser.ts#L55) throws an error "unknown type" when I defined an intersection...

Updating this issue since intersection types are now supported as of [Release 1.4.0](https://github.com/airtasker/spot/releases/tag/v1.4.0). https://github.com/airtasker/spot/pull/1133

Same thing happens when deleting a node

Disclaimer: I'm not a maintainer of this library but I've used it quite a bit and I'm familiar with the type definitions. That said, my two cents is that spreading...

I've made the change in my `node_modules/ajv/dist/types/json-schema.d.ts` and the error goes away for both the examples above.