tison

Results 964 comments of tison

I can imagine a structure like: ```rust struct MediaType { ty: Cow, suffix: Cow>, } ``` .. that can be constructed at compile time (with params always empty, or else...

> Media ranges can be found in [RFC 9110 SS 12.5.1. Accept](https://httpwg.org/specs/rfc9110.html#field.accept). @seanmonstar Thanks for your information! Combined with "However, dealing with q-values is likely out of scope for this...

@robertsirc test failed because out current testdata have a plugin that conflicts with existing command name `env`. Shall we rename the plugin `pkg/cmd/testdata/helmhome/helm/plugins/env` to something like `shortenv`?

I'll change the test plugin name to `shortenv` later.

cc @robertsirc may you trigger CI workflow again?

@gjenkins8 may you take a look at this PR? It seems another candidate for long pending and finally stale :/

Sure. Let me try to submit a patch now :D

Maybe. As a workaround, I wonder if I can omit the `--target` together when `cargo-build.target` is missing. No sure how to do it in pom.xml.

This seems quite a common issue in our internal cache. We have the same cache invalidation issues for schemas and scripts. For scripts, there is even no notification to tell...

Other solutions for SQL tests can be found like: * https://github.com/GreptimeTeam/greptimedb/blob/main/tests/cases/standalone/common/basic.result * https://github.com/risinglightdb/sqllogictest-rs/blob/main/tests/slt/basic.slt Despite the DSL and inputs part, you may notice it contains multiple statements and all the output...