Aaron Dewes

Results 191 comments of Aaron Dewes

Hi! Can you provide more details about your experience? - What Citadel version are you using? - What hardware are you using? - Has it worked before? If yes, when...

Just hold the power button until the Tolino turns on.

> Do we need to really run this as root? Currently, yes. We manually install docker compose v2 (a docker CLI plugin, not a separate tool) to the users home...

Similar to Umbrel, you can check for `$HOME/citadel` to see it's Citadel, then use `docker exec -i lightning lncli` as lncli.

All of your use cases would end up with an extremely long list of disallowed dates, I'm not sure if this proposal makes sense for these cases.

> Disabled weekend dates A syntax like `disabled-dates="Saturday, Sunday"` could be useful for this.

Yes, that sounds better :+1:

Not sure if it's helpful, but if NODE_ENV is set to `production`, probot will only log JSON: https://probot.github.io/docs/logging/#log-formats. In addition, you can overwrite the logger with the `log` property if...

Can you check if this also happens on `v13.0.0-beta.16`?

> Also what do you think of a cjs esm dual mode. Like it is done in helmet? Not sure how easy we can implement this (For example `__dirname`), but...