kylhuk
kylhuk
Experienced the same issue now. I transpiled a C file with c4go, which uses your package. Using Windows 10 (20H2) AMD64, Go 1.15.2, building with Goland 2020.3. Attaching the go-file...
@nguyenkims I think what you are saying is not quite true, or I'm not understanding the trash-feature properly, which is mentioned on [Delete an alias - SimpleLogin Docs](https://simplelogin.io/docs/getting-started/delete-alias/). In the...
I just upgraded my docker setup from `v3.4.0` to `v4.14.8` and everything works like a charm. What I did was upgrading it to the `simplelogin/app:4.6.2-beta` image according to the `upgrade.md`...
@alpha-tango-kilo up until today, I had no issues at all. You can easily backup everything, just by copying the folder, where you stored all the docker related data. This way...
@CITGuru yo, we can see you are active on github :smirk:
@ryanccn Any updates here?
I am further digging down. So in the command `serve.go`, you are loading a config file. You get this config file by invoking function `config.FindConfigFile(adminSecretFile)` https://github.com/cozy/cozy-stack/blob/d3114c8bb924afe72f393fa635b799b060095d8f/cmd/serve.go#L82 Checking the function, I...
So I now moved it to `$HOME/.cozy/cozy.yaml`. The port still does not change. However, the change of the log level was respected. So I believe there is some bug somewhere,...