Skip to content
#

workspace

Here are 401 public repositories matching this topic...

zellij
a-kenji
a-kenji commented Aug 31, 2021

Allow the configuration of pane frames.

For example where or whether to show the scroll indicator. Have some right aligned, some left aligned. Display the information at the bottom of the frames.

The current default configuration could be something akin to this:

pane_frames:
  top:
    left: [title, ]
    right: [scroll, ]
 bottom:
   left: []
   right: []
help wanted good first issue config hacktoberfest
fabioharry
fabioharry commented Apr 6, 2020

Description

When I start the app in standard mode everything works perfectly, however when trying to use custom ROOMs an error occurs.

It appears that the app is not recognizing the environment variables.

After a lot of struggle I noticed that the problem was in the way the array of objects is written in the variable ROOMS_DATA this must be written on the same line.

It would be intere

tadhglewis
tadhglewis commented Dec 5, 2019

Describe the bug
Unable to delete 2FA App (Google Authenticator) without 2FA app's code

To Reproduce
Steps to reproduce the behavior:

  1. Go to Account > Security
  2. Enable 2FA and add Google Authenticator (or MS Authenticator etc)

Expected behavior
Be able to delete 2FA app without the code from that specific 2FA app. If you lose your phone for example...

Screenshots

good first issue

Improve this page

Add a description, image, and links to the workspace topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workspace topic, visit your repo's landing page and select "manage topics."

Learn more