Ada Lyons

Results 35 comments of Ada Lyons

Could very well be! I've done some experimenting and it seems to be caused by my reference to an `Action`: ```rust let fetch_user_info = create_action(move |_| async move { /*...

Here's a repro: https://github.com/slyons/liftcalc/tree/main/frontend

This is fixed if I switch back to stable Rust and remove the `nightly` feature

I would absolutely love to do that. I was thinking of switching the code samples to use the ACE editor so that I could script sending the input to the...

We ran into this recently, any chance there's been any traction on it?

I'd love to see this exposed via the Plugin API. It would be a great way to verify that the module you've been given adheres to a certain contract.

It might need more eyes because the actual chat example still doesn't work

I'm going to convert this to an AI Gateway sample with both Rust and Pythong

This issue should be focused on global rate limiting across all connectors and across Spice instances in Kubernetes/Spice Operator

Is the `description` made available to the users in any way? And are `views` always ready? Or do they propagate the underlying source's readyness