Joshua Ohlman
Joshua Ohlman
I've added a method `bootbox.templateDialog(options)` which lets you create modals from meteor templates. I think it would be a great addition to the bootbox package. I'm open to suggestions on...
Before opening a new issue, please make sure you've reviewed the troubleshooting guide: https://github.com/brimdata/brim/wiki/Troubleshooting **Describe the bug** The unflatten function is returning wrong, non-deterministic, and buggy results for me. Depending...
Fixes #279 : Not sure if this is necessarily the best way to fix this, but it fixed my problem & also the test I added. The goal here is...
Fix a bug where observable properties of a row's entity were being cached, which prevents the row from observing their changes. http://stackoverflow.com/questions/21858868/make-kogrid-respect-observable-properties
On [my fork](https://github.com/cwohlman/KoGrid) I've added numerous features to the kogrid: - Added grouped rows and aggregation - Add a footer row which will show totals for each column - Improve...
This PR probably needs more review, I basically just hacked this together to get my app running. The gist is that rethinkdbdash (and the official rethinkdb driver, see https://github.com/rethinkdb/rethinkdb/issues/4816) don't...
With the last refactor we changed quite a few parts of the api. The readme doesn't reflect this.
We should really write some more extensive tests for this library