Fabio Albertin

Results 8 comments of Fabio Albertin

Sure. I've removed the bower line as I'm not using bower at this time. ``` import path from 'path'; export default { output: { filename: 'client-bundle.js', }, devtool: 'source-map', module:...

Ok, I've played around some more and have changed my webpack config to this: ``` import path from 'path'; export default { output: { library: 'MF', libraryTarget: 'umd', filename: 'client-bundle.js',...

Ok, I updated to the new version and added `test/elem/picture` to the rc file. Upon running, I get the css classes in the body tag and the test for `Modernizr.picture`...

Ok, I can see I've sanitised the spec into invqalidity. I have asked for permission to share more.

I also just verified that your competitor (?) [openapi-ts](https://github.com/hey-api/openapi-ts) also has no issues parsing the same OpenAPI spec. Hopefully I will recieve approval so Orval is not the only one...

Ok, my infosec analyst has approved the following. Will this help? ``` { "openapi": "3.0.1", "info": { "title": "API", "description": "An API", "termsOfService": "https://example.com", "license": { "name": "company", "url": "https://www.example.com"...

It does, yes. The new stack trace: ``` api - Error: The path params level can't be found in parameters (getHierarchy_2) at /users/dev/app/node_modules/@orval/core/dist/index.js:49180:13 at Array.map () at getParams (/users/dev/app/node_modules/@orval/core/dist/index.js:49171:17) at...

@anymaniax / @melloware : Are there any updates on this? Could you give me an ETA for this to be fixed? I can confirm that v7.1.0 does NOT fix this...