Xingchen Hong
Xingchen Hong
…in an array for the second parameter. See [this codepen for a demo](http://codepen.io/Zodiase/full/KdxzdY/). I wrote the code in CoffeeScript and copy-pasted the converted version into the file. The original code...
Would be cool to be able to bind new `ifvisible` instances on procedurally created windows. I.e.: ```JavaScript const w = window.open(...); const wVisible = new ifvisible(w); wVisible.on('blur', ...); ```
I'm wondering if I can pull a snapshot from a Wyze cam. I know video streaming needs the RTSP firmware but the "prevent the camera from supporting any future functions...
### Expected Behavior Should show inferred type based on the type of `data`, like when `primaryKey` is given a renderer function.  ### Actual Behavior The `children` prop is not...
I'm looking for something as simple as: ``` JavaScript const RestApi = new Restivus({ apiPath: 'rest/', version: 'v1', useDefaultAuth: false, prettyJson: true }); RestApi.addRoute('items', { authRequired: false }, { get...
In my case some scripts can have negative side-effects if accidentally run, and some others would require extra arguments to be provided. What if there's a setting, similar to `npm.scriptExplorerAction`,...
I'm testing out how well MDC ([Material Components](https://github.com/material-components/material-components-web)) work with Blaze and Meteor and see if a Meteor package could help.
Looks like it's time to stop using velocity. ``` Errors prevented startup: While selecting package versions: error: Conflict: Constraint [email protected] is not satisfied by ecmascript 0.1.6. Constraints on package "ecmascript":...
I added [this demo](https://github.com/Zodiase/meteor-mdl/tree/master/demo/blaze) to show how dynamically rendered DOM content are not upgraded. I need to find a way to do batch upgrading when changes to the DOM are...