David Buezas

Results 344 comments of David Buezas

It also fixes a bug of fuzzy search not applied when the commands array changes but the query value doesn't

Any action required on my side? Thanks

In case someone needs it now, here is my hacky solution: ``` javascript //pattern from https://amitgharat.wordpress.com/2013/02/03/an-approach-to-use-jquery-plugins-with-angularjs/ angular.module('myCoolApp') .directive('jqBlast', function($timeout, $animate) { return { restrict: 'A', scope: {}, link: function($scope, element,...

Watch out on this one, the general case is hairy. If you have combinations of rotations, translations, scales and/or skewings (as opposed to just one of them) it gets funky,...

@okonet an example would be: ``` css transform: translateX(100px) rotateZ(45deg) translateX(50px) ``` It is true that you can get the original (rotateZ(xx) trasnlateY(yy) etc) transform components from the css but...

@okonet: oh, I see, it is not fixed but random? Well that is even more problematic... What I did to solve these issues when I wrote my own js 3d...

@okonet Oh that's the 2d case, I am using the 3d case Just down here http://www.w3.org/TR/css3-transforms/#interpolation-of-3d-matrices That would allow to do this in velocity.js http://fancydemo.meteor.com (sorry about repeating the link,...

Three.js's Matrix4.decompose implementation might also be of use to get the translation, rotation and scale components. The rotation comes out as a quaternion, so to euler angles conversation must also...

I also have this in mac, in my case in the built app (using "electron-builder": "19.10.0"). It seems to only happen the first time I try to open the app....

This question may be out of context: I use this through the Home Assistant Integration and retries would finally make these radiators solid. Do you maintain that integration?