Eyal Minsky-Fenick

Results 3 issues of Eyal Minsky-Fenick

In other words, say there are already 500 generators. Adding a low-dimensional generator and then changing its color is very slow. One fix: Only recalculate anything for the cells that...

For example, suppose you have the following objects: ``` const object = { bug: new Date('2032-01-04'), nobug: new Date('2032-01-04') }; const mirror = { bug: new Date('2032-01-04'), nobug: new Date('2032-01-04').toJSON()...

# Bug Report ## Problem `ConfigChanges.prototype.add_config_changes` crashes if you have any `config-file` elements in your `config.xml`. ### What is expected to happen? It handles it properly. ### What does actually...