Marc van Andel

Results 5 comments of Marc van Andel

@jeswr , did you follow up on this one? I'm currently exploring LDflex (and the whole LD world actually 😉 ) and I'm fighting to integrate React, TypeScript with `esnext`...

Thanks for your quick response! I've planned to work on LD for the coming months so if I come to anything that I can contribute to I will send in...

Is this an issue in `jackson-module-kotlin` or should this be in `jackson-binding`? Debugging this issue (in my own set up hitting the same exception) it seems that in the `BeanDeserializerFactory`...

This can be reproduced by altering the `node-document-loader-tests.js:83` and add `.status(304)` to the response: ```javascript _app.get('/data/:id', _store, (req, res) => { res.status(304).json(_data[req.params.id].content); }); ``` To me the issue is with...