Ralf Sternberg

Results 16 issues of Ralf Sternberg

It would be good to learn about the relevant changes in version 2.0.0. It's not listed on the [releases page](https://github.com/jharding/grunt-exec/releases) and there is no `CHANGELOG` file. Thanks!

The CanvasContext supports the method `arc`, but not `arcTo`. Looks like an oversight . In fact, this seems to be the only basic drawing function that's missing.

feature

Toast messages are part of the UI, they should be provided by Tabris.js API without the need for a third-party plug-in.

feature

When asXxx methods are used internally, e.g. in static factory methods, a UOE is not appropriate.

API

Making `JsonNumber` public would allow to create JSON numbers that does not fit into any of the primitive Java types. Examples would be numbers with arbitrary precision, e.g. BigInteger and...

feature

Deno interoperability with npm has come a long way. We'd like to use the Deno runtime without any deno-specific dependencies. If we could use the `postgres` npm module instead, this...

The control point (`px`, `py`) is already updated in the else branch above (L271). It is then updated once again which causes bug #1443. This commit removes these duplicated lines...

needs-triage

## Description ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue)...

When a signature is given that consists of multiple strokes, the strokes array returned by `toData()` include the `time` attribute only in the last element. Expected: All strokes should contain...

scope: upstream