bog

Results 10 comments of bog

bump ive been running into issues with gazelle here by using bazel module

database.types.ts is generated in UTF 16 for some reason, you just need to encode it in UTF-8, if you are using VSC just click on the encoding type and encode...

I'm using NextJS 13, the error still persists if you pass async server components. But `{/* @ts-expect-error Server Component */}` makes it work, would love to have a non-hacky way...

I will try to give more examples later but the BUILD file doesn't add the ts_config rules (maybe I worded my question wrong), another answer from slack providing: `# gazelle:js_tsconfig...

From the logs: ``` --- FAIL: TestRetryConformance/http-2-[return-reset-connection_return-reset-connection]-storage.objects.insert-1 (0.01s) --- PASS: TestRetryConformance/grpc-2-[return-reset-connection_return-reset-connection]-storage.objects.insert-1 (0.57s) ``` looks like an http insert has failed

Failed again, might be an edge case since all others pass ` --- FAIL: TestRetryConformance/http-2-[return-reset-connection_return-reset-connection]-storage.objects.insert-1 (0.03s) ` from what i understand it's just an http connection and the client options...

The one failing is from the "earliest version" ``` [15:09:59 PDT] Child job: cloud-devrel/client-libraries/go/google-cloud-go/presubmit/latest-version finished with status: SUCCEEDED Url: https://source.cloud.google.com/results/invocations/e91b0f84-8d26-4ccd-a4c9-977173d74780 [15:10:34 PDT] Child job: cloud-devrel/client-libraries/go/google-cloud-go/presubmit/earliest-version finished with status: FAILED Url:...

running into this issue with gazelle and protobuffs deps

bump for visibility - really interested in this and found this issue from the docs page [grpc performance note:](https://grpc.io/docs/guides/performance/) > Side note: The gRPC team has plans to add a...