Jared White
Jared White
@marcoroth @joeldrapper OK, this looks like it can work! I just need to use special delimiters (eg.,`{{{{%= value %}}}}`) and gsub back to angle brackets (so Nokogiri doesn't turn them...
@candland Well, a couple of things. If you're using the `render` plugin for Roda, that's outside of Bridgetown's way of handling template rendering…Bridgetown's own ERB rendering solution supports `capture`. Nonetheless,...
Thanks @esb! Could you add a test case to verify? I imagine it would go in `es2015_spec.rb` (seems most class-related code is tested there).
@esb Apologies for the delay in reviews…I was rather out of commission last month for personal reasons, but trying to get caught up now. Will look at this and other...
@esb Yeah, that's a weird one…I would say it's unlikely I can investigate further any time soon so I'd just define regular class.
@esb I have a feeling a fix for this could be tricky, but I'll see what I can do!
> Would you like a PR? Yes, that would be fantastic! I hadn't got a chance to look at it myself.
@esb I will admit that, aside from using `??=` in vanilla JS lately, I don't have much experience with the nullish coalescing operator. A previous maintainer worked on this syntax...
@esb That sounds really cool! I can think of a few language features off the top of my head where I haven't been able to come up with a reasonable...
**Update:** I looked into this some more, and using Ruby's RSS gem we get a nice declarative builder DSL: https://github.com/ruby/rss So no more Liquid file required. My plan at this...