Results 4 issues of Tal Zion

I was trying to use `ts-mongoose` for my project, but I couldn't get this to work: ```typescript import { createSchema, Type, typedModel } from 'ts-mongoose'; const discriminatorKey = 'type'; export...

I'd like to be able to write something like this: ```rust struct Person { name: &'static str, age: u32, } let people = vec![ Person {name: "Hi", age: 32 },...

### Environment Rust 1.70.0 Sentry 0.31.5 with tracing feature ### Steps to Reproduce 1. Enable PII by setting `send_default_pii: true` in the `ClientOptions`. 2. Enable Sentry integration for the tracing...

If I understand correctly, currently nats-connector can subscribe to a wildcard, but the `topic` annotation in the function has to match the topic exactly. I think this is kind of...