Janos Roden
Janos Roden
Wild guess but check `repositories` in build.gradle. Both in buildscript and allprojects (see example project)
I think you can't use lambda callback, use global or static callback instead
I didn't tested git-crypt because the changes are unrelated to git. If you already have an environment for that I'd be glad if you try it. Actually the entire development...
No problem, take your time :) Btw in the meantime I changed the job's concurrency policy to Forbid because 30 minutes wasn't enough for the backup and it was killed...
@blackfly19 I'm not sure this is an issue anymore, I was able to install crds with helm: ``` helm pull fission-charts/fission-all --untar --version v1.15.1 mkdir fission-all/crds kubectl create --dry-run=client -o...
The option is present in MIUI 11.0.3 (Redmi Note 5). https://user-images.githubusercontent.com/6108742/150110126-941bc8b4-57d6-44dd-b6f8-1ad3df54921f.mp4
Maybe it's not the full list and certainly not documentation, but it could be a good start: https://github.com/hasura/graphql-engine/blob/master/server/src-lib/Hasura/RQL/Types/Error.hs#L120 EDIT: https://github.com/hasura/graphql-engine/blob/master/server/src-lib/Hasura/Base/Error.hs#L119
@david-l-riley `UsePrivilegeSeparation no` and `libnsswrapper` can solve the ssh daemon uid problems. Check this out: https://github.com/blacksaltIT/docker_ssh I hope it helps
@Preston-Landers, sorry to be lazy in providing only a hint, but I believe the issue is how the file extension is checked. In [getFilesToDelete()](https://github.com/Preston-Landers/concurrent-log-handler/blob/master/src/concurrent_log_handler/__init__.py#L1115), the `self.extMatch` is matched against the...
@sryza which direction to go? To make QueuedRunCoordinatorDaemon check the tags of steps of the runs OR to tag runs with the union of the tags of the steps?