srenrd

Results 6 issues of srenrd

WhereConains fails when when object is guid and contains {}, e.g. {65F52295-439B-4D3D-A0E3-67563EBC514C} var myGuid = Guid.Parse({65F52295-439B-4D3D-A0E3-67563EBC514C}); var licenseTransactionLog = new Query("CMP_LicenseTransactionLog") .Select("CMP_Log_GUID") .Where("CMP_LTL_Type", "Saved order to DB") .WhereContains("CMP_LTL_Data", myGuid); Error:...

The lib crashes randomly on Line 335: return try context.fetch(request) in public func result() throws -> [Entity] It seemed like it started after upgrading to xCode 15. PS. I'm using...

I'm really missing a way to customize the MinClusterSize on the Clustering composable.

type: feature request
priority: p2

### Version 2.5.0 ### Describe the issue DfuServiceListenerHelper.registerProgressListener does not set RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTEDwhich results in a crash for Android 14 and above ### Relevant log output _No response_

bug

The component crashes in landscape.

It would be cool if you could supply a logging fun to the ResultCallAdapterFactory. That way you could log all exceptions in one centreal place. E. g. ResultCallAdapterFactory.create(log: { error...