科科

Results 5 comments of 科科

I think I know what's wrong now, but don't know how to fix it. This issue is related to `@markdoc/next.js`. Somehow when having more than certain amount of markdown files,...

I have this exact same need

I think it's not a bug. The style below: ```css :global(.test) { color: red } ``` will be transpiled to : ```css .test { color: red } ``` which means...

Had the same issue. In my case, it's caused by the mismatch of the playwright version between in package.json and in docker image. For example, I follow the [crawlee doc](https://crawlee.dev/docs/guides/docker-images#best-practices),...

@mnmkng Hi, I try to reproduce this issue, but couldn't. I changed lots of my code including the Dockerfile since I thought I "fixed" this issue, but I don't have...