Craig Cavalier

Results 11 comments of Craig Cavalier

:+1: This would be very useful. When performance is a key concern (as is the case when utilizing knockout-projections), it's often necessary to defer evaluation of calculated properties until they...

This seems related to #395. If you could scope a style sheet to a custom root (a given element in the react tree), then you'd be able to solve scoping...

I'd hit upon similar observations when working on mimosa-traceur - see https://github.com/CraigCav/mimosa-traceur/issues/1. The holy-grail for mimosa-traceur is to be able to have es6 -> es5 => minjs => concat js...

Hi agrath, thank you for your feedback. This is a tricky issue to resolve as part of the datasource itself. Coordinating requests and responses and then ignoring all responses except...

@dazinator The bindings in this repository are certainly immature - they're also no longer maintained. KendoUI is a much better option to pursue if you're looking for a grid to...

Hi Oliver, I'm afraid documentation is an area that this project could do with some TLC. I personally don't use actively use this plugin anymore so haven't dedicated much time...

@DavidRogersDev The binding doesn't support any of jqgrid's editing features. When editing, I generally want my model to have observable properties (to support change tracking and computed changes). I found...

I've seen this issue myself, although the solution isn't clear-cut as it stems from jqgrid setting fixed widths - presumably to enable column resizing. The ideal solution would allow the...

Knockout follows the Model-View-View-Model (MVVM) pattern, rather than MVC, although there's nothing to stop you using knockout alongside MVC frameworks (like ASP.NET MVC for instance). I'm not sure I am...

@gingur Hey Troy, thanks for contributing! I'm really glad to see you're interested in giving the lib a shot in your hackathon - let me know what you think! One...