Marc van Andel
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...
I've created #499 for the handling of 304s better
Tip: [SilverBullet](https://silverbullet.md/Frontmatter) is a very interesting project for features like frontmatter. It would be very nice to incorporate frontmatter in a similar way into Docmost 😃
I do have the same issue ... it seems. I was running Ubuntu 22.04 in WSL and I had this error off and on. Error message: > Process doesn't have...
Hm.. It seems that a restart also helps to release the lock ... sometimes. So is there somewhere a process that locks this file? 🤔 Could this be a process...
It seems my virus scanner is the issue here ... 😏