jreimone
jreimone
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"...
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...
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...
Thanks for the great work! Do you also have planned to publish a docker image?
I have really nothing to complain. I just want to say thank you for this great package. I successfully used it in [my project](https://github.com/QualityMinds/openapi-generator-typescript-cypress) for starting a Prism mock API...
Hi, I use `tough-cookie` as a dependency in my project and also `axios-cookiejar-support`. The latter [depends on `http-cookie-agent: 7.0.2`](https://github.com/3846masa/axios-cookiejar-support/blob/v6.0.4/package.json#L61). Unfortunately, it has a peer dependency to [`tough-cookie: ^4.0.0 || ^5.0.0`](https://github.com/3846masa/http-cookie-agent/blob/v7.0.2/package.json#L101)....