Niklas Natter
Niklas Natter
Thanks for your effort! Unfortunately, we cannot change this in a minor version because it would break the backward compatibility. I think we would need to do something similar like...
Thanks for reporting! Without having a deeper look, I suspect that this happens because the `Location` field type sets an empty object as data for the property and this is...
You are right, adjusting the frontent field type is the better solution 🙂
I think I would be okay with replacing the `isemail` if this is a blocker in the future. Where did we use the `Buffer` class in out code? 🤔
Fixed by https://github.com/sulu/sulu/pull/5859 and https://github.com/sulu/skeleton/pull/96 🎉 To understand why the fix works, the following comment that was added in https://github.com/sulu/sulu/pull/5859 in the `symlink-vendor-directory.js` might be helpful: ```js // the sulu/skeleton...
Thanks for reopening - thats really sad to hear 😢 Maybe we need to add the symlink outside of the `node_modules` folder for npm7 compatibility? I could imagine that npm7...
Okay thats a pity - I guess we need to hope that https://github.com/npm/cli/issues/2339 gets resolved soon then 😕
Hey, thanks a lot for spending your time on this. We really appreciate your help here! > For me it does seem to work if the symlink is **outside** node_modules,...
> Yes, this is the node_modules used for the website itself (webpack/encore). > It is the module resolution that node use, there doesn't seem to be much to influence that....
Thanks for reporting! The proposed solutions sounds good to me - we would happily review a PR if anybody wants to work on this 🙂