flonou

Results 17 comments of flonou

Sorry for the copilot noise, I wasn't expected it to show on the PR directly when asking it to review my code on visual studio code. That said it had...

I'm not sure I followed the right step but I tried to remove ariadne-codgen with pip uninstall and install the last version with pip install git+https://github.com/mirumee/ariadne-codegen.git and the issue is...

If I set convert_to_snake_case to true, both the fields and their _field_name have _, if I set it to true, none of them has it. I guess I'm missing something...

yeah I wanted snake_case for python variables but not for the field_names because that just doesn't follow the schema in that case

@vwxyzh Does this mean I can only filter classes, members etc. but not the files themselves ?

then that's not quite I want. I don't want to list all the classes to exclude, only folders, but while using an sln or csproj as source file. Should I...