Julien T

Results 13 comments of Julien T

Same requirements on my side ! Hope it will be developed 😄

Hi ! I'm also facing this issue right now while making a blog. I will have a growing number of pages and doing the `nuxt generate` will take more and...

Any news on this topic ? It's still not working in generate mode...

Hello @HyperBrain @zachboyd any updates on this ? On my side the aliases seems to work (when i hit a stage i reach the associated authorizer) but they doesn't appear...

Hello, I am also interested in this feature. Do you think it could be launch soon ?

This is a complete non sense : why is the charset added even if we provide the content-type ? The user input should override the default values, not the opposite...

@snowLimit I faced the same issues and decided to use this library https://pub.dev/packages/dio. It's very similar but more flexible and has a lot of interesting features 😉

I think it would be a great solution for this problem 👍

Hello ! I've just tried this new version but i'm getting this error : ``` Unsupported operation: Cannot set value in unmodifiable Map When the exception was thrown, this was...

On my side, i added it as a **dev dependencies** in my `package.json`, then use the forceExclude parameter (https://github.com/serverless-heaven/serverless-webpack#aws-sdk) : ```yaml # serverless.yml custom: webpack: includeModules: forceExclude: - moment ```...