xklonx

Results 4 issues of xklonx

**Describe the bug** https://wopi.readthedocs.io/projects/wopirest/en/latest/files/RenameFile.html clearly states that rename request must contain current lock on file otherwise wopi host must response 409, but collabora doesnt send such header **To Reproduce** Open...

bug
unconfirmed

**Describe the bug** Cell value in xlsx files not saved when page closed right when textbox focused and value changed **To Reproduce** Steps to reproduce the behavior: 1. Open excel...

bug
calc

Fix for https://github.com/npgsql/EntityFramework6.Npgsql/issues/10

**Example of linq** new MyContext().Cars.Where(x => false).Select(x => x.Owner).Select(x => x.LastName + (!string.IsNullOrEmpty(x.LastName) && !string.IsNullOrEmpty(x.FirstName) ? " " + x.FirstName : string.Empty) + ((!string.IsNullOrEmpty(x.LastName) || !string.IsNullOrEmpty(x.FirstName)) && !string.IsNullOrEmpty(x.MiddleName) ? "...