2021-08-04 docker-compose.yml の設定override / Axios の代替ライブラリ / mutagen v0.12.0-beta4
docker-compose.yml の設定override
docker-compose.yml
の設定を一部分だけオーバーライドして書き換えたい、といったときに docker-compose.override.yml
が便利。
By default, Compose reads two files, a
docker-compose.yml
and an optionaldocker-compose.override.yml
Share Compose configurations between files and projects | Docker Documentation
Axios の代替ライブラリ
Axios is dead? こんなのを見た。
一応このissueを出すまでの経緯をツリーにつぶやいてます。axios + Node.js v14環境の人は影響受けてると思うので気にしておいていただけるとよいかもしれません。https://t.co/HRjm9rQ3Jd
— Kohta Ito (@koh110) August 3, 2021
実際代替ライブラリあるだろうか。
- 69 Best JavaScript HTTP Request Libraries in 2021 | Openbase
- axios vs bent vs fetch vs got vs make-fetch-happen vs needle vs node-fetch vs superagent vs tiny-json-http vs unfetch | npm trends
結果、あまりパッとした代替はないようだけど、2020年代ならfetchである程度は戦えそうな雰囲気?
まだXMLHttpRequestを使ってるの? fetchのすすめ - Qiita
mutagen v0.12.0-beta4
mutagen の v0.12.0-beta4 が出たけど目ぼしい変更はナシ。
Release v0.12.0-beta4 · mutagen-io/mutagen
下記は mutagen-beta を macOS brew でインストールしたときのメッセージ。
==> mutagen-beta
Mutagen has a daemon component that runs on a per-user basis. You'll need
to invoke the following manually and/or add it to your shell
initialization script:
mutagen daemon start
This command is idempotent and can be run any number of times.
Experimental support for automatically starting the daemon on macOS via
launchd is also available. To register Mutagen as a per-user daemon with
launchd, use:
mutagen daemon register
This registration can be removed with:
mutagen daemon unregister
In order to take advantage of automatic start-up, either log out and log
back in or run:
mutagen daemon start
This support is experimental, so please provide feedback if you run into
any issues.
Please note that the Mutagen daemon should be manually restarted after an
update using:
mutagen daemon stop
mutagen daemon start
WARNING: Mutagen beta releases are not officially supported.