lencx

Results 18 issues of lencx

[rustdesk](https://github.com/rustdesk/rustdesk) - An open source remote desktop client software.

[swc](https://github.com/swc-project/swc) - swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.

- Vitepress - Next.js - Gatsby

## Q1 ```bash No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'. No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'. No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'. gyp: No Xcode or CLT version...

help

## System ```bash System: OS: macOS 12.2.1 CPU: (8) x64 Apple M1 ``` ## Install ```bash ❯ cargo install fnm Updating crates.io index Installing fnm v1.29.2 Compiling libc v0.2.121 ......

[lencx/rsw-rs](https://github.com/lencx/rsw-rs) - A command-line tool for automatically rebuilding local changes, based on the wasm-pack implementation. ## Usage ```bash # Rust cargo install rsw # Or Node.js npm install -g @rsw/cli...

### 需求背景 因需求要求,弹窗内的 `确认 / 取消` 按钮,与组件布局不一致时,需要重写 `Confirm` 内的组件布局。 ### 解决方案 支持函数组件对 `Confirm` 重新布局,通过参数导出 `onOK`, `onCancel` 方法,供用户使用。 ```jsx Modal.confirm({ title: '标题', content: ({ onOk, onCancel }) => { const handleOk...

question

[lencx/WA+](https://github.com/lencx/WA) - WA+ = W(eb) + A(pp) + more... ![image](https://user-images.githubusercontent.com/16164244/197465295-0934ecc1-bf26-4d48-bc99-5366d8ff25f4.png) ## WA+ vs 浏览器书签 浏览器书签具有多端同步功能,使用起来就很方便了,为啥还要搞个 WA+ 出来?这个问题我也思考了很久,我认为 WA+ 的最大优势是差异化。 - 跨多平台:支持的平台有 `MacOS`,`Windows`,`Linux`。 - 配置简单:配置文件采用统一的 JSON 格式数据,支持导出分享。 - 安装包小:因采用 Tauri 来打包应用,使用系统内置的...

https://github.com/lencx/ChatGPT/issues/16#issuecomment-1347674276

enhancement

csv files containing spaces after commas cause panic when parsing (e.g. [rust-csv](https://github.com/BurntSushi/rust-csv)), is it possible to standardize the format. Similar problems may occur in other languages when parsing `prompts.csv`. Just...