Yi
Yi
Have you solved the question?When i use carousel Component, It has the same question as you. ```html Headline #1 Carousel Caption #1 Sign up today Headline #2 Carousel Caption #2...
In the latest version,pug syntax have been changed. I have read the [documention](https://pugjs.org/api/migration-v2.html#attribute-interpolation) The [ issuse has the same question](https://github.com/pugjs/pug/issues/2757#issuecomment-285990989) We should change`"#carousel-#{id}"` to ```html `#carousel-${id} ` ``` or `"#carousel-"+id`
建议tcpdump在apisix层抓包,从apisix的日志上看是brpc的h2pack实现和apisix的交互上存在一些问题, 您可以使用 ```bash tcpdump -i any port {brpc_port} -w /tmp/trace.cap ``` 获取trace.cap 提供更多的信息参考
Do you have a basic technical roadmap, such as whether it is based on the Envoy gateway?
A workaround fix is add [bazel-compile-commands-extractor](https://github.com/hedronvision/bazel-compile-commands-extractor) to bzr, and we treat it as a full dependency.
Thank you very much for your contribution, but it seems that ci did not pass. I will check the reason why ci failed, but it may take a while. cc...
I test it on my computer, and it appears that the reason for the build demo failure is due to `refresh_compile_commands` being defined in the BUILD file. When hessian2-codec as...
Thank you very much.
[git-override](https://bazel.build/rules/lib/globals/module#git_override) implict do same action as dev_dependency. ``` This directive only takes effect in the root module; in other words, if a module is used as a dependency by others,...
I may not have been clear. Because hessian2-codec, as a module, depends on `hedron_compile_commandsand` also uses git_override to override this module. Therefore, when the demo module depends on the `hessian2-codec`...