Hendrik Eeckhaut
Hendrik Eeckhaut
The attached markdown file ([bug.zip](https://github.com/jandecaluwe/urubu/files/895902/bug.zip)) results in following error because of "{{{" "}}}" in fenced code blocks: ``` Traceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 174, in _run_module_as_main "__main__",...
If you have tags with upper case characters, links to the corresponding tag pages are incorrectly converted to lower case. ```md tags : - lower - UPPER --- [Links to...
The examples were recently updated to use `hyper` 1.1. In other places we still use older versions: * https://github.com/tlsnotary/tlsn/blob/dev/tlsn/Cargo.toml#L43 * https://github.com/tlsnotary/tlsn/blob/dev/notary-server/Cargo.toml#L19 * https://github.com/tlsnotary/tlsn/blob/dev/components/tls/Cargo.toml#L37 I propose we update them all to...
``` cargo test --features simd-transpose ``` results in: ``` ... Compiling matrix-transpose v0.1.0 (/Users/heeckhau/tlsnotary/mpz/matrix-transpose) error[E0432]: unresolved import `super::LANE_COUNT` --> matrix-transpose/src/simd.rs:1:29 | 1 | use super::{TransposeError, LANE_COUNT}; | ^^^^^^^^^^ no `LANE_COUNT`...
The CI tests currently only run with "simd-transpose" disabled. We should also run the build/test with "simd-transpose" enabled. See also https://github.com/tlsnotary/mpz/pull/27#pullrequestreview-1527795809