Results 9 comments of Griiid

> I created a fork where I removed all the keys with invalid characters https://github.com/johnstef99/vim-nerdtree-syntax-highlight/tree/master. This should not thrown any errors. > > By my understanding this plugin always created...

> This might help - #53 Oh, I see `~/Library/Containers/com.sequel-ace.sequel-ace/Data/Library/Application Support/Sequel Ace/Data` I'll try it, thx.

@Jason-Morcos It's not helped I guess. What I really care is Query Favorites, but In `~/Library/Containers/com.sequel-ace.sequel-ace/Data/Library/Application Support/Sequel Ace/Data` there's only `pinnedTables.db`, `queryHistory.db`, `Favorites.plist` ![截圖 2023-12-11 14 57 31](https://github.com/Sequel-Ace/Sequel-Ace/assets/17796098/0dafa6c8-b0f1-4720-8fdf-3bdb65a8b875)

Sorry @robinkunde, I forgot to setup sync yesterday, need 1 more day to check.

Hi @robinkunde, `~/Library/Containers/com.sequel-ace.sequel-ace/Data/Library/Preferences/com.sequel-ace.sequel-ace.plist` is a correct file path, however when I sync from another macbook, my Sequel Ace looks like it doesn't have preferences, maybe there are some related-to-mac data...

@robinkunde 1. Yes, I installed from AppStore, on both machines. 2. Yes.

> 如果是用參數帶入想要 build 的文件如何?像是 `make build howto/annotations.po`, `make build library/abc.po`, etc. 實作的方式可以試試下方的範例 看起來好像不錯,我來改改看

已經採用 @josix 的方法並 push。 延伸問個問題:希望使用的時候要打後面的 `.po` 呢,還是不要好呢? A: `VERSION=3.12 make build library/internet.po` B: `VERSION=3.12 make build library/internet` 目前是 A 方案

@mattwang44 你的意思是想要不管輸入 A 或 B 都可以嗎? 那我這樣子做你覺得如何 (重點是第 2 點): 1. 如果沒有 target,回傳錯誤。 2. 如果 target 沒有副檔名,幫他加上 `.po` 的副檔名。 3. 如果副檔名不是 `.po`,回傳錯誤。 4. 如果 target 不存在,回傳錯誤。