Boris Cherny

Results 42 issues of Boris Cherny

``` js let map = new Map() map.set(1, 'foo') map.set(2, 'bar') map.set(3, 'baz') ``` ``` html ``` this allows for non-string model values, without resorting to a custom $parser.

type: feature
needs: investigation
component: forms
frequency: moderate

This causes my tooling to crash due to weird filename for `an (odd) filename.js`.

See https://facebook.github.io/react/docs/react-component.html#defaultprops

enhancement
help wanted

We should add a $watch on `this.state`, and fire `render()` when it changes to be more in line with React's API.

bug

I just spent 2 hours tracking down this issue: - We have a class with a prototype method called `focus()` - Our code was calling `focus()`, but it should have...

Suggestion
Needs Proposal

I was wondering how to interpret the `SqlConnectionInfo` definition in the Azure JSON-Schema. It looks like this: ```json "SqlConnectionInfo": { "type": "object", "oneOf": [ { "properties": { "type": { "type":...