Laurențiu Macovei

Results 39 issues of Laurențiu Macovei

Please have a look in here https://github.com/dotnetwise/Javascript-FastClass The performance tests are the first links at the top

What about making working for Android / Windows Phone 8?

question

Can you add shortcuts for every app in the list (ideally via Tools->Options->Shortcuts)?

good-idea
up-for-grabs

``` js "use strict"; define('modules/Module', [ ], function () { return Module; function Module(data) { $.extend(true, this, data); } }); ``` This gets 80% coverage (which is wrong) while this...

I don't have JDK or other dependencies installed on teamcity server. How about you building it and creating a `"release"` we could simply download and use?

I have found a bug when a range input is not within a form. I have fixed it by adding to this line as below: parentForm = DOMHelpers.getAncestorByTagName(node, 'form'); parentForm...

Currently if you have another table under i.e. `footer` which you don't want to apply the `tablesaw` at all, both the css rules and the javascript applies to them as...

bug

As per #938 and many other reported bugs on 3rd party libraries i.e. https://github.com/Knockout-Contrib/Knockout-Validation/issues/259 Because some of the third party libraries such as knockout validation are not aware of `AMD`...

severity: minor
type: feature
affected: few
api

This should work as it the default method of checking an input via jQuery ``` js $('.i-checks').prop('checked', true);//should check it $('.i-checks').prop('checked', false);//should uncheck it ```

When you have multiple `ui-views`, the `ncyBreadcrumb.parent` function gets executed for each of the views. This is not correct, you should be able to specify for what `view`/`controller`/`scope` to get...

editwiki