Jordan Hornblow

Results 13 comments of Jordan Hornblow

Kia ora Kevin, cheers for the message, all the best to you too, good times! I'd like to do the basic things to improve the Lighthouse score and the mobile...

Hi there, I have an example of using serverless-dynamodb-local together with docker here https://github.com/jch254/serverless-node-dynamodb-api. I am using Amazon's dynamodb-local image to run Dynamo in a separate container and the Serverless...

Is there any updates on this? The only workaround that worked for my use case was to define empty classes for all of the classes that have a :global selector...

It is possible and works well, you'll need to use @typescript-eslint/parser, @typescript-eslint/eslint-plugin and this plugin. I migrated from using TSLint at the same time so have a `.eslintrc.js` file as...

Here is a Typescript/React project I've set up eslint-plugin-css-modules https://github.com/jch254/starter-pack. I didn't have to add .css to the overrides section.

I agree it would be fantastic if this could be added, I've adopted for all CSS files in our project that are only imported by one file but it's not...

@vadixidav keen to open a PR? I plan to upgrade this to use Terraform 0.12 so will fix as a part of that upgrade otherwise. Cheers for spotting!

Cannot wait! Any updates? Cheers

Me too. Seeing the Content-Disposition header in Chrome devtools but response.headers.get('content-disposition') is null :s

@malagant you're right! Even if the headers show in Chrome devtools they're not necessarily included in a CORS response. I explicitly exposed the Content-Disposition header server side and all worked....