Simon Sapin

Results 118 issues of Simon Sapin

https://github.com/riscv/riscv-isa-manual/blob/4a01cbb56412d60c18269d78b3468b9de6c34049/src/rv32.tex#L813-L821 This normative paragraph and this commentary seem to contradict each other. I suspect that the former should read instead: > […] if the target address is not aligned to...

I’m reading it at commit 863655160ffe6696ece399e4e8ac0e0bf08f7941. > 86: must have the scheme present > > TWUS: Describes in the 4.2 URL parsing section how a parser should > accept URLs...

Example `.cargo/config`: ```toml [target.'cfg(any(target_arch="arm", target_arch="aarch64"))'] rustflags = ["-C", "target-feature=+neon"] [build] rustflags = ["-W", "unused-extern-crates"] ``` When running for example `cargo build --target armv7-linux-androideabi` I’d expect both sets of flags to...

A-configuration
S-needs-design
A-rustflags

Some way to include math equations in WeasyPrint documents would be nice, preferably in vector form. Possible leads include: - http://www.grigoriev.ru/svgmath/ - http://docutils.sourceforge.net/docs/ref/rst/directives.html#math - http://docutils.sourceforge.net/docs/user/config.html#math-output

feature

Our de-facto minimum supported Rust version is currently 1.63 as that’s what we run on CI. https://github.com/apollographql/router/pull/1886 sets [`rust-version`](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field) in `Cargo.toml` accordingly. In the future we may want to increase...

Same as https://github.com/apollographql/router/pull/1601 but in more places. Fixes https://github.com/apollographql/router/issues/1580

Part of https://github.com/apollographql/router/issues/799 Builders generated by `buildstructor` have the nice feature of checking at compile-time that required data is indeed provided. However this makes the generated builder type rather complex...

documentation
1.0

Part of the current output for `cargo test --all`: ``` Running unittests src/main.rs (target/debug/deps/jwt_auth-2685b1c10b4305b5) running 8 tests ......2022-08-23T11:42:20.216299Z INFO apollo_router::router_factory: list of plugins plugin_details=[("experimental.include_subgraph_errors", "apollo_router::plugins::include_subgraph_errors::IncludeSubgraphErrors"), ("apollo.csrf", "apollo_router::plugins::csrf::Csrf"), ("apollo.telemetry", "apollo_router::plugins::telemetry::Telemetry"), ("example.jwt",...

enhancement
component/logging

Interpolation happens on computed values: https://drafts.csswg.org/css-transitions/#transitions > The computed value of a property transitions over time from the old value to the new value. The computed value for `` is...

css-transitions-1
css-color-4