Chunji Wang
Chunji Wang
I see, thank you for your explanation! I will try it out later.
I confirm that adding `user:email` to config file instead of using args works without issue. Thank you!
It also happens on my server running Debian (x86_64).
> @chunjiw Can you post your error message and the output of `pkg> status -m`? Sure! It has not happened yet today. I will report once it happens.
@fonsp Here is the error message: ``` ┌ Error: handle_connection handler error. │ │ =========================== │ HTTP Error message: │ │ ERROR: Server never wrote a response │ Stacktrace: │...
I would love to have this to make my custom dictionary sync plugin (WIP) more user-friendly.
> Some side-notes might be useful, after some try-and-error, I found a way to access the configuration files and folders by this: > > ```js > app.vault.adapter.list(app.vault.configDir).then(x=>console.log(x)) > // then...
I also get almost exactly the same error as @Alseidon
May or may not be relevant but I see similar message dropping behavior in a NixOS systemd script scheduled by a timer using `systemd-cat` or `logger`. I use them to...