Christian Glessner

Results 5 issues of Christian Glessner

Currently sort causes kind on an endless loop. Value can't be a number. It is either ASC, DESC or an when it is a nested sort.

Great project! I wanted to created exactly the same. I'm going to use it for a software product and would be glad to contribute. I this PR I added an...

Throwing an error when a Trigger is not HTTP and AzureWebJobsStorage is not configured is not correct. You can run other triggers without AzureWebJobsStorage for example: [TimerTrigger("0 */5 * *...

Needs: Author Feedback

This PR enables on-change callbacks for value-type SyncVar fields by allowing users to specify a callback method name via [SyncVarFlags("CallbackName")]. Whenever a SyncVar changes. Additionally, custom sync fields (e.g., SyncString,...

Hey guys, Thank you for the excellent work on this library! I’m using it for a Unity XR project. XR-real-time requirements differ from those of typical games, so I needed...