tison

Results 964 comments of tison

Here is a similar scenario I met in https://github.com/GreptimeTeam/greptimedb/issues/1165#issuecomment-1804840829. But given that the `Metadata` interface is public, we can hack into `setup_panic` for expanding it manually + write our own...

I propose a patch - https://github.com/rust-cli/human-panic/pull/122 There can be a lot of things to be improved, but let's first discuss if the direction is desired. That is - introduce a...

> If the focus is on additional links, what if we provided ways for people to extend specifically that? > > I'd like for us to share what we can...

I read https://github.com/swagger-api/swagger-editor/issues/854 that: > The Swagger/OpenAPI spec currently doesn't allow specifying such operations. The combination of verb+path uniquely identify an operation, query parameters do not affect it. ... and...

Here is another case in https://github.com/apache/pulsar/issues/18947. Although in another plugin, the case is the same. If this plugin can somehow resolve the problem, I can try to make a migration...

The same here. See also https://github.com/korandoru/hawkeye/issues/57.

Hacking fix as https://github.com/korandoru/hawkeye/commit/8433b641bc338078482fc0b791b27b8df3e80e88. Alter the default lang can be a breaking change. I may prefer generate en_US.UTF-8 instead so I can remove the `ENV` command and make things work...

@gao-sun it seems we can close this issue as won't do or superseded now.

@congbobo184 created at https://github.com/apache/pulsar/pull/18467.

It seems that SQL system tests should be completed normally in 15 minutes. But...how can this patch make those tests so costly?