Sergio Bilello

Results 13 comments of Sergio Bilello

@MichalLytek Is there an example of how to use `graphql-rate-limit` in a federated graph?

If we want to use the intellij java code style with spotless. What's the recommended approach? https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml

No! I didn't :) We use it in our CI/CD pipeline GitLab so I was trying to get this information to share with my infra team! Maybe you can spin...

``` "AccountSettingsAuthentication": { "title": "AccountSettingsAuthentication", "type": "object", "allOf": [ { "properties": { "meeting_authentication": { "type": "boolean", "description": "Only authenticated users can join meetings" }, "authentication_options": { "type": "array", "description": "Meeting...

Any update on this?

@mcblair could you share a sample repository with an hello world lambda that are you able to debug in local in GoLand or VScode in an M1 Mac please?

@mcblair Thank you! It should be worth a blog post! I noticed it works nicely on VScode but unfortunately GoLand does not support `provided.al2`

Thanks @berngp and @paulbakker ! I added some breakpoint to verify that the extensions are added but maybe there is something missing on the apollo-studio side of things because I...

I tested this one but it is not enough to make it work. I need to find some time to try this project: https://github.com/braintree/apollo-tracing-uploader-java Thanks @berngp

Finally I found the time to integrate the `apollo-tracing-uploader-java` [Disclaimer: Not polished code] I had to add just one simple class like this one: ``` package us.test.graphql.server.instrumentation; import com.braintreepayments.apollo_tracing_uploader.TracingUploadInstrumentation; import...