We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自分の好きなデータを好きな形式で表示させられるようにしたい。 例えばチャット風に列を合一したい人は $thumbnail $name $comment みたいに指定すればいい。
ただ、動的に文字列を置換すると重くなるかもしれない。 その場合、C#なら動的にCILを生成したりできるから、変更があったら生成して保持しておく。 Rustとかでやるならコンパイラも同梱するとか?それでプラグイン的なものとして読み込む。
最終的には全ての列を同様の機構で作れば綺麗かも。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
自分の好きなデータを好きな形式で表示させられるようにしたい。
例えばチャット風に列を合一したい人は
$thumbnail $name $comment
みたいに指定すればいい。
ただ、動的に文字列を置換すると重くなるかもしれない。
その場合、C#なら動的にCILを生成したりできるから、変更があったら生成して保持しておく。
Rustとかでやるならコンパイラも同梱するとか?それでプラグイン的なものとして読み込む。
最終的には全ての列を同様の機構で作れば綺麗かも。
The text was updated successfully, but these errors were encountered: