Results 14 comments of Sandy Chen

> @sandy2008 this looks interesting, are you able to fix the workflow errors, update `CHANGELOG.md`, and update documentation? I will take a look after workflow passes. I will try to...

Hi! Please take a look at this PR: https://github.com/jcmturner/gokrb5/pull/535

Here is our workaround in the `values.yaml` to make helm chart work. ```yaml extraInitContainers: - name: copy-conf-data image: busybox command: - sh - -c - cp -r /usr/share/opensearch/config/* /config/ -...

> @sandy2008 Can you provide more information about your work-around? I've tried adding that block to my values.yaml file but the OpenSearch wouldn't come up. > > I added the...

Hi! This is implemented in https://github.com/traefik/traefik/pull/10301

> Duplicate of #9947 Hi! The purpose is actually little different :) Please take a look at our implementation as well. 🥇

@jcmturner Can you take a look at this PR? 🥹

> > feat(): add header support for proxy auth > > I would be interested to test this. How can get access t to this change ? e.g. add import...

Thank you so much for your reply! I tried to train it with the Readme.txt file, but captions ./data/MSCOCO/MSCOCO/mscoco_caption_train2014_processed.json file is not downloaded by the shell command file.

Thank you so much for your reply! Btw, is it the right script to generate dic and preprossed data for Japanese? ``` python train_caption_model.py --savedir ./experiment1jp_yj --epoch 40 --batch 120...