Alexander Ivanov
Alexander Ivanov
Based on TAB, linenoise should have this functionality, one should be able to somehow call nimsuggest , but for the first implementation, just a set with all the defined names...
I build this program (I use a project where this is `src/main.rs`) ```rust async fn a() { println!("a"); } async fn b() { a().await; println!("next"); } #[async_std::main] async fn main()...
Hey, we are trying to run `rr replay` on some cloud servers (to replay traces recorded as a part of our debugger environment): I expected naively that only `record` needs...
Hey, have you considered a syntax where variant acts similarly to `object`, `concept` etc? e.g. ```nim type .. A* = variant B(b: int) .. ``` It can return a `ref...
I want to be able to redirect stdout of a rendererRequireDirect process to the stdout of my app