George Katsanos

Results 111 comments of George Katsanos

@danielroe same issue with ` "nuxt-edge": "^2.16.3-27983541.093e1b1",` as the library is mine/under my control, could you advise on which dependency I can downgrade as a workaround? this is an internal...

what's weird is my tailwind plugin is just serving pre-compiled css so I'm not sure why postcss is needed at all for nuxt

Hey @danielroe , I was able to minimally reproduce it :-) https://stackblitz.com/edit/github-umdsrf hoping this will help.

And I was able to fix it as well (with the help of the reproduction..) unfortunately the poor documentation of https://github.com/postcss/postcss-js#syncplugins-function confused me, one needs to pass an empty array...

sure, trying that just to make it clearer: ```yaml jobs: cypress: runs-on: default-visable container: image: cypress/browsers:node-18.14.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1 options: --user 1001 env: GITHUB_TOKEN: ${{ secrets.PACKAGES_READ_ONLY_TOKEN_GITHUB }} PUBLIC_API_URL: "https://api.staging.visable.io" IS_CYPRESS: "true" BASE_URL: "https://www.wlw-staging.de"...

@MikeMcC399 I'm not sure how pnpm is related to the error we see there. It seems the permissions issue disappears when I remove: ``` options: --user 1001 ``` Shall I...

I'm not a devops expert, but I'm pretty sure a generic ubuntu runner won't work in our infra. Our runners are not running inside docker by default. They are ephemeral...

just in case I missed something, is there a documentation you can link with regards to how to display the commit name / or the branch name in the description...

I'm still not seeing the commit message as shown in the screenshot of the description of my issue. Any clues as to why? "no commit message available".

I'm still not seeing the commit message as shown in the screenshot of the description of my issue. Any clues as to why? I'm using: ``` COMMIT_INFO_MESSAGE: ${{ github.event.head_commit.message }}...