Ziyue Ink Zhang
Ziyue Ink Zhang
## Dev functionalcoreimperativeshell - implement an example of functional core imperative shell pattern - issue #1258 ### Pull request description - add a new module > For detailed contributing instructions...
**触发场景描述** 在读`com.alibaba.excel.write.executor.ExcelWriteFillExecutor#prepareData`的时候,发现代码读`FILL_PREFIX`和`FILL_SUFFIX`时没有先检查前后顺序就调用subString方法,因此在前括号`{`之前存在未被注释的后括号`}`时会出现`java.lang.StringIndexOutOfBoundsException`异常,在没读过源码的情况下可能会很困惑,可以增加判断进行优化。 **触发Bug的代码** ```java @Getter @Setter @EqualsAndHashCode public class FillData { @ContentFontStyle(underline = Font.U_SINGLE) private String name; @ContentFontStyle(underline = Font.U_SINGLE) private double number; } @Test public void simpleFill() { String...
- [x] I believe this to be a bug, not a question about using Crisp Minimal Résumé. - [ ] This is a feature request. --- ## My OS -...
- adding "#" comment support - error message when: - indent level error - empty line - output not found related to issue #5
Hi, thanks for the amazing plugin! I occasionally need to pass in `--variables key=val1` to render my PDF document. However, it seems we don't support nested maps right now. I...
### Describe the bug I created two folders `~\Documents\test` and `~\Documents\测试`, both containing a `helloworld.md` file. Open-interpreter tries to list the file through `Get-ChildItem` PowerShell provided, but it won't work...
### Check for existing issues 检查是否已存在相同issue - [X] Completed/已检查 ### Describe the feature 描述你的新功能 部分终端如 kitty (unix) 和 iterm2 (macos) 支持终端图片显示协议,windows 平台虽然不支持终端图片协议,但是仍然能通过 chafa 转成 ANSI/Unicode 字符显示。是否可以添加可选功能开关,在播放页面显示图片? 目前播放页面歌单有两行,可以把图片显示在右半边区域
Hi, I had a issue when trying to install image.nvim on my mac and I need some help: I've tested on both iTerm2 and WezTerm, so it probably not related...