Guirec Corbel

Results 127 comments of Guirec Corbel

We have to wait a bit for the stability of the addon but it looks good.

ping @offirgolan . I'm ready to contribute but I want to know if you find it useful. Thanks.

I did this and it seems to work : ``` validate() { return this.get('validations').validate(...arguments).then(() => { let modelErrors = this.get('errors'); this.eachAttribute((attribute) => { if (this instanceof self.DS.Model && !Ember.isNone(modelErrors) &&...

I was wrong. The code does not work in development too.

This works on my side : ``` var AllowClear = $.fn.select2.amd.require('select2/selection/allowClear'); var _handleKeyboardClearOriginal = AllowClear.prototype._handleKeyboardClear; AllowClear.prototype._handleKeyboardClear = function(_, evt, container) { if (this.$element.prop('multiple')) { return; } _handleKeyboardClearOriginal.call(this, _, evt, container);...

I have a similar issue, I copy/cut this code from the internet : if($.browser.safari) {// Fix for Chrome var transform=$(".gm-style>div:first>div").css("transform"); var comp=transform.split(","); //split up the transform matrix var mapleft=parseFloat(comp[4]); //get...

Fixed ! The fix for chrome I stupidly copy/pasted was not triggered. I did this : if(window.chrome) {// Fix for Chrome var transform=$(".gm-style>div:first>div").css("transform"); var comp=transform.split(","); //split up the transform matrix...

It works for me. We may have an option like `allowComas: true`. What you think ?

@offirgolan I need your feedback for one project. Please, let me know if you think my proposition is good or not.

@offirgolan sorry for late answer. I will check it this weekend I hope.