Lucas Isasmendi

Results 9 comments of Lucas Isasmendi

The issue is with minimist: **vorpal/dist/util.js [here](https://github.com/dthree/vorpal/blob/master/lib/util.js#L33) -> calls minimist** `arr = minimist(arr, opts);` **minimist.js [here](https://github.com/substack/minimist/blob/master/index.js#L186)** `flags.strings['_'] || !isNumber(arg) ? arg : Number(arg)` Integer range for Number: - var biggestInt...

regarding univesity...we have this [permissioned branch](https://github.com/DemocracyEarth/sovereign/tree/permissioned)

We need to create independent instances for each university. Regarding database we have 2 options: 1. create independent mongodb instances for each university (not shared database) 2. implement the concept...

@santisiri @paulamlb > I think that for countries we should have a special filter that lists proposals from people of the given country. so vote.democracy.earth/nation/france would list all proposals posted...

The issue with 1 file to store all the content is a performance issue related with UX, imagine if we wait to get all the tweets before start to explore...

No idea, we need more front end power

title, author and date are not coming from IPFS?

There is a pending "author name" implementation, the trick here is if we should rely on IPFS or ETH for that. But yes, we can close this because we changed...

You are right @aecc , reopening this to complete pending task