Jackie McDoniel
Jackie McDoniel
It seems like with the current file structure it's not going to be possible to make it into Typescript without using a lot of "any" type, which kind of defeats...
I may have bitten off a bit more than I can chew. I'll keep taking a look, but I may not be able to make any progress.
As a workaround for myself I've added `hi StatusLineNC guibg=NONE` to my `init.vim` and it's made the statusline readable again.
For the npm errors, those come because npm and pnpm resolve dependencies differently. pnpm just reports that there are differing peer deps while npm throws an error if I recall....
As of now, don't. I need to get back to this eventually, but I found some major problems with it, (namely applying enhancers per route) which I need to take...
Oh awesome! I must have missed this in a chaotic moment in my life :laughing: can you add a changeset for a `minor` change by running `pnpm changeset` and filling...
Please provide a [minimum reproduction repository](https://minimum-reproduction.wtf/) (Git repository/[StackBlitz](https://stackblitz.com/fork/github/nestjs/typescript-starter)/[CodeSandbox](https://codesandbox.io/s/github/nestjs/typescript-starter/tree/master) project). ## [why reproductions are required](https://antfu.me/posts/why-reproductions-are-required)
I would need a reproduction of the bug to be able to approve this. The only time this code should be called is if, for whatever reason, the `errorHandler` of...
Please provide a [minimum reproduction repository](https://minimum-reproduction.wtf/) (Git repository/[StackBlitz](https://stackblitz.com/fork/github/nestjs/typescript-starter)/[CodeSandbox](https://codesandbox.io/s/github/nestjs/typescript-starter/tree/master) project). ## [why reproductions are required](https://antfu.me/posts/why-reproductions-are-required)
Looks like your issue is that the `IntersectionType` removes the getters that you have set, which I believe is the expected behavior, right @kamilmysliwiec?