Jure

Results 6 issues of Jure

To draw custom guides I am (ab)using TooltipGuide with custom TooltipRenderer that draws multiple guides. However, TooltipRenderer function doesn't provide much metadata in parameters (like chart's dimensions), so it can...

enhancement

This fix unifies undefined value to `-1` for `_firstWayPosition` and `_firstRelationPosition`, as previously both `null` and `-1` were used .

Just to clarify, looking at the examples, it seems positions on x-axis are not based on values, but on indices. So, it is not possible to draw line chart where...

enhancement

The following code throws `Npgsql.PostgresException (0x80004005): 55006: database "pooling_test" is being accessed by other users`. ``` C# using Npgsql; var userName = var userPassword = var adminPassword = var databaseName...

documentation

Hi, I wonder, if double delta encoding was considered for points collections and if it would bring the size down even further?

There already are `toStringUnsigned()` and `shiftRightUnsigned()` methods, but no `toDoubleUnsigned()` method. ```dart Int64(-1).toDouble() // -1.0 Int64(-1).toDoubleUnsigned() // 1.8446744073709552E+19 ```