Yuri Astrakhan
Yuri Astrakhan
I have tried to implement this feature in #10126, but it has a few open questions such as the naming of the env var and its values, etc. If my...
My far simpler case is to throw an error if `cargo bench` is accidentally ran without the `+nightly`. Perhaps it is possible to do it via some other means, but...
Heh, I am not certain about my own PR here tbh. * `cargo install` uses it only if `--locked` flag is passed - see [docs](https://doc.rust-lang.org/cargo/commands/cargo-install.html#dealing-with-the-lockfile) * The libs.rs owner's [dashboard](https://lib.rs/~nyurik/dash)...
You can always use custom MVT function to generate any layers - https://maplibre.org/martin/sources-pg-functions.html I am not certain we want to support these cases -- seems fairly fringe when people have...
Lots of amazing work on this PR, thanks @kimpham54 ! I wonder if we can point this work to https://github.com/maplibre/maplibre-gl-js/tree/main/test/integration/render/tests -- it has a lot of MapLibre style files that...
I would love to allow **optional** "complete and sort by parameter" mode - where `fd` buffers the found results, sorts them by name/size/extension/..., and prints only afterwards. I love the...
nice, thanks @ankane !
Thx @mr-sven , want to submit a pr?
@joshtriplett thx for the review and comment fix. CI seems to be failing on something unrelated
@joshtriplett let me know if there is anything else needed here - the CI seem to be failing for unrelated reasons. This PR is needed to merge [QNX 7.0 support](https://github.com/rust-lang/rust/pull/127897)...