Russell Anderson

Results 9 comments of Russell Anderson

I am currently running into this issue trying to upgrade Next to the latest version. Many of the Tailwind classes I depend on have escapes like this. Any way to...

yep. @hrantm: The stage "Build & Deploy Preview Docs" would run on all branches but beta (so it _would_ run on main) https://github.com/mesosphere/dcos-docs-site/blob/main/Jenkinsfile#L32. The variables for this stage are defined...

yes "Build & Deploy Beta Docs" does not need to be implemented in Github actions

is there a way to compare policies with what Jenkins currently has? @jonathanbeber @hrantm ?

Currently experiencing something similar, but using "invite" type when generating a link. For local development, all is well, but in github actions the following is failing with `[AuthApiError]: User with...

For my issue, the reason that it was working for local development but not in Github actions is because locally we were using v1.153.4 of supabase cli, which was installing...

I've got a pull request open demonstrating the issue in another project: https://github.com/Foundry376/express-zod-openapi-autogen/pull/17/files

A workaround here is to simply declare a zod type without using the openapi method and then extend that like so: ```js import { extendZodWithOpenApi } from "@asteasolutions/zod-to-openapi"; import {...

any movement on this?