Alan Hogan
Alan Hogan
``` $ npm-r some-package --save TypeError: Cannot convert undefined or null to object at Function.keys (native) at diff (/Users/ahogan/.nvm/versions/node/v5.7.1/lib/node_modules/npm-shrinkwrap-install/lib/diff-deps.js:4:28) at /Users/ahogan/.nvm/versions/node/v5.7.1/lib/node_modules/npm-shrinkwrap-install/bin/install.js:30:21 at process._tickCallback (node.js:406:9) ``` `some-package` (not the real name)...
See https://brew.sh/2020/12/01/homebrew-2.6.0/ tl;dr 'cask' should be removed from installation commands.
I’d like for `loc` to take an option that allows counting of any arbitrary file extension(s). It could ignore blank lines without knowing the specific syntax. Perhaps a few generic...
Do images seem to work just fine for you? If so, I’ll do more investigation… ``` ERROR in ./src/images/sprites@2x/icons-s91a7691adc.png Module parse failed: /Users/username/Repos/guidebook/gears3fe/src/images/sprites@2x/icons-s91a7691adc.png Line 1: Unexpected token ILLEGAL You may...
The autoloader seems to be breaking CSS sourcemap support. > I'm not sure it's possible actually with the default css loader :( > > See webpack/webpack#214 > > Perhaps we...
Meaning HTTP vs HTTPS. Personally I think it makes a huge amount of sense to serve short URLs on HTTP (or HTTPS) but to refuse to shorten URLs unless over...
LM 2.4.0 allowed HTTPS-only cookies but you can still log in on HTTP if your server is flexible, which many would be given http:// short URLs. We should allow forcing...
We are, reasonably, logging expansions with times (for stats), but not logging when URLs are shortened. Seems kind of silly. Benefit: Ability to run queries such as e.g. what was...
### Problems with the Status Quo 1. Expanding short URLs that are aliases of another — of which at least one _always_ exists when any URL is saved as more...