Guy Mograbi
Guy Mograbi
awesome animations, great posts. accomplished writer. worth following
reproduced in this awesome plunker : https://plnkr.co/edit/itIzrfbzrng5n9Uuc88u?p=preview Just scroll down/up several times and see the scroll bar appears for X dimension and grows more and more. If I remove the...
Sometimes I find it useful to know inside the test if an expectation failed or not. Currently, I just repeat the matcher logic in the test. For example ```javascript expect(1+1).toBe(3);...
We are experiencing a bug in the application and we narrowed it down to the following described by my teammate. http://stackoverflow.com/questions/38352455/ical4j-daylight-savings-issue basically - writing ``` DtEnd dtEnd = new DtEnd();...
Great framework! Thank you so much for sharing it! I am working on a project that has an ID in the URL. Which means I need to create an entity...
Hi, I am using `grunt-contrib-symlink` to generate links between folders. But now, the build fails on `clean` stating that: `Cannot delete files outside the current working directory`. When in fact,...
I am asking because the dependency on mocha (peer) is 4.x (major version is 4) While the latest mocha version is 10.x The happy path (install mocha, install mocha-snapshot) does...
I traced the source to be in `objectTableCtrl` ``` $scope.ifSelected = function(item) { if (!!$scope.selectedModel && $scope.select === 'multiply') { return ctrl._containsInSelectArray(item); }else { return item.$$hashKey == $scope.selectedModel.$$hashKey; } };...
Word has support for Fields like [MERGEFIELD](https://support.office.com/en-us/article/field-codes-mergefield-field-7a6d24a1-68a6-4b05-8359-1dc087daf4e6) MERGEFIELD allows you to replace placeholders with values. Right now, if you use it in word (for example `{MERGEFIELD Value}`) and convert to...
I really want to start using this project and see what it can do, since it looks so awesome and all, but I get the feeling it's too early, right?...