pomcho555

Results 11 comments of pomcho555

Hi djuwa4. Here is a repository for k8s. https://github.com/LeoCBS/tor-k8s But, this is no longer maintained. So I forked it and remake it for k8s version:`1.18`. You can use [my repository](https://github.com/pomcho555/tor-k8s).

Thank you for your kind report. I have to share my experiment with you. This oss should do the trick on Laravel 9.2 like you did. We also tried some...

I have released a plugin handling a file header. Here is the link: https://github.com/pomcho555/fluent-plugin-file-with-header So, this can be closed if fluentd doesn't consider this support anymore.

I can develop the environment by converting docker base image `node:14.15.3-alpine3.10` into `node:14.15.3-buster`.

I have the same problem on Helm v3.8.0. I resolve an error I met after I remove `templates/crds.yaml`. ### A command I tried ```sh helm install mycronhpa ./ ``` ###...

WSL2上のUbuntu 22.04LTSでも同様の問題を確認しました。 ```sh $cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.3 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy ```

@GenPage Thanks for the fix. I upgraded Atlantis up to 0.24.2. However, I still got this error.

Apart from this bug, I suggest [this function](https://github.com/google/go-github/blob/c96ba417f7b022bee92bc04d831e89fd9fc70edc/github/repos_statuses.go#L74-L88) has a feature which print a debug log of the github api request so that we could easily debug the actual request...

I had the same issue with the following file structure. I'm handling multi apps inside a single repository, Monorepo so to speak. ```sh . ├── projectA │   ├── prod │  ...

[According to the code](https://github.com/runatlantis/atlantis/blob/089dc1aac8a948ca2a1974c2629e8ed88aeed125/server/events/project_command_builder.go#L387-L428), Atlantis has the capability to determine the appropriate folder for `terraform plan`, even for deeply nested sub-folders. However, when setting projects, it does not search for...