-
This is ugly. How could we improve it? Can we improve it?
``` js
module.exports = {
lib: {
indexable: 'module.exports = ' + require('./mylib').toString()
}
};
```
@janl do you have an idea?
-
Currently gardener stores/outputs all logs into one stream. it would be nice if each app had its own stream/location. Makes it easier to detangle when things go sour.
-
I have an application which uses worker-pouch
I have an index on a key called "docType", worker-pouch throws an error while calling db.find()
`{error: "not_found", name: "not_found", reason: "ddoc…
-
Depending on revisions of the database, the ddoc may or may not get updated. So garden-core command will return "update succeeded" yet the ddoc was not actually updated, it only confirms the _replicat…
-
## Current Behaviour
Right now, creating a ddoc in Fauxton is just like creating any other document. You get a new `_id` value, but nothing else.
Since ddocs are largely written in JavaScript, a…
-
Regularly I forget adding new modules to modules.ddoc. Is there any way to automate this process?
-
**Is your feature request related to a problem? Please describe.**
If we move to Nouveau for freetext searching on the Couch server (aka "online" use), then we still need a solution for freetext searc…
-
```
///
module main;
///
interface SomeInterface
{
void someFunc();
}
///
version(D_Ddoc){
final class SomeClass : SomeInterface
{
void someFunc() {}
}
}
v…
-
We should have a proper discussion about the pros and cons of this approach.
I'll go first.
Pros:
- It makes it very clear how large each view is, which helps with keeping track of performance
- It …
-
When customizing DDOX's diet templates, is there a way to access DDOC macros? (Particularly custom-defined ones)