Ayush Sharma

Results 16 comments of Ayush Sharma

Facing the same issue on macosx with python 3.9.6 Below is the output of `pip install chromadb` ``` Defaulting to user installation because normal site-packages is not writeable Collecting chromadb...

quick update: for now I am using python 3.10.10 and it is working fine for me. For my use-case 3.11 isn't a hard blocker.

@jeffchuber Eagerly waiting for the solution. In the meantime, what alternative you recommend so I can use chromadb in my codebase?

![Screenshot 2022-12-06 at 12 24 02 PM](https://user-images.githubusercontent.com/28810075/205842075-923a5cfd-3538-497f-9522-7b49a27d0edc.png) I am just getting these two options on right-click.

Hey, I am trying to run the project on my local machine so I can raise the PR. But I am encountering the following error, can you help me here?...

Also please let me know in `forge.config.js` on line-20 to 22 - I need to put my own creds, right? What is teamId being used for?

Even though I am facing [this](https://github.com/vincelwt/chatgpt-mac/issues/18#issuecomment-1340362817) error, but the app starts in my menubar.

Hey, I spent a reasonable amount of time, but could not make the 1st use-case work. Things I have tried 1. Importing `webContents` and calling `webContents.focus()` 2. Made `preload: true`...

Looks like I need to write some event listener and when that event trigger, I need to bring focus on the window. Can you help which event should I try?...

@vincelwt Can you please suggest something where I should look into to implement this?