2017-01-01から1年間の記事一覧
2章 create-react-appのインストール /Users/shinriyo/.npm-global/bin/npm install -g create-react-app 実行 /Users/shinriyo/.npm-global/bin/create-react-app hello ./src/index.js 17:22-31 "export 'default' (imported as 'MultiForm') was not foun…
npm run buildしたあとに The project was built assuming it is hosted at the server root. To override this, specify the homepage in your package.json. For example, add this to build it for GitHub Pages: "homepage" : "http://myname.github.io/…
cd src/ch1 npm install request インストールするとフォルダ直下にnode_modulesができる。 ~/直下にnode_modulesフォルダがあるとできないようだ。 以下の、Warning が表示されていますがpackage.jsonが無い状態で実行しているため。 npm WARN saveError EN…
Get the free 450 page book on building mobile apps with NativeScript
Chapter2で https://docs.nativescript.org/tutorial/chapter-2 これ紹介して良さげ。 GitHub - NativeScript/sample-Groceries: A NativeScript-built iOS and Android app for managing grocery lists Nativescript for Angular Mobile Development作者: N…
tns run iosで起動したいが・・ Error is: Command npm install tns-ios@3.3.0 --silent --save-exact --save failed with exit code 1. bashでtnsを入れたのにzshでやろうとして失敗したっぽい。 bash して再度実行。 tns run ios ダメだった。 アップデー…
https://developer.xamarin.com/guides/ios/getting_started/installation/device_provisioning/free-provisioning/ 要するにXcodeで作って拝借 ytabuchi.hatenablog.com 同じ現象・・・ .NETな開発日誌: Visual Studio For MacでのiOS実機デバッグについて …
FodyのエラーはAdd PackagedでFodyをいれたら解決した。 しかし、これは解決することができない・・。 "Xamarin.Forms.Build.Tasks.FixedCreateCSharpManifestResourceName" task could not be loaded from the assembly https://bugzilla.xamarin.com/show_…
NativeScript 公式 https://docs.nativescript.org この手順をまねした https://html5experts.jp/albatrosary/20691/ エラー rbenv install 2.2.3で 早速以下のエラー。 https://github.com/rbenv/ruby-build/issues/377 以下のことをやればとりあえずいけた…
RemoveRangeは指定した数が超えるとエラー。 LinqのTakeのほうがいい
AssetBundleでのオブジェクトはScriptのジャンプできない。 Editor拡張で、 GameObject go = new GameObject(); // 非アクティブにしないとAwake呼ばれる. go.SetActive(false); go.AddComponent(target.GetType()); CustomGUI.ShowScriptLink(go.GetCompone…
templateで指定してるのを動的に変えたい。 ここに書いてるような指定をしたい。 go - Call other templates with dynamic name - Stack Overflow どうやるのか? {{template "Blah" .}} を {{$BlahVar := "Blah"}} {{template $BlahVar .}} みたいにできな…
キャストか.Valueのどっちがベターか? stackoverflow.com .GetValueOrDefault();があった・・。
Help with nested template · Issue #339 · gin-gonic/gin · GitHub ここを見た。 go get github.com/gin-gonic/contrib/renders/multitemplate してから、 import ( "github.com/gin-gonic/contrib/renders/multitemplate" ) 結局。親から子を指定しないと…
以下のように、ルーティング設定すると、 controller.Router.GET("/shops/:shop_id", controller.getShop) controller.Router.GET("/shops/new", controller.newShop) 以下のエラーが発生する。 panic: wildcard route ':shop_id' conflicts with existing c…
いままでこんな書き方してたが冗長。 func (controller *ShopsController) Setup() { controller.Router.POST("/shops", controller.createShop) controller.Router.GET("/shops", controller.listShops) controller.Router.GET("/shops/:shop_id", controll…
ginのフレームワークでできるか? HTMLのformのmethodでPUTとか書いてもおそらくブラウザが対応してない?せいか GET扱いになる。 おそらく、知らないmethodを書くとGETになる仕様なのかも? portaltan.hatenablog.com これをみるとhiddenに書けばいけるっぽ…
テンプレートの優先順。 ginのテンプレートの機能で以下のようにテンプレートを読む設定する。 router := gin.Default() router.LoadHTMLGlob("templates/*/*.tmpl") こうすればtemplates/なんとか の[なんとか]が自由になる。 templates/shop/index.tmpl te…
bson - GoDoc
bson - GoDoc
正式採用の「Kotlin」で挑戦! 初めてのAndroidアプリ開発 〜ストップウォッチを作ってみよう〜 employment.en-japan.com の記事のメモ。 インポート import android.os.Bundle import android.os.Handler import android.widget.Button; import android.wid…
Include Kotlin support.のチェックボックスが、 AndroidStudioにでない。 おそらく2系だから。 3はベータ版だ。 https://android.jlelse.eu/missing-kotlin-support-in-android-studio-3-0-b0b6576b2cfa
まず出てくる謎の画面 これはカメラのシミュレートみたい CLIでの設定方法 techbooster.org AndroidStudioでの設定方法 こっちの方が楽だ。 ここでまず選んで。 これでカメラ選ぶ画面出ます。 Webcam0だと思われ。
connpass https://kotlin-ebisu.connpass.com/event/66028/ やること Visual Recognition + Kotlin で撮影した画像で商品検索が出来る Android アプリを作ろう https://www.ibm.com/developerworks/jp/cloud/library/kotlin/index.html Bluemixについて IBM …
Getting Started - Muse Developers ここからDLする。 そしてここ見る a51tech.blog.jp open /Applications/Muse MuseLab開く。 muse-io --osc osc.udp://localhost:5000
MuseとUnity Unity プラットフォーム切り替え CanvasのGameObjectを見る。 ドラッグ 説明書 Getting Started - Muse Developers Copy and paste the contents in the Assets folder of the LibMuse example application into the Assets folder of your Unit…
音声の上げ下げで出てくるこいつがうざい! 字幕で見てる時にこいつが邪魔すぎる。ジョブズしっかりしろ。成仏できないぞ? apple.stackexchange.com macOS 10.12 の Sierraでは「System Integrity Protection(rootless)」、通称SIPを無効にする。 しかも…
長いけどこんな感じ git diff-tree --no-commit-id --name-only -r 71dc1bfd0
hoge変数がbarという文字と比較。 {{ if $hoge eq “bar” }}ではない。ポーランド記法。 {{ if eq $hoge "bar" }} {{else}} {{end}} ja.stackoverflow.com
steveridout.github.io