Fangzhou Li

Results 3 issues of Fangzhou Li

per the notice from gmail that: "On May 30, you may lose access to apps that are using less secure sign-in technology [email protected] To help keep your account secure, Google...

**建议先去看文档** [快速开始](https://easyexcel.opensource.alibaba.com/docs/current/) 、[常见问题](https://easyexcel.opensource.alibaba.com/qa/) **触发场景描述** **触发Bug的代码** ```java String localPath = "/Downloads/demo.xlsx"; ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); ExcelWriterBuilder writerBuilder = localPath == null ? EasyExcel.write(outputStream) : EasyExcel.write(localPath); ExcelWriter excelWriter = writerBuilder.registerWriteHandler(workbookWriteHandler) .withTemplate("/Downloads/tokentemplate.xlsx")...

bug

should change return type to new_state = (LSTMStateTuple(c, h) if self._state_is_tuple else array_ops.concat([c, h], 1))