Amjad Alsharafi

Results 4 issues of Amjad Alsharafi

This commit tries to replicate how GVim handles drop events for files and text. added: - When text is dropped, it will pasted to the current buffer and cursor (nvim_paste)....

I'm used to use `Self` for the class type inside `impl` from: ```rust // A Rust vector, see liballoc/vec.rs pub struct Vec { buf: RawVec, len: usize, } impl Vec...

C-enhancement
A-idiom

Hello, Currently when building the library we get these shared objects. ```txt - libAppCore.so - libUltralightCore.so - libUltralight.so - libWebCore.so - libgstreamer-full-1.0.so - ...(others) ``` #### There are currently 2...

One of the downsides currently, is that its not possible to do counter starting from value `N`, it will always start from `zero`, this gives a quick solution for this...