arukiidou

Results 38 comments of arukiidou

nginx stripprefix examples https://kubernetes.github.io/ingress-nginx/user-guide/ingress-path-matching/ nginx official docs: rewrite-target(pathprefix) https://kubernetes.github.io/ingress-nginx/examples/rewrite/

### init ```powershell helm create common # remove templates without _helpers.tpl, ingress.yaml ``` ### ./common/values.yaml it's https://github.com/yuzutech/kroki/issues/1269#issuecomment-1137475646 ```yaml ingress: annotations: nginx.ingress.kubernetes.io/use-regex: "true" nginx.ingress.kubernetes.io/rewrite-target: /$2 host: example.com path: /gitlab-kroki ``` ###...

What about importing pako as a remote fslib? This could work for free (without using xk6) because neither esm nor node https://gist.githubusercontent.com/Yaffle/5458286/raw/1aa5caa5cdd9938fe0fe202357db6c6b33af24f4/TextEncoderTextDecoder.js

Unfortunately, importing the following adds quite a lot of dependencies. Is it hard to support this natively?(without xk6) github.com/influxdata/telegraf/plugins/outputs/influxdb_v2 ![image](https://user-images.githubusercontent.com/10738333/159229428-2a3db9d2-7be8-48b9-b013-9221a36f9a5a.png)

In most cases, you just do https://github.com/metallb/metallb/blob/main/configsamples/simple_pool_adv_l2.yaml ``` apiVersion: metallb.io/v1beta1 kind: IPAddressPool metadata: name: example namespace: metallb-system spec: addresses: - 192.168.10.0/24 - 192.168.9.1-192.168.9.5 - fc00:f853:0ccd:e799::/124 --- apiVersion: metallb.io/v1beta1 kind: L2Advertisement...

What about iptables-module? WSl2 has any modules, all built-in.

`Duplex.toWeb` Certainly available, but a bit redundant ```ts const csvParser = parse({ columns: true, }); const csvFilter = transform((data)=> { if (data.city.includes("札幌市")) { return data } return null }); const...

hi, @mstoykov. I look forward to more exciting features in your k6! (sync)generator, async is now available. can you restart the esmodule?

- passed test: https://github.com/arukiidou/zap/pull/5

Yes, it will need to upgrade most of go.mods to pass the test. ### Why upgrades? - zapslog is approaching move to core. but, zapslog requires go 1.21. - [According...