Alexander Kjäll

Results 77 issues of Alexander Kjäll

as the tempdir crate have been superceded by tempfile

Fixed by adding a cfg flag to not run it on i686. ``` Full test output: ---- quantile::reference stdout ---- thread 'quantile::reference' panicked at 'assertion failed: `(left == right)` left:...

Add config option so that the benches can be executed with the various features turned on or off. Without this I get this error: ``` [capitol@batia average]$ cargo bench --no-default-features...

Without this patch we get these compilation errors when running `cargo test` ``` $ cargo test Compiling qrcodegen v1.8.0 (/home/capitol/project/QR-Code-generator/rust) warning: unnecessary parentheses around block return value --> src/lib.rs:842:3 |...

when running maven with a -T option you get this error: [WARNING] The following plugins are not marked @threadSafe in DI Webapplikasjon: [WARNING] com.alexnederlof:jasperreports-plugin:1.9 Would it be possible to mark...

When useing the gdbinit file the prompt gets garbeld by color escape codes ![snapshot1](https://cloud.githubusercontent.com/assets/647710/12041932/36f27104-ae76-11e5-8158-b9f20c44bda5.png)

When running my tests with Oracle Java 10 I get warnings like this: ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.testcontainers.shaded.io.netty.util.internal.ReflectionUtil (file:/home/capitol/.gradle/caches/modules-2/files-2.1/org.testcontainers/testcontainers/1.7.1/3a8d198f3b7cafa3c08d8edee7f4f370ccee1526/testcontainers-1.7.1.jar) to...

resolution/acknowledged

**Describe the bug** The `dns-over-https` feature relies on rustls. **To Reproduce** Steps to reproduce the behavior: In the `crates/client/` directory: ``` $ cargo build --no-default-features --features dns-over-https Compiling hickory-client v0.24.0...

First lint I write, so I thought I should start with a minimal version and get feedback on it before spending the time fleshing it out. I'm doing some packaging...

S-waiting-on-review

Generate a manual page and place it in the generated target directory. This is useful when packaging the brotli binary in linux distributions, the debian linter `lintian` complains when there...