Anton W
Anton W
Jade can compile templates for client side as well: https://github.com/visionmedia/jade#browser-support
I tried to pass a non native HTML element as component like this: ``` javascript import { Link } from 'react-router' ``` but I got this error, seems like the...
Recently I even could not open the page, it was just loading forever. Now the page loads. I can create a local database, but the remote seems to not work....
I didn't get it the `manufacturer` working, I tried it to extends the object defined when calling `getManufacturer` like this: `'Microsoft': { 'Xbox': 1, 'Xbox One': 1, 'Tablet PC': 1...
## Description of problem Database is not created ### How reproducible always with `--custom-env "LC_ALL=C` args ### Steps to Reproduce 1. ` dokku postgres:create test-db-2 --custom-env "LC_ALL=C` 2. `dokku postgres:info...
If I use the `bail` option I get this error ``` Hash: 8344a6c0a9b3c44a5636 Version: webpack 1.10.3 Time: 27501ms ERROR in ./lib/forgot-password/client/view.coffee Module not found: Error: Cannot resolve module 'component-eemitter' in...
I'm using docpad 6.59 and node 0.10.12 If I define this collection ``` pages: (database) -> database.findAllLive({relativeOutDirPath:/de[\/\\]\w+/, pageOrder: $exists: true}) ``` it works, but when I change the order, it...
I want to make a query, something like that: (foo && bar) || (qux && baz) I wrote it in this style (coffee script) ``` @getDatabase().findAllLive $or: $and: foo: {$exists:...