Jared Stemen

Results 2 issues of Jared Stemen

While perusing the Elide code base I noticed two bits of code that look pretty similar: https://github.com/yahoo/elide/blob/master/elide-core/src/main/java/com/yahoo/elide/core/datastore/inmemory/InMemoryTransaction.java#L134 And https://github.com/yahoo/elide/blob/master/elide-core/src/main/java/com/yahoo/elide/core/PersistentResource.java#L751 I'm in the middle of implementing my own custom datastore, and...

Fixing newline in code. Before, Go was interpreting the \n, I changed it \n so that \n appeared in the outputted .c file. Before this change, the outputted c file...