lonix1
lonix1
Thanks I'll try that
Nope still not working on ubuntu 20.04 or later. Was a great extension while it lasted!
I switched to another extension, but as I recall the image was definitely shown. But the scaling setting did not make it bigger. Setting it to `2.0` did not show...
I've never written extensions so I wouldn't know where to start. Let's "keep it on the backburner"? Love this extension, thanks!
Popup doesn't show a number over the hourglass. Ubuntu 20.04. @PaulMorris Does the latest version work on your side?
PS @vkhorikov The Microsoft docs blatantly [copied your ideas](https://docs.microsoft.com/en-gb/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/implement-value-objects#value-object-implementation-in-c) without attribution. Surprisingly unprofessional. :disappointed:
VO: Okay it makes a lot more sense now, thanks! I also like the addition of the cached hash code. MS docs: I hope you're right and it was unintentional....
I think the first time this idea entered the discussion was long ago by Jimmy Bogard, but you improved on that implementation, AND credited him. Every VO implementation on the...
For future readers, the differences between the two versions are: - `[Serializable]` - `ValueObject` alternative - check for lazy loaded proxies - hash code caching - `IComparable` implementation in base...
That's so obvious, I can't believe I didn't think about it - thanks so much!! :+1: (Can we close this issue?)