Koen Punt

Results 284 comments of Koen Punt

Ah, you're right, of course :)

This has been open for a while; is this by any chance already possible?

The moment is here:

This has probably to do with the DisplayPort interface on those devices. The updated DDC implementation from https://github.com/kfix/ddcctl could resolve this issue. I got the project compiling, without the system...

I already set environment to production, but the app is released both as enterprise deployment and the App Store, so it would be nice to have the sdk determine that...

> @koenpunt How do you currently detect if it was installed via enterprise deployment? Is there an OOTB way to detect that? I'm no longer working on the project that...

Would be a breaking change, but making the store not retain the watcher, and require the developer to retain a reference to the watcher for as long as it's needing...

This is also doesn't work when trying to use a custom sort like ```kotlin Expressions.just( "GREATEST(${table.column("updated_at")}, " + "${brandings.column("updated_at")}, " + "${merchantContactDetails.column("updated_at")})" ) ``` The generated SQL for this looks...