Kjetil Thuen
Kjetil Thuen
Hi. We are using Editscript in [microdata.no](https://microdata.no/en/) to sync client state to a server so users can pick up their work where they left it. Thanks for an excellent tool!
Possibly not the same issue, but I too have experienced problems with ical invitations (mostly from ms teams) misbehaving after recently upgrading to mu 1.8. The problem I am seeing...
I played around a bit and found that if I add the following two entries to `lambdaisland.deep-diff2.printer-impl/print-handlers` and set `:pseudo-names` to `true` when building the example project above, I can...
Our use case is a integration testing tool we use internally. We use deep-diff2 to visualize the differences when the results are not as expected. I was able to make...
Great. Thanks! It turned out the records from `diff_impl` had to be instantiated as well. I don't quite understand why that was not needed in the simple data I was...