Ian Holm

Results 6 comments of Ian Holm

It appears that my val is not getting written to the db. But the dbi.put is returning true. Is there something special you have to do to use lmdb::val?

I'm having a similar problem cloning an Exception that includes an IntPtr in the TargetSite property. Is it possible to have DeepCloner ignore certain properties in Exception such as TargetSite?

But an IntPtr is simply a struct that points to that address. So isn't cloning the IntPtr as simple as creating a new IntPtr that points to the same address?...

Are you still planning on implementing this? It seems like you can require that multi-monitor only works if all monitor resolutions are the same. Then it's just a matter of...

I believe I am having the same issue. It appears to be caused by having two levels of abstraction. This is how I have it setup. In the code below,...

Sorry, I just realized my mistake. I had other tests in my GlobalTests class that were getting run successfully so I noticed that the test that was failing to run...