Optrix Pty. Ltd.

Results 13 issues of Optrix Pty. Ltd.

### What type of enhancement is this? API improvement ### What subsystems and features will be improved? Command processing ### What does the enhancement do? It allows TimescaleDB to work...

enhancement

You can make the marker colour change relative to a data channel, but there is no way of forcing the scale on that particular axis. I have a situation where...

I've noticed that Unity versions appear to be available for iOS, Windows and MacOS, but nothing for Android. There are also no AMD64 libraries available for Android either, which of...

When restoring a serialised node graph, any **basic/const** nodes with a value of '0' are defaulting to '1'. I'd imagine that the check that determines if the value is set...

VLOOKUP was always returning the value of the first data column - it wasn't paying any attention to the 'col_index_num' parameter. Added a check for low values, and made it...

I'm using XLCalculator as part of a back-end service, and I'm finding that memory is leaking. Using TraceMalloc, I can see ast_nodes.py consuming more and more memory over time. Any...

Although names usually refer to cells or ranges, they can also be set to be constant values. Currently, the system doesn't support these. By the look of it, it doesn't...

Although it was being validated correctly, VLOOKUP wasn't actually **using** the column index parameter - it would always return the first column of the range. New fork #53 has been...

There doesn't seem to be a way to manually or automatically set the **tickMarkSkip** value on the category axis of a chart. This is particularly important when you're doing line...

The created DIV scales differently on Chrome when compared to other browsers, such as Edge and Firefox. Should the code set the width and height of the _parent_ of the...

question