Nicolas Giard

Results 173 comments of Nicolas Giard

This is not the desired behavior. Most users don't want to have a username and timestamp added to the filename.

Have you followed the instructions for Heroku? https://docs.requarks.io/install/heroku

The free plan of Heroku deletes your instance after 30 mins of inactivity. You must have git remote sync enabled in your Wiki.js config to make sure you don't loose...

The entries table is a temporary cache, which is re-populated on start. Users is persistent data.

1) The reason it's a bit different is because GitHub does a bit of auto-linking when posting issue / PR ids in an issue (or in this case, release notes)....

I prefer an explicit declaration of the token under `with:`.

Can you provide more details? I have no idea what you're referring to.

Looks like you need to press Enter in both the API Key and City Name fields, otherwise it doesn't appear the save it properly, leading to the yellow exclamation icon.

That was caused by the app-init.sh script not having write access to the project directory. Running a `chown -R $USER:$USER /workspace` then the app-init.sh fixes the issue.