Mihnea Dobrescu-Balaur

Results 54 comments of Mihnea Dobrescu-Balaur

Hi! What is the full path of the folder you are testing? I think there might be a bug when the path contains what you want excluded https://github.com/mihneadb/node-directory-tree/blob/master/lib/directory-tree.js#L63.

Sorry, shouldn't `path` be `/usr/project`? It's the path of the folder you want to be represented as a tree. Might be worth creating a branch/PR with a test case. You...

Hi, the lib does not support this currently as it's a bit of a fuzzy description. Do you want all folders + 10 files? 10 folders + files? How do...

Hi, good find! Feel free to submit a PR :).

Hi, thanks for the proposal. IMO there should be a more generic approach where one could specify by which field to sort. Re: adding creation date, there is the `attributes`...

Looking on the internets about this I found this: http://jchris.ic.ht/drl/_design/sofa/_list/post/post-page?startkey=[%22Versioning-docs-in-CouchDB%22]

Hi, right now `path` is always there. You could walk the tree and strip it down. https://github.com/mihneadb/node-directory-tree/blob/master/lib/directory-tree.js#L60

Hmm the demo page (http://demo.ghost.io/i-have-a-dream/ - scroll to the bottom) does look neat. I guess we could replace the use of ghostrelated with this. I wouldn't keep both. Not sure...

It was the easiest way to start! Happy to accept a PR that generalizes this over more functions :).

Scaling the font down would make them hard to "click" on mobile, and I think that's bad UX. Dropdown means messing with JS, I don't know what to say. Personally...