Skip to content

Instantly share code, notes, and snippets.

View ikegami-yukino's full-sized avatar

IKEGAMI Yukino ikegami-yukino

View GitHub Profile
@dhgrs
dhgrs / chainerui.sh
Created July 21, 2018 12:54
chainerui script
function chainerui() {
docker run \
-v $(readlink -f $1):$(readlink -f $1) \
-p ${2:-5000}:5000 \
-d \
--rm \
--name ${2:-5000} \
-it chainer/chainerui:v0.4.0 \
bash -c \
"chainerui project create -d $(readlink -f $1);
@akirakubo
akirakubo / build-mozc-on-macos-10.13.6.md
Last active April 11, 2020 17:19
Build Mozc with/without Qt on macOS 10.13.6 (or later)

Build Mozc with/without Qt on macOS 10.13.6 (or later)

環境

  • macOS 10.13.6
  • Xcode 10.1 (10B61)

ビルドエラーへの対処

いつの間にかビルドがうまく出来なくなったので対処。