fig icon indicating copy to clipboard operation
fig copied to clipboard

The mixins section from Autocomplete > Mixins disappeared and doesn't show anymore

Open MujiP opened this issue 1 year ago • 7 comments

Checks

  • [X] I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
  • [X] I have run fig doctor in the affected terminal session
  • [X] I have run fig restart and replicated the issue again

Operating system

macOS 13.3.0 (22E252)

Expected behaviour

When I go to Autocomplete, it should show a Mixins section where I can create a new mixin. It showed once, but now it's disappeared. (See https://fig.io/user-manual/autocomplete/mixins)

Actual behaviour

Clicked on Create Mixin, then clicked cancel. Now the mixins section has completely disappeared. Attached an image of what my Mixins-less Fig looks like. Screenshot 2023-05-04 at 4 47 06 PM

Steps to reproduce

I went to Autocomplete > Mixins, clicked on Create Mixin.

To try it out I put a keyword 'uvicorn' to act as the full command for 'uvicorn main:app --host 0.0.0.0 --reload', then noticed the Add Mixin button on mouse hover showed 🚫. Changing the keyword from 'uvicorn' to 'cd' or 'git' made the caution on mouse hover go away. So I thought maybe it's because fig doesn't know what 'uvicorn' is, so I pressed cancel, then proceeded to pip install uvicorn in my main environment (not any virtual environment) and I either ran 'fig restart' in terminal or clicked Fig > Reload. But then the mixins section completely disappeared.

I tried fig restarts, fig reloads, fig doctors, computer restart, uninstalled fig + removed remaining fig folders + deleted fig user account + waited overnight for any server side cleanup. Next day did a fresh download with a fresh account (although the same GitHub user login as before), but the mixins section just doesn't show up anymore.

Environment

fig-details:
  - 2.15.0
hardware-info:
  - chip-id: Apple M1
  - cores: 8
  - mem: 8.00 GB
os-info:
  - macOS 13.3.0 (22E252)
environment:
  - shell: /bin/zsh
  - terminal: hyper
  - cwd: /Users/muji
  - exe-path: /Users/muji/.fig/bin/fig
  - install-method: unknown
  - env-vars:
    - FIGTERM_SESSION_ID: 07499fdd-e43e-4418-9b83-8a41281cea8a
    - FIG_SET_PARENT_CHECK: 1
    - FIG_TERM: 2.15.0
    - SHELL: /bin/zsh
    - TERM: xterm-256color
    - __CFBundleIdentifier: co.zeit.hyper
    - FIG_PID: 20655
    - FIG_SET_PARENT: 07499fdd-e43e-4418-9b83-8a41281cea8a

MujiP avatar May 04 '23 12:05 MujiP