布衣男儿

Results 48 issues of 布衣男儿

`org-sync` does not support Chinese characters 1. When the issue title is in Chinese, after `org-sync-import`, the title will be displayed as other: ![截屏2021-06-20 上午9 26 25](https://user-images.githubusercontent.com/4022953/122659322-9c7c4480-d1a9-11eb-8ab3-c968ae903ae5.png) 2. When creating...

using the everywhere module in Doom emacs。 when complete with C-c C-c,show debug error: ``` Error in post-command-hook (winner-save-old-configurations): (wrong-type-argument frame-live-p #) ```

bug
Awaiting response

Set the start time of the progress bar ![屏幕快照2019-06-21上午10 22 11](https://user-images.githubusercontent.com/4022953/59893203-c3fb7380-940e-11e9-986a-76ac7ebd8643.png)

**Bug描述** 在M1芯片上,运新osx-arm64 执行文件崩溃提示 **重现步骤** 1. cd fastgithub_osx-arm64 2. 执行 ./fastgithub 3. 崩溃:[1] 6820 killed ./fastgithub **软件信息** - 操作系统: [Mac mini (M1, 2020) MacOS Monterey] - FastGithub: [ v2.1.4]

**Bug描述** 在M1芯片上,使用docker方式安装代理服务,无法启动。 **重现步骤** 1. 下载docker-compose.yml 2. 安装:docker-compose up -d 3. 启动失败 ![截屏2022-03-20 16 39 02](https://user-images.githubusercontent.com/4022953/159154650-3931abc0-b547-4018-99a8-4c0e8cdb5fa5.png) **软件信息** - 操作系统: [M1芯片] - FastGithub: [2.1.4]

使用docker安装imewlconverter ``` docker pull mritd/imewlconverter --platform linux/arm64 // 测试版本号:2.7.0 ,正常 docker run mritd/imewlconverter "-?" ``` 但是在执行字典导出时,无法识别-i -o 等参数,仅提示 `> 输入 -? 可获取帮助`: ``` $ docker run --rm -it -v ~/mix:/mix...

在mVVM模块下,bindViewData方法中,仅打开默认的绑定代码块RACObserve: ```objc XF_Define_Weak [RACObserve(self.dataDriver, expressData) subscribeNext:^(NSString *imgUrl) { XF_Define_Strong // 如果有显示数据加载完成 }]; ``` 奔溃位置: ``` #15 0x00000001065d1b0c in -[RACKVOTrampoline initWithTarget:observer:keyPath:options:block:] at /Users/jhmac/hsg/SupervisionSel/Pods/ReactiveCocoa/ReactiveCocoa/RACKVOTrampoline.m:50 ```

**Describe the bug** 在macosx 系统上编译trime出现问题: 安装环境 ``` brew install cmake capnp android-sdk gradle git clone --recursive https://github.com/osfans/trime.git cd trime make ``` **Log** If applicable, add crash log to quick focus...

在emacs 26.2(spacemacs)版本下,按照readme中讲解安装步骤,启动emacs,没有安装依赖的插件 不存在elpa目录: ``` ls .emacs.d/elpa //不存在 ``` ![截屏2019-08-02下午8 29 49](https://user-images.githubusercontent.com/4022953/62370288-488bf680-b564-11e9-950d-d6e38f000022.png)