raa0121

Results 7 issues of raa0121

[Slack](https://vim-jp.slack.com) の `vim-jp/#vital-dev` にて、各モジュールがどのパッケージに入っているべきかの見直しの話題が出ました。 https://docs.google.com/spreadsheets/d/1ncrq_k64viFgR5bwpMf8IuYcDaiXjLx-2kNCoqQBvxs/edit パッケージの現状を上記のスプレッドシートに軽くまとめ、見直しとして、以下のような意見があります。 - `Prelude.is_windows()` 系の関数をどこかに移したい - `System` と言う名前割と曖昧なので用途をはっきりさせたい - 実行環境的なニュアンスがある - その観点で言うと `System.Cache` だけ異端 - `Data` は Haskell から来ている - 方針決めて新しいモジュールセットを作りたい - `Process` と `System.Process` があるのがわかりづらい...

Log: https://gist.github.com/raa0121/b1465a6c3ab4d03751b22965788b02cf I use this [build.go](https://github.com/hajimehoshi/go2cpp/blob/c21da8bd1bbf9c32c56645c55cfd4c76482b319e/example/ebiten/build.go)

close: #1375 By getting the user's VoiceState from `*Session`, the bot can log into that channel. ## example ```go package main import ( "context" "log" "os" "os/signal" "syscall" "github.com/bwmarrin/discordgo" "github.com/joho/godotenv"...

In context/env.js, [allow ULTRA_MODE](https://github.com/exhibitionist-digital/ultra/blob/main/lib/context/env.ts#L7). However in hooks/use-env.js, [allow only ULTRA_PUBLIC_*](https://github.com/exhibitionist-digital/ultra/blob/main/hooks/use-env.js#L9).

## 概要 - Windows (MSYS) で正しく volume mount できなかった - compose を使うと `- ".:/path/to/mount"` を解釈してくれるため、マルチプラットフォームとして対応できる

## 概要 以前、どなたかが、知り合いをSlackに招待しようとして、招待ページではなく、vim-jp.slack.com のリンクを踏んで、ログインの画面に遷移してしまうことがあった。 導線をわかりやすくするために、ボタン化し、デザインとしてサイドバーにあるダウンロードボタンと同じものを使用した。 ## 議論 - ダウンロードボタンと同じ見た目でいいか - (同じ見た目でいい場合)クラスを使いまわしでいいか ## スクリーンショット