Ian Clarke

Results 153 issues of Ian Clarke

LastCalc currently outputs numbers with commas, like 35,523,433 - however it cannot parse numbers with commas. The issue is lists, is [123,456] a list with two numbers, 123 and 456,...

difficulty:intermediate

There is currently a hidden mechanism to create a link to a worksheet that doesn't give write access to it, but rather immediately copies the worksheet to a new sheet...

difficulty:simple

This is closely related to issue #6 and depends on it. With user accounts, there will be a list of worksheets that the user has read-write or read permissions, but...

difficulty:intermediate
0 - Backlog

Currently all Internet Explorer users are redirected to a "your browser sucks" page at http://lastcalc.com/noie.html. I've had reports, however, that LastCalc actually works fine in IE10 - so we should...

difficulty:simple
0 - Backlog

While obviously much less well known, Kotlin is an exciting language that is much nicer to code in than Java, but has a quick learning curve, any Java developer could...

Will need to use https://github.com/GoogleCloudPlatform/gradle-appengine-plugin

For some reason, the number 9999999999999999 is parsed as 10000000000000000.

difficulty:intermediate

Currently LastCalc exhibits unpredictable behavior if you attempt to reassign a variable that is already assigned, for example: ![image](https://cloud.githubusercontent.com/assets/23075/12325912/197c5bca-ba93-11e5-8e80-221e74e48932.png)

difficulty:intermediate

Currently the only way to keep worksheets around is to bookmark the URL - this URL gives a user read-write to the worksheet, and is the only current means of...

difficulty:advanced
0 - Backlog

LastCalc currently explores all possible parses using a "best first with backtracking" strategy, where "best" is loosely defined to be the shortest token list, but specifically defined in [ParseStep.getScore()](https://github.com/sanity/LastCalc/blob/master/src/com/lastcalc/engines/ParseStep.java#L71). The...

difficulty:advanced