Simon Georget

Results 119 comments of Simon Georget

Indeed, it would make it a bit more flexible. But, as you, I don't have enough time to do so.

> You could merge the config options with default values given during the creation phase with this (after jquery has loaded or by using the non-jq object concatenation) @Req :...

Could be nice, indeed. Any PR is welcome

Indeed, it is now time to switch to RichFilemanager ! @servocoder did a great work and will maintain the package. I added a clear notice on the project description. See...

Be sure the auth() method in [config file](https://github.com/simogeo/Filemanager/blob/master/connectors/php/default.config.php#L27) returns true.

I guess session_start() is missing

it is not implemented

You probably missunderstood something, Let's say, you have a serie, with N values containing values from 0 to 3. Passing the serie to _geostats_ and calling _getClassQuantile(4)_ will return an...

I was able to solve that bug by declaring explicitly a data.frame.See code below (line 3) : ``` analyse_com = summarise(group_by(data, COMMUNE, DCLT), NOM_COM=unique(NOM_COM), NOM_DCLT=unique(NOM_DCLT), total=round(sum(IPONDI))) analyse_com = arrange(analyse_com, desc(total))...

This could be discussed indeed but you could also imagine to compare several series as follow : ``` javascript if(serie1.min() < serie2.min()) { // whatever } ```