Diego Aquino

Results 5 comments of Diego Aquino

> Our workaround was to declare `jest.mock` in another file and then import it in the test. @gabberr, could you provide an example? I've tried it, but I still get...

Verdade, @lucis. Acho que ficaria legal dividir em colunas, algo mais ou menos assim... ![Screenshot do display em grid](https://user-images.githubusercontent.com/58959382/91668538-c7df5700-eae3-11ea-89c2-351f113e4e79.png)

Scrolling with the mouse on Linux is very slow too. Hovering over the scroll up or down buttons seems fine, though. Reproduction on https://www.radix-ui.com/primitives/docs/components/select: https://github.com/radix-ui/primitives/assets/58959382/d3a89355-57d1-43c5-ad49-7707c55daf0e My setup: - OS: Ubuntu...

The `README.md` mentions: > Note: New APIs will be documented using Google Discovery documents and Protobuf files. Where could we find that documentation? Is there a way to auto-generate the...

I managed to generate the OpenAPI spec from the Protobuf files on https://github.com/googleapis/googleapis/tree/master/google/maps/places/v1 using [protoc-gen-openapi](https://github.com/google/gnostic/tree/main/cmd/protoc-gen-openapi). ```bash git clone [email protected]:googleapis/googleapis.git cd googleapis go install github.com/google/gnostic/cmd/protoc-gen-openapi@latest protoc -I. --openapi_out . google/maps/places/v1/places_service.proto ```...