Ryan Skoblenick
Ryan Skoblenick
I had similar issues. If you are using jQuery Mobile with this jQuery plugin it causes the script to infinitely loop. I found as soon as I commented out the...
I am making assumption the env vars: `SECRET`, `DATABASE_USER`, `DATABASE_PASSWORD` and `PORT` are defined within the Travis project settings, otherwise they will need to be added to the NPM script.
This also happens in Linux when using SSSD. The user's home directories are created as [email protected]. Installation of rvm fails with `mkdir: cannot create directory '/home/user@global': Permission denied`
I would agree the changes to format in v0.1.12 don't make sense. If I wanted to know all the errors I would have run lint or validate on the files...
This issue is likely due to unescaped single quotes in the `issue-message` and `pr-mesage` in the provided example on the README or the `issue-message` above. This is why the double...
I can reproduce this error just by open/saving the file below in Atom 0.187.0 with atom-lint 0.20.1 https://github.com/scottksmith95/beerlocker/blob/master/beerlocker-6.2/controllers/oauth2.js
Generally yes any option provided to the CLI should be able to be set in the configuration. But also for the simple reason that is is defined in the schema...
If you have an existing `./static/css/main.css` it will also cause this issue. By this file existing it overrides the theme's `main.css`. If you need custom styles add another file, something...
It looks more like you have a typo in the policy based on the `MalformedPolicyDocument`. I would recommend using the `iam_policy_document` data source rather than using a here document/json blob...
I get similar problems with: ``` $ npx create-nx-workspace nx-example NX Let's create a new workspace [https://nx.dev/getting-started/intro] ✔ Which stack do you want to use? · node ✔ What framework...