lostincomputer

Results 4 issues of lostincomputer

The result of async rule is still being applied even when the condition has changed to false. This causes Knockout Validation to mark the observable as invalid even when it...

enhancement

Element is added to the $livestamps variable twice when I initialize livestamp twice Code to reproduce the problem: $('#birth').livestamp(new Date('June 18, 1987')); $('#birth').livestamp(new Date('Febuary 18, 1987')); //change the date $livestamps...

performance

Memory is not freed when I call the destroy function Root cause is this line: $livestamps = $livestamps.not($el); basically, with .not(), the element isn't removed from the array. $livestamps still...

performance

This is a feature request. Most of my code and probably everyone else's code only depends on ILogger such as this: `class MyController(ILogger logger)` In order to test this code...

UX