jasper

Results 11 comments of jasper

A `receive` with multiple tags to search for would indeed solve the problem of `receive_signal`. Then for proposal 2, I don't think this currently works if we want to have...

And as for naming, `LinkDied` seems a lot better to me than `Signal` :)

Yes, the problem persists for me using FluxCD paired with cloudflare-operator. I have reconcilation set at 1 min, which updates the records on Cloudflare every minute as well. My current...

Running into this issue as well with CloudNative Postgres backups

Did you ever manage to get this working? I'm having the exact same issue, but using the operator chart instead

I haven't looked at this code in quite a while, so it takes me some time to dive in to the details of this. If you think it could be...

I'll try to get this merged tomorrow, thanks!

Thanks! And sorry for the long wait. I just published a new release on crates.io

Quite interesting yes. For my own project I'm using Leptos, and am generating builders automatically from a route. This is very Leptos - and my project - specific though, so...

I think what could be part of this library, is generating a seperate struct based on the function. Should be off-by-default probably, settable by something like `#[route(gen_struct = NameOfStruct)]`. There...