cevarief
cevarief
This is cool. Someone does not maintain this any longer?
Here what i got in debug console: Asking Hints RacerProviders.js:181 #### On update event, data: RUST_SRC_PATH environment variable must be set to point to the src directory of a rust...
Hi, thanks. Here's the output: require.js:166 Uncaught Error: Module name "child_process" has not been loaded yet for context: _. Use require([]) http://requirejs.org/docs/errors.html#notloadedrequire.js:166 makeErrorrequire.js:1400 localRequirerequire.js:1745 requirejsVM737:2 (anonymous function)VM731:762 InjectedScript._evaluateOnVM731:695 InjectedScript._evaluateAndWrapVM731:609 InjectedScript.evaluate...
No luck. ``` Asking Hints NodeDebugUtils.js:114 [node-error 10:33:36 AM] [Launcher] uncaught exception at top level, exiting. Error: spawn ENOENT at errnoException (child_process.js:980:11) at Process.ChildProcess._handle.onexit (child_process.js:771:34)NodeDebugUtils.js:114 handleLogEvent/utils/EventDispatcher.js:222 trigger/utils/EventDispatcher.js:260 triggerWithArray/utils/NodeConnection.js:479 NodeConnection._receive NodeDebugUtils.js:114...
Running this on Mac and i get this error : ```bash Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file...
Thanks it works now. I'm wondering if the route can be changed to _localhost:5000/moduleA/TestA_ instead of _localhost:5000/TestA/_ to avoid routing conflict with core module.
Well, attribute Routing is not my preference, since it needs to add it to every module controller. I've just extended the global default route to make it work, the only...