Hoang Nguyen

Results 36 issues of Hoang Nguyen

This commit makes setting up more flexible by exposing all the functions instead of just `fzf_key_bindings`. The user can define keybindings for only the functions they need. The script now...

Right now `filetype.nvim` can detect, for example `#!/bin/sh` but not `#!/bin/sh -e` which is quite common. Extending the analyze_shebang() function to support arguments would be nice.

# Describe the bug FIRECRACKER_VERSION env is set at compile time by the build script `build.rs` (with `git describe --dirty` command and fallbacks to CARGO_PKG_VERSION). This is troublesome for 3rd-party...

Quality: Bug
Contribute: Good First Issue
Quality: Improvement
Codebase: Build System

I picked the first commit of `fuse_mt` that switched from using `fuse` to `fuser` (`fuse_mt` hasn't had any new releases since 0.5.1). That way `rage-mount` can be built against libfuse3....

**Describe the feature here** https://github.com/Anorov/cloudflare-scrape is too out of date and broken. So on system without `selenium`, cites with Cloudflare will not work. `selenium` is rather complex to build on...

##### LibreSprite version ``` 1.0 ``` ##### Describe the bug Bundling submodules inside the release tarball would be really helpful for distro packaging as all of the submodules are not...

unconfirmed bug

Hi. I'm getting errors while trying to build `flowgger` with `--all-features` (rust 1.62.0) as pointed out in https://gitlab.alpinelinux.org/alpine/aports/-/issues/13952#note_243393. Changing the declaration to `let mut ...` (like the log suggests) makes...

**Describe the problems you are having** I just want to avoid Java tool chain in my system, since I don't know anything about Java. Yes it sounds really stupid :)...

1-feature-request ✨

[typos](https://github.com/crate-ci/typos) is a code spell checker for common misspelled words written in Rust. `typos` has a brief format for output which is easier to parse for diagnostic source but I...