xhe

Results 39 issues of xhe

## common list: - [ ] upload all packages(20-07-04) - [ ] new package manager in rust - [ ] bash completion ### special list(most are patches): - [x] keep...

There is a [preprocessor for carbon](https://github.com/IBM/carbon-components-svelte/blob/master/preprocess/optimize-carbon-imports.js) that rewrites the import block so that it is importing by components. It speed up the development server.

It can not be built on pure wayland env without X11. I don't expect this can be merged into master, but it can be a workaround for guys interested on...

documentation

## Feature Request We request `1G` for `fixture.Small` and `4G` for `fixture.Medium`. Several `TiKV` of `4G` instances will quickly eat up the resource of the k8s cluster, while our tests...

## ClientCount config `ClientCount` does not determine the real number of instances, but `ClientNodes` do. This `Count` only prevents one from running multiple `client.Start`, [link](https://github.com/pingcap/tipocket/blob/master/pkg/control/control.go#L289-L294). I would suggest removing this...

## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** All default configs/flags of tidb/cdc/... are in the fixture package. And I...

I am on a musl-libc based machine. Thus instead of downloading a `x86_64-unknown-linux-gnu` toolchain by `./litex_setup.py --gcc=riscv`, I prefer to compile a custom toolchain by myself. A summary of problems:...

## Change Request Please answer the following questions before submitting your issue. Thanks! 1. Describe what you find is inappropriate or missing in the existing docs. A new syntax is...

## Feature Request Check [this](https://github.com/pingcap/tidb/blob/master/session/session.go#L117-L118) and [this](https://github.com/pingcap/tidb/pull/22644/files#diff-393ad02ee995f1a6d0d1830c5cd1dac91753dce3e7c6061ccac392507dbb8028R406). Try to switch to `ParseWithParams+ExecuteStmt` if SQLs of BR are seen as normal SQLs, otherwise switch to `ExecuteInternal`. ### Describe your feature request...

type/feature-request

Found while experimenting with nuxt3. In my nuxt app, h3 will use a lazy/promisify/async middleware handle, which will eventually be invoked in `callHandle`: https://github.com/unjs/h3/blob/2805d4cc42d22c22c7798a41514aca5cceeb8e19/src/handle.ts#L18-L21 But async function will return a...