朝っぱらから
6a65d87f4 (upstream/master) Simplify hashtag query service, perf increase for 'any' tags (#9298)
1d38c9750 Fix filter ID not being a string in REST API (#9303)
d6b9a62e0 Extract counters from accounts table to account_stats table (#9295)
朝っぱらから
6a65d87f4 (upstream/master) Simplify hashtag query service, perf increase for 'any' tags (#9298)
1d38c9750 Fix filter ID not being a string in REST API (#9303)
d6b9a62e0 Extract counters from accounts table to account_stats table (#9295)
$ git merge --no-edit master
Auto-merging app/presenters/instance_presenter.rb
CONFLICT (content): Merge conflict in app/presenters/instance_presenter.rb
Automatic merge failed; fix conflicts and then commit the result.
キャッシュ長めにしてる変更とコンフリクトしましたー
このアカウントは、notestockで公開設定になっていません。
\ますたー/ \ますたー/
Merged tootsuite/mastodon at 6a65d87f4dff317b37632fbe0a42027f606fd55c.
-- create_table(:account_stats)
== 20181116165755 CreateAccountStats: migrated (0.1038s) ======================
-- select_one("SELECT current_setting('server_version_num') AS v")
-- Upsert is available, importing counters using the fast method
-- execute("INSERT INTO account_stats (account_id, statuses_count, following_count, followers_count, created_at, updated_at) SELECT id, statuses_count, following_count, followers_count, created_at, updated_at FROM accounts WHERE id IN (1, 2, …
:
== 20181116173541 CopyAccountStats: migrated (6.0708s) ========================
-- remove_column(:accounts, :statuses_count, :integer, {:default=>0, :null=>false})
-- remove_column(:accounts, :following_count, :integer, {:default=>0, :null=>false})
-- remove_column(:accounts, :followers_count, :integer, {:default=>0, :null=>false})
== 20181116184611 CopyAccountStatsCleanup: migrated (0.0539s) =================
ReactアプリからMastodonに送ったリクエストのレスポンスを読んでくれるのにkeybase.ioに送ったリクエストのレスポンスを読んでくれないのはなぜだろうと思ってたんだけどMastodonはちゃんとCORSヘッダを返してくれてたのでした
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Methods: POST, PUT, DELETE, GET, PATCH, OPTIONS
keybase.ioからプライベートキーもらいたいんだけどむずかしいねえ。
$ git comimt
git: 'comimt' is not a git command. See 'git --help'.
コミットってタイプできないでこまっとー
パブリックキーは簡単にもらえる。よくできてるわねー
$ curl -v https://keybase.io/zunda/key.asc
:
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Methods: GET
< Access-Control-Allow-Headers: Content-Type, Authorization, Content-Length, X-Requested-With
このアカウントは、notestockで公開設定になっていません。
ゴーンさんネタ、ゴーンぎつねが好き
--
「ゴーン、お前だったのか、日産を護ってくれてたのは」 https://twitter.com/okq_okq/status/1064473042993049601
このアカウントは、notestockで公開設定になっていません。
Reactいっそけんめい書いてるんだけどPromiseとかasync/awaitとかちゃんとべんきょーしなくちゃよね…