Zlatko

Results 9 issues of Zlatko

Hello, Is there a way to create asset hashes or something similar in content names? I want to cache css and js files, but I can't do that unless I...

### Expected behaviour Karma Launcher shouldn't change my `chrome.desktop` shortcut, when running it on Ubuntu. ### Actual behaviour After karma ran Chrome for me, I sometimes get chrome open with...

needs: investigation
needs: help

### Is your feature request related to a problem ? I want to be able to assign the people I follow into lists (or alternatively, the people, tags and other...

enhancement
not implemented yet

### Is your feature request related to a problem ? I would sometimes like to have a timeline show me only "original content", not boosts from the people I follow....

enhancement
future tech

the controllers pass wrong local variables (e.g. "users" instead of "list" on the index method)

EJS doesn't accept if (flash) -- needs if (locals.flash) or if (typeof(flash) !== 'undefined')

the for loop in the index view is wrong - it doesn't define the loop variable. either should change to users[i][property] or should declare user = users[i]

req.accepts('json') is always true when accessed from the browser. This is a wrong check.

- List project dependencies in the doc. - Check package.json for dependenceis and suggest installation or run npm init when package.json is not there.