-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call/invoke responses next to function cards #60
Comments
Hi @rjnrohit I've installed everything got the interface working on remix, though I encounter an issue when trying to compile a Cairo file Tried to interact directly with the It crashes : "timestamp":"2024-02-19T13:12:40.538395Z","level":"DEBUG","fields":{"message":"incoming body is empty"},"target":"hyper::proto::h1::conn"}
{"timestamp":"2024-02-19T13:12:40.538511Z","level":"TRACE","fields":{"message":"flushed({role=server}): State { reading: KeepAlive, writing: Init, keep_alive: Busy }"},"target":"hyper::proto::h1::conn"}
GET /cairo_version text/html:
>> Matched: (cairo_version) GET /cairo_version
{"timestamp":"2024-02-19T13:12:40.539168Z","level":"INFO","fields":{"message":"/cairo_version"},"target":"api::handlers::cairo_version","span":{"_rate_limited":"RateLimited","name":"cairo_version"},"spans":[{"_rate_limited":"RateLimited","name":"cairo_version"}]}
error[E0635]: unknown feature `stdsimd`
--> /Users/raf/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/lib.rs:33:42
|
33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
| ^^^^^^^
For more information about this error, try `rustc --explain E0635`.
error: could not compile `ahash` (lib) due to 1 previous error
>> Outcome: Success
>> Response succeeded.
{"timestamp":"2024-02-19T13:12:47.704524Z","level":"TRACE","fields":{"message":"Server::encode status=200, body=Some(Unknown), req_method=Some(GET)"},"target":"hyper::proto::h1::role","span":{"name":"encode_headers"},"spans":[{"name":"encode_headers"}]}
{"timestamp":"2024-02-19T13:12:47.704783Z","level":"TRACE","fields":{"message":"no more write body allowed, user body is_end_stream = false"},"target":"hyper::proto::h1::dispatch"}
{"timestamp":"2024-02-19T13:12:47.704840Z","level":"DEBUG","fields":{"message":"flushed 326 bytes"},"target":"hyper::proto::h1::io"}
{"timestamp":"2024-02-19T13:12:47.704863Z","level":"TRACE","fields":{"message":"flushed({role=server}): State { reading: Init, writing: Init, keep_alive: Idle }"},"target":"hyper::proto::h1::conn"}
[Running 'cargo run']
I've tried to start the backend with
My question is do I need to install cairo apart? It's supposed to be shipped directly within Have you already encountered this issue, or do you have an idea of how to solve it? EDIT: I've also gone into EDIT2: Seems to come from Mac M1 : similar issue EDIT3: It's an issue from the last version of Rust (1.78.0) as stdsimd has been deleted from rust-lang TLDR: rustup install 1.76.0
rustup default 1.76.0 |
@rjnrohit currently the interface is like that Could you add more information on how you want it to be ? |
You may add a response box just below the interactive form box in the interact section when a call has been made to any function and when it has received the response |
Rearrange the UX of the "Interact" UI section to align with Voyager.
The text was updated successfully, but these errors were encountered: