koooge
koooge
Hi there, ### What were you trying to accomplish? EKSCTL_ENABLE_CREDENTIAL_CACHE=1 does not work to cache MFA token in 0.165.0. It worked in 0.160.0. ### What happened? ```sh $ eksctl get...
Upgrade pnpm to 7 and fix posinstall error. ```sh │ > pnpm run prepack --filter ./packages/* -- --stub │ ERR_PNPM_NO_SCRIPT Missing script: prepack │ ELIFECYCLE Command failed with exit code...
"Rust Language Serverを使ってIDEと統合する"にあるmvscodeプラグインのリンクがdeprecatedのものとなっています。 https://doc.rust-jp.rs/book-ja/appendix-04-useful-development-tools.html#rust-language-server%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6ide%E3%81%A8%E7%B5%B1%E5%90%88%E3%81%99%E3%82%8B 英語版では新しいrust-analyzerにさし変わっています。 the Rust analyzer plug-in for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer
Hi there, telegraf-ds's daemonset has the duplicated env var HOSTIP. ```yaml ... containers: - env: - name: HOSTIP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: HOSTNAME valueFrom: fieldRef: apiVersion:...
Hi there, Add imagePullSecrets to telegraf-ds - refs: https://github.com/influxdata/helm-charts/commit/65823bc069c1f5c96a90832c0687efccf7ca679d - refs: #482
Hi there. ☀️ Parameter `messege_keys` seems not to be accepted nested value, right? I want to send the nested value such as [fabric8io/fluent-plugin-kubernetes_metadata_filter](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter#example-inputoutput) plugin attaching nested output (like `$.kubernetes.pod_name`). fluent-plugin-rewrite-tag-filter...
Hi! First of all, Thank you hugo-theme-geppaku and I like this theme. hugo-theme-geppaku does not work on the latest version hugo v0.55.6. #11 Do you have any plans for updating?
Hello ✋ . redash/base doesn't have to install node. refs https://github.com/getredash/redash/pull/3199
Hi there, v11 with typescript-eslint's type information rules does not work. I have confirmed that it works in v10. ``` $ npm run lint > [email protected] lint > eslint --ext...
ntftp client seems not to parse address host:port correctly. ``` $ ./node_modules/.bin/ntftp get tftp://localhost:51234/something Error: Cannot resolve the domain name "localhost:51234" ```