Jonathan Giles
Jonathan Giles
**Original comment by arnaud nouard (Bitbucket: [insideFX](https://bitbucket.org/insideFX), GitHub: Unknown).** ---------------------------------------- Hi, Traces show that everything seem to be well initialized. Then a NODE_ADDED event occurrs in ScenicViewGui and the root...
**Original comment by Jonathan Giles (Bitbucket: [JonathanGiles](https://bitbucket.org/JonathanGiles), GitHub: [JonathanGiles](https://github.com/JonathanGiles)).** ---------------------------------------- I have emailed Arnaud to see if he can help to resolve this issue.
Let's record the final naming decision here: ```java /** * An empty BinaryData that is immutable, used in situations where there is no binary data, but a BinaryData instance is...
yes, lets sync in Teams about what we should do here. It depends on the extent of use and whether Jackson Databind is overkill for the requirements you have.
I'd love to get an update on this - dropping databind would be a huge win, and would enable the azure-sdk-for-java to more actively drop the dependency entirely from our...
**Original comment by Thomas Nield (Bitbucket: [thomasnield](https://bitbucket.org/thomasnield), GitHub: [thomasnield](https://github.com/thomasnield)).** ---------------------------------------- Due to some issues I've experienced at work overriding `hashcode`/`equals` on `Node` objects that serve as `TableView` field values, I...
**Original comment by George Moralis (Bitbucket: [gmoralis](https://bitbucket.org/gmoralis), GitHub: [gmoralis](https://github.com/gmoralis)).** ---------------------------------------- yah that is what i have done eventually
**Original comment by Thomas Nield (Bitbucket: [thomasnield](https://bitbucket.org/thomasnield), GitHub: [thomasnield](https://github.com/thomasnield)).** ---------------------------------------- I would create a wrapper class then that wraps around your ClientsEntity and returns a different toString() value. Defining a...
**Original comment by George Moralis (Bitbucket: [gmoralis](https://bitbucket.org/gmoralis), GitHub: [gmoralis](https://github.com/gmoralis)).** ---------------------------------------- yah that can work by overriding toString() function isn't a good idea , might break things elsewhere..
**Original comment by Thomas Nield (Bitbucket: [thomasnield](https://bitbucket.org/thomasnield), GitHub: [thomasnield](https://github.com/thomasnield)).** ---------------------------------------- Hi George. The `TableFilter` relies heavily on the domain object's `toString()` to render and manage the values. Can you override...