Martin Pool

Results 246 comments of Martin Pool

I didn't write this code but from https://github.com/duckdb/duckdb-rs/commit/80f6f90c129a8ce882420680064b7e62f938122d it looks like the idea is that the statement is mutable while it's in use, perhaps at the DuckDB level. When you...

Yes, it looks like there's a distinct "width" field that Zed does not yet have a way to configure. [In CSS and in font-kit this is called "stretch"](https://drafts.csswg.org/css-fonts-3/#font-stretch-prop). It looks...

I was going to send a PR for this but I couldn't work out which was the active development branch for tracing-subscriber...? The tag `tracing-subscriber-0.3.16` seems a long way away...

Just a thought: arguably we should switch to Azure's registry instead, since GitHub workers probably run on Azure? (I'm not totally sure they have public mirrors of this but it...

.. In a bit of searching I can't find public mirrors like this on Azure. Within GH itself, there is https://github.com/linuxcontainers/alpine/pkgs/container/alpine but I don't think this includes Apache and I'm...

Hi there, Your analogy that a hung `cargo test` would effectively be a failure is a good one. Also, because of cargo's current behavior of running tests in parallel and...

Sure, so basically you need to: * (Think if there's a better name than "accept") * Add `accept: Vec` into `Options` in `options.rs` * Add it to `Args` in `main.rs`,...