T. Thiery
T. Thiery
Good First Issue: Create an **extension** method which translates the 0-1000 value to a realistic RGB scale from 0-255.
When using the `CsWinRTEmbedded` option I need to specify the types used (directly and indirectly). Unfortunately, this does not end well dependency-wise. ````xml Windows.Foundation; Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisement Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementWatcher; Windows.Devices.Bluetooth.Advertisement.BluetoothLEScanningMode; Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementReceivedEventArgs; Windows.Devices.Bluetooth.Advertisement.IBluetoothLEAdvertisement Windows.Devices.Bluetooth.Advertisement.IBluetoothLEAdvertisementBytePattern;...
@mennolodder So this is the "LEGO 6290182 - 21980 - Electric, Motor WeDo 2.0 Medium". But it seems to operate on a Technic Medium Hub. Which is good since the...
That is ugly. I do not have a device and my knowledge is a bit rusty to read raw traces. Maybe you can try first running the it on the...
I just run the tool on `TechnicXLargeMotor` on the `TechnicMediumHub` on port A. Still works here. No idea if they screwed up the firmware maybe meanwhile. I have checked the...
Yeah seems like the README needs some update. Discovery and DI scope creation works easiest when re-using host logic and host functions. I justed tested this with a `TechnicMediumHub` and...
I lost a bit oversight of what you all did. Let me try to summarize - The device enumeration hung because of the string termination bug you fixed in #194....
> used different static port info messages This should not be. Either we discover the device OR use **static** port inform messages. Do not remember why the behavior is like...
Thanks for the response. I can follow the thought of being focussed on interactivity. I can see use cases for rendering diagrams read-only or use server side rendering (the new...
It is true server side rendering (as in razor pages, PHP, asp). The blazor style components can now be serialized to Html file/stream to my limited understanding. Asp.net core razor...