I press the shortcut for code completion (by the way, why isn't it something simpler like Tab?) and TextMate freezes up for about 60 seconds, then gives me the following error message:
Failure running “Complete”.
/usr/local/bin/multirust: fork: Resource temporarily unavailable
multirust: assert_nz multirust_dir
Complete:31: undefined method `exit_show_tool_tip' for TextMate:Module (NoMethodError)
What's going on here?
NB: my environment consists of a simple script /usr/local/bin/racer which contains:
#!/bin/bash
multirust run override racer "$@"
This runs fine from the command line.
I press the shortcut for code completion (by the way, why isn't it something simpler like Tab?) and TextMate freezes up for about 60 seconds, then gives me the following error message:
What's going on here?
NB: my environment consists of a simple script
/usr/local/bin/racerwhich contains:This runs fine from the command line.