Xingchen Hong

Results 11 issues of 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. ![image](https://user-images.githubusercontent.com/1815174/146511549-9cc07a8c-30d4-437a-852e-02a09f357634.png) ### 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`,...

bug
Feature Request

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.

MDL Update

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":...

`client/lib/dist/material.min.js.map`.

enhancement

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...

enhancement