Sung

Results 131 comments of Sung

Hi @funkytaco, would you be able to share your dnote config file (https://github.com/dnote/dnote/wiki/Dnote-CLI#configurations)? I would start by setting `apiEndpoint` in the file with the desired URL without the trailing slash.

Hi @NolantheNerd, looks like the error is coming form https://github.com/dnote/dnote/blob/4a780574eb4a2cdc8ce4aeeb28f7671ea61a6049/pkg/server/controllers/notes.go#L295. Could you share the output of `DNOTE_DEBUG=1 dnote sync` if possible?

Hi @qaqland, would you be able to try the following? ``` apk add --no-cache libc6-compat gcompat ``` I remember getting around similar issue when I was running the server on...

Thanks for the update. Could you share your port to alpine, in case it is helpful for others running alpine?

Hi @Frederic-Zhou, it looks like we need to add `darwin/arm64` in the official distribution. In the meantime, would you be able to try to install with brew? ``` brew tap...

I am sorry, I was wrong to suggest using `brew` to install for M1. Currently, Dnote is only distributed for `darwin/amd64`. I need to do a bit of research to...

Reopening because there is still not support for darwin/arm64 (https://github.com/dnote/dnote/issues/606) for CLI.

#623 suggests that darwin/arm64 binary works (I couldn't verify myself due to lack of access to a mac). Therefore, created https://github.com/dnote/dnote/pull/642 to include it in the installation script. Would someone...

Thanks for the findings. Based on the them, I am recalling darwin/arm64 in #644.

Thanks for the feedback. Let us wait for more evidence that users need this feature, so that we can make reasonable trade-off based on the tenets.