copitz
copitz
Stumbled upon this also on BigstickCarpet/swagger-express-middleware#102
FWIMC here's a fix for this (including the fix for #102): ```javascript const express = require('express') const middleware = require('swagger-express-middleware') const mergeWith = require('lodash.mergewith') const app = express() middleware('PetStore.yaml', app,...
FWIMC, I worked around this with an addition to the callback: ```javascript const express = require('express') const middleware = require('swagger-express-middleware') const mergeWith = require('lodash.mergewith') const app = express() function expandAllOf...
It should be possible - but there's no method for that yet. Best would probably be to provide a script for that or hook into composer status or show -...
Hi, this sounds a bit like the firmware issue I had. Maybe the second half of [this essay](https://gist.github.com/copitz/70a7e9958d847bd144968cb3f57a18e1#file-2023-12-28_wifi-access-point-on-proxmox-md) could help you :)
Thank you @yozachar - you saved my day :) Maybe [this little essay](https://gist.github.com/copitz/70a7e9958d847bd144968cb3f57a18e1#file-2023-12-28_wifi-access-point-on-proxmox-md) could help anyone with similar issues as well
I wrote a plugin that extends easy_agile to attach issues to stories via custom fields. Currently it lets you - create a custom field of type 'user story' for issues...
Additionally to @SabhtarshaMojo's solution it would be good to add the subtypes registered by `objectMapper.registerSubTypes()` - here's what I ended up with: ```java @Override protected Discriminator resolveDiscriminator(JavaType type, ModelConverterContext context)...