Cully Larson

Results 13 issues of Cully Larson

### What version of Turborepo are you using? 1.6.3 ### What package manager are you using / does the bug impact? Yarn v1 ### What operating system are you using?...

kind: bug

In [index.js](https://github.com/zouhir/lqip/blob/8b769849f3990c080c0a453e7a1111da46736e68/index.js#L24), the file extension is used to determine whether the file is supported by lqip. [It is later used](https://github.com/zouhir/lqip/blob/8b769849f3990c080c0a453e7a1111da46736e68/index.js#L32) to get the mime type of the file. The problem...

I set up something like this to troubleshoot an issue with "trust proxy": ```js app.set('trust proxy', ip => { console.log({ip}) return true }) ``` I noticed that each time I...