Thorsten Seyschab

Results 4 comments of Thorsten Seyschab

Same here. `.bashrc` and `.bash_profile` are set so that `php -v` brings the PHP version 7.4. But the `bin/grav scheduler -r` with a following `bin/grav scheduler -d` shows, that it...

Currently, mermaid uses CSS variables ( https://gitlab.com/inkscape/inbox/-/issues/1180 ) and that is not yet fully supported in `inkscape` and `rsvg-convert` (part of package `librsvg2-bin`). You can: 1. Use `rsvg-convert` command (`sudo...

Based on @juanmanuelcarrera and @manakuro comments, I am using the following setup in Nuxt 3. Used dependencies: ```json "devDependencies": { "@nuxtjs/apollo": "5.0.0-alpha.5", "nuxt": "3.1.1", "@types/node": "18.11.17", "graphql": "16.6.0", "typescript": "4.9.3"...

BTW: It is not needed to enable `@tresjs/cientos` in `nuxt.config.ts`: ```ts // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ // [...] tres: { modules: [ // '@tresjs/cientos', //