Chun-Sheng, Li

Results 429 comments of Chun-Sheng, Li

@saidsef, I also have the [docker-compose-file.yml](https://github.com/peter279k/nifi_persistence/blob/master/docker-compose-file.yml) file and I think it can help you to upgrade to the NiFi `2.1.0` version :).

@saidsef, thanks for your reply. I've used this `apache-nifi-2-1-0` branch to try to run the NiFi 2.0 cluster in my local K8s cluster. I've the following problem when running the...

@saidsef, after digging above issue, I've found the problem. The `NIFI_CLUSTER_IS_NODE` configuration should be `true` in the `deployment/nifi/configmap.yml` file. After doing above step, it will be worked successfully. But it...

The above comment I've encountered and related discussions are as follows: - https://github.com/saidsef/k8s-nifi-cluster/pull/41#issuecomment-2645261195 - https://github.com/saidsef/k8s-nifi-cluster/pull/41#issuecomment-2645719810

Thanks for your PR. I think the `composer.lock` should not be changed in the PR. Could you check that?

Due to the PR about updating the `composer.lock` file is extracted from this, I suggest the `composer.lock` should be reverted in this PR.

> @chfw sorry for ping and thanks for your amazing work! > > This line [here](https://github.com/pyexcel/pyexcel-xlsx/blob/dev/pyexcel_xlsx/xlsxr.py#L72): `for ranges in sheet.merged_cells.ranges[:]:` > > Should probably be replaced with: `for ranges in...

That's a good idea. But we already have the `phpbrew ext install` command to install the PHP extension. I think it needs to provide another option for PHPBrew users can...

Yes. I think we can consider creating the PieProvider to let PHPBrew users use the `pie` to install the PHP extensions.