-
``` ejs
```
in this exampe the if block indentation is wrong. this is probably because JS is not considered for indentation? would that be hard to add?
-
For purposes of the test626 integration, I'm considering a 'run' mode in ejs itself:
1. Compile to a temporary output, i.e. '/tmp/xasdadssdasd.out'
2. Simple invocation on that file.
3. Removal of tha…
-
For some reason, in Pry (or in the gem I'm building) - I can't config AWS?
It keeps telling me that `AWS` doesn't have a `::config` method... ?
```
> require 'aws/s3'
=> true
> AWS.config
NoMethodErr…
-
The resolved paths of includes/partials inside a view that is itself an include/partial is relative to the original view and not the current rendering view.
I tried a quick debug trace and I'm not su…
TimNZ updated
10 years ago
-
My workflow has changed recently, before I was publishing code on npm with unprocessed sources (using JSX + ES6) but now I decided it is easier to publish ES5 compiled code instead so Node.js could co…
-
You should be able to
``` javascript
var resp = new twilio.TwimlResponse();
resp.media("...");
```
but, there is no media method.
-
I am trying to install dnode on 64 bit Windows 7. It keeps failing at node-gyp with the following error. It says that it is Python3, but I have Python 2.7 installed. I've tried earlier versions, bu…
-
```
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls raw-socket
npm ERR! There is likely additional…
i-sam updated
9 years ago
-
Several folks on dev-identity are asking about getting BrowserID to work with things like PhoneGap. Apparently one of the primary issues is opening a popup: it opens in a browser outside of the PhoneG…
-
Hi,
I have a problem with a Apache reverse-proxy and Etherpad-lite on Debian Wheezy. This is my configuration.
/etc/apache2/sites-enabled/etherpad
```
ServerAdmin contact@example.org
…
ghost updated
10 years ago