Nicolas Rossi
Nicolas Rossi
Same issue here. Tried with https://github.com/CWBudde/cordova-plugin-wkwebview-inject-cookie but nothing changed. Not sure where should I put the code `wkWebView.injectCookie(Constants.serverUrl);`. I put it inside `onDeviceReady()`. Any recommendations ?
Hi Jan, maybe we are facing the same issue. I posted a [question on stackoverflow](http://stackoverflow.com/questions/40773005/how-to-serialize-and-deserialize-a-set-attribute-with-jackson-and-hibernate) but nobody has answered yet. I am trying to export database objects to JSON using...
If I detach the model before serialization it throws the same exception when trying to serialize the Set attribute: ```java Hibernate4Module h4m = new Hibernate4Module(); h4m.enable(Hibernate4Module.Feature.FORCE_LAZY_LOADING); ObjectMapper mapper = new...
Let me explain it a bit more. I have no issues on the serialization process. It works fine and all data is serialized as well. My problem is when I...
same issue here testing with Chrome Version 110.0.5481.177 (Official Build) (x86_64) on MacOS.
Hi guys. Is there any way to change the sql editor font family ?
Another way to reproduce this issue with latest version (0.9) in demo is: 1. Open DevTools 2. Go to https://summernote.org 3. Change font in the editor 4. Type "test123" and...
Hi, I fixed it adding this line in splitTree function: ```javascript if (nestSibling.nodeType == 1) { // this is the new line controlling childNodes length, because has no childs if...