Corey Montella
Corey Montella
Related to: https://github.com/witheve/Eve/pull/634
For example, try to use a function that isn't defined. The error will be displayed twice momentarily, and then the duplicate will disappear after a moment. 
Repro: In the editor, write the text "#foo" Select this text with the cursor. Click the "code" button Result: the generated markup is: ``` #`foo` ``` Expected: ``` `#foo` ```
Currently, CircleCI runs `npm test` as part of the automatic push tests, but it should also check to make sure all the examples compile fine. I'm not sure how we...
This issue was made to track this PR after its closing: https://github.com/witheve/Eve/pull/577
Repro: On: https://github.com/witheve/Eve/commit/86a981bd483d3b440a12e0dbfef359f0b79409d9 Run CRM.eve. Go to the messages tab. Go into any thread, messages are missing. Use the "Not drawing" option in the inspector. Use 'Filter to selected" button....
Eve needs functions to convert different time representations e.g. a timestamp into a [day month year ...], or into a string e.g. October 10th 2016.
``` There's some crazy syntax going on here that I don't understand yet 3| [#exam weight: .3] ^ ``` Should indicate what the error actually is