-
TEST CODE
var uglify = require('uglify-js2');
strJS="var notMangled = function () {\n\tvar mangledVar='foo';\n\tconsole.log('blah' + mangledVar);\n};\n";
console.log(uglify.minify(strJS, {fromString: …
ghost updated
11 years ago
-
I could not install passport-windowsauth ,the npm-debug log has been pasted below.
``````
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
1 verbose cli …
-
I can't install mozjpeg. After it failed the first time I ran both `npm install -g npm` and `npm cache clean`. But it still didn't work. Here's the latest debug log.
``````
0 info it worked if it end…
-
Log:
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'i', 'irc' ]
2 info using npm@1.2.21
3 info using node@v0.10.7
4 verbose node symlink /usr/bin/node
5 verbose…
-
Nothing has been done in months on this project. Is it no longer maintained?
-
I am getting the following errors when trying to run my tests with tconsole:
```
tconsole> all
Running tests...
-- create_table("albums", {:force=>true})
-> 0.0456s
-- create_table("mentos", {:fo…
simao updated
11 years ago
-
Currently the minitest version is expected to be "~> 3.3.0"
Considering minitest is being changed quite often at the minor version, perhaps tconsole should take this into account. Currently its only…
-
I'm using the minispec DSL (only `describe` and `it` you understand; I'm not a total fool).
When I enter "controllers" all my controller tests get run. When I enter the name of a class, only `it` blo…
-
I've got a crash when exiting Mudlet, using this branch:
```DONE MAIN WRITING, DOING MODULES NOW
**\* glibc detected **\* /home/vadi/Programs/Mudlet2/chris/src/mudlet: free(): invalid next size (nor…
vadi2 updated
11 years ago
-
Given the PR config file **[1]**, I can crash PR v1.1.7 when I navigate as follows:
Home screen -> PR -> Settings -> Triggers -> "Purple Robot Notification Manager" trigger -> "Inspect Action"
It's …