Kotaro Inoue
Kotaro Inoue
Currently, we have to exec `getenvoy fetch` to know which version is available before executing `getenvoy run`. It is a small but actual pain for me. It would be nice...
I noticed that manifests in `kubernetes/` didn't work. I got the error below. ``` $ kubectl apply -f kubernetes/helloworld-deployment.yaml error: unable to recognize "kubernetes/helloworld-deployment.yaml": no matches for kind "Deployment" in...
Hi, thank you for working on HTTP client implementations as part of std. I'm trying to use it, but I faced one issue regarding an empty path. The current implementation...
Currently, the website doesn't have any information related to the license notices of Zig's logo and mascots. GitHub repo manages them, but it is a bit difficult to find them....
fixes #697 Currently, oapi-codegen ignores original (parent) fields if `allOf` is defined. OpenAPI schema doesn't seem to refuse a combination of general fields (`properties`) and `allOf`. For example, the following...
related: https://github.com/l3tnun/EPGStation/issues/542 [annict-epgstation-connector](https://github.com/musaprg/annict-epgstation-connector)という、EPGStationに録画ルールをAPI経由で自動挿入するようなツールを開発しております。現在、このツールにルールのクリーンアップ機能を追加しようとしているのですが、現状のEPGStationだとどのルールがAPIによって自動挿入されたものか判別することが難しいです。 そこで、録画ルールに対して、何かしらのメタデータを任意の数だけ付与できる機能があると嬉しいです。 メタデータ的な情報としては以下のようなものが挙げられます。 - Key-Value型のもの(`{"managedBy": "annict-epgstation-connector","annictId":"xxxx","hoge":"fuga"}`) - MySQL 5.7+だとJSON型カラムが使用可能なので実現可能と思われる - SQLiteも一応JSON拡張にてサポートしている - Tagベースのもの(`annict-epgstation-connector,hoge,fuga`みたいなseparatorで区切られた値を各録画ルールのデータとして付与する) - 複数許可する場合でも、MySQLのLIKE(またはFULLTEXTを用いた全文検索)で容易に検索機能の実装が可能 #542 と同様に新規カラムを追加するため、DBのマイグレーションが必要となります。 また、メタデータはあくまでプログラム的に使用する用途のため、UI側に露出することは想定しておりません。
### Component(s) processor/metricstransform ### Is your feature request related to a problem? Please describe. I'd like to substitute aggregation by `metricstransformprocessor` for some of our recording rules. It's performing very...
VMの可視化(の足がかりとなるような情報を引っ張り出すこと)をしたいと思います。 VMの情報をどのように出せるのかわからない(現状そのようなログ機構が存在しない…?)ので、まずは様々なVMのステータス情報をログとして吐き出してみたいです。 ## TODO - [ ] VMの仕組みを理解する - [ ] ソースを見て、使えそうな情報をログとして吐かせるようにする
derived from #2395, and fixes #815 This PR introduces a new `youki features` subcommand, which returns the _Features Structure_[^1] defined in the OCI runtime spec. Features Structure is written in...
related to: https://github.com/containers/youki/pull/2837 This PR adds `Features` based on [the `specs-go` implementation in the runtime spec](https://github.com/opencontainers/runtime-spec/blob/main/specs-go/features/features.go). That's supposed to be used by `features` subcommand of runtime and will replace the...