Esteban A. Maringolo
Esteban A. Maringolo
The recently introduced `greaseByte*` methods have tests referencing `SmallInteger maxVal` and `SmallInteger minVal`, the min/max value should be asked to the current `GRPlatform`, as different dialects might resolve that using...
I can set the exponent format to the axis, but there is no similar setting for the contour lines, so I end up with different formats for the contour lines...
When using Seaside-REST the following works as expected: ```smalltalk WAUrl absolute: 'view' ``` But the following fails in the parsing ```smalltalk WAUrl absolute: 'path?field={value}'. ``` The second should not fail...