Luca Piccioni

Results 57 comments of Luca Piccioni

Same issue here. Temperature is not exposed as sensor, but it has many uses, even informational (i.e. graphs)

Just realized how to fix it: comparing with the original fork, [this line](https://github.com/veista/smartthings/blob/master/custom_components/smartthings/climate.py#L118) has been added. If I remove/delete this line, the temperature sensor is shown on HA, with its...

Good catch. The CoreUI sub-project was an experiment about windows with .NET Core, indeed some code may be never executed. Feel free to PR a patch, I'll integrate it happily.

This seems related to other issue #70. Tonight I'll investigate on this.

Are you setting Animation to true? Do you have tried to use a Forms.Timer calling Invalidate() on GlControl?

> I have a strange behavior when using two GlControl in the same form. Both controls use the OwnContext property. It seems anyway that setting a texture in one control...

Recently I've noticed glTF; it would be awesome to integrate a scene loader, and I have a special sight for Khronos specifications. However, I don't know how much is diffused...

> The control's ContextProfile property is on the default Core. The default value for ContextProfile is Compatibility ([source reference](https://github.com/luca-piccioni/OpenGL.Net/blob/master/OpenGL.Net.WinForms/GlControl.cs#L109)) I think changing it to Core will solve the issue you're...

That Debug and Robust properties set to Required smell... They are different from the default values, and could make fail context creation due missing extensions.

The `1e-6f` constant magic number is a "somewhat little number" under which the inverse computation becomes unstable. It is a very small number, near to the float.Epsilon value. If you...