Nate Turley

Results 16 comments of Nate Turley

Hi there, Elliot, I got your code working OK and using a repeat value of -1 I could sometimes get an image up for a second before the socket would...

@elliotwoods I did give my code a try, it has very similar issues. It seems that the server on the DAC does not guarantee returning ACKs so pending acks can...

hi @TyIsI I am currently working on trying to add multi-universe multicast support for my WLED setup. Wondering if your code is somewhere I could look at? Or have any...

Should check if both are = 0, then return true for AND. Other ops might need work too...

@AAAYaKo Hidden is a state where the gameobject is active but hidden. This can be useful if you still want a layout to stay the same (i.e. with VerticalLayoutGroup) but...

Do you have an example project with Unexpected behaviour?

Hi @B-Erolskiy thanks for making this issue. I think that makes a lot of sense. I don't typically adjust the timescale on my projects which is why I have never...

Questions: When do I populate the db? How do I know the registry has changed (i.e. time to populate db.) How do I store the db (static dict? file) static...

Can we find a way to support MultiValueConverters? https://www.c-sharpcorner.com/UploadFile/87b416/wpf-multivalue-converters/

I can see the value here for re-use, however I think it is really useful to be able to easily create instances in the editor and change parameters easily. Maybe...