Naman Goel

Results 68 issues of Naman Goel

One of the most common problems I run into while using 'immutable-js' is forgetting to use the `.get` method and instead trying to read values from a Map/Vector using a...

First, I would like to confirm some assumptions about Records. I think they should be added to the .md file for more clarity. - records will work with subscripts the...

The combined type would work the same way as OrderedMap in Immutable-js Since Records are about Data, it doesn't make sense to keep them limited to strings for keys. Would...

Would love to get some examples for: [ImmutableVector.prototype.copyWithin (target, start [ , end ] )](https://github.com/sebmarkbage/ecmascript-immutable-data-structures/blob/master/ImmutableVector.prototype.md#immutablevectorprototypecopywithin-target-start---end--) And [ImmutableVector.prototype.fill (value [ , start [ , end ] ] )](https://github.com/sebmarkbage/ecmascript-immutable-data-structures/blob/master/ImmutableVector.prototype.md#immutablevectorprototypefill-value---start---end---)

There already seems to be a `toJSON` method on the prototypes of the immutable types. There should be a new method of `JSON` as well. ## `JSON.parseImmutable` This would return...

There are lots of methods already defined on the prototypes of the types. I propose two more methods. The idea is to have the same capability as 'fromJS' and 'toJS'...

I know it's hard to figure out what URL to open, but is there a way that a user inputted URL can be opened in chrome and be updated live...

It’s often the case that in the case of a long list we want to start pre-fetching images so users don’t have to see the placeholder view. It would be...

enhancement

The linter used to recheck flow when the server was initializing. This could cause massive CPU usage. fixes #114

## Motivation The immediate motivation is to enable defining and exporting Media Queries the same way that variables can be shared using `defineVars`. In the future, this feature could be...

enhancement
RFC