Jonas Erbe
Jonas Erbe
> @jaywcjlove thanks. It works. I use `event.preventDefault(); ` to disabled short cut of browser or computer This does not work for `ctrl` + `t` in chrome. The handler doesn't...
I will try to find some time to do it. What I already checked is that my deep cloning is working correct. So thats not the issue.
I am still trying to replicate it. What I found until now is that is only happens on phase change between construction heuristic and local search, hence on the first...
I finally could reproduce it. Just run `gradle build` and `gradle run` and it should throw the exception. [reproducer.zip](https://github.com/user-attachments/files/19911043/reproducer.zip)
I saw that you have an open PR for the issue. Is there any estimation when the fix will be released? Will it take more than two weeks to be...
I also ran into this issue. For me it seems that it now only works with POST. Posting ``` { "firsName": "X", "lastName": "Y", "ownBooks": ["http://localhost:8080/api/books/5"] } ``` to http://localhost:8080/api/persons...
Thanks for your answer. Unfortunately late acceptance did not deliver good results in our use case. We have a very uncommon use case which only worked well with SA. We...