nashaofu

Results 6 issues of nashaofu

https://github.com/jfhbrook/node-ecstatic/blob/ae7a39b1ecdbe3aa8c0162ab2c3f7365bf9a6d75/lib/ecstatic.js#L23-L31 Windows pathname parsing is incorrect https://github.com/jfhbrook/node-ecstatic/blob/ae7a39b1ecdbe3aa8c0162ab2c3f7365bf9a6d75/lib/ecstatic.js#L393-L399 Or modify here to ```js if (!parsed.pathname.match(/\/$/)) { res.statusCode = 302; const q = parsed.query ? `?${parsed.query}` : ''; res.setHeader('location', `${parsed.pathname}/${q}`); res.end(); return;...

在 github 上下载的 dingtalk-2.1.1-latest-amd64.deb 这个软件包,在 Debian 10.2 上安装完成后,需要手工运行命令: chmod 4755 /opt/dingdingchrome-sandbox 后,程序才可以启动。 建议将这个步骤,直接加入 deb 包,让大家安装后就可以立即启动使用。 修改 node_modules/app-builder-lib/templates/linux/after-install.tpl 这个文件,加上如下一行: chmod 4755 '/opt/${productFilename}/chrome-sandbox' 然后再重新打包,生成的 deb 安装包,就没有问题了。

#### Description of Change update the build docs, support the Windows command line and PowerShell #### Checklist - [x] PR description included and stakeholders cc'd - [x] `npm test` passes...

documentation :notebook:
semver/patch

## 功能 - 跨平台: 支持 Linux(X11,Wayland)、MacOS 与 Windows。 - 支持多种截图模式: 可以对屏幕与窗口进行截图。 - 支持视频录制:支持对屏幕或窗口进行录制(待实现)。 ### 实现状态 | 功能 | Linux(X11) | Linux(Wayland) | MacOS | Windows | | -------- | ----------...

weekly

* 微信群 ![image](https://github.com/nashaofu/xcap/assets/19303058/c27cf79f-5bae-489f-b155-58335416eab7) * 个人微信号 ![image](https://github.com/nashaofu/xcap/assets/19303058/99e99458-5c84-4946-9929-98009c93e5cc)

### Describe the bug IOS pop-up keyboard causes webview to move outside the screen ### Reproduction Place an input element on the page, click on the element, and wake up...

type: bug
status: needs triage