William Martins

Results 15 comments of William Martins

I don't know if @bshack is still having problems with that, but I was struggling with the same problem yesterday and I think that I've found a solution. **My Scenario**:...

Got into the same problem. I think it's related when we use the `outDir` option in TypeScript compilation. In my case, I have the following directory structure: ``` /home/wmartins/workspace/github.com/wmartins/ts-project ├──...

I got it working fine for my case, however, I had to do some unusual configuration to make it work. I'll explain them here. 1. Change [`sourceRoot`](https://www.typescriptlang.org/tsconfig#sourceRoot) compilation option. My...

Hi @ljharb, thanks for mentioning it! About opening it on `pnpm`, from what I read yesterday, when an issue is tooling related, it's something that `pnpm` wont solve, according to...

I've got hit by this yesterday, in my case, we had a migration that was creating a `FUNCTION` that had no schema prefixed. Something like this: ```sql CREATE OR REPLACE...