Ashkan Kiani

Results 20 issues of Ashkan Kiani

I'm not sure about other OS's, but paste isn't working in any capacity for me. I believe it's just a no-op because of the default menu. Regardless of the default...

The TileCount calculation uses a `round` instead of a `ceil`, which seems like it leads to characters sometimes using a single tile instead of double, and then being stretched. Thanks...

I am writing a program and I had it use right click as a means of exiting the event loop. I was trying to validate my serial to initiate a...

If you highlight the left bracket in `hello []` and type `ci[`, the inside of the brackets will be selected to start replacing which is the default text object. As...

Unless I'm missing something, it seems like ItemAdd is needed for doing custom widgets, but it's not actually exposed from the imgui-sys crate because it's missing from the cimgui stuff....

Pretty easy to reproduce: ```rust let mailbox = imap_session.examine("[Gmail]/All Mail")?; loop { println!("tick"); if let Ok(response) = imap_session.unsolicited_responses.try_recv() { println!("response: {:?}", response); match response { UnsolicitedResponse::Recent(id) | UnsolicitedResponse::Exists(id) => {...

During the testing of the LSP PR for the incremental updates, I found at least 1 edge case regarding the byte sizes. This test send `` and passes the non-verify...

WIP

There are things which become common knowledge, such as how to handle private state in modules or how to declare modules or useful idioms, or performance considerations for certain types...

documentation
api
status:needs-design
code-standards
lua

Some websites maintain server side stateful session information, and therefore loading pages in parallel can cause them to load the wrong page because the server side cursor will have a...

feature request