Shane Perry

Results 4 issues of Shane Perry

Added support for a node js compiler on Linux systems. Compiler used is determined by a factory which will check the OS and the existence of the 'sh', 'cat', and...

Cleaned up cargo clippy warnings rather than explicitly allowing them. @frol @farcaller @richardwhiuk @paladinzh ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes...

Client: Rust
Enhancement: Code format
Enhancement: Code Cleanup

Using `"net.manub" %% "scalatest-embedded-kafka" % "1.1.1"` I'm seeing an issue with stopping the embedded servers if the servers have been started individually. When I start the servers by calling `start()`...

I was experimenting to understand the code base better and discovered that a device handle write lock is never released if [mut_func](https://github.com/cloudflare/boringtun/blob/master/boringtun/src/device/dev_lock.rs#L89) `panic!`s. As a result, the `DeviceHandle`'s remaining `event_loop`...