Celmaun
Celmaun
+1 for django-polymorphic
@joelambert Is this repo abandoned?
For what it's worth, as a jQuery user I would expect jQuery to match the behavior behind the scenes with what the non-MS browsers do (AKA what @Kaiido [suggested](https://github.com/jquery/jquery/issues/3877#issuecomment-349830855)). SVG...
`let obj = { __proto__: null, foo: 'bar' };` `let rec = #{ foo: 'bar' };` `assert(obj.__proto__ === null)` `assert(rec.__proto__ === null)`; `String(obj)` -> `Uncaught TypeError: can't convert obj to...
Subjective, yes. I am of the opinion that developer mistakes should be pointed out early rather than swept under the rug. All objects without an explicit toString() implementation should throw...
+1 for `onChangeNative`, Redux goes ballistic when you dispatch actions on each key stroke 😟
I soo want to start using `exactOptionalPropertyTypes ` to put one more JavaScript The Bad Part(s)™️ behind. But our codebase uses Zod (❤️) heavily. Maybe I will take this on......
:+1: @tiff Don't forget the input event :-)
@ljharb Fair enough. Although with a Map subclass one can do `new MapSubclass(map)` but I suppose, for normalization, in a similar vein would be to augment the factory function producing...