Daniel X Moore
Daniel X Moore
I would like to see V8 bytecode for JS if possible. If someone can point me in the right direction I could try and contribute.
I was just bitten by this as well.
Actually my problem may be similar but different. I have a current_user helper method on my application controller that works everywhere in my application. When I call current_user from within...
Hi zdenko, Sorry I haven't been very responsive on this. I've taking some time to update Jadelet again and welcome any contributions along these lines. I've also got some ideas...
I know this is old... but better late than never :P What I've been doing recently is using template strings in JS or multiline strings in CoffeeScript like this: ```coffee...
I think in this version it's actually `Jadelet.compile`. `contentElement` is just a placeholder for any arbitrary element to insert into the template demonstrating adding more than just a button to...
@zdenko that's pretty much it 🎊 I'll see if I can update this repo with a copy of Jadelet v2. I've been doing most of my development in whimsy.space so...
Just pushed a preview of Jadelet2 to `dist/jadelet2.js` and updated the changelog. It's usable in the browser but I'll need to make a legitimate branch and actually set up the...
@zdenko your `ul @lineItems` solution is how I've been doing things since removing the logic from templates in v2. I just published the `hera` repo https://github.com/STRd6/hera and tried to get...
Thanks @zdenko! I've updated the v2 branch with this fix as well as some more dependency cleanup and updates to CHANGELOG.md and README.md as well. It's published to npm as...