Corey Montella
Corey Montella
> Ideally, nobody ever needs to see/work with a plain text version of the code. Do you have any thoughts on that? Right, I think that's ideally, but there are...
The v0.3 release cleans up the directory structure, and the runtime is heavily commented: https://github.com/witheve/Eve/blob/master/src/runtime/runtime.ts We'll have more updates on documentation when v0.3 is closer to release.
@christopherdumas `@session` (like all Eve databases right now) is ephemeral, and will clear on a refresh of the browser or a restart of the Eve server. In the runtime-refactor branch,...
@christopherdumas Multiple databases did seem like a good idea, which is why we went that way in the first place. But in practice, it just lead to more confusion than...
Sacha, Thanks for the issue, and welcome to the community! You're right, this is a much needed feature in Eve. We started a [thread](https://groups.google.com/forum/#!topic/eve-talk/vR-4y2kJv4Q) for feedback, and this was clearly...
For reference, this was issue was noticed when working with the following Eve program: https://github.com/witheve/mamarob/blob/54b79c57bdf8294d4ace3004e9227f8445167325/food-truck.eve.md
Right, this the renderer is choosing the type of the element based on the last valid tag, so when you reverse them, it's taking the span tag instead of the...
I can confirm, will investigate
Okay, did a little digging and found where it broke: https://github.com/witheve/Eve/compare/2533caa...d4be39a We will patch this up soon.
I'm pretty sure the issues are related.