soerenBoisen

Results 8 comments of soerenBoisen

Here is an alternative fix that changes the registration from Byte[] to byte[] without breaking the tests: https://github.com/FacilityNet/ews-java-api/commit/d13f40763be6667ca6e84183b79769710083707f

It's a bug in the library. I made a fix here: https://github.com/FacilityNet/ews-java-api/commit/d13f40763be6667ca6e84183b79769710083707f

For anyone else seeing this, I made a PR to open the write review form when opening App Store.

This should absolutely be allowed. Treating children attribute special here violates the principle of least surprise and limits the way we can translate our components.

Another way to impement this would be to take advantage of existing attrs attribute: ```javascript ``` To me, this makes more sense since children is just an attribute with special...

What is blocking this fix? Just encountered this bug that was reported in 2021.

You are putting the whole URL in there. You should only put the scheme. So in your case: ``

Hello @chemerisuk , I'm looking into creating a pull request for this feature, since I also need it. I assume that you will be against completely disabling auto initialization? In...