Algirdas Mockus

Results 12 comments of Algirdas Mockus

Hi, what is the expected (correct) value and what do you see in FUXA? Algirdas

@unocelli, what is the meaning of the abbreviation "MLE"? Anything to do with "Little Endian"?

Thanks Tomas! now it is clear ... It was a good explanation in the named ticket: - Float - Big Endian (ABCD) - Float - Little Endian (DCBA) - Float...

That would be a welcomed change! But may require some work. https://update.angular.io/?l=2&v=7.2-13.0

I have a similar need as well. It would be a great feature to be able to add date/time to the "Navigation Bar Header" in settings. Time shall contain seconds....

I was myself planning to extend the client side to allow user to add a tag in the "Header Navigation Bar". Then @serite proposal could work for showing a time....

I found that the affecting change was done by will (??) in this commit: ![image](https://user-images.githubusercontent.com/71139387/181497256-3f6e28ca-f2f6-458c-93db-018d91dfbcc4.png) Can't come up with any good thoughts why it is made like that. It makes...

To overcome this (modification of input value while entering a new value) one could use two strategies: 1. Enable input dialog. This is a very good feature. In such case...

I have the changes. As I changed more parts of the "input" gauge for my own needs, I will have to clean it up a bit before making the pull...

Hi, you can achieve "number input only" by using changes introduced in #463. You just need to set min and max values to a desired numeric range, and then only...