Eve icon indicating copy to clipboard operation
Eve copied to clipboard

Better tools for thought

Results 76 Eve issues
Sort by recently updated
recently updated
newest added

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...

Add a database that allows you to connect to an external websocket server, send and receive messages in text / json, and disconnect from the socket. Motivating example: [connecting to...

enhancement

This [example](https://gist.github.com/convolvatron/3577ab9588d2135ebb26b92f82ff82e2) produces incorrect results because ifs are evaluated per row, but in this instance, we need the set of neighbors to be complete before and sent to the if....

bug
need
executor

When writing code in the Eve editor, the undo shortcut (Cmd + Z) works as expected but the redo shortcut (Cmd + Shift + Z) does not. Tested on MacOS...

editor

- [ ] Convert all interactions into messages (e.g. change URL) - [ ] Clean up messages - [ ] Share config to client - [ ] Audit for other...

This issue was made to track this PR after its closing: https://github.com/witheve/Eve/pull/577

See the below code. Note that Eve will not crash if you only search for a _specific_ div you have created. If you count the number of matches with the...

bug
want

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....

editor

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

error message