動かざることバグの如し

近づきたいよ 君の理想に

2018-03-19から1日間の記事一覧

ダミーのGitHub芝生画像を生成するライブラリたち

はてなブログ芝生で使ったのでメモ Ruby akerl/githubchartでいける gem install githubchartをして githubchart -i example.json example.svg でおk。入力のJSONファイルはgithubchart/input.jsonを参考に。出力はSVGのみ コマンドじゃなくてRubyから呼び…

ImageMagickでSVGをPNGに変換するとエラーになる話

mac

環境 Mac OS Sierra ImageMagick 7 (6でも同様 SVG→PNG 手元にsvgファイルが有って convert example.svg -resize 300x400 example.png ってやっても convert: non-conforming drawing primitive definition `Segoe' @ error/draw.c/DrawImage/3259. って言わ…

vagrant box updateでエラー「An error occurred while downloading the remote file」

ふと、bento/ubuntu-16.04のVagrant boxをアップデートしてやろう思って vagrant box update したが、エラーになって何回やってもできない An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please f…