Lucas Granberg

Results 14 comments of Lucas Granberg

The problem is here: https://github.com/api-platform/core/blob/3a8329f09ded4d42e807ebe92006921efebbfe98/src/OpenApi/Factory/OpenApiFactory.php#L374 getFiltersParameter always looks in the collectionOperations for the filter. To fix it for me I changed the beginning of the method like this: ```php private...

final classes are never final when you find out they are final.. I had to override the whole class and copy stuff.

Do you have the save plugin enabled? I don't think it is by default.

Yes, doesn't make any sense to me either now that I read it a week later. I wrote a long reply and in the process it got clearer to me...

I created a draft pull request. There is still no serde on the region stuff and I am not really happy with having stuff stored in the region like this....

Ill add serde stuff to region so that it can be serialized to flash if needed.

Also mentioned here: https://github.com/SparkPost/heml/issues/62. I can confirm the error goes away with this. Ill create a PR.

Have you read this?: https://github.com/dschnelldavis/angular2-json-schema-form#changing-or-adding-frameworks

The idea is to **never** change anything in the node_modules folder. To add your own framework I would start by trying this. ```ts constructor(private frameworkLibrary: FrameworkLibraryService) { frameworkLibrary.setFramework({ framework: YourFrameworkComponent,...

No, do you have a plunker where your problem can be reproduced? I only went by the documentation and what I saw in the code. Maybe something else is loading...