Savio Mak
Savio Mak
expanding to a small card when hover on map title sounds like a better idea, this way more buttons (play preview, add to favorite) can be added and it is...
Any updates on this? Seems quite helpful
The `time` crate also needs to be upgraded https://users.rust-lang.org/t/time-crate-compilation-error/111789/4 https://github.com/rust-lang/rust/issues/125319
@nfcampos Mind giving this issue a bit of a priority boost? Almost every complex graph have this problem.
try making a reducer for every single key
I am >80% sure it will work. There is something about fan-ins that breaks default override behavior that I cannot explain in one sentence.
You can just use something as dumb as lambda x, y: y
@hinthornw I wonder if it is intended that fan-ins causes InvalidUpdateError when no reducer is provided. Basically the fan-in node receives everything at once and the type changes from T...
that is just stable sorting no?
you can also just... not rely on overriding and write a simple reducer