Jean-François Bustarret

Results 6 issues of Jean-François Bustarret

### Issue Summary I have a brand new self-hosted installation, and I have created my first survey, and have some responses. I'm trying to add my first tags by clicking...

bug

### Issue Summary I have a link survey with a first question that I want to prefill. Il the next question tries to recall the response of the first question,...

bug

This adds preliminary support for i18n - see #12 French & other languages will follow.

It would be nice to add weight & distance & unit support : ``` distance := humanize.ParseDistance("10mi", humanize.USUnits) // converts to metric system humanize.Distance(distance, humanize.SIUnits) // Same as humanize.SI(distance, "m")...

``` type Data struct { foo int } v := Data{} r.Table("table").Get("doesnotexist").Run(session).One(&v) ``` nothing tells me if the row exists or not Wouldn't it be better for One (+ Scan)...

**What happened**: The CreateSnapshot spec requires to return a "13 RESOURCE_EXHAUSTED" error: Not enough space to create snapshot | 13 RESOURCE_EXHAUSTED | There is not enough space on the storage...