Kas
Kas
When using Docker for a large amount of projects on a personal machine, and frequently rebuilding large containers, one may find themselves requiring to prune cached layers from previous builds...
# Input The code looked like this before beautification: ``` true ? true : false; console.log( true ? true : false ); ``` # Expected Output The code should have...
# Description I can see this has been a problem before (#1401), but this issue still exists. See line 29. It is at 103 out of 120 possible columns, yet...
When using a serverless.yml like: ```yaml plugins: - serverless-stack-output custom: output: file: .serverless-outputs/stackOutput.json ``` Then if the given directory `.serverless-outputs` does not exists, it fails silently. I would expect any...
I'm getting errors for versions higher than 2.1.5 on Ubuntu. Rollbacking to 2.1.4 makes it work again: ``` ERROR in ./src/components/LoaderBubble/index.scss (./node_modules/css-loader??ref--5-1!./node_modules/postcss-loader/lib??ref--5-2!./src/components/LoaderBubble/index.scss) Module build failed (from ./node_modules/postcss-loader/lib/index.js): TypeError: Cannot read...
Hi, I'm doing some automation work with cypher-shell with the following command: ``` cypher-shell -u $USER -p $PASS -f $filename ``` And while in an interactive shell I get the...