Brennan Kinney
Brennan Kinney
Description =========== From the original issue: https://github.com/arrayfire/arrayfire-rust/issues/52#issuecomment-664138643 The discussion there resulted in this demo code to run a simple hash function FNV1a-32 from CPU rust code to on the GPU...
Just a heads up with version 3.4(mozjpeg version 3.4.0 (build 20190102) ), [they no longer use autotools to build](https://github.com/mozilla/mozjpeg/issues/314), so your current build script will fail when updating to a...
Some symbols don't really belong in fonts, especially when the support for them is cherry-picked from a larger set by request/preference. Most notably glyphs that have emoji coverage, as these...
Is this project no longer being developed/maintained? It's nearing 2 years since the last commit and there are issues and PRs since then that don't seem to be addressed. If...
Athena mentions being a drop in replacement for `wkhtmltopdf` despite the change from an outdated webkit to blink. I'm aware I can use `--help` for a list of commands, are...
I've tried to print from a local dev server(provided the host network and port), the delay is to get around a toast notification when the page is loaded(BrowserSync based). This...
While it's likely a niche case, if providing many explicit inputs to `lychee`, as file paths and URLs can be lengthy, I am a bit concerned about exceeding the character...
Snippet from [README - CLI parameters](https://github.com/lycheeverse/lychee/blob/487d88cefe59040c6766d5fb9e8ead2041f6ea4f/README.md#commandline-parameters) ``` OPTIONS: -a, --accept Comma-separated list of accepted status codes for valid links -b, --base Base URL or website root directory to check relative...
With remote inputs, if the URI is to a web server and the page does not exist, it may respond with (or redirect to) a 404 page. - In some...
``` --offline Only check local files and block network requests ``` > `--offline` is misleading. I think a better name would be `--include-local` or maybe even remove it altogether and...