Kazuki Matsuda

Results 5 comments of Kazuki Matsuda

I have the same issue. In my case, the survived file has static mutants called by `await import()`. This is a simple repository to reproduce. ``` $ git clone https://github.com/mkizka/stryker-js-static-mutants...

@lforst Hello. I've created a small reproduction repository. The error occurs when you click a button. https://github.com/mkizka/nextjs-serveractions-sentry ``` $ git clone https://github.com/mkizka/nextjs-serveractions-sentry $ cd nextjs-serveractions-sentry $ yarn $ yarn dev...

I found a workaround. Regarding the environment variables, you can revert to root.tsx and use the `VITE_` prefix and `import.meta.env`. https://vitejs.dev/guide/env-and-mode.html

Hello, I am developing a Link in Bio service using ATProto, but I was having trouble with links not being embedded in users' posts. https://bsky.app/hashtag/linkat Following @zmaril's hint, I took...

It seems that the PR fixing this issue has been merged. Thank you! https://github.com/bluesky-social/social-app/pull/6974