Debounce input when auto-compile is enabled
thomashoneyman opened this issue · 1 comments
thomashoneyman commented
The auto-compile feature on Try PureScript is a nice addition, but without debouncing the compilation can run essentially on each keystroke. Auto-compile can be disabled, but when enabled it still makes sense to limit how frequently it is run.
thomashoneyman commented
This does already exist. I must have been typing slowly.