Naz

Results 12 comments of Naz

Thank you for making and maintaining this repo 🙏

I spent hours trying to figure this out. Bump.

Having the same issue on the M1 Max with Ventura 13.2.1. Is there any other way to achieve the same thing?

@kmf-lab That is a really neat workaround, thanks for sharing

Is there an accepted way to correlate logs & traces when using `tracing_subscriber`? As a hack I'm using `opentelemetry-appender-tracing` along with `tracing-opentelemetry` to capture both traces and logs which is...

I realised it's actually a case of this issue: https://github.com/rust-lang/rust/issues/141540#issuecomment-2952294588 It started happening again so my original hypothesis that changing `dead_code` to` unused` is incorrect. I turned off incremental compilation...

@GuysmoB I'm well-versed in Rust. If you still need help let me know the best way to reach you.

Bump. Would love to see this. What's annoying is that even if I use noqa, the autofixer won't work: ```sql -- noqa: disable=all -- noqa: disable=all MODEL ( name sqlmesh_example.full_model,...

I made this PR which allows for the request to be accessed when writing a `.then` response. It's for my own use so I haven't added comments or tests, but...

@alexliesenfeld that makes sense. I'm happy to wait as I've managed to get it running for my own use case. I noticed that `MockMatcherFunction` is defined as an `fn` and...