Stefano Salidu

Results 11 comments of Stefano Salidu

@NSiggel +1 as I also can't access the Vue instance in the before method. For your second issue are you possibly using the data short version? Maybe have a try...

I'm also looking forward for this feature!

Using content-class I've been able to add a class 'right-arrow' to position a pseudo-element accordingly. More classes could be used depending on which is the tooltip positioning and the desired...

I'm also trying to updated my project to use `vite 3` and encountered that issue ![image](https://user-images.githubusercontent.com/8740725/191726786-ad40ebd1-629f-4fbe-aed8-9335191c2595.png)

@darkanubis0100 I've tried running "poetry install" within the `agentgpt_platform` container but it still fails. Steps: - `docker ps` - `docker exec -it platform bash` - `poetry install`

Nice it works now! Anyway weird `platform/Dockerfile` LOC 37 doesn't seem to be enough there

UPDATE: I've noticed that Strapi fails to run on Heroku (and ofc locally) due to the reserved attribute **published_at** used in the article content. I've changed that with **published_date** to...

I've also just encountered this issue while trying to integrate primevue with a vite+vue3+unocss project: ``` [vite-ssg] An internal error occurred. [vite-ssg] Please report an issue, if none already exists:...

> Could you provide a simple reproducer link? https://github.com/Hextar/risparmia-tu Running `pnpm i && pnpm run build` should reproduce it. Do know I'm using node `18.16.1` there and this is how...

I can self-answer about this issue. The error seems to disappear after updating everything strapi related in the package.json 3.1.0 -> 3.6.1. I've created a PR [here](https://github.com/strapi/strapi-legacy-blog/pull/21).