Michael Robinson

Results 27 issues of Michael Robinson

Adds ability to set the text that should be used to populate the search bar when it is first opened.

- `{function=}` `filterTextChanged` Optional callback to be invoked with the `filterText` when it has changed. Useful if filtering must be achieved server-side.

I'm getting builds consistently failing with one of the errors: `Error response from daemon: You cannot remove a running container . Stop the container before attempting removal or use -f`...

It would be good to be able to see ECS log output being piped to the HTML build report

Copy from: - https://github.com/lambci/lambci/blob/master/utils/config.js#L102

Trying to upgrade to webpack 2, my build fails with the following error: ``` ERROR in ./~/ng-table/src/browser/pager.html Module build failed ``` Importing library (fails): ```js import * as ngTable from...

I was able to get express.io & passport working well together: ``` JavaScript var express = require('express.io'), config = require('express-config'), passport = require('passport'); var app = express(); app.http().io(); // Broadcast...