Yuichiro Yamashita

Results 202 comments of Yuichiro Yamashita

I think this is fixed by this commit. But it's not included to released version. https://github.com/mock-server/mockserver/pull/1657/commits/08f51f365162a11204347495302ab522f5f3cf96

@pavilalopes Ohh I don't remember how to find this commit. (I think I'd looked for PRs.) But again I checked commits on master branch and I think this commit could...

I have successfully updated my company’s project to Kotlin 2.0, including the compiler plugin. However, we are currently blocked by detekt not supporting Kotlin 2.0. I’m concerned that the longer...

@BraisGabin > detekt WORKS with Kotlin 2.0 Does this mean it works with the snapshot version? Or does it also support version 1.23.6? If you mean support is only in...

> I use 1.23.6 with kotlin 2.0 without any problem. So, what I mean, is that the church stable version of detekt already supports kotlin 2.0. Now I can also...

`vite-Plugin-svelte` has such a configuration. Is it enough for you? https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#onwarn

How about this? https://github.com/sveltejs/svelte/issues/8558#issuecomment-1535683909

Is the `$state is undefined` error in the `.svelte` file? Or is it the `.svelte.js` file? Change the `extraFileExtensions: ['.svelte']` part of the ESLint config to `extraFileExtensions: ['**/*.svelte', '.svelte ',...

`postcss-load-config` requires Node 18.