Teruya Ono
Teruya Ono
# What It might be nice to be able to add 'remain' flag as a struct tag to `MapSlice` type fields, and unmarshal key-values in yaml which are not defined...
#### Description Support #3998 `export.flows` can export multiple flows at once. This command is almost the same as `export.file`, but I implemented as another command because of backward compatibility. ####...
When referencing other resources in the configuration block of a resource block, dependencies on those resources are not displayed. Example: define aws_ecs_service as follows ``` resource "aws_ecs_service" "example" { name...
# 前提 - Ubuntu22を利用している - 本リポジトリのmasterブランチを利用し、[開発ツールの導入](https://github.com/uchan-nos/mikanos-build#%E9%96%8B%E7%99%BA%E3%83%84%E3%83%BC%E3%83%AB%E3%81%AE%E5%B0%8E%E5%85%A5)を実行した # 背景 https://github.com/uchan-nos/os-from-zero/issues/134 にある通り、ansibleによってインストールされるlld14だとday03以降のコードで不具合が生じる。そのため、lld7を利用するように変更する # 手順 ``` $ sudo apt remove -y clang-14 lld-14 $ curl -LO https://github.com/llvm/llvm-project/releases/download/llvmorg-7.1.0/clang+llvm-7.1.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz $ tar xvf clang+llvm-7.1.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz $ sudo...