Fin Christensen

Results 17 issues of Fin Christensen

Hi all, first of all, I would like to thank you for providing this awesome libgit2 wrapper, including the searchable docs.rs documentation. This already helped me a lot in my...

In response to #778 I added wrapper functions for - `git_index_conflict_add` - `git_index_conflict_remove` - `git_index_conflict_cleanup` - `git_index_conflict_get` However, I do not know if this trivial addition is actually safe, as...

Kinetic scrolling is not working when scrolling a terminal window with a touchpad. The `GtkScrolledWindow` has perfect support for this. Having no kinetic scrolling for touchpad devices makes scrolling inside...

The `nektos/act-environments-ubuntu:18.04` environment does not include a Rust installation, although it is included in the GitHub Actions environment: https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-README.md

Previously it was not possible to send documents as the module was not included in the library. This commit fixes #9.

Please add `send_document` module to `mod.rs` and `lib/src/types/requests.rs`

I am currently struggling to get a Future of this crate resolved in a tokio::spawn or even tokio::run. The only thing that is working (but not fitting for me) is...