Jake Robers
Jake Robers
I am also having this issue. Not sure why environment is resulting in `undefined`.
Try checking your config file for the `g:prettier#autoformat` variable. If you see: ``` let g:prettier#autoformat = 1 ``` Try to either set this value to 0, or remove the line...
I am also finding myself in this scenario. Were you able to find a solution? I began having this issue after my mail server certificate expired. After renewing the certificate,...
I noticed that most of the gunicorn Application code (https://github.com/benoitc/gunicorn/blob/master/gunicorn/app/base.py#L79) dealt with loading the config file. Instead of copying and pasting, we could extend off of Application instead of BaseApplication.
Alternatively you can use [validator's](https://github.com/validatorjs/validator.js) function. They have a lot of string validations.