Jan

Results 4 issues of Jan

Hi, my URL is supposed to be `https://my.server.net/surveys`. So my docker-compose config looks like this: ``` limesurvey: restart: always image: crramirez/limesurvey:2.72.3 links: - "mysql:db" expose: - "80" environment: - "DISABLE_MYSQL=yes"...

Hi, is there an MVEL grammar available? I asked this on stackoverflow (http://stackoverflow.com/questions/21600680/mvel-grammar-available) and 2 years ago via the mailing list (didn't get response). What be nice to use this...

I use the calendar API in TypeScript and want to retrieve all all-day events of a certain day. The problem is that I only receive non all-day events. This is...

type: question
priority: p3

As far as I understand the Series Alias the labels can only be hard-coded, right? Is it possible to use a dashboard variable there, too, as it is possible for...