Julian Matschinske
Julian Matschinske
Until now, Slang applications are tiny and there is no need for heavy debugging or performance optimization tools. However, in the future we might want to have - heatmaps which...
There might occur problems when a trigger is listening on a map or a stream if only `sub` or `subs` is connected. In this case the trigger will never fire....
Wait is just a passer which delays redirecting. It has two inputs (time and item) and one output.
We should look into more advanced change detection mechnanisms that Angular provides. See https://blog.angular.io/3-tips-for-angular-runtime-performance-from-the-real-world-d467fbc8f66e for example See also #17
The endless update cycle caused by typeValeForm is interrupted by a not so nice hack at the moment. Implement a better solution.
Doubleclicking an operator should make me dive into that operator (in case it is a composite). We should also think about showing which operators can be opened this way (colors?,...
The UI is currently not very usable on smaller screens. This should be changed. Maybe rearranging some panels or changing their widths can help.