Bashkim Isai

Results 4 comments of Bashkim Isai

https://github.com/jasonwebster/tumblargh/pull/26

I found out that this is caused by a dependency: ``` "@isaacs/cliui@^8.0.2": version "8.0.2" resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== dependencies: string-width "^5.1.2" string-width-cjs "npm:string-width@^4.2.0" strip-ansi "^7.0.1" strip-ansi-cjs "npm:strip-ansi@^6.0.1" wrap-ansi "^8.1.0" wrap-ansi-cjs...

Funny enough, the _resolution_ was _resolutions_. In your `package.json`, add a resolutions field: ``` "resolutions": { "string-width": "^5.1.2", "strip-ansi": "^7.0.1", "wrap-ansi": "^8.1.0" } ``` Your problem may not be with...

I'm not entirely sure what to choose. To be honest, I would never use 100% width/height in image attributes to represent 100% of the screen because that should be done...