Results 24 comments of Josip Bojčić

Also not really related to this but it seems like some options that are available like maxRetries are completely ignored

@losalex defaultCallback is only called after timeout and it doesn't contain original error. You can see the example [here](https://replit.com/@JosipBojcic/Node-winston-test#index.js) where I formatted latency wrongly in one of the logs so...

> @jbojcic1 , I figured out the proper format for latency - for GRPC, the format should be in [Duration](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Duration) which basically should include `seconds` and `nanos`. So the following...

> Thats said, I do not see that Cloud Logging service returning appropriate status for malformed data, so I will be reaching out to Cloud Logging team to raise this...

> I've tried removing the suppress thing but I don't see anything changing in the list of exported metrics. The only new metric I see is `prometheus_net_eventcounteradapter_sources_connected_total` with a value...

I see now [this comment](https://github.com/cloud-annotations/docusaurus-openapi/issues/91#issuecomment-1494405810) that seems to be related

Let me know if this sounds useful to you and I can create a pr

This happens for me too. I see the green border around the app when I focus the input and then I can't type anything. Flutter details: ``` λ flutter doctor...

I noticed that when using web sockets, paid message is sent twice. First with change being null and then with the change set. I used lnvoltz mint that is running...

~~Actually I managed to solve my issue by just keep Supabase running on http and disabling ad blocker (it was actually adblocker who was disabling requests to `http://127.0.0.1:54321/rest/v1/...` when app...