Results 14 issues of Navid

- Fix syntax of link to LuaJIT/FFI bindings - Add link to Rust bindings

#### New App Submission - [x] I've read the [contribution guidelines](https://github.com/agarrharr/awesome-cli-apps/blob/master/contributing.md). **Repo or homepage link:** https://github.com/yaa110/nomino **Description:** Batch rename utility for developers written in Rust **Why you think it's awesome:**...

```bash Crate: term Title: term is looking for a new maintainer Date: 2018-11-19 URL: https://rustsec.org/advisories/RUSTSEC-2018-0015 Dependency tree: term 0.5.2 └── prettytable-rs 0.8.0 ```

Please consider the following code: ```lua local file = fs.createReadStream("/dev/zero") timer.setTimeout(1000, function() file:destroy() print("DONE") end) local req = http.request({ host = "localhost", method = "POST", headers = { ["Content-Type"] =...

bug

Build on travis failed with the error of `docker: Error parsing reference: "japaric/--release:v0.1.10" is not a valid repository/tag` in linux.

As mentioned in [nginx dev guide](http://nginx.org/en/docs/dev/development_guide.html#libraries) using blocking libraries destroys performance. For example after enabling Modsecurity module, the performance of nginx decreases about 70%.

### What broke? What's expected? generated `LeaderElectionID` ends with a period (`.`) which raises the following error: ```log E0219 20:35:10.387636 1 leaderelection.go:336] error initially creating leader election record: Lease.coordination.k8s.io "be3caa60."...

help wanted
good first issue
kind/bug

Please consider `nginx` crate docs: https://docs.rs/nginx/0.4.0/nginx/ as you can see it is not built because the crate needs some modification in the OS: ```sh sed -i 's:# define IPPORT_RESERVED:// #define...

E-medium
A-builds
C-enhancement

Please consider the following code: ```rust fn main() { let mut ctx: ClipboardContext = ClipboardProvider::new().unwrap(); ctx.set_contents("some string".to_owned()).unwrap(); // Clipboard is "some string" } // Clipboard is empty after exit ```