Ben Rexin

Results 50 comments of Ben Rexin

The installation guides you through the creation of a `xoxp-` token, which is a User specific token. What you are looking for is a Bot/App Token (`xoxb-` or `xapp-`) [0]....

isn't this the reason we have `--skip-unused-stages`?

> I'm running Dawarich under Portainer. Where in Portainer can I open a shell to enter those commands? And in which container should I open the shell to enter the...

even worse, if you prefer a `inline_height = 10` everything after Duration gets truncated away without indication of "missing" values. a bit OT, but there is also no keyboard shortcut...

Looks like you have a Point (or multiple) in your database without `lonlat`. You could check the amount of Points without lonlat by running `Point.where(lonlat: nil).count` in a `bundle exec...

> you can ensure that the workdir exists prior to running the command, not nice but not terrible either > > RUN mkdir /app > WORKDIR /app since you mention...

As said, I only changed the location of workdir from early in chain of stages to the end, and the caching problem went away.

Ah, nice to know. Thanks! Sadly it's not mentioned in the usage.

I like this change. It's simple and increases the security for default installations. I expect all developers to already use password managers that generate passwords that are mostly longer than...

I'm unable to find a note why it is disabled by default. Can someone give me a hint?