Dane Emmerson
Dane Emmerson
…equalizer as member variable in _DiffArguments, which is passed as argument to isolate, and use args.eq instead of DiffUtils.eq (if user passed in equalizer function, else default to `(a, b)...
While trying to use the animated stream list package in my project, I am finding that `DiffUtil.eq` is always null inside the `_myersDiff` method, which is called in a separate...
Using v2.1 of the esign library, the "omitempty" portion of ``Locked DSBool `json:"locked,omitempty"` `` at [https://github.com/jfcote87/esign/blob/5064b2fe6847296edf1df5b4dc4cb68150775257/v2.1/model/model.go#L13620](https://github.com/jfcote87/esign/blob/5064b2fe6847296edf1df5b4dc4cb68150775257/v2.1/model/model.go#L13620) is problematic and results in undesired behavior. Per the docs [https://pkg.go.dev/encoding/json](https://pkg.go.dev/encoding/json), "The 'omitempty' option...