Ulf Nilsson

Results 10 comments of Ulf Nilsson

It would be great to receive a PR for getting exif data. Exposing a `Vec` sounds good to me, I have plans to do the same with embedded icc profiles....

For just modifying the exif data, I would split the file at the beginning and end of the exif data segment and then just swap in the modified exif data....

> the decoder interface would need to return the offsets for the exif data, in addition to the Vec of the data itself - maybe this is OK? The easiest...

This is the same bug as described in image-rs/image#738

Patches for SIMD acceleration are welcome, I don't have the time to implement it myself.

I also can't seem to get a CoreWCF service working on IIS unless it's running at the root.

> It used to be that an NHibernate session should _always_ have an NHibernate transaction, even if there is an outer TransactionScope. It appears you don't. I haven't kept up...

We just hit this or something similar on nhibernate 5.2.4. It was related to a transaction timeout. ``` Exception: System.InvalidOperationException Message: Enumerator was modified StackTrace: at NHibernate.Util.SequencedHashMap.OrderedEnumerator.MoveNext() at NHibernate.Engine.StatefulPersistenceContext.AfterTransactionCompletion() at...

I have managed to create a small program that reliably triggers this bug for me when run against MS SQL Server 2022. https://github.com/kaksmet/NHibBugRepro It uses .NET 8 and NHibernate 5.4.7.

> Does the trouble stay the same if this is changed as following? Yes, the same `System.InvalidOperationException: Enumerator was modified` still happens if the NHibernate session is properly disposed of....