Lilith River
Lilith River
As a pre-requisite to using libgd from .NET, we need recoverable error handling that does not rely on thread-local or global state. We [forked libgd to work on windows and...
I am using C#, but there are many C# files that shouldn't have a license file, as it would mess with the IDE. I would like to exclude *.designer.cs and...
While we do get pass/fail messages on a per-test basis, the expect/actual difference is not relayed when connecting to IE 6 or 7 (other versions of IE not tested). Is...
``` Failed to spawn command $HOME/.cargo/bin/rustup. Make sure $HOME/.cargo/bin/rustup is installed and on your PATH > $HOME/.cargo/bin/rustup rustup 1.0.0 (17b6d21 2016-12-15) ```
If a toolchain is already the default, selecting it in Tokomak causes the following error: ``` info: syncing channel updates for 'nightly-2017-03-01-x86_64-unknown-linux-gnu ' error: target not found: 'x86_64-unknown-linux-gnu ' ```...
Failing test: https://github.com/slim-template/slim/pull/772
Interpolation within a markdown link reverses the link text and target. `[#{1}](#{2}) produces 2` This introduces the failing test.
I see an API to write a loop extension, but none to read one via Reader.
I would imagine that with IDCT accelerated, Jpeg->YCbCr unscaled planar performance should meet/exceed libjpeg-turbo (it hasn't merged these yet - I think these handle multiple blocks). https://github.com/huaqiangwang/libjpeg-turbo/blob/avx2-dev/simd/jidctflt-avx2-64.asm https://github.com/huaqiangwang/libjpeg-turbo/blob/avx2-dev/simd/jfdctflt-avx2-64.asm https://github.com/huaqiangwang/libjpeg-turbo/blob/avx2-dev/simd/jfdctmflt-avx2-64.asm