Kamontat Chantrachirathumrong
Kamontat Chantrachirathumrong
Sorry, I no longer use freqtrade. However, PR is welcome.
@pmalek Added.
You need to set proxy-url on `.kube/config` too. ```yaml clusters: - name: cluster-name cluster: proxy-url: http://localhost:9090 ``` 
@javsalgar I have same problem.  The default user id of EFS is 50011, so I tried below config but it doesn't works. ```yaml volumePermissions:...
@javsalgar The `volumePermissions` doesn't works, but when I configure `containerSecurityContext` to below, it's works. ```yaml primary: containerSecurityContext: runAsUser: 50011 runAsGroup: 50011 runAsNonRoot: true readReplicas: containerSecurityContext: runAsUser: 50011 runAsGroup: 50011 runAsNonRoot:...
@sisp I actually cannot reproduce on linux machine. The problem seem to occurred only on MacOS. Here I tried on gitpod (follow CONTRIBUTING.md). It checkout correctly. ![CleanShot 2025-06-11 at 15...
btw: those 2 commits were create from gitpod website so it not signed.
@sisp I cannot find why, but when I run `clone()` from test it always passed. It's not the case when I execute `copier copy` command. Here is example I ran...
@sisp Do you need any help from me? I would love get this merge because I have to manually update copier code every time I install it.
@sisp You right, now I able to reproduce failed test when `core.fsmonitor` is set to `true`. If you re-run the tests, it should fail now.