Jiří Maha
Jiří Maha
Hi, im doing research on expression evaluator packages. I like this one most:) And Im happy to see this PR as the missing support for `new Date()` objects prevents me...
@bman654 I realized there is the fork https://github.com/6utt3rfly/jse-eval/
I use standard version of ST3 build 3114 with `word_separators` preference mentioned above and it fixed the problem for me.
Hello, I have a working example. I need someone to test it as Im not pro with Regex: - codepen https://codepen.io/mahish/full/jdJYwY - regexr https://regexr.com/4apd3 I can make PR if it...
Im literally getting all of my images bigger than before in all projects. Simple JPG "optimalization". So I reverted back to old version. It is out of my capabilities to...
I'm getting the same error. Did you solve it?
the error occur on line 362 ``` javascript WOW.prototype.resetAnimation = function(event) { var target; if (event.type.toLowerCase().indexOf('animationend') >= 0) { target = event.target || event.srcElement; return target.className = target.className.replace(this.config.animateClass, '').trim(); }...
I also noticed a change of collection's content does not trigger [propertyChange action](http://breeze.github.io/doc-js/api-docs/classes/entityaction.html#propertychange).
@steveschmitt Hi and thank you for the reply. Yeah, I see. Thank you for clarification. I totally understand replacement of the collection itself is not allowed. I was interested in...
Recently, I've worked with `ObservableArray` https://github.com/Breeze/breeze-client/blob/b450f982c78e107a798143344d082f8682465138/src/observable-array.ts . I'm listening `arrayChanged` event on every primitive collection to automatically check for changes on the collection. I can imagine this event might be...