NI-Lab.
nilog
:
← 前の日
2019-05-06
次の日 →
← 一年前
一年後 →
Twitter (2019-05-06)
なるほど、別 stack で新しく Heroku アプリを立ち上げて動作確認するべきらしい。でも面倒なので直接あげてしまおうかな(;・∀・)
"You can test a stack by creating a new test app from an existing application."
Upgrading to the Latest Stack | Heroku Dev Center
https://devcenter.heroku.com/articles/upgrading-to-the-latest-stack
[t]
2019-05-06 12:35:49
関連するかも情報
"app.json is a manifest format for describing web apps. It declares environment variables, add-ons, and other information required to run an app on Heroku. This document describes the schema in detail."
app.json Schema | Heroku Dev Center
https://devcenter.heroku.com/articles/app-json-schema
[t]
2019-05-06 12:33:53
なるほど、別 stack で新しく Heroku アプリを立ち上げて動作確認するべきらしい。でも面倒なので直接あげてしまおうかな(;・∀・)
"You can test a stack by creating a new test app from an existing application."
Upgrading to the Latest Stack | Heroku Dev Center
https://devcenter.heroku.com/articles/upgrading-to-the-latest-stack
[t]
2019-05-06 12:35:49
あ、これだけっぽい。。。
$ heroku stack:set heroku-18 -a <app name>
$ git commit --allow-empty -m "Upgrading to heroku-18"
$ git push heroku master
[t]
2019-05-06 12:45:34
コマンドで Heroku stack を指定してしまうのに app.json に記述する意味があるんだろうか。app.json に記述して push しただけでは stack 更新されなかった。
[t]
2019-05-06 12:47:08
さいきんは Evernote に書いている日記にコマンド実行の結果も残しているんだけど、Evernote ではあんまり見やすくないなぁ。日常のメモと混じってしまうのが良くないのかもしれない。
[t]
2019-05-06 12:50:13
「2人はビットコイン取引ビジネスを営んでおり、国際海洋法を利用して独立国家を宣言し、法的な抜け穴をビジネスに利用する目的で住宅を建造したとみられています」
ビットコインで大もうけしたお金で違法に海上住宅を建設した夫婦が登場 - GIGAZINE
https://gigazine.net/news/20190505-illegal-platform-in-sea/
[t]
2019-05-06 12:55:25
「「アメリカ食品医薬品局(FDA)は何百万人の命を救う薬ですら認可に5年もかけたが、ここではそんなルールはなく、自由なんだ」と説くエルワルトフスキ容疑者」
ビットコインで大もうけしたお金で違法に海上住宅を建設した夫婦が登場 - GIGAZINE
https://gigazine.net/news/20190505-illegal-platform-in-sea/
[t]
2019-05-06 12:55:26
「タイ王国刑法119条「国家の独立性を低下させる行為」に抵触しているとみられ、死刑か終身刑が求刑される可能性」「2人は現在逃走中で、サトゥーン県タルタオ島に潜伏しているとみられ」
ビットコインで大もうけしたお金で違法に海上住宅を建設した夫婦が登場 - GIGAZINE
https://gigazine.net/news/20190505-illegal-platform-in-sea/
[t]
2019-05-06 12:55:26
"The first small step to humanity’s future on the seas has been taken."
THE FIRST SEASTEADERS 4: Living the Life - YouTube
https://www.youtube.com/watch?v=8bceePdFruU
[t]
2019-05-06 12:55:26
Ruby 最新版。
「このリリースでは日本の新元号「令和」のサポートを追加しています。 具体的には Unicode のバージョンを 12.1 beta に更新する (#15195) とともに、date ライブラリを更新しています (#15742)」
Ruby 2.6.3 リリース
https://www.ruby-lang.org/ja/news/2019/04/17/ruby-2-6-3-released/
[t]
2019-05-06 12:56:47
H31になってたのがR01になったらしい。
Date new(2019, 5, 1).jisx0301
=> "R01.05.01"
Feature #15742: Add Date#jisx0301 support new Japanese era - Ruby trunk - Ruby Issue Tracking System
https://bugs.ruby-lang.org/issues/15742
[t]
2019-05-06 12:59:02
やってみる。
$ irb
irb(main):001:0> require 'date'
=> true
irb(main):002:0> Date new(2019, 5, 1).jisx0301
=> "R01.05.01"
[t]
2019-05-06 12:59:03
このへんの定数はコメントとか書いておけばいいのに、と思ってしまった。C言語だから // コメントできないのかな。
ruby/date_core.c at trunk · ruby/ruby · GitHub
https://github.com/ruby/ruby/blob/trunk/ext/date/date_core.c#L7028
[t]
2019-05-06 13:01:34
「// 単一行コメント」
「C言語では、単一行コメントは正式にはC99以降の規格」
コメントの書き方 | その他 | プログラミング言語の比較 | hydroculのメモ
https://hydrocul.github.io/wiki/programming_languages_diff/etc/comment.html
[t]
2019-05-06 13:03:45
【話題のキーワード】
1. 古鷹
2. GW最終日
3. 松井常松
4. 安部裕葵
5. ゼラキティ
6. 高山一実
7. 連休最終日
8. 田中美奈子
9. 北口榛花
10. サーセイ
https://search.yahoo.co.jp/realtime
#buzzbot
[t]
2019-05-06 13:10:02
【話題のキーワード】
1. 松井常松
2. GW最終日
3. 安部裕葵
4. 高山一実
5. 北口榛花
6. 古鷹
7. 6連打
8. 溝脇
9. ゼラキティ
10. 田中美奈子
https://search.yahoo.co.jp/realtime
#buzzbot
[t]
2019-05-06 14:10:03
RT @megaten_NTV:
明日は #歴史研究会 特別編🌟
現代っ子 #都丸紗也華 さんが様々な時代を体験😍
縄文から昭和まで暮らしの進化を一気にご紹介します💖
それぞれの時代の食卓事情とは⁉️
平安時代の女性の髪のケア方法は⁉️
恒例の眠り方チャレンジも一挙放出✨
明日あさ7時、お見逃しなく💖
#目がテン #所ジョージ
https://twitter.com/megaten_NTV/status/1109460541011976192/photo/1
[t]
2019-05-06 14:22:27
RT @megaten_NTV:
今週の #目がテン は #歴史研究会 特別編🤩
歴史体験プレゼンター #都丸紗也華 さんが
様々な時代の暮らしを体験することで、
先人の知恵と技術を学びます🔍
古墳時代から昭和まで変わっていないものとは⁉️
日曜あさ7時、お楽しみに💖
#所ジョージ #佐藤真知子 #日テレ
https://twitter.com/megaten_NTV/status/1109017723181260800/photo/1
[t]
2019-05-06 14:22:33
録画したの見てる👀 #tv
所さんの目がテン!|日本テレビ
http://www.ntv.co.jp/megaten/
[t]
2019-05-06 14:23:38
江戸と昭和の庶民は燃料節約のため、朝しかご飯を炊かない。 #tv
[t]
2019-05-06 14:23:51
2019年05年06日のnilogをすべて表示する
- NI-Lab.'s accounts
-
Fedibird
-
Mastodon Japan
-
Twitter(X)
-
はてなブックマーク
-
Timelog
-
NI-Lab.