Yuri Astrakhan
Yuri Astrakhan
Also, i reverted the generation of the API.md - this is a complicated PR, and API.md gets in the way :)
Thanks, this is an awesome feature to have. One thing I kept thinking while reviewing: would it be possible to NOT have any of the associated config values, and instead...
Thx for changing - i do think it looks a bit better now, but if anyone has other thoughts, please chime in. @CommanderStorm could you add some tests to the...
I think http crate **is** the crate :) Most of Rust projects I know use it. Do note that this is an **optimization** only, possibly even opt-in. Ignore the content...
I think this PR might need to be significantly changed - instead switching to the [http crate](https://docs.rs/http/latest/http/#http-headers). It already has tons of time tested and fast logic to convert bytes...
Since v0.1.0 a function can return a `VCL_STRANDS` result, but there are no safe Rust wrappers for this yet.
Are you saying something has changed since we introduced it? I think all CI was passing just fine before
ok, so did CI fail to block a change that causes segfault? Was it intermittent?
I did a deep dive into this. It seems it fails for all commits ever since rust was added in 527e70b (#3137). For testing, I used `mbgl-test-runner` which initially was...
It seems this is still related to rust, but I have no idea how CI was passing it before ``` ❯ lldb-18 build-linux-opengl/mbgl-test-runner -- --gtest_filter=CustomGeometrySource.Grid (lldb) target create "build-linux-opengl/mbgl-test-runner" Current...