Thorsten Seyschab

Results 7 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', //

Originally encountered and recogniced on Firefox snap 118.0.1 (Ubuntu 23.10). Happens between 808px and 855px (other dimensions than on the reproduction of @manniL ) ![image](https://github.com/manniL/lichter.io/assets/1357835/cff6b73c-5b2c-41b3-bb52-8702e8f54a61)

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', //

Thank you @TheAlexLichter for reporting this issue in my interest. I originally encountered this problem in the following slides/ talk: https://github.com/toddeTV/talk-2025-02-13-hamburg-vue-js-meetup I attempted to bind the TresJS context using `Teleport`...