Results 13 comments of Naruhiko Nishino

Excuse me. How do we make a zip file from this Monorepo? I used following commands and installed the custom build. ``` yarn build release ghost install --zip path/to/file.zip ```

@daniellockyer Thank you so much for your advice! I'll wait until this Monorepo is stable becuase I customaize both TryGhost/Ghost and TryGhost/Admin.

Are .zip file and .tgz file produced by `npm pack` in the same directory structure?

>.zip is deprecated and all tooling will focus on .tgz from now on I see.

個人的には、vital#of("vital")とimport("Data.List")は、1つのhelpファイルに1か所だけ示しておく。 で、各関数ごとに、`s:List.uniq([1, 1, 2, 3, 3, 2]) == [1, 2, 3]`のような例をいくつか示すがいいと思います。 結果の書き方はどれでもいいかな。 こんな感じで。 http://rbtnn.github.io/how-to-use-vital.vim/

Vimのバージョンの他に、GUIかターミナルで発生する案件かどうかも欲しい。 いっそのこと、:versionの内容を貼り付けてもらう(手順を記載しておいて)。

`` が本体に入ったのでちょっと更新。  GistはやめてVimのforkに変えましたので、更新したソースは以下を。 https://github.com/rbtnn/vim/tree/vstacktrace

`v:stacktrace` は辞書のリストであり、この辞書は以下のメンバを持つ。 * `lnum` : その関数が呼び出された行数(ファイルの先頭から数えて) * `funcref` : その関数のFref * `filepath` : その関数が定義されたファイルのパス と、現時点ではこんなメンバをもっているといいのかなぁと試行錯誤中です。上のイメージはちょっと古いです。