Jakub Bacic

Results 8 comments of Jakub Bacic

That should do the trick: ```yaml steps: - id: upload-file name: Upload Artifact (json) to Google Cloud Storage uses: google-github-actions/upload-cloud-storage@main with: path: file destination: bucket/output - name: Get public URL...

@adriangb You're right - it won't handle such use case. I think the easiest way to handle it is to reuse built-in `csv` python module and replace: ```python value =...

I think you have a design flow by allowing clients to requests all the data. The same issue can be replicated with REST web services if they happen to implement...

If you remove the limit from the query request, server should use the default value or refuse to generate any answer. I really cannot see an issue here.

Ensuring that you do not return too much data has always been a developers' responsibility and `strawberry` has nothing to do with that. `Strawberry` is similar to, let's say `FastAPI`,...

@pulyaevskiy What's the status of this issue? I've tested it on my project (by adding test_coverage as git dependency) and it works fine with `-i` option. It would be nice...

So, what's the plan? Should all the options from TOML file be exposed as CLI args so it's possible to run `ariadne-codegen` like this? ``` ariadne-codegen --schema_path=schema.graphql --queries_path=queries.graphql ``` Do...

I'll see what I can do :) It'll mostly depend on the amount of free time I'm gonna have in the nearest time.