You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Topos is full of footguns. It is quite easy to evaluate things that will spike the CPU: voronoi().out() (without any time filter). It is also quite easy and natural to make that mistake.
Is it possible to imagine having a threshold for code evaluation only for some operations?
The text was updated successfully, but these errors were encountered:
Topos is full of footguns. It is quite easy to evaluate things that will spike the CPU:
voronoi().out()
(without any time filter). It is also quite easy and natural to make that mistake.Is it possible to imagine having a threshold for code evaluation only for some operations?
The text was updated successfully, but these errors were encountered: