purpleP

Results 59 comments of purpleP

@pokey What should we do with alternatives in patterns in Rust? Python also has them. I would propose to use new `or` scope since it’s short and maybe can be...

@pokey I think I addressed all your comments now, can you take a look?

@dzen Yes, very consuming, I agree. That's what's kind of sad to me, so much effort is kind of wasted. Glad to hear, that you would allow contributions. I'll try...

@dzen I don't understand how hiding implementation makes someone unsure about RabbitMQ behaviour. And by the way, rabbit isn't only implementation (just in case). Second. I've started to play with...

@dzen I can see xml schema or something like that, that have description of frames etc, but not the types and serialization stuff.

@dzen I'm not angry, don't worry. You haven't answered my question. I'll repeat it. Where can I find information about how different amqp types should be serialized? I'll give an...

@dzen memoization is done with `functions.lru_cache` decorator, so basically no maintenance cost. I thought about that rewriting from the low-level to high level will bring fruits later, but It's easier...

I think it makes more sense to discuss this while we’re working on Rust support as rust pattern matching capabilities and syntax is more complex than that of Haskell. And...

That’s probably a technical limitation, but if it isn’t I would actually allowed each language to define it’s own scopes instead of trying to define a set of common ones...

> > I think it makes more sense to discuss this while we’re working on Rust support as rust pattern matching capabilities and syntax is more complex than that of...