simonsample

Results 3 issues of simonsample

Hi! When I load a string into a TextArea, the newline characters are ignored. The other way (retrieving the value from the TextArea after a user-input with newlines was done)...

web

Would it be possible to periodically synchronize a calendar with an .ics file in a given location? I would find this very helpful in order to synchronize calendars between devices...

enhancement

Hi! I have the following code snippet: ``` val evaluator = Keval { includeDefault() function { name = "if" arity = 3 implementation = { args -> if (args[2]==1.0) args[1]...

bug