Joe Portner

Results 4 issues of Joe Portner

Today I was trying to downscale a 4k (`4096x1716`, [2.39 aspect ratio](https://www.unravel.com.au/aspect-ratio-cheat-sheet)) video to 1080p (`1920x804`), and I found that the options available are too limited: ![image](https://user-images.githubusercontent.com/5295965/174451306-d3fb6d87-7adb-47eb-afe0-89398e825348.png) ![image](https://user-images.githubusercontent.com/5295965/174451315-8b240ac9-2592-48af-a0cb-29fa7d4e75c0.png) ![image](https://user-images.githubusercontent.com/5295965/174451321-5c057702-3233-408b-8759-6276344eba89.png) I...

## Background _Note: examples use the Node.js REPL with strict mode: `node --use_strict`._ ### Inheritance and Shadowing Objects in JavaScript [inherit properties from their prototype chain](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain). For example, the "toString"...

I recently upgraded my Docker image to use the latest commit on the `master` branch of Smokescreen (c86310d7000dcb9865fcd25ff3c8455c1603f7fa). Right after a connection is allowed through the proxy, I'm occasionally seeing...

## Background _Note: examples use the Node.js REPL with strict mode: `node --use_strict`._ ### Inheritance and Shadowing Objects in JavaScript [inherit properties from their prototype chain](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain). For example, the "toString"...