Martin Muñoz
Martin Muñoz
### Persistence "v1" Proposal Let's keep it simple for the first version: - You should be able to save new sandboxes. They can be public or private. - You should...
This isn't too hard to implement but we need to decide on a UI for how you choose and include third-party libraries. It seems easiest to allow users to write...
I have an idea of how we can implement this in the eshtml framework. For example in the [{{script}} helper](https://github.com/jgwhite/ember-sandbox/blob/f0963191edd6533c36b95f7ac453acea2c92c3a3/app/assets/javascripts/ember_sandbox/lib/eshtml/helpers/script.js.coffee) we can set a global flag for each script as...
@timkendrick I am a big fan of this idea. I've wanted to include the base operators in htmlbars core for a while (and, or, not, etc.). A new version of...
Thanks for reporting the issue. It's probably a problem at the tokenizer stage, i.e. in https://github.com/tildeio/simple-html-tokenizer. Would you be able to make a failing test there (or take a stab...
ah, I misunderstood the issue. Rob is right. I didn't realize it was concerning dynamic attributes.
HTMLBars isn't ready for standalone usage yet. There's a substantial rewrite happening in this PR: https://github.com/tildeio/htmlbars/pull/282. I don't think that PR includes built in data bindings, but it does provide...
It should be ready in around 6 weeks, when we intend to merge the glimmer branch into Ember.
The rewrite was much larger in scope than I expected and we're all quite busy with the Ember integration so I don't think HTMLBars will be stabilizing soon.
@matthewrobb Yes, always. Please make an issue if you have a question or suggestion about the architecture.