Dan Freeman

Results 228 comments of Dan Freeman

Hi @hsborges — good question! I haven't played with search in Ace, so I'm not sure what all is involved in setting it up. I see that it's enabled in...

@jamesarosen Really appreciate all the thought and effort you've put into this so far! I'll keep a close eye on the Ace issue you linked. The inline `style` attributes look...

> Chrome, as of version 46, no longer supports the unsafe-inline option because it's too broad an attack vector, so that isn't an option. It actually looks like Chrome only...

One interesting thing I came across when experimenting with this — it looks like ember-cli-content-security-policy doesn't believe in `worker-src`, so you have to set a `default-src` to get the language...

@GerHobbelt It's true that that last commit is from me, but it's not in [this logical repository](https://github.com/zaach/ebnf-parser/commits/master); it's only present in [my fork](https://github.com/dfreeman/ebnf-parser/commits/leading-underscores).

@PawelDefee Ran into the same thing you did with `lex-parser` missing, but it looks like `jison` should stay a dev dependency – it only appears to be used by the...

I've been playing around with a pattern [like this](https://ember-twiddle.com/623b7a29a0cd899b54a66c3dda56f53a?numColumns=2&openFiles=validations.application.js%2Ccontrollers.application.js) for conditional validations over the past couple days. It seems to work really nicely with the exception of needing to explicitly...

@celicoo I think the goal is to be able to programmatically enable/disable validations based on the value of other fields in the changeset.

Love it. @ebryn What's currently holding that branch up from being merged in? If there's anything I can do to help out, I'd be happy to lend a hand. (Edit:...

@ebryn For sure! Happy to use this issue as base camp, or if you have a preferred non-Github medium of communication, just let me know :)