Results 6 issues of Jake

Hi, sorry for the newbie question but how do I incorporate refresh tokens with this? When following the boilerplate, any signed-in users will need to login again every 30 minutes...

question

For example, let's say you have the following directory structure whereby files `foo_file.md` and `bar_file.md` are created externally (by a script/app/whatever) rather than the typical method of creating a link...

enhancement
work-around-exists
table-of-contents

I'm pulling my hair out with this issue... I'm using this component: ``` { subscribeToMore({ document: LIST_ALL_TEAMS_SUBSCRIPTION, updateQuery: (previousResult, { subscriptionData }) => { console.log(previousResult, subscriptionData) if (!subscriptionData.data) { return...

**Expected behavior** Following instructions to change avatar and wallpaper should work. Settings should be accessible by moving mouse to bottom-left of the screen. **Actual behavior** Changing the avatar and wallpapers...

**Description** As far as I can tell, tui only provides access to the `task next` report. It would be fantastic if the following features were also provided: - Tab at...

enhancement

vars: ``` BITS=4096 EXPIRATION_DAYS=365 ORGANIZATION="#####" CN=task.#####.dev COUNTRY=### STATE="#####" LOCALITY="#####" ``` docker-compose.yml: ``` version: '3.3' services: taskd: restart: always image: connectical/taskd volumes: - /opt/task:/var/taskd ports: - 53589:53589 networks: default: external: name:...