Andy Russell
Andy Russell
Simple components likely only need to implement the transform from `Self::InitParams` -> `Self`, and just use the `view_output!()` macro to construct the widgets. If we split `init()` into `init(params: Self::InitParams)...
Perhaps related to #2042, but it seemed different enough to open a new issue. With the following code: https://play.rust-lang.org/?gist=35d367db95cd56394d0bb9a05247b94c&version=nightly ```rust fn main() { let a: &str = "abc"; let b:...
I'm using the sample .vimrc from #19 to get auto-imports when using a language server. It works, but only when I explicitly expand the snippet with ``. If I "type...
**Is your feature request related to a problem? Please describe.** I work on private repositories and files a lot. I don't want to include file names or descriptions of what...
Requires xdotool to be installed for the workaround to work, but it's not necessary for the operation of the server. Fixes suan/vim-instant-markdown#37.
[According to the documentation](https://developer.gnome.org/gio/stable/gio-GContentType.html#g-content-type-guess), `NULL` is a valid value for the `data` parameter of `g_content_type_guess`. However, the Rust bindings type it as `&[u8]`, making it impossible to pass a null...
The passed in closure is only called once, so it should be able to be a `FnOnce`, not a `Fn`.
I recently ported my emulator to use pixels, and it's great! I love the automatic scaling to the window size. However, I would also like to allow my users to...
Probably related to the latest changes in travis-cargo.
https://github.com/jasdel/vim-smithy