Alden Quimby

Results 51 comments of Alden Quimby

Hit the same issue trying to upgrade from 3.0.8: `Error: Multiple matching models found for referenced type LoDashStatic` Workaround: add this to `tsoa.json`: ```json "ignore": ["**/node_modules/@types/lodash/**"], ```

#190 should fix this. My team is using this successfully if you'd like to try it: ```yml uses: aldenquimby/paths-filter@0f9f8bf7d2c3f9b9046e7bf16096464812c69650 ```

@Superskyyy you are correct. In most cases, the [default PR workflow described here](https://github.com/dorny/paths-filter#supported-workflows) is what you'll want, and you don't need any special config. This is what my team uses...

My company recently switched to the fork https://github.com/Sparticuz/chromium because we need to upgrade to node16 and it's working great for us so far

@ramandatascientist is the `Long lived branches` example from the README what you are looking for? That would need this config: ```yaml - uses: dorny/paths-filter@v2 id: pathfilter with: base: ${{ github.ref...

@Haroenv I just added a test that I think should work (stitched together by copying various other tests), but I am unable to get the test suite working locally. Could...

I landed here from Google trying to find #15690 Commenting in case future travelers are in the same boat

https://github.com/typescript-eslint/typescript-eslint/issues/5468#issuecomment-1278274384 was marked as off topic, but I'm re-posting because it is a valid short term solution if you're blocked. From the initial example, instead of this: ```ts import type...