Sergey Melnikov

Results 4 comments of Sergey Melnikov

After further investigation I found this: https://github.com/ariya/phantomjs/issues/11090 Seems like for whatever reason phantomjs reverses the parameters passed into sort and this is something that might get resolved in phantomjs 2.0...

https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/sort > If compareFunction(a, b) returns 0, leave a and b unchanged with respect to each other, but sorted with respect to all different elements. Note: the ECMAscript standard does...

I'll throw in my library in here as well: [preact-observables](https://github.com/melnikov-s/preact-observables) The goal here was to create transparent observable proxies for objects, arrays, `Set`, `Map`, `WeakMap` and `WeakSet` that have underlying...

This is specific to 1.1.13 for a workaround downgrade to .12 ` opencode upgrade 1.1.12` You'll probably want to disable auto-upgrade for now too. Add ``` { "autoupdate": false }...