Mark Hahn
Mark Hahn
With this command ``` nohup beefy src/main.coffee 1340 --cwd www --live \ -- -o bundle.js -t coffeeify > run.log 2>&1 & ``` I am seeing ``` Cannot find module '/home/mark/Dropbox/apps/tv/browserify'...
I can't get beefy to find browserify no matter what I can think of to try. Can someone show me a setup that works? - browserify project folder (local or...
Thanks. It's nice to know about these three options. I got beefy to work by moving both beefy and browserify to local node_modules and removing the global installs. I also...
> you were doing it wrong. In your opinion. The way it is now it will break code for no reason. I personally believe carrying this over from CS is...
I think it is impossible to use a return value after the return has happened. There is no more code running. That example would return 1 and do nothing else....
You message subject is misleading. You don't want it to return a value, you just want to be able to use the return. I was scratching my head as to...
+100 for anything like this that makes line-continuations easier to use, simpler, and sane. The CS line-continuation rules are a mish-mash at the moment and not very friendly and not...
I think you need to show a better example. Not only would that example give a run-time error but I can't think of why anyone would code something so wrong.
Putting a comma in the front of a line is _the_ standard way to ensure it is treated as a new argument. You can't pull that. FWIW, I'm a bit...
> I am not duplicating quirks. One man's meat is another man's poison. And it isn't just quirks. Requiring parens where they weren't needed before is taking the language backwards,...