-
Hi again, pls tell me what need to review because is not working search
http://comisionsextacamara.jhonfelipeurregomejia.com/search/?q=Hacienda
im using ubuntu 14 and install elasticsearch with …
-
Just updated my npm packages. The problem now is that the assets.json file just gets overwritten each time hash.manifest is called. Here's my code:
```
// Concatenate all js files into one file
g…
-
- Incorporate the dependency compatibility analysis from Urban Apps (Cicero)
- Research all dependencies for compatibility
- Include removing pending edits as a task
- Review deprecation notes from Dj…
-
Full stacktrace:
```
Uncaught TypeError: Function.prototype.toString is not generic
at http://localhost:9876/context.js:23
```
In context.js file I `console.info()` that function name and it sh…
-
Here is my gulp task:
``` javascript
gulp.task('js', function(){
return gulp.src(paths.src.js)
.pipe(babel())
.pipe(uglify())
.pipe(gulp.dest(paths.dist.js));
});
```
And…
-
Hi @Fantomas42
I just stumbled upon your implementation and was wondering if you have considered leaving it to these Bitbucket using people?
https://pypi.python.org/pypi/django-apptemplates/
They …
-
```
What steps will reproduce the problem?
1. Create ticpp::Document with ~30000 elements with subelements
2. wait for the destructor to call void DeleteSpawnedWrappers()
3.
What is the expected outp…
-
```
What steps will reproduce the problem?
1. Create ticpp::Document with ~30000 elements with subelements
2. wait for the destructor to call void DeleteSpawnedWrappers()
3.
What is the expected outp…
-
When I use a filer version > 9.8 the "Add another ..." link below my model admin inline disappears.
![localhost_8000_de_admin_project_management_project_18_](https://cloud.githubusercontent.com/asset…
-
I've been trying to a bit to get Zinnia working on an existing Django website. Everything is finally up and running but I'm having trouble overriding the templates. For example, Zinnia uses `base.html…