Tails

Results 60 comments of Tails

You could try configuring the staff to draw() with white, or create and assign the staff, voices & notes, but skip drawing the staff and only draw the notes.

Also on Mac. rustc 1.63.0-nightly (420c970cb 2022-06-09) IntelliJ Ultimate Rust plugin 0.4.156.4145-211

@asattely could you post the complete Cargo.toml that worked for you? I'm trying the patch but I'm still getting the same Scene error. Here is mine: ```Cargo.toml pathfinder_canvas = {...

Thanks for your reply. So, add all the pathfinder_ crates to the ```[patch.crates-io]``` list, not as a straight dependency?

For future reference, make sure the following section is defined in the **project's workspace root**: ```toml [patch.crates-io] pathfinder_geometry = { commit="9e0331742dedfed41d9e7791a9afbead0e0fbcd5", git = "https://github.com/servo/pathfinder" } pathfinder_canvas = { commit="9e0331742dedfed41d9e7791a9afbead0e0fbcd5", git...

That's great, thank you! I'll have a stab at it when I start integrating.

Thanks for the effort describing this! Will get on it.

The OpenAPI spec seems to have been implemented. Is there a working branch for this functionality?

I think I'm having the same problem, on M2. Running livekit-server in dev-mode from brew. Running the voice-assistant example in Docker using PodMan. Generating a token, and then visiting the...

Ok, I found out that the UI will render the message that the "Agent is starting" for as long as there is no initial response yet from it. I had...