Naoki Hikita

Results 8 comments of Naoki Hikita

I agree with @tirumaraiselvan. I think it would remove unnecessary complexity if we could add a header that is only used when adding/updating remote schemas. I've given up and am...

@O4epegb This problem is no longer reproduced in my environment! Thank you. I will close this issue.

workaround: Before deleting a user, delete all files using the supabase client. ```ts const deleteAllUsers = async () => { const { data: { users }, } = await client.auth.admin.listUsers();...

@mlewe You save my life! Thank you. I have same problem. https://netflix.github.io/dgs/generating-code-from-schema/#configuring-code-generation I tried generatedSourcesDir and outputDir, but neither worked. outputDir ``` generateJava { // Error: Cannot set the value...

I really want this option! It’s super inconvenient for speakers of languages like Japanese, where we use Enter a lot when writing, to have it submit with Enter.

I really want this option! It’s super inconvenient for speakers of languages like Japanese, where we use Enter a lot when writing, to have it submit with Enter.

I'm also experiencing the same issue after upgrading to v2.0.70. Environment: - OS: Linux (Docker container) - Claude Code version: 2.0.70 Error Message: ``` thread '' (2638) panicked at /rustc/ed61e7d7e242494fb7057f2657300d9e77bb4fcb/library/core/src/str/mod.rs:833:21:...

Hmm, I’m still getting errors in my environment (2.0.75). It’s not during the resume; I’m getting errors while Claude Code is just working normally. ``` thread '' (2503192) panicked at...