Congxian Qiu

Results 85 comments of Congxian Qiu

@ljz2051 thanks for your contribution, could you please rebase master to resolve the conflicts, thanks.

@pablohashescobar thanks for the reply. After executed the following command, seems the build procedure is hanging, not sure is there any thing I missed ``` 1. git clone [email protected]:makeplane/plane.git 2....

@pablohashescobar very thanks for the detailed and patient replies, it works for me after using `docker-compose-hub.yml`.

@Unyxos thanks for the reply, will wait the next release and try it again :)

hi @leonardBang could #2315 be fixed in 3.1.0 ? Seems the PR has been filed a long time ago, the author active on it, and it can fix many problems.

@dometto thanks for the reply, will try the given solution. For the official support, maybe writing the code like [the js code here](https://echarts.apache.org/examples/zh/editor.html?c=sankey-simple) in the gollum editor is fine to...

@dometto I've tried to add a custom.js file as below, and start by the command[1], but the content didn't show any echarts chart, the rendered HTML source of the wiki...

@dometto update some status here, currently, I can get the result of apache echarts in gollum wiki after the following steps: 1. add custom.js ```js document.write(''); document.addEventListener('DOMContentLoaded', function() { //...

@zhoujinsong thanks for your reply, we can add rule for shaded class allowed only, such as [flink](https://github.com/apache/flink/blob/501de487de99ff83c209e83b299e0cf32b8d7fdd/tools/maven/checkstyle.xml#L196)

@stevenzwu @pvary @zhongqishang As 1.6 is the last version that supports JDK8[1], and this patch will fix the data duplication problem which is critical, IMHO, we need to backport this...