Bhavya Bhatt

Results 2 issues of Bhavya Bhatt

Right now a class decorated with `@json` containing fields which might not have types whose declaration have `@json` decorator panics at the runtime. Is there any way to have this...

enhancement
in-development
confirmed

I tried `cargo build` the example provided here: https://github.com/guillaume-be/rust-bert/blob/main/examples/sentence_embeddings.rs and got following error trace: ``` error[E0432]: unresolved import `console::Term` --> /Users/bhavyabhatt/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.16.2/src/state.rs:10:5 | 10 | use console::Term; | ^^^^^^^^^^^^^ no `Term`...