James Salter
James Salter
It's based on the python in your PATH, and is designed to work with virtualenv. Have you tried running it from a virtualenv initialised with your custom interpreter? On Monday,...
You just need to use a virtual env to compile your program. Once that's done, you are free to copy around the compiled binary and its dependent shared libs like...
Looks like we share a common interest :+1: The aim of rust-python-ext is that the rust extension will be magically built and installed when the user types `python setup.py install`...
I feel this is probably out of scope of jasmine itself because it involves fetching and parsing sourcemaps. I have pushed a module which does that part to https://github.com/novocaine/sourcemapped-stacktrace. I...
@infews, thanks for taking a look at this. Would you accept a patch to make the ExceptionFormatter something customizable through env, similar to how you can customise the reporter? Or...
sorry, you definitely have to patch Jasmine..
Sorry, I don't quite understand what behaviour you are trying to fix - are you able to explain it a bit more? "/hello/thisismymap" will be treated as a relative path...
Hi, Sorry to hear that it is not working for you. The smst demo includes coffeescript: http://novocaine.github.io/sourcemapped-stacktrace-demo/public_html/smst.html I'm not sure the regex itself is the problem, as this works for...
oh I see, your problem is with ``` at https://cf-servervm2.dev.corp.dropboxstatic.com/static/javascript/compiled/tests/jasmine_tests/example-vfl DEVHASH.js:5:24 ``` but the other lines are fine. Sorry I didn't grok that. Okay, I guess we need to adjust...