Gabe De Luca
Gabe De Luca
Thanks! I was honestly hoping I was doing something wrong. I even just tried providing the application with full disk access in System Preferences but got the same error. ![Screen...
mongo at minimum uses about 300 mb of data on the disk no where near 3gb what would all that data be? it can hold up to 2gb on x32...
How is this any different than just `res.redirect(req.get("referer")||"/")`? The `'back'` should just be removed as it is a feature that only aims to _save keystrokes_. --- Sidenote: If we are...
When the route gets passed to trim fix it adds the / to the /strict request... as it evaluates the path as '' when it arrives at trim fix and...
https://github.com/strongloop/express/blob/master/lib/router/index.js#L247 the req.url is '' but becomes '/' after.
It seems that settings in the router are not being passed to express... as such the strict setting in the router is being ignored, it apparently is expecting express's `.enable("strict...
it also seems that for `kubernetes_manifest` `create_before_destroy = false` (which should destroy then create, which is sometimes necessary) fails. which forces the user to manually delete, then run plan and...
@jbg in certain cases like resources depending on one another `create_before_destroy` set to `true` elsewhere does cause more down the line to be true, but reading up on some issues...
you need to module setuptools you can install it from here: https://pypi.python.org/pypi/setuptools then after run the `python setup.py install`
`telegram-cli -k --json -P 9009` does not return json over 9009... I had to run `./telegram-cli -d --json -P 9009 --json` for some reason...