Ryan

Results 8 comments of Ryan

I've written a hack to work around this by simply setting a local tag within the fragment for the last timepickerdialog that was actively shown on the screen given that...

Would be a nice feature honestly.. I often get a text message from someone saying "Oh I've finished watching something please remove it now!"

Was this ever added? I presume to have a job ready to fire but be triggered externally by another web service for example.

Yeah it would be a very useful feature to have.. in the case of scaling infrastructures I would like to avoid having 'n' number of instances running the same jobs...

I did see that setting, but in this case the same source / compiled code is deployed on additional scaling instances without any knowledge of one another (from the code's...

I've heard of Quartz, but Sundial just seemed "better" hah. But with that being said I'll look into it and see if it fits my use case any better. Cheers.

My Azoth information differs from the data outlined above (particularly the product ID) as what's linked above appears to be for the `ROG OMNI RECEIVER` (String descriptor 2) ``` ===========================...

```C# [UpdateInGroup(typeof(PresentationSystemGroup))] public partial class MainCameraSystem : SystemBase { private Entity _mainCameraEntity; private bool _initialized; protected override void OnUpdate() { if (!_initialized) { Initialize(); } else { LocalToWorld targetLocalToWorld =...