Georgiy Slobodenyuk
Georgiy Slobodenyuk
For example: ``` elixir(function(mix) { mix .sass('app.scss') .webpack('app.js', { outputDir: 'public/js', entry: { app: './resources/assets/js/app.js' }, output: { filename: 'bundle.js' }, plugins: [ new BrowserSyncPlugin({ host: 'my.app', port: 3000, server:...
It looks like the IAM instance profile user is not available when calling commands like: ``` su ${parameter["BRAND"]} -s /bin/bash -c "git init -b main" ``` and errors with: ```...
The nginx user doesn't have access to read the /var/run/php/php7.4-fpm.sock file. setfacl has allowed nginx access to read the web root, but not the php socket. Also, a constant seems...
``` Error: Unsupported argument on packer.pkr.hcl line 55: (source code not available) An argument named "instance_metadata_tags" is not expected here. ``` Not sure what to do in this case, because...
The `imagebuilder/build.yml` file references `PARAMETERSTORE_NAME` which isn't defined anywhere. Same for `INSTANCE_NAME` I suggest making the following modifications. build.yml: ``` _AWSTOKEN=$(curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 60") PARAMETERSTORE_NAME=$(curl -s -H...
I traced this to the terraform aws provider not supporting metadata and added a ticket: https://github.com/hashicorp/terraform-provider-aws/issues/24006 But after manually updating in GUI and building images, the same thing happens. When...
I tried following the instructions using the AWS Cloudshell and ran into an error during `terraform apply` asking whether I forgot to run `packer init`. Turns out, `which packer` returns...
Hello! I found it strange that when I ran: `cross-env HOT=1 webpack --hide-modules --config build/webpack.dev-background.conf.js` the original import statements remain untouched in the generated `background.js` file in the `dist/` folder....
Maybe it's time to update this package to support gatsby 1.0? ``` exports.modifyWebpackConfig = function({config, stage}) { if (stage !== `develop-html`) { config.merge({ resolve: { alias: { react: `preact-compat`, 'react-dom':...
...Share/Find on Page menu. - Start TintBrowser - Click on a Bookmark thumbnail - Press Menu What should happen: - Share/Find on Page should be enabled What actually happens -...