Bowen Wang

Results 14 issues of Bowen Wang

There's a new feature [Terminal Sticky Scroll transparency](https://code.visualstudio.com/updates/v1_88#_terminal-sticky-scroll-transparency-support) which I hope this feature can use

## 问题说明 查看源码,定义了`SingleSheetWriteHandler`和`ManySheetWriteHandler`来进行相应导出操作,里面的`support`方法来判断使用哪一个类。由于数据长度为零,两次`support`调用都返回false,导致没有文件导出。 数据为空时不进行导出,不太符合一般的业务逻辑,这种情况下导出空的文件更符合预期。希望维护者能更新这一块的逻辑,或让用户通过参数自定义导出行为。 ## 临时解决方法 如果想临时修改这部分逻辑,可以实现自定义的`SingleSheetWriteHandler`,修改默认`support`实现。 代码示例 ```java @Component public class MySingleSheetWriteHandler extends SingleSheetWriteHandler { public MySingleSheetWriteHandler(ExcelConfigProperties configProperties, ObjectProvider) obj; if (objList.isEmpty()) { return true; } return !(objList.get(0) instanceof...

I use this library as one of my npm scripts. Any suggestions on how I can add timestamp to the zipped file.

Type: Feature Request # Feature Request: Inline Terminal Command Execution in GitHub Copilot Agent Mode I would like to propose an enhancement for GitHub Copilot's agent mode in VS Code....

谢谢你们的贡献,现在新系统涉及到预览的服务都是使用kkfileview的Docker版本👍。现在我的Docker镜像是自己构建的,希望你们能更新官方的Docker镜像。 有需要4.4.0正式版的可以使用我构建的镜像。 ```sh docker pull wangbowen/kkfileview:4.4.0 ``` 我发现4.4.0版本在预览带有批注的docx文件时,直接报错,所以采用了预览时手动去除批注的临时方法,虽然不报错了,但也在预览时丢掉了批注信息。需要临时解决预览报错的,可以使用我的镜像`docker pull wangbowen/kkfileview:4.4.1` 我也向官方提了issue #682 ,希望早日解决。

Type: Bug Issue with GitHub Copilot in VS Code when using Git Bash on Windows When using GitHub Copilot's agent mode in Windows with Git Bash, there's a consistent path...

Type: Feature Request # Feature Request: Sync SSH configurations across devices via Settings Sync ## Problem Currently, SSH configurations for Remote Explorer are stored in the local SSH config file...

Type: Bug # VS Code Issue: GitHub Copilot Agent Mode Does Not Remember Tool Selections ## Issue Description When using GitHub Copilot in agent mode, I receive a prompt indicating...

Type: Feature Request ### Feature Request When running "GitHub Copilot: Build Remote Workspace Index" command, we need better visibility and control over the indexing process. ### Current Behavior - Only...

feature-request

Type: Feature Request **Feature Request: Increase GitHub Copilot Agent Mode Tool Limit** The current limit of 128 tools in GitHub Copilot's agent mode is too restrictive and should be increased...